Skip to content

Commit fab233d

Browse files
committed
fix run
1 parent abfbc75 commit fab233d

File tree

14 files changed

+216
-24
lines changed

14 files changed

+216
-24
lines changed

package-lock.json

+204-12
Original file line numberDiff line numberDiff line change
@@ -18750,7 +18750,7 @@
1875018750
},
1875118751
"workspaces/arborist": {
1875218752
"name": "@npmcli/arborist",
18753-
"version": "9.0.0",
18753+
"version": "9.0.1-smoke.0",
1875418754
"license": "ISC",
1875518755
"dependencies": {
1875618756
"@isaacs/string-locale-compare": "^1.1.0",
@@ -18808,7 +18808,7 @@
1880818808
},
1880918809
"workspaces/config": {
1881018810
"name": "@npmcli/config",
18811-
"version": "10.0.0",
18811+
"version": "10.0.1-smoke.0",
1881218812
"license": "ISC",
1881318813
"dependencies": {
1881418814
"@npmcli/map-workspaces": "^4.0.1",
@@ -18831,7 +18831,7 @@
1883118831
}
1883218832
},
1883318833
"workspaces/libnpmaccess": {
18834-
"version": "10.0.0",
18834+
"version": "10.0.1-smoke.0",
1883518835
"license": "ISC",
1883618836
"dependencies": {
1883718837
"npm-package-arg": "^12.0.0",
@@ -18848,7 +18848,7 @@
1884818848
}
1884918849
},
1885018850
"workspaces/libnpmdiff": {
18851-
"version": "8.0.0",
18851+
"version": "8.0.1-smoke.0",
1885218852
"license": "ISC",
1885318853
"dependencies": {
1885418854
"@npmcli/arborist": "^9.0.0",
@@ -18869,8 +18869,56 @@
1886918869
"node": "^20.17.0 || >=22.9.0"
1887018870
}
1887118871
},
18872+
"workspaces/libnpmdiff/node_modules/@npmcli/arborist": {
18873+
"version": "9.0.0",
18874+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.0.0.tgz",
18875+
"integrity": "sha512-ZFsI/VJ7wJ2rTksLNJ9xqr75Ste/wiKvW+7w12ZGbcT67xWii97yS+aDlh3edNhqlqoXvdzYG4hTNui81VxJCA==",
18876+
"license": "ISC",
18877+
"dependencies": {
18878+
"@isaacs/string-locale-compare": "^1.1.0",
18879+
"@npmcli/fs": "^4.0.0",
18880+
"@npmcli/installed-package-contents": "^3.0.0",
18881+
"@npmcli/map-workspaces": "^4.0.1",
18882+
"@npmcli/metavuln-calculator": "^9.0.0",
18883+
"@npmcli/name-from-folder": "^3.0.0",
18884+
"@npmcli/node-gyp": "^4.0.0",
18885+
"@npmcli/package-json": "^6.0.1",
18886+
"@npmcli/query": "^4.0.0",
18887+
"@npmcli/redact": "^3.0.0",
18888+
"@npmcli/run-script": "^9.0.1",
18889+
"bin-links": "^5.0.0",
18890+
"cacache": "^19.0.1",
18891+
"common-ancestor-path": "^1.0.1",
18892+
"hosted-git-info": "^8.0.0",
18893+
"json-stringify-nice": "^1.1.4",
18894+
"lru-cache": "^10.2.2",
18895+
"minimatch": "^9.0.4",
18896+
"nopt": "^8.0.0",
18897+
"npm-install-checks": "^7.1.0",
18898+
"npm-package-arg": "^12.0.0",
18899+
"npm-pick-manifest": "^10.0.0",
18900+
"npm-registry-fetch": "^18.0.1",
18901+
"pacote": "^21.0.0",
18902+
"parse-conflict-json": "^4.0.0",
18903+
"proc-log": "^5.0.0",
18904+
"proggy": "^3.0.0",
18905+
"promise-all-reject-late": "^1.0.0",
18906+
"promise-call-limit": "^3.0.1",
18907+
"read-package-json-fast": "^4.0.0",
18908+
"semver": "^7.3.7",
18909+
"ssri": "^12.0.0",
18910+
"treeverse": "^3.0.0",
18911+
"walk-up-path": "^4.0.0"
18912+
},
18913+
"bin": {
18914+
"arborist": "bin/index.js"
18915+
},
18916+
"engines": {
18917+
"node": "^20.17.0 || >=22.9.0"
18918+
}
18919+
},
1887218920
"workspaces/libnpmexec": {
18873-
"version": "10.0.0",
18921+
"version": "10.0.1-smoke.0",
1887418922
"license": "ISC",
1887518923
"dependencies": {
1887618924
"@npmcli/arborist": "^9.0.0",
@@ -18898,8 +18946,56 @@
1889818946
"node": "^20.17.0 || >=22.9.0"
1889918947
}
1890018948
},
18949+
"workspaces/libnpmexec/node_modules/@npmcli/arborist": {
18950+
"version": "9.0.0",
18951+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.0.0.tgz",
18952+
"integrity": "sha512-ZFsI/VJ7wJ2rTksLNJ9xqr75Ste/wiKvW+7w12ZGbcT67xWii97yS+aDlh3edNhqlqoXvdzYG4hTNui81VxJCA==",
18953+
"license": "ISC",
18954+
"dependencies": {
18955+
"@isaacs/string-locale-compare": "^1.1.0",
18956+
"@npmcli/fs": "^4.0.0",
18957+
"@npmcli/installed-package-contents": "^3.0.0",
18958+
"@npmcli/map-workspaces": "^4.0.1",
18959+
"@npmcli/metavuln-calculator": "^9.0.0",
18960+
"@npmcli/name-from-folder": "^3.0.0",
18961+
"@npmcli/node-gyp": "^4.0.0",
18962+
"@npmcli/package-json": "^6.0.1",
18963+
"@npmcli/query": "^4.0.0",
18964+
"@npmcli/redact": "^3.0.0",
18965+
"@npmcli/run-script": "^9.0.1",
18966+
"bin-links": "^5.0.0",
18967+
"cacache": "^19.0.1",
18968+
"common-ancestor-path": "^1.0.1",
18969+
"hosted-git-info": "^8.0.0",
18970+
"json-stringify-nice": "^1.1.4",
18971+
"lru-cache": "^10.2.2",
18972+
"minimatch": "^9.0.4",
18973+
"nopt": "^8.0.0",
18974+
"npm-install-checks": "^7.1.0",
18975+
"npm-package-arg": "^12.0.0",
18976+
"npm-pick-manifest": "^10.0.0",
18977+
"npm-registry-fetch": "^18.0.1",
18978+
"pacote": "^21.0.0",
18979+
"parse-conflict-json": "^4.0.0",
18980+
"proc-log": "^5.0.0",
18981+
"proggy": "^3.0.0",
18982+
"promise-all-reject-late": "^1.0.0",
18983+
"promise-call-limit": "^3.0.1",
18984+
"read-package-json-fast": "^4.0.0",
18985+
"semver": "^7.3.7",
18986+
"ssri": "^12.0.0",
18987+
"treeverse": "^3.0.0",
18988+
"walk-up-path": "^4.0.0"
18989+
},
18990+
"bin": {
18991+
"arborist": "bin/index.js"
18992+
},
18993+
"engines": {
18994+
"node": "^20.17.0 || >=22.9.0"
18995+
}
18996+
},
1890118997
"workspaces/libnpmfund": {
18902-
"version": "7.0.0",
18998+
"version": "7.0.1-smoke.0",
1890318999
"license": "ISC",
1890419000
"dependencies": {
1890519001
"@npmcli/arborist": "^9.0.0"
@@ -18913,8 +19009,56 @@
1891319009
"node": "^20.17.0 || >=22.9.0"
1891419010
}
1891519011
},
19012+
"workspaces/libnpmfund/node_modules/@npmcli/arborist": {
19013+
"version": "9.0.0",
19014+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.0.0.tgz",
19015+
"integrity": "sha512-ZFsI/VJ7wJ2rTksLNJ9xqr75Ste/wiKvW+7w12ZGbcT67xWii97yS+aDlh3edNhqlqoXvdzYG4hTNui81VxJCA==",
19016+
"license": "ISC",
19017+
"dependencies": {
19018+
"@isaacs/string-locale-compare": "^1.1.0",
19019+
"@npmcli/fs": "^4.0.0",
19020+
"@npmcli/installed-package-contents": "^3.0.0",
19021+
"@npmcli/map-workspaces": "^4.0.1",
19022+
"@npmcli/metavuln-calculator": "^9.0.0",
19023+
"@npmcli/name-from-folder": "^3.0.0",
19024+
"@npmcli/node-gyp": "^4.0.0",
19025+
"@npmcli/package-json": "^6.0.1",
19026+
"@npmcli/query": "^4.0.0",
19027+
"@npmcli/redact": "^3.0.0",
19028+
"@npmcli/run-script": "^9.0.1",
19029+
"bin-links": "^5.0.0",
19030+
"cacache": "^19.0.1",
19031+
"common-ancestor-path": "^1.0.1",
19032+
"hosted-git-info": "^8.0.0",
19033+
"json-stringify-nice": "^1.1.4",
19034+
"lru-cache": "^10.2.2",
19035+
"minimatch": "^9.0.4",
19036+
"nopt": "^8.0.0",
19037+
"npm-install-checks": "^7.1.0",
19038+
"npm-package-arg": "^12.0.0",
19039+
"npm-pick-manifest": "^10.0.0",
19040+
"npm-registry-fetch": "^18.0.1",
19041+
"pacote": "^21.0.0",
19042+
"parse-conflict-json": "^4.0.0",
19043+
"proc-log": "^5.0.0",
19044+
"proggy": "^3.0.0",
19045+
"promise-all-reject-late": "^1.0.0",
19046+
"promise-call-limit": "^3.0.1",
19047+
"read-package-json-fast": "^4.0.0",
19048+
"semver": "^7.3.7",
19049+
"ssri": "^12.0.0",
19050+
"treeverse": "^3.0.0",
19051+
"walk-up-path": "^4.0.0"
19052+
},
19053+
"bin": {
19054+
"arborist": "bin/index.js"
19055+
},
19056+
"engines": {
19057+
"node": "^20.17.0 || >=22.9.0"
19058+
}
19059+
},
1891619060
"workspaces/libnpmorg": {
18917-
"version": "8.0.0",
19061+
"version": "8.0.1-smoke.0",
1891819062
"license": "ISC",
1891919063
"dependencies": {
1892019064
"aproba": "^2.0.0",
@@ -18932,7 +19076,7 @@
1893219076
}
1893319077
},
1893419078
"workspaces/libnpmpack": {
18935-
"version": "9.0.0",
19079+
"version": "9.0.1-smoke.0",
1893619080
"license": "ISC",
1893719081
"dependencies": {
1893819082
"@npmcli/arborist": "^9.0.0",
@@ -18951,8 +19095,56 @@
1895119095
"node": "^20.17.0 || >=22.9.0"
1895219096
}
1895319097
},
19098+
"workspaces/libnpmpack/node_modules/@npmcli/arborist": {
19099+
"version": "9.0.0",
19100+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.0.0.tgz",
19101+
"integrity": "sha512-ZFsI/VJ7wJ2rTksLNJ9xqr75Ste/wiKvW+7w12ZGbcT67xWii97yS+aDlh3edNhqlqoXvdzYG4hTNui81VxJCA==",
19102+
"license": "ISC",
19103+
"dependencies": {
19104+
"@isaacs/string-locale-compare": "^1.1.0",
19105+
"@npmcli/fs": "^4.0.0",
19106+
"@npmcli/installed-package-contents": "^3.0.0",
19107+
"@npmcli/map-workspaces": "^4.0.1",
19108+
"@npmcli/metavuln-calculator": "^9.0.0",
19109+
"@npmcli/name-from-folder": "^3.0.0",
19110+
"@npmcli/node-gyp": "^4.0.0",
19111+
"@npmcli/package-json": "^6.0.1",
19112+
"@npmcli/query": "^4.0.0",
19113+
"@npmcli/redact": "^3.0.0",
19114+
"@npmcli/run-script": "^9.0.1",
19115+
"bin-links": "^5.0.0",
19116+
"cacache": "^19.0.1",
19117+
"common-ancestor-path": "^1.0.1",
19118+
"hosted-git-info": "^8.0.0",
19119+
"json-stringify-nice": "^1.1.4",
19120+
"lru-cache": "^10.2.2",
19121+
"minimatch": "^9.0.4",
19122+
"nopt": "^8.0.0",
19123+
"npm-install-checks": "^7.1.0",
19124+
"npm-package-arg": "^12.0.0",
19125+
"npm-pick-manifest": "^10.0.0",
19126+
"npm-registry-fetch": "^18.0.1",
19127+
"pacote": "^21.0.0",
19128+
"parse-conflict-json": "^4.0.0",
19129+
"proc-log": "^5.0.0",
19130+
"proggy": "^3.0.0",
19131+
"promise-all-reject-late": "^1.0.0",
19132+
"promise-call-limit": "^3.0.1",
19133+
"read-package-json-fast": "^4.0.0",
19134+
"semver": "^7.3.7",
19135+
"ssri": "^12.0.0",
19136+
"treeverse": "^3.0.0",
19137+
"walk-up-path": "^4.0.0"
19138+
},
19139+
"bin": {
19140+
"arborist": "bin/index.js"
19141+
},
19142+
"engines": {
19143+
"node": "^20.17.0 || >=22.9.0"
19144+
}
19145+
},
1895419146
"workspaces/libnpmpublish": {
18955-
"version": "11.0.0",
19147+
"version": "11.0.1-smoke.0",
1895619148
"license": "ISC",
1895719149
"dependencies": {
1895819150
"ci-info": "^4.0.0",
@@ -18976,7 +19168,7 @@
1897619168
}
1897719169
},
1897819170
"workspaces/libnpmsearch": {
18979-
"version": "9.0.0",
19171+
"version": "9.0.1-smoke.0",
1898019172
"license": "ISC",
1898119173
"dependencies": {
1898219174
"npm-registry-fetch": "^18.0.1"
@@ -18992,7 +19184,7 @@
1899219184
}
1899319185
},
1899419186
"workspaces/libnpmteam": {
18995-
"version": "8.0.0",
19187+
"version": "8.0.1-smoke.0",
1899619188
"license": "ISC",
1899719189
"dependencies": {
1899819190
"aproba": "^2.0.0",
@@ -19009,7 +19201,7 @@
1900919201
}
1901019202
},
1901119203
"workspaces/libnpmversion": {
19012-
"version": "8.0.0",
19204+
"version": "8.0.1-smoke.0",
1901319205
"license": "ISC",
1901419206
"dependencies": {
1901519207
"@npmcli/git": "^6.0.1",
File renamed without changes.

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "9.0.0",
3+
"version": "9.0.1-smoke.0",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "10.0.0",
3+
"version": "10.0.1-smoke.0",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmaccess/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmaccess",
3-
"version": "10.0.0",
3+
"version": "10.0.1-smoke.0",
44
"description": "programmatic library for `npm access` commands",
55
"author": "GitHub Inc.",
66
"license": "ISC",

workspaces/libnpmdiff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "8.0.0",
3+
"version": "8.0.1-smoke.0",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",

workspaces/libnpmexec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "10.0.0",
3+
"version": "10.0.1-smoke.0",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmfund/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "7.0.0",
3+
"version": "7.0.1-smoke.0",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",

workspaces/libnpmorg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmorg",
3-
"version": "8.0.0",
3+
"version": "8.0.1-smoke.0",
44
"description": "Programmatic api for `npm org` commands",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

workspaces/libnpmpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "9.0.0",
3+
"version": "9.0.1-smoke.0",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

workspaces/libnpmpublish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpublish",
3-
"version": "11.0.0",
3+
"version": "11.0.1-smoke.0",
44
"description": "Programmatic API for the bits behind npm publish and unpublish",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

workspaces/libnpmsearch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmsearch",
3-
"version": "9.0.0",
3+
"version": "9.0.1-smoke.0",
44
"description": "Programmatic API for searching in npm and compatible registries.",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

workspaces/libnpmteam/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libnpmteam",
33
"description": "npm Team management APIs",
4-
"version": "8.0.0",
4+
"version": "8.0.1-smoke.0",
55
"author": "GitHub Inc.",
66
"license": "ISC",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)