@kenan/npm-cli-login 5.0.2 → 6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [6.0.0](https://github.com/kenany/npm-cli-login/compare/v5.0.2...v6.0.0) (2026-06-04)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * Node.js v20 is no longer supported.
6
+
7
+ ### Features
8
+
9
+ * require Node.js v22.22.2 or greater ([8cfee1e](https://github.com/kenany/npm-cli-login/commit/8cfee1e95342a94a5bf114b46b55d71e5afb11cf))
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** npm-profile@13.0.0 ([b0e53b6](https://github.com/kenany/npm-cli-login/commit/b0e53b6f1f85b84d8f55fb2901ec7087ae1e6311))
14
+
1
15
  ## [5.0.2](https://github.com/kenany/npm-cli-login/compare/v5.0.1...v5.0.2) (2026-01-20)
2
16
 
3
17
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenan/npm-cli-login",
3
- "version": "5.0.2",
3
+ "version": "6.0.0",
4
4
  "description": "Fork of npm-cli-login",
5
5
  "author": "Postman Team <help@getpostman.com>",
6
6
  "license": "Apache-2.0",
@@ -13,7 +13,7 @@
13
13
  "provenance": true
14
14
  },
15
15
  "engines": {
16
- "node": "20 || 22 || >=24"
16
+ "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
17
17
  },
18
18
  "main": "index.js",
19
19
  "bin": {
@@ -31,14 +31,14 @@
31
31
  "test": "mocha tests"
32
32
  },
33
33
  "dependencies": {
34
- "npm-profile": "^12.0.1"
34
+ "npm-profile": "^13.0.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@semantic-release/changelog": "6.0.3",
38
38
  "@semantic-release/git": "10.0.1",
39
39
  "chai": "6.2.2",
40
- "conventional-changelog-conventionalcommits": "9.1.0",
41
- "mocha": "11.7.5",
42
- "semantic-release": "25.0.2"
40
+ "conventional-changelog-conventionalcommits": "9.3.1",
41
+ "mocha": "11.7.6",
42
+ "semantic-release": "25.0.3"
43
43
  }
44
44
  }