@kenan/npm-cli-login 4.0.4 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [5.0.0](https://github.com/kenany/npm-cli-login/compare/v4.0.4...v5.0.0) (2025-09-08)
|
|
2
|
+
|
|
3
|
+
### ⚠ BREAKING CHANGES
|
|
4
|
+
|
|
5
|
+
* Node.js v18 is no longer supported.
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* drop Node.js v18 support ([170b949](https://github.com/kenany/npm-cli-login/commit/170b949c440c96821c340463f7a0c5dfda7e7928))
|
|
10
|
+
|
|
1
11
|
## [4.0.4](https://github.com/kenany/npm-cli-login/compare/v4.0.3...v4.0.4) (2025-08-09)
|
|
2
12
|
|
|
3
13
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenan/npm-cli-login",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Fork of npm-cli-login",
|
|
5
5
|
"author": "Postman Team <help@getpostman.com>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"provenance": true
|
|
11
11
|
},
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": "
|
|
13
|
+
"node": "20 || 22 || >=24"
|
|
14
14
|
},
|
|
15
15
|
"main": "index.js",
|
|
16
16
|
"bin": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@semantic-release/git": "^10.0.1",
|
|
36
36
|
"chai": "^4.5.0",
|
|
37
37
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
38
|
-
"mocha": "^11.7.
|
|
38
|
+
"mocha": "^11.7.2",
|
|
39
39
|
"semantic-release": "^24.2.7"
|
|
40
40
|
}
|
|
41
41
|
}
|