File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 9.6.1 " ,
2+ "." : " 9.6.2 " ,
33 "workspaces/arborist" : " 6.2.5" ,
44 "workspaces/libnpmaccess" : " 7.0.2" ,
55 "workspaces/libnpmdiff" : " 5.0.13" ,
88 "workspaces/libnpmhook" : " 9.0.3" ,
99 "workspaces/libnpmorg" : " 5.0.3" ,
1010 "workspaces/libnpmpack" : " 5.0.13" ,
11- "workspaces/libnpmpublish" : " 7.1.1 " ,
11+ "workspaces/libnpmpublish" : " 7.1.2 " ,
1212 "workspaces/libnpmsearch" : " 6.0.2" ,
1313 "workspaces/libnpmteam" : " 5.0.3" ,
1414 "workspaces/libnpmversion" : " 4.0.2" ,
15- "workspaces/config" : " 6.1.3 "
15+ "workspaces/config" : " 6.1.4 "
1616}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 9.6.2] ( https://github.com/npm/cli/compare/v9.6.1...v9.6.2 ) (2023-03-14)
4+
5+ ### Bug Fixes
6+
7+ * [ ` 4622b42 ` ] ( https://github.com/npm/cli/commit/4622b425751bc6e3eebb9abfa5fc3fbf94890e34 ) [ #6247 ] ( https://github.com/npm/cli/pull/6247 ) add provenance publish notice (#6247 ) (@bdehamer )
8+
9+ ### Dependencies
10+
11+ * [ ` 434b461 ` ] ( https://github.com/npm/cli/commit/434b461e4c15513817eaec6acfe82c7814789c85 ) [ #6255 ] ( https://github.com/npm/cli/pull/6255 ) ` sigstore@1.1.1 ` (#6255 )
12+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/config-v6.1.4 ) : ` @npmcli/config@6.1.4 `
13+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/libnpmpublish-v7.1.2 ) : ` libnpmpublish@7.1.2 `
14+
315## [ 9.6.1] ( https://github.com/npm/cli/compare/v9.6.0...v9.6.1 ) (2023-03-08)
416
517### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name": "npm",
3- "version": "9.6.1 ",
3+ "version": "9.6.2 ",
44 "lockfileVersion": 3,
55 "requires": true,
66 "packages": {
77 "": {
88 "name": "npm",
9- "version": "9.6.1 ",
9+ "version": "9.6.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.5",
88- "@npmcli/config": "^6.1.3 ",
88+ "@npmcli/config": "^6.1.4 ",
8989 "@npmcli/map-workspaces": "^3.0.2",
9090 "@npmcli/package-json": "^3.0.0",
9191 "@npmcli/run-script": "^6.0.0",
113113 "libnpmhook": "^9.0.3",
114114 "libnpmorg": "^5.0.3",
115115 "libnpmpack": "^5.0.13",
116- "libnpmpublish": "^7.1.1 ",
116+ "libnpmpublish": "^7.1.2 ",
117117 "libnpmsearch": "^6.0.2",
118118 "libnpmteam": "^5.0.3",
119119 "libnpmversion": "^4.0.2",
1505015050 },
1505115051 "workspaces/config": {
1505215052 "name": "@npmcli/config",
15053- "version": "6.1.3 ",
15053+ "version": "6.1.4 ",
1505415054 "license": "ISC",
1505515055 "dependencies": {
1505615056 "@npmcli/map-workspaces": "^3.0.2",
1521315213 }
1521415214 },
1521515215 "workspaces/libnpmpublish": {
15216- "version": "7.1.1 ",
15216+ "version": "7.1.2 ",
1521715217 "license": "ISC",
1521815218 "dependencies": {
1521915219 "ci-info": "^3.6.1",
Original file line number Diff line number Diff line change 11{
2- "version" : " 9.6.1 " ,
2+ "version" : " 9.6.2 " ,
33 "name" : " npm" ,
44 "description" : " a package manager for JavaScript" ,
55 "workspaces" : [
5454 "dependencies" : {
5555 "@isaacs/string-locale-compare" : " ^1.1.0" ,
5656 "@npmcli/arborist" : " ^6.2.5" ,
57- "@npmcli/config" : " ^6.1.3 " ,
57+ "@npmcli/config" : " ^6.1.4 " ,
5858 "@npmcli/map-workspaces" : " ^3.0.2" ,
5959 "@npmcli/package-json" : " ^3.0.0" ,
6060 "@npmcli/run-script" : " ^6.0.0" ,
8282 "libnpmhook" : " ^9.0.3" ,
8383 "libnpmorg" : " ^5.0.3" ,
8484 "libnpmpack" : " ^5.0.13" ,
85- "libnpmpublish" : " ^7.1.1 " ,
85+ "libnpmpublish" : " ^7.1.2 " ,
8686 "libnpmsearch" : " ^6.0.2" ,
8787 "libnpmteam" : " ^5.0.3" ,
8888 "libnpmversion" : " ^4.0.2" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 6.1.4] ( https://github.com/npm/cli/compare/config-v6.1.3...config-v6.1.4 ) (2023-03-14)
4+
5+ ### Bug Fixes
6+
7+ * [ ` 968f63a ` ] ( https://github.com/npm/cli/commit/968f63ada828ee8ccfdba3d6d437c9e7c6917026 ) [ #6236 ] ( https://github.com/npm/cli/pull/6236 ) parse date objects from config files (#6236 ) (@wraithgar )
8+
39## [ 6.1.3] ( https://github.com/npm/cli/compare/config-v6.1.2...config-v6.1.3 ) (2023-02-07)
410
511### Dependencies
Original file line number Diff line number Diff line change 11{
22 "name" : " @npmcli/config" ,
3- "version" : " 6.1.3 " ,
3+ "version" : " 6.1.4 " ,
44 "files" : [
55 " bin/" ,
66 " lib/"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 7.1.2] ( https://github.com/npm/cli/compare/libnpmpublish-v7.1.1...libnpmpublish-v7.1.2 ) (2023-03-14)
4+
5+ ### Bug Fixes
6+
7+ * [ ` 4622b42 ` ] ( https://github.com/npm/cli/commit/4622b425751bc6e3eebb9abfa5fc3fbf94890e34 ) [ #6247 ] ( https://github.com/npm/cli/pull/6247 ) add provenance publish notice (#6247 ) (@bdehamer )
8+ * [ ` 17adfb7 ` ] ( https://github.com/npm/cli/commit/17adfb7b6c125cf033ac259936fb15bb85339aac ) [ #6228 ] ( https://github.com/npm/cli/pull/6228 ) provenance build type v2 (#6228 ) (@bdehamer , @feelepxyz )
9+
310## [ 7.1.1] ( https://github.com/npm/cli/compare/libnpmpublish-v7.1.0...libnpmpublish-v7.1.1 ) (2023-03-08)
411
512### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " libnpmpublish" ,
3- "version" : " 7.1.1 " ,
3+ "version" : " 7.1.2 " ,
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