File tree Expand file tree Collapse file tree 8 files changed +41
-14
lines changed Expand file tree Collapse file tree 8 files changed +41
-14
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 9.7.1 " ,
2+ "." : " 9.7.2 " ,
33 "workspaces/arborist" : " 6.2.9" ,
44 "workspaces/libnpmaccess" : " 7.0.2" ,
55 "workspaces/libnpmdiff" : " 5.0.17" ,
88 "workspaces/libnpmhook" : " 9.0.3" ,
99 "workspaces/libnpmorg" : " 5.0.4" ,
1010 "workspaces/libnpmpack" : " 5.0.17" ,
11- "workspaces/libnpmpublish" : " 7.3 .0" ,
11+ "workspaces/libnpmpublish" : " 7.4 .0" ,
1212 "workspaces/libnpmsearch" : " 6.0.2" ,
1313 "workspaces/libnpmteam" : " 5.0.3" ,
1414 "workspaces/libnpmversion" : " 4.0.2" ,
15- "workspaces/config" : " 6.2.0 "
15+ "workspaces/config" : " 6.2.1 "
1616}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 9.7.2] ( https://github.com/npm/cli/compare/v9.7.1...v9.7.2 ) (2023-06-13)
4+
5+ ### Bug Fixes
6+
7+ * [ ` e722439 ` ] ( https://github.com/npm/cli/commit/e722439b05bb4da691975359db58eac794f1f5d9 ) [ #6497 ] ( https://github.com/npm/cli/pull/6497 ) move all definitions to @npmcli/config package (@lukekarrys )
8+
9+ ### Dependencies
10+
11+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/config-v6.2.1 ) : ` @npmcli/config@6.2.1 `
12+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/libnpmpublish-v7.4.0 ) : ` libnpmpublish@7.4.0 `
13+
314## [ 9.7.1] ( https://github.com/npm/cli/compare/v9.7.0...v9.7.1 ) (2023-06-06)
415
516### Dependencies
Original file line number Diff line number Diff line change 11{
22 "name": "npm",
3- "version": "9.7.1 ",
3+ "version": "9.7.2 ",
44 "lockfileVersion": 3,
55 "requires": true,
66 "packages": {
77 "": {
88 "name": "npm",
9- "version": "9.7.1 ",
9+ "version": "9.7.2 ",
1010 "bundleDependencies": [
1111 "@isaacs/string-locale-compare",
1212 "@npmcli/arborist",
8585 "dependencies": {
8686 "@isaacs/string-locale-compare": "^1.1.0",
8787 "@npmcli/arborist": "^6.2.9",
88- "@npmcli/config": "^6.2.0 ",
88+ "@npmcli/config": "^6.2.1 ",
8989 "@npmcli/map-workspaces": "^3.0.4",
9090 "@npmcli/package-json": "^3.1.1",
9191 "@npmcli/run-script": "^6.0.2",
113113 "libnpmhook": "^9.0.3",
114114 "libnpmorg": "^5.0.4",
115115 "libnpmpack": "^5.0.17",
116- "libnpmpublish": "^7.3 .0",
116+ "libnpmpublish": "^7.4 .0",
117117 "libnpmsearch": "^6.0.2",
118118 "libnpmteam": "^5.0.3",
119119 "libnpmversion": "^4.0.2",
1566515665 },
1566615666 "workspaces/config": {
1566715667 "name": "@npmcli/config",
15668- "version": "6.2.0 ",
15668+ "version": "6.2.1 ",
1566915669 "license": "ISC",
1567015670 "dependencies": {
1567115671 "@npmcli/map-workspaces": "^3.0.2",
1583015830 }
1583115831 },
1583215832 "workspaces/libnpmpublish": {
15833- "version": "7.3 .0",
15833+ "version": "7.4 .0",
1583415834 "license": "ISC",
1583515835 "dependencies": {
1583615836 "ci-info": "^3.6.1",
Original file line number Diff line number Diff line change 11{
2- "version" : " 9.7.1 " ,
2+ "version" : " 9.7.2 " ,
33 "name" : " npm" ,
44 "description" : " a package manager for JavaScript" ,
55 "workspaces" : [
5555 "dependencies" : {
5656 "@isaacs/string-locale-compare" : " ^1.1.0" ,
5757 "@npmcli/arborist" : " ^6.2.9" ,
58- "@npmcli/config" : " ^6.2.0 " ,
58+ "@npmcli/config" : " ^6.2.1 " ,
5959 "@npmcli/map-workspaces" : " ^3.0.4" ,
6060 "@npmcli/package-json" : " ^3.1.1" ,
6161 "@npmcli/run-script" : " ^6.0.2" ,
8383 "libnpmhook" : " ^9.0.3" ,
8484 "libnpmorg" : " ^5.0.4" ,
8585 "libnpmpack" : " ^5.0.17" ,
86- "libnpmpublish" : " ^7.3 .0" ,
86+ "libnpmpublish" : " ^7.4 .0" ,
8787 "libnpmsearch" : " ^6.0.2" ,
8888 "libnpmteam" : " ^5.0.3" ,
8989 "libnpmversion" : " ^4.0.2" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 6.2.1] ( https://github.com/npm/cli/compare/config-v6.2.0...config-v6.2.1 ) (2023-06-13)
4+
5+ ### Bug Fixes
6+
7+ * [ ` e722439 ` ] ( https://github.com/npm/cli/commit/e722439b05bb4da691975359db58eac794f1f5d9 ) [ #6497 ] ( https://github.com/npm/cli/pull/6497 ) move all definitions to @npmcli/config package (@lukekarrys )
8+
39## [ 6.2.0] ( https://github.com/npm/cli/compare/config-v6.1.7...config-v6.2.0 ) (2023-05-31)
410
511### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @npmcli/config" ,
3- "version" : " 6.2.0 " ,
3+ "version" : " 6.2.1 " ,
44 "files" : [
55 " bin/" ,
66 " lib/"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 7.4.0] ( https://github.com/npm/cli/compare/libnpmpublish-v7.3.0...libnpmpublish-v7.4.0 ) (2023-06-13)
4+
5+ ### Features
6+
7+ * [ ` 7701105 ` ] ( https://github.com/npm/cli/commit/770110535c07502e30619c3def8f35a522c36427 ) [ #6526 ] ( https://github.com/npm/cli/pull/6526 ) Add GitLab CI provenance (#6375 ) (#6526 ) (@wraithgar , @wlynch )
8+
9+ ### Bug Fixes
10+
11+ * [ ` 29622c1 ` ] ( https://github.com/npm/cli/commit/29622c1349b38173924058a1fb0ede9edf8a5f6f ) [ #6530 ] ( https://github.com/npm/cli/pull/6530 ) public package check in libnpmpublish (#6530 ) (@bdehamer )
12+
313## [ 7.3.0] ( https://github.com/npm/cli/compare/libnpmpublish-v7.2.0...libnpmpublish-v7.3.0 ) (2023-05-31)
414
515### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " libnpmpublish" ,
3- "version" : " 7.3 .0" ,
3+ "version" : " 7.4 .0" ,
44 "description" : " Programmatic API for the bits behind npm publish and unpublish" ,
55 "author" : " GitHub Inc." ,
66 "main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments