@kenan/npm-cli-login 5.0.2 → 6.0.1

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 +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## [6.0.1](https://github.com/kenany/npm-cli-login/compare/v6.0.0...v6.0.1) (2026-07-02)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** npm-profile@13.0.1 ([d5d1c29](https://github.com/kenany/npm-cli-login/commit/d5d1c2975955db54c6d2b595ed1b239120eb90da))
6
+
7
+ ## [6.0.0](https://github.com/kenany/npm-cli-login/compare/v5.0.2...v6.0.0) (2026-06-04)
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * Node.js v20 is no longer supported.
12
+
13
+ ### Features
14
+
15
+ * require Node.js v22.22.2 or greater ([8cfee1e](https://github.com/kenany/npm-cli-login/commit/8cfee1e95342a94a5bf114b46b55d71e5afb11cf))
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** npm-profile@13.0.0 ([b0e53b6](https://github.com/kenany/npm-cli-login/commit/b0e53b6f1f85b84d8f55fb2901ec7087ae1e6311))
20
+
1
21
  ## [5.0.2](https://github.com/kenany/npm-cli-login/compare/v5.0.1...v5.0.2) (2026-01-20)
2
22
 
3
23
  ### 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.1",
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.1"
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.5"
43
43
  }
44
44
  }