File tree 6 files changed +28
-6
lines changed
6 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 10.2.3 " ,
2
+ "." : " 10.2.4 " ,
3
3
"workspaces/arborist" : " 7.2.1" ,
4
4
"workspaces/libnpmaccess" : " 8.0.1" ,
5
5
"workspaces/libnpmdiff" : " 6.0.3" ,
8
8
"workspaces/libnpmhook" : " 10.0.0" ,
9
9
"workspaces/libnpmorg" : " 6.0.1" ,
10
10
"workspaces/libnpmpack" : " 6.0.3" ,
11
- "workspaces/libnpmpublish" : " 9.0.1 " ,
11
+ "workspaces/libnpmpublish" : " 9.0.2 " ,
12
12
"workspaces/libnpmsearch" : " 7.0.0" ,
13
13
"workspaces/libnpmteam" : " 6.0.0" ,
14
14
"workspaces/libnpmversion" : " 5.0.1" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.2.4] ( https://github.com/npm/cli/compare/v10.2.3...v10.2.4 ) (2023-11-13)
4
+
5
+ ### Bug Fixes
6
+
7
+ * [ ` 0f70088 ` ] ( https://github.com/npm/cli/commit/0f7008851f1c250405e8dc326f15d535e8fc1eae ) [ #6969 ] ( https://github.com/npm/cli/pull/6969 ) correctly handle object licenses in SBOM generation (#6969 ) (@jamietanna )
8
+ * [ ` dce3b08 ` ] ( https://github.com/npm/cli/commit/dce3b0896ba81b2109fea42ab32edd8a3193324c ) [ #6951 ] ( https://github.com/npm/cli/pull/6951 ) properly catch missing url opener error (#6951 ) (@wraithgar )
9
+
10
+ ### Documentation
11
+
12
+ * [ ` da18e4f ` ] ( https://github.com/npm/cli/commit/da18e4f9baa180beeb325a384759a26a19ac2919 ) [ #6987 ] ( https://github.com/npm/cli/pull/6987 ) update npm-prune description (#6987 ) (@Eomm )
13
+
14
+ ### Dependencies
15
+
16
+ * [ ` b3a53c6 ` ] ( https://github.com/npm/cli/commit/b3a53c6ab5fd933fc7f8258c155ed31be834393e ) [ #6949 ] ( https://github.com/npm/cli/pull/6949 ) ` is-cidr@5.0.3 ` (#6949 )
17
+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.2 ) : ` libnpmpublish@9.0.2 `
18
+
3
19
## [ 10.2.3] ( https://github.com/npm/cli/compare/v10.2.2...v10.2.3 ) (2023-11-02)
4
20
5
21
### Dependencies
Original file line number Diff line number Diff line change 1
1
{
2
2
"name": "npm",
3
- "version": "10.2.3 ",
3
+ "version": "10.2.4 ",
4
4
"lockfileVersion": 3,
5
5
"requires": true,
6
6
"packages": {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 10.2.3 " ,
2
+ "version" : " 10.2.4 " ,
3
3
"name" : " npm" ,
4
4
"description" : " a package manager for JavaScript" ,
5
5
"workspaces" : [
84
84
"libnpmhook" : " ^10.0.0" ,
85
85
"libnpmorg" : " ^6.0.1" ,
86
86
"libnpmpack" : " ^6.0.3" ,
87
- "libnpmpublish" : " ^9.0.1 " ,
87
+ "libnpmpublish" : " ^9.0.2 " ,
88
88
"libnpmsearch" : " ^7.0.0" ,
89
89
"libnpmteam" : " ^6.0.0" ,
90
90
"libnpmversion" : " ^5.0.1" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 9.0.2] ( https://github.com/npm/cli/compare/libnpmpublish-v9.0.1...libnpmpublish-v9.0.2 ) (2023-11-13)
4
+
5
+ ### Bug Fixes
6
+
7
+ * [ ` fff8698 ` ] ( https://github.com/npm/cli/commit/fff8698169441a6398319f6d0510dde4090e01ce ) [ #6978 ] ( https://github.com/npm/cli/pull/6978 ) publish: split github workflow ref (#6978 ) (@sxzz )
8
+
3
9
## [ 9.0.1] ( https://github.com/npm/cli/compare/libnpmpublish-v9.0.0...libnpmpublish-v9.0.1 ) (2023-10-02)
4
10
5
11
### Dependencies
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libnpmpublish" ,
3
- "version" : " 9.0.1 " ,
3
+ "version" : " 9.0.2 " ,
4
4
"description" : " Programmatic API for the bits behind npm publish and unpublish" ,
5
5
"author" : " GitHub Inc." ,
6
6
"main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments