File tree
3 files changed
+18
-20
lines changed- cli
- content/cli/v8
- commands
- using-npm
3 files changed
+18
-20
lines changed- docs/content/commands/npm-adduser.md+4-5
- docs/content/using-npm/config.md+13-14
- lib/commands/adduser.js+5
- lib/package-url-cmd.js+3
- lib/utils/config/definitions.js+16-8
- node_modules/.gitignore-1
- node_modules/@npmcli/run-script/lib/escape.js+1-1
- node_modules/@npmcli/run-script/lib/make-spawn-args.js+12-12
- node_modules/@npmcli/run-script/package.json+1-1
- node_modules/just-diff-apply/index.d.ts+1-1
- node_modules/just-diff-apply/index.mjs+58-11
- node_modules/just-diff-apply/package.json+1-1
- node_modules/just-diff/index.mjs+6-2
- node_modules/just-diff/package.json+1-1
- node_modules/lru-cache/index.d.ts+593
- node_modules/lru-cache/index.js+267-138
- node_modules/lru-cache/package.json+34-8
- node_modules/minipass/LICENSE+1-1
- node_modules/minipass/index.d.ts+149
- node_modules/minipass/index.js+191-102
- node_modules/minipass/package.json+19-3
- node_modules/npm-package-arg/lib/npa.js+40-4
- node_modules/npm-package-arg/package.json+4-3
- node_modules/npm-profile/lib/index.js+1
- node_modules/npm-profile/package.json+3-3
- node_modules/npm-registry-fetch/lib/index.js+4
- node_modules/npm-registry-fetch/package.json+3-3
- package-lock.json+38-39
- package.json+5-4
- tap-snapshots/test/lib/commands/adduser.js.test.cjs+17
- tap-snapshots/test/lib/load-all-commands.js.test.cjs+2-2
- tap-snapshots/test/lib/npm.js.test.cjs+2-2
- tap-snapshots/test/lib/utils/config/definitions.js.test.cjs+4-5
- tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs+13-14
- test/lib/commands/adduser.js+9
- test/lib/commands/repo.js+8
- workspaces/arborist/CHANGELOG.md+7
- workspaces/arborist/package.json+1-1
Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
107 |
| - | |
108 |
| - | |
| 106 | + | |
109 | 107 |
| |
110 |
| - | |
| 108 | + | |
| 109 | + | |
111 | 110 |
| |
112 |
| - | |
| 111 | + | |
113 | 112 |
| |
114 | 113 |
| |
115 | 114 |
| |
|
Lines changed: 13 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
226 | 239 |
| |
227 | 240 |
| |
228 | 241 |
| |
| |||
1913 | 1926 |
| |
1914 | 1927 |
| |
1915 | 1928 |
| |
1916 |
| - | |
1917 |
| - | |
1918 |
| - | |
1919 |
| - | |
1920 |
| - | |
1921 |
| - | |
1922 |
| - | |
1923 |
| - | |
1924 |
| - | |
1925 |
| - | |
1926 |
| - | |
1927 |
| - | |
1928 |
| - | |
1929 |
| - | |
1930 | 1929 |
| |
1931 | 1930 |
| |
1932 | 1931 |
| |
|
0 commit comments