3 files changed
+21
-3
lines changed- DEPENDENCIES.md+15-1
- docs/content/commands/npm-exec.md+1-1
- docs/content/using-npm/config.md+19-1
- lib/commands/exec.js+6-30
- lib/commands/init.js+1-9
- lib/exec/get-workspace-location-msg.js-25
- lib/utils/config/definitions.js+19-1
- lib/utils/open-url-prompt.js+9
- node_modules/@npmcli/fs/lib/common/file-url-to-path/index.js-17
- node_modules/@npmcli/fs/lib/common/file-url-to-path/polyfill.js-121
- node_modules/@npmcli/fs/lib/common/owner-sync.js+2-2
- node_modules/@npmcli/fs/lib/common/owner.js+2-2
- node_modules/@npmcli/fs/lib/index.js+1-1
- node_modules/@npmcli/fs/lib/mkdir.js+19
- node_modules/@npmcli/fs/lib/mkdir/index.js-29
- node_modules/@npmcli/fs/lib/mkdir/polyfill.js-81
- node_modules/@npmcli/fs/lib/with-temp-dir.js+1-1
- node_modules/@npmcli/fs/package.json+4-4
- node_modules/@npmcli/run-script/lib/make-spawn-args.js+5-2
- node_modules/@npmcli/run-script/lib/run-script-pkg.js+2
- node_modules/@npmcli/run-script/lib/set-path.js+6-6
- node_modules/@npmcli/run-script/package.json+1-1
- node_modules/npm-profile/lib/index.js+4-5
- node_modules/npm-profile/package.json+1-1
- package-lock.json+13-11
- package.json+1-1
- tap-snapshots/test/lib/commands/config.js.test.cjs+2
- tap-snapshots/test/lib/utils/config/definitions.js.test.cjs+19-1
- tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs+19-1
- test/lib/commands/exec.js+70-1.5k
- test/lib/utils/open-url-prompt.js+29
- workspaces/arborist/lib/arborist/index.js+4
- workspaces/arborist/lib/arborist/reify.js+8-2
- workspaces/arborist/test/arborist/index.js+9
- workspaces/arborist/test/arborist/reify.js+130
- workspaces/arborist/test/fixtures/tnock.js+14
- workspaces/libnpmexec/lib/cache-install-dir.js-20
- workspaces/libnpmexec/lib/file-exists.js+12-10
- workspaces/libnpmexec/lib/index.js+117-105
- workspaces/libnpmexec/lib/run-script.js+2-6
- workspaces/libnpmexec/package.json+3-1
- workspaces/libnpmexec/test/cache-install-dir.js-12
- workspaces/libnpmexec/test/index.js+347-6
- workspaces/libnpmexec/test/registry/content/ruyadorno/create-index.json+1-1
- workspaces/libnpmexec/test/run-script.js-1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
|
Lines changed: 19 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1252 | 1252 |
| |
1253 | 1253 |
| |
1254 | 1254 |
| |
1255 |
| - | |
| 1255 | + | |
1256 | 1256 |
| |
1257 | 1257 |
| |
1258 | 1258 |
| |
| |||
1401 | 1401 |
| |
1402 | 1402 |
| |
1403 | 1403 |
| |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
1404 | 1422 |
| |
1405 | 1423 |
| |
1406 | 1424 |
| |
|
0 commit comments