File tree Expand file tree Collapse file tree 6 files changed +25
-7
lines changed Expand file tree Collapse file tree 6 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 10.3.0 " ,
2
+ "." : " 10.3.1 " ,
3
3
"workspaces/arborist" : " 7.3.0" ,
4
4
"workspaces/libnpmaccess" : " 8.0.2" ,
5
5
"workspaces/libnpmdiff" : " 6.0.5" ,
8
8
"workspaces/libnpmhook" : " 10.0.1" ,
9
9
"workspaces/libnpmorg" : " 6.0.2" ,
10
10
"workspaces/libnpmpack" : " 6.0.5" ,
11
- "workspaces/libnpmpublish" : " 9.0.3 " ,
11
+ "workspaces/libnpmpublish" : " 9.0.4 " ,
12
12
"workspaces/libnpmsearch" : " 7.0.1" ,
13
13
"workspaces/libnpmteam" : " 6.0.1" ,
14
14
"workspaces/libnpmversion" : " 5.0.2" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.3.1] ( https://github.com/npm/cli/compare/v10.3.0...v10.3.1 ) (2024-01-17)
4
+
5
+ ### Bug Fixes
6
+
7
+ * [ ` 81c95c7 ` ] ( https://github.com/npm/cli/commit/81c95c7de71b40831ad46356d75ed56b20c66372 ) [ #7063 ] ( https://github.com/npm/cli/pull/7063 ) don't reset update notifier duration on every check (#7063 ) (@wraithgar )
8
+
9
+ ### Dependencies
10
+
11
+ * [ ` a50b03b ` ] ( https://github.com/npm/cli/commit/a50b03b10046cf769cd328df96adcf292db5c067 ) [ #7141 ] ( https://github.com/npm/cli/pull/7141 ) ` sigstore@2.2.0 ` (#7141 ) (@bdehamer )
12
+ * [ ` f696b51 ` ] ( https://github.com/npm/cli/commit/f696b517a39bea1be0f7116983a5b4c8ed6f01b7 ) [ #7132 ] ( https://github.com/npm/cli/pull/7132 ) ` @sigstore/tuf@2.3.0 ` (#7132 ) (@bdehamer )
13
+ * [ workspace] ( https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.4 ) : ` libnpmpublish@9.0.4 `
14
+
3
15
## [ 10.3.0] ( https://github.com/npm/cli/compare/v10.2.5...v10.3.0 ) (2024-01-10)
4
16
5
17
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name": "npm",
3
- "version": "10.3.0 ",
3
+ "version": "10.3.1 ",
4
4
"lockfileVersion": 3,
5
5
"requires": true,
6
6
"packages": {
7
7
"": {
8
8
"name": "npm",
9
- "version": "10.3.0 ",
9
+ "version": "10.3.1 ",
10
10
"bundleDependencies": [
11
11
"@isaacs/string-locale-compare",
12
12
"@npmcli/arborist",
16431
16431
}
16432
16432
},
16433
16433
"workspaces/libnpmpublish": {
16434
- "version": "9.0.3 ",
16434
+ "version": "9.0.4 ",
16435
16435
"license": "ISC",
16436
16436
"dependencies": {
16437
16437
"ci-info": "^4.0.0",
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 10.3.0 " ,
2
+ "version" : " 10.3.1 " ,
3
3
"name" : " npm" ,
4
4
"description" : " a package manager for JavaScript" ,
5
5
"workspaces" : [
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 9.0.4] ( https://github.com/npm/cli/compare/libnpmpublish-v9.0.3...libnpmpublish-v9.0.4 ) (2024-01-17)
4
+
5
+ ### Dependencies
6
+
7
+ * [ ` a50b03b ` ] ( https://github.com/npm/cli/commit/a50b03b10046cf769cd328df96adcf292db5c067 ) [ #7141 ] ( https://github.com/npm/cli/pull/7141 ) ` sigstore@2.2.0 ` (#7141 ) (@bdehamer )
8
+
3
9
## [ 9.0.3] ( https://github.com/npm/cli/compare/libnpmpublish-v9.0.2...libnpmpublish-v9.0.3 ) (2023-12-06)
4
10
5
11
### Chores
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libnpmpublish" ,
3
- "version" : " 9.0.3 " ,
3
+ "version" : " 9.0.4 " ,
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