File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ graph LR;
58
58
libnpmpublish-->npmcli-eslint-config["@npmcli/eslint-config"];
59
59
libnpmpublish-->npmcli-mock-globals["@npmcli/mock-globals"];
60
60
libnpmpublish-->npmcli-mock-registry["@npmcli/mock-registry"];
61
+ libnpmpublish-->npmcli-package-json["@npmcli/package-json"];
61
62
libnpmpublish-->npmcli-template-oss["@npmcli/template-oss"];
62
63
libnpmpublish-->proc-log;
63
64
libnpmpublish-->semver;
@@ -379,6 +380,7 @@ graph LR;
379
380
libnpmpublish-->npmcli-eslint-config["@npmcli/eslint-config"];
380
381
libnpmpublish-->npmcli-mock-globals["@npmcli/mock-globals"];
381
382
libnpmpublish-->npmcli-mock-registry["@npmcli/mock-registry"];
383
+ libnpmpublish-->npmcli-package-json["@npmcli/package-json"];
382
384
libnpmpublish-->npmcli-template-oss["@npmcli/template-oss"];
383
385
libnpmpublish-->proc-log;
384
386
libnpmpublish-->semver;
Original file line number Diff line number Diff line change 89
89
"@npmcli/config": "^10.3.0",
90
90
"@npmcli/fs": "^4.0.0",
91
91
"@npmcli/map-workspaces": "^4.0.2",
92
- "@npmcli/package-json": "^6.1.1 ",
92
+ "@npmcli/package-json": "^6.2.0 ",
93
93
"@npmcli/promise-spawn": "^8.0.2",
94
94
"@npmcli/redact": "^3.1.1",
95
95
"@npmcli/run-script": "^9.1.0",
19132
19132
"version": "11.0.0",
19133
19133
"license": "ISC",
19134
19134
"dependencies": {
19135
+ "@npmcli/package-json": "^6.2.0",
19135
19136
"ci-info": "^4.0.0",
19136
19137
"npm-package-arg": "^12.0.0",
19137
19138
"npm-registry-fetch": "^18.0.1",
Original file line number Diff line number Diff line change 56
56
"@npmcli/config" : " ^10.3.0" ,
57
57
"@npmcli/fs" : " ^4.0.0" ,
58
58
"@npmcli/map-workspaces" : " ^4.0.2" ,
59
- "@npmcli/package-json" : " ^6.1.1 " ,
59
+ "@npmcli/package-json" : " ^6.2.0 " ,
60
60
"@npmcli/promise-spawn" : " ^8.0.2" ,
61
61
"@npmcli/redact" : " ^3.1.1" ,
62
62
"@npmcli/run-script" : " ^9.1.0" ,
Original file line number Diff line number Diff line change 38
38
"bugs" : " https://github.com/npm/cli/issues" ,
39
39
"homepage" : " https://npmjs.com/package/libnpmpublish" ,
40
40
"dependencies" : {
41
+ "@npmcli/package-json" : " ^6.2.0" ,
41
42
"ci-info" : " ^4.0.0" ,
42
43
"npm-package-arg" : " ^12.0.0" ,
43
44
"npm-registry-fetch" : " ^18.0.1" ,
You can’t perform that action at this time.
0 commit comments