Skip to content

Commit 889de7a

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 12.0.0-pre.0.0
1 parent 1ab20c8 commit 889de7a

17 files changed

Lines changed: 210 additions & 52 deletions

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
".": "11.12.1",
3-
"workspaces/arborist": "9.4.2",
2+
".": "12.0.0-pre.0.0",
3+
"workspaces/arborist": "9.4.3-pre.0.0",
44
"workspaces/libnpmaccess": "10.0.3",
5-
"workspaces/libnpmdiff": "8.1.5",
6-
"workspaces/libnpmexec": "10.2.5",
7-
"workspaces/libnpmfund": "7.0.19",
5+
"workspaces/libnpmdiff": "8.1.6-pre.0.0",
6+
"workspaces/libnpmexec": "10.2.6-pre.0.0",
7+
"workspaces/libnpmfund": "7.0.20-pre.0.0",
88
"workspaces/libnpmorg": "8.0.1",
9-
"workspaces/libnpmpack": "9.1.5",
9+
"workspaces/libnpmpack": "9.1.6-pre.0.0",
1010
"workspaces/libnpmpublish": "11.1.3",
1111
"workspaces/libnpmsearch": "9.0.1",
1212
"workspaces/libnpmteam": "8.0.2",

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,3 +1002,6 @@ Mohamed Akram <mohd.akram@outlook.com>
10021002
Mitch Denny <mitchdenny@outlook.com>
10031003
Matt Van Horn <mvanhorn@users.noreply.github.com>
10041004
Daniel Foerster <pydsigner@gmail.com>
1005+
Lovell Fuller <lovell@users.noreply.github.com>
1006+
Josua Michalak <michalak.josua@googlemail.com>
1007+
Caleb Everett <everett.caleb@gmail.com>

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [12.0.0-pre.0.0](https://github.com/npm/cli/compare/v11.12.1...v12.0.0-pre.0.0) (2026-04-17)
4+
### ⚠️ BREAKING CHANGES
5+
* npm will no longer attempt to resolve the path to node via whichnode. process.execPath is already set by Node to the resolved real path of the node binary, so the lookup was redundant. Scripts that expected npm to override process.execPath with a PATH-resolved (potentially symlinked) node path may be affected.
6+
* the --json output of `npm pack` and `npm publish` have changed. They are now always consistent, and in the same format.
7+
* the `star`, `stars` and `unstar` commands have been removed
8+
* The `npm adduser` command has been removed. Create and manage user accounts on the npm website, and use `npm login` to authenticate on the command line.
9+
### Features
10+
* [`738be10`](https://github.com/npm/cli/commit/738be10651522e94038f1eff0da12f15b10438ea) [#9196](https://github.com/npm/cli/pull/9196) remove star commands (#9196) (@wraithgar)
11+
* [`db7c1f8`](https://github.com/npm/cli/commit/db7c1f887eb1c1cb281ea7c9f6d84fba8f10d44d) [#9163](https://github.com/npm/cli/pull/9163) add `u` as alias for `update` command (#9163) (@Ausoj)
12+
* [`45e44dd`](https://github.com/npm/cli/commit/45e44dd7ac2a3af815684ece3bdc99ada2f317f7) [#9228](https://github.com/npm/cli/pull/9228) adds a backport script (@owlstronaut)
13+
### Bug Fixes
14+
* [`4ef5b6e`](https://github.com/npm/cli/commit/4ef5b6e0439297048dee92729b5c93529ad39488) [#9039](https://github.com/npm/cli/pull/9039) stop resolving node path via whichnode (@owlstronaut)
15+
* [`2e9b26e`](https://github.com/npm/cli/commit/2e9b26eff18114b2fe34ea7c8159500b5eafb98e) [#9247](https://github.com/npm/cli/pull/9247) sync json output of pack and publish (#9247) (@wraithgar)
16+
* [`7357d7f`](https://github.com/npm/cli/commit/7357d7fd82a61657618d632b5a842d4d04335be5) [#9036](https://github.com/npm/cli/pull/9036) remove npm adduser command (@owlstronaut)
17+
### Dependencies
18+
* [`9669d31`](https://github.com/npm/cli/commit/9669d31060a2ed7220e140c354a45cfe993a0e7d) [#9207](https://github.com/npm/cli/pull/9207) `@sigstore/protobuf-specs@0.5.1`
19+
* [`b09a5ac`](https://github.com/npm/cli/commit/b09a5ac3c59f6a70f05ee035c9c6ee03dfdd1eda) [#9207](https://github.com/npm/cli/pull/9207) `tinyglobby@0.2.16`
20+
* [`150231d`](https://github.com/npm/cli/commit/150231d74a90ff1fb34ec588eefb94aeb4979fd2) [#9207](https://github.com/npm/cli/pull/9207) `picomatch@4.0.4`
21+
* [`413e0a0`](https://github.com/npm/cli/commit/413e0a00aee08b4f190bffd360b53efb20783ad1) [#9207](https://github.com/npm/cli/pull/9207) `lru-cache@11.3.3`
22+
* [`6faa25e`](https://github.com/npm/cli/commit/6faa25ecff4eb72aa9c16adba53bf46d39d556df) [#9207](https://github.com/npm/cli/pull/9207) `diff@8.0.4`
23+
* [`87bb9d0`](https://github.com/npm/cli/commit/87bb9d069375e74354bcd69f39a081ad960009de) [#9207](https://github.com/npm/cli/pull/9207) `minimatch@10.2.5`
24+
* [`2501dd8`](https://github.com/npm/cli/commit/2501dd83ea9e9fc39b0bf6814728a132dd57fa6d) [#9207](https://github.com/npm/cli/pull/9207) `tar@7.5.13`
25+
* [`ccce5f6`](https://github.com/npm/cli/commit/ccce5f611daf50727a134ba1df46ac9c53caa61a) [#9207](https://github.com/npm/cli/pull/9207) `minipass-flush@1.0.6`
26+
### Chores
27+
* [`8131de4`](https://github.com/npm/cli/commit/8131de4453af45a351fd610a660a1d60724ef74f) [#9239](https://github.com/npm/cli/pull/9239) add action permission for backport workflow (@owlstronaut)
28+
* [`6df5f91`](https://github.com/npm/cli/commit/6df5f918a350e30d865a647cbbbe0a8e713d0189) [#9232](https://github.com/npm/cli/pull/9232) backports can trigger CI (@owlstronaut)
29+
* [`07552f5`](https://github.com/npm/cli/commit/07552f58111dea3aa563693ea103342fb625d47b) [#9224](https://github.com/npm/cli/pull/9224) don't run npm update in CI (@owlstronaut)
30+
* [`05dbba5`](https://github.com/npm/cli/commit/05dbba5b8d727ddb2c098ce0553714eae791c5f2) [#9195](https://github.com/npm/cli/pull/9195) enable prerelease mode (#9195) (@wraithgar)
31+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.4.3-pre.0.0): `@npmcli/arborist@9.4.3-pre.0.0`
32+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.6-pre.0.0): `libnpmdiff@8.1.6-pre.0.0`
33+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.2.6-pre.0.0): `libnpmexec@10.2.6-pre.0.0`
34+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.20-pre.0.0): `libnpmfund@7.0.20-pre.0.0`
35+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.6-pre.0.0): `libnpmpack@9.1.6-pre.0.0`
36+
337
## [11.12.1](https://github.com/npm/cli/compare/v11.12.0...v11.12.1) (2026-03-24)
438
### Bug Fixes
539
* [`596706a`](https://github.com/npm/cli/commit/596706a3d10100587e3751d860b4cfcc59342d2f) [#9148](https://github.com/npm/cli/pull/9148) revert prefer-offline/prefer-online exclusivity (#9129) (@owlstronaut)

DEPENDENCIES.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"libnpmversion"
2222
],
2323
[
24-
"@npmcli/map-workspaces",
2524
"@npmcli/run-script",
25+
"@npmcli/map-workspaces",
2626
"libnpmaccess",
2727
"libnpmorg",
2828
"libnpmpublish",
@@ -41,43 +41,43 @@
4141
],
4242
[
4343
"@npmcli/smoke-tests",
44-
"@npmcli/installed-package-contents",
4544
"npm-pick-manifest",
45+
"@npmcli/installed-package-contents",
4646
"cacache",
4747
"promzard"
4848
],
4949
[
5050
"@npmcli/docs",
51-
"@npmcli/fs",
52-
"npm-bundled",
51+
"npm-package-arg",
5352
"@npmcli/promise-spawn",
5453
"npm-install-checks",
55-
"npm-package-arg",
54+
"npm-bundled",
55+
"@npmcli/fs",
5656
"npm-packlist",
57+
"@npmcli/mock-globals",
5758
"bin-links",
5859
"nopt",
5960
"parse-conflict-json",
60-
"@npmcli/mock-globals",
6161
"read"
6262
],
6363
[
6464
"@npmcli/eslint-config",
6565
"@npmcli/template-oss",
6666
"ignore-walk",
6767
"semver",
68-
"npm-normalize-package-bin",
69-
"@npmcli/name-from-folder",
70-
"which",
71-
"ini",
7268
"hosted-git-info",
7369
"proc-log",
7470
"validate-npm-package-name",
71+
"which",
72+
"ini",
73+
"npm-normalize-package-bin",
7574
"json-parse-even-better-errors",
76-
"ssri",
7775
"@npmcli/node-gyp",
76+
"ssri",
7877
"@npmcli/redact",
7978
"@npmcli/agent",
8079
"minipass-fetch",
80+
"@npmcli/name-from-folder",
8181
"@npmcli/query",
8282
"cmd-shim",
8383
"read-cmd-shim",

DEPENDENCIES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -727,9 +727,9 @@ packages higher up the chain.
727727
- @npmcli/arborist
728728
- @npmcli/metavuln-calculator
729729
- pacote, @npmcli/config, libnpmversion
730-
- @npmcli/map-workspaces, @npmcli/run-script, libnpmaccess, libnpmorg, libnpmpublish, libnpmsearch, libnpmteam, init-package-json, npm-profile
730+
- @npmcli/run-script, @npmcli/map-workspaces, libnpmaccess, libnpmorg, libnpmpublish, libnpmsearch, libnpmteam, init-package-json, npm-profile
731731
- @npmcli/package-json, npm-registry-fetch
732732
- @npmcli/git, make-fetch-happen
733-
- @npmcli/smoke-tests, @npmcli/installed-package-contents, npm-pick-manifest, cacache, promzard
734-
- @npmcli/docs, @npmcli/fs, npm-bundled, @npmcli/promise-spawn, npm-install-checks, npm-package-arg, npm-packlist, bin-links, nopt, parse-conflict-json, @npmcli/mock-globals, read
735-
- @npmcli/eslint-config, @npmcli/template-oss, ignore-walk, semver, npm-normalize-package-bin, @npmcli/name-from-folder, which, ini, hosted-git-info, proc-log, validate-npm-package-name, json-parse-even-better-errors, ssri, @npmcli/node-gyp, @npmcli/redact, @npmcli/agent, minipass-fetch, @npmcli/query, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, proggy, minify-registry-metadata, mute-stream, npm-audit-report, npm-user-validate
733+
- @npmcli/smoke-tests, npm-pick-manifest, @npmcli/installed-package-contents, cacache, promzard
734+
- @npmcli/docs, npm-package-arg, @npmcli/promise-spawn, npm-install-checks, npm-bundled, @npmcli/fs, npm-packlist, @npmcli/mock-globals, bin-links, nopt, parse-conflict-json, read
735+
- @npmcli/eslint-config, @npmcli/template-oss, ignore-walk, semver, hosted-git-info, proc-log, validate-npm-package-name, which, ini, npm-normalize-package-bin, json-parse-even-better-errors, @npmcli/node-gyp, ssri, @npmcli/redact, @npmcli/agent, minipass-fetch, @npmcli/name-from-folder, @npmcli/query, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, proggy, minify-registry-metadata, mute-stream, npm-audit-report, npm-user-validate

package-lock.json

Lines changed: 114 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.12.1",
3+
"version": "12.0.0-pre.0.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.12.1",
9+
"version": "12.0.0-pre.0.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -84,7 +84,7 @@
8484
],
8585
"dependencies": {
8686
"@isaacs/string-locale-compare": "^1.1.0",
87-
"@npmcli/arborist": "^9.4.2",
87+
"@npmcli/arborist": "^9.4.3-pre.0.0",
8888
"@npmcli/config": "^10.8.1",
8989
"@npmcli/fs": "^5.0.0",
9090
"@npmcli/map-workspaces": "^5.0.3",
@@ -109,11 +109,11 @@
109109
"is-cidr": "^6.0.3",
110110
"json-parse-even-better-errors": "^5.0.0",
111111
"libnpmaccess": "^10.0.3",
112-
"libnpmdiff": "^8.1.5",
113-
"libnpmexec": "^10.2.5",
114-
"libnpmfund": "^7.0.19",
112+
"libnpmdiff": "^8.1.6-pre.0.0",
113+
"libnpmexec": "^10.2.6-pre.0.0",
114+
"libnpmfund": "^7.0.20-pre.0.0",
115115
"libnpmorg": "^8.0.1",
116-
"libnpmpack": "^9.1.5",
116+
"libnpmpack": "^9.1.6-pre.0.0",
117117
"libnpmpublish": "^11.1.3",
118118
"libnpmsearch": "^9.0.1",
119119
"libnpmteam": "^8.0.2",
@@ -314,6 +314,55 @@
314314
"node": "^20.17.0 || >=22.9.0"
315315
}
316316
},
317+
"mock-registry/node_modules/@npmcli/arborist": {
318+
"version": "9.4.2",
319+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.4.2.tgz",
320+
"integrity": "sha512-omJgPyzt11cEGrxzgrECoOyxAunmPMgBFTcAB/FbaB+9iOYhGmRdsQqySV8o0LWQ/l2kTeASUIMR4xJufVwmtw==",
321+
"dev": true,
322+
"license": "ISC",
323+
"dependencies": {
324+
"@gar/promise-retry": "^1.0.0",
325+
"@isaacs/string-locale-compare": "^1.1.0",
326+
"@npmcli/fs": "^5.0.0",
327+
"@npmcli/installed-package-contents": "^4.0.0",
328+
"@npmcli/map-workspaces": "^5.0.0",
329+
"@npmcli/metavuln-calculator": "^9.0.2",
330+
"@npmcli/name-from-folder": "^4.0.0",
331+
"@npmcli/node-gyp": "^5.0.0",
332+
"@npmcli/package-json": "^7.0.0",
333+
"@npmcli/query": "^5.0.0",
334+
"@npmcli/redact": "^4.0.0",
335+
"@npmcli/run-script": "^10.0.0",
336+
"bin-links": "^6.0.0",
337+
"cacache": "^20.0.1",
338+
"common-ancestor-path": "^2.0.0",
339+
"hosted-git-info": "^9.0.0",
340+
"json-stringify-nice": "^1.1.4",
341+
"lru-cache": "^11.2.1",
342+
"minimatch": "^10.0.3",
343+
"nopt": "^9.0.0",
344+
"npm-install-checks": "^8.0.0",
345+
"npm-package-arg": "^13.0.0",
346+
"npm-pick-manifest": "^11.0.1",
347+
"npm-registry-fetch": "^19.0.0",
348+
"pacote": "^21.0.2",
349+
"parse-conflict-json": "^5.0.1",
350+
"proc-log": "^6.0.0",
351+
"proggy": "^4.0.0",
352+
"promise-all-reject-late": "^1.0.0",
353+
"promise-call-limit": "^3.0.1",
354+
"semver": "^7.3.7",
355+
"ssri": "^13.0.0",
356+
"treeverse": "^3.0.0",
357+
"walk-up-path": "^4.0.0"
358+
},
359+
"bin": {
360+
"arborist": "bin/index.js"
361+
},
362+
"engines": {
363+
"node": "^20.17.0 || >=22.9.0"
364+
}
365+
},
317366
"node_modules/@actions/core": {
318367
"version": "2.0.3",
319368
"resolved": "https://registry.npmjs.org/@actions/core/-/core-2.0.3.tgz",
@@ -1978,6 +2027,55 @@
19782027
"node": "^20.17.0 || >=22.9.0"
19792028
}
19802029
},
2030+
"node_modules/@npmcli/template-oss/node_modules/@npmcli/arborist": {
2031+
"version": "9.4.2",
2032+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.4.2.tgz",
2033+
"integrity": "sha512-omJgPyzt11cEGrxzgrECoOyxAunmPMgBFTcAB/FbaB+9iOYhGmRdsQqySV8o0LWQ/l2kTeASUIMR4xJufVwmtw==",
2034+
"dev": true,
2035+
"license": "ISC",
2036+
"dependencies": {
2037+
"@gar/promise-retry": "^1.0.0",
2038+
"@isaacs/string-locale-compare": "^1.1.0",
2039+
"@npmcli/fs": "^5.0.0",
2040+
"@npmcli/installed-package-contents": "^4.0.0",
2041+
"@npmcli/map-workspaces": "^5.0.0",
2042+
"@npmcli/metavuln-calculator": "^9.0.2",
2043+
"@npmcli/name-from-folder": "^4.0.0",
2044+
"@npmcli/node-gyp": "^5.0.0",
2045+
"@npmcli/package-json": "^7.0.0",
2046+
"@npmcli/query": "^5.0.0",
2047+
"@npmcli/redact": "^4.0.0",
2048+
"@npmcli/run-script": "^10.0.0",
2049+
"bin-links": "^6.0.0",
2050+
"cacache": "^20.0.1",
2051+
"common-ancestor-path": "^2.0.0",
2052+
"hosted-git-info": "^9.0.0",
2053+
"json-stringify-nice": "^1.1.4",
2054+
"lru-cache": "^11.2.1",
2055+
"minimatch": "^10.0.3",
2056+
"nopt": "^9.0.0",
2057+
"npm-install-checks": "^8.0.0",
2058+
"npm-package-arg": "^13.0.0",
2059+
"npm-pick-manifest": "^11.0.1",
2060+
"npm-registry-fetch": "^19.0.0",
2061+
"pacote": "^21.0.2",
2062+
"parse-conflict-json": "^5.0.1",
2063+
"proc-log": "^6.0.0",
2064+
"proggy": "^4.0.0",
2065+
"promise-all-reject-late": "^1.0.0",
2066+
"promise-call-limit": "^3.0.1",
2067+
"semver": "^7.3.7",
2068+
"ssri": "^13.0.0",
2069+
"treeverse": "^3.0.0",
2070+
"walk-up-path": "^4.0.0"
2071+
},
2072+
"bin": {
2073+
"arborist": "bin/index.js"
2074+
},
2075+
"engines": {
2076+
"node": "^20.17.0 || >=22.9.0"
2077+
}
2078+
},
19812079
"node_modules/@octokit/auth-token": {
19822080
"version": "6.0.0",
19832081
"dev": true,
@@ -14506,7 +14604,7 @@
1450614604
},
1450714605
"workspaces/arborist": {
1450814606
"name": "@npmcli/arborist",
14509-
"version": "9.4.2",
14607+
"version": "9.4.3-pre.0.0",
1451014608
"license": "ISC",
1451114609
"dependencies": {
1451214610
"@gar/promise-retry": "^1.0.0",
@@ -14604,10 +14702,10 @@
1460414702
}
1460514703
},
1460614704
"workspaces/libnpmdiff": {
14607-
"version": "8.1.5",
14705+
"version": "8.1.6-pre.0.0",
1460814706
"license": "ISC",
1460914707
"dependencies": {
14610-
"@npmcli/arborist": "^9.4.2",
14708+
"@npmcli/arborist": "^9.4.3-pre.0.0",
1461114709
"@npmcli/installed-package-contents": "^4.0.0",
1461214710
"binary-extensions": "^3.0.0",
1461314711
"diff": "^8.0.2",
@@ -14626,11 +14724,11 @@
1462614724
}
1462714725
},
1462814726
"workspaces/libnpmexec": {
14629-
"version": "10.2.5",
14727+
"version": "10.2.6-pre.0.0",
1463014728
"license": "ISC",
1463114729
"dependencies": {
1463214730
"@gar/promise-retry": "^1.0.0",
14633-
"@npmcli/arborist": "^9.4.2",
14731+
"@npmcli/arborist": "^9.4.3-pre.0.0",
1463414732
"@npmcli/package-json": "^7.0.0",
1463514733
"@npmcli/run-script": "^10.0.0",
1463614734
"ci-info": "^4.0.0",
@@ -14657,10 +14755,10 @@
1465714755
}
1465814756
},
1465914757
"workspaces/libnpmfund": {
14660-
"version": "7.0.19",
14758+
"version": "7.0.20-pre.0.0",
1466114759
"license": "ISC",
1466214760
"dependencies": {
14663-
"@npmcli/arborist": "^9.4.2"
14761+
"@npmcli/arborist": "^9.4.3-pre.0.0"
1466414762
},
1466514763
"devDependencies": {
1466614764
"@npmcli/eslint-config": "^5.0.1",
@@ -14690,10 +14788,10 @@
1469014788
}
1469114789
},
1469214790
"workspaces/libnpmpack": {
14693-
"version": "9.1.5",
14791+
"version": "9.1.6-pre.0.0",
1469414792
"license": "ISC",
1469514793
"dependencies": {
14696-
"@npmcli/arborist": "^9.4.2",
14794+
"@npmcli/arborist": "^9.4.3-pre.0.0",
1469714795
"@npmcli/run-script": "^10.0.0",
1469814796
"npm-package-arg": "^13.0.0",
1469914797
"pacote": "^21.0.2"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.12.1",
2+
"version": "12.0.0-pre.0.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
55-
"@npmcli/arborist": "^9.4.2",
55+
"@npmcli/arborist": "^9.4.3-pre.0.0",
5656
"@npmcli/config": "^10.8.1",
5757
"@npmcli/fs": "^5.0.0",
5858
"@npmcli/map-workspaces": "^5.0.3",
@@ -77,11 +77,11 @@
7777
"is-cidr": "^6.0.3",
7878
"json-parse-even-better-errors": "^5.0.0",
7979
"libnpmaccess": "^10.0.3",
80-
"libnpmdiff": "^8.1.5",
81-
"libnpmexec": "^10.2.5",
82-
"libnpmfund": "^7.0.19",
80+
"libnpmdiff": "^8.1.6-pre.0.0",
81+
"libnpmexec": "^10.2.6-pre.0.0",
82+
"libnpmfund": "^7.0.20-pre.0.0",
8383
"libnpmorg": "^8.0.1",
84-
"libnpmpack": "^9.1.5",
84+
"libnpmpack": "^9.1.6-pre.0.0",
8585
"libnpmpublish": "^11.1.3",
8686
"libnpmsearch": "^9.0.1",
8787
"libnpmteam": "^8.0.2",

0 commit comments

Comments
 (0)