@kenan/npm-cli-login 3.0.6 → 4.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.
- package/CHANGELOG.md +18 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [4.0.1](https://github.com/kenany/npm-cli-login/compare/v4.0.0...v4.0.1) (2024-05-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** npm-profile@9.0.2 ([b44aa7b](https://github.com/kenany/npm-cli-login/commit/b44aa7b4d60cad1cabbeb1b86aca39547ec54aed))
|
|
7
|
+
|
|
8
|
+
## [4.0.0](https://github.com/kenany/npm-cli-login/compare/v3.0.6...v4.0.0) (2023-09-11)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### ⚠ BREAKING CHANGES
|
|
12
|
+
|
|
13
|
+
* Node.js v14 and v16 are no longer supported.
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* drop Node.js v14 and v16 ([c085f4a](https://github.com/kenany/npm-cli-login/commit/c085f4a634a2d5ab29fce5085117e2312da206f8))
|
|
18
|
+
|
|
1
19
|
## [3.0.6](https://github.com/kenany/npm-cli-login/compare/v3.0.5...v3.0.6) (2023-06-09)
|
|
2
20
|
|
|
3
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenan/npm-cli-login",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.1",
|
|
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": "18 || >=20"
|
|
14
14
|
},
|
|
15
15
|
"main": "index.js",
|
|
16
16
|
"bin": {
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"test": "mocha tests"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"npm-profile": "^
|
|
31
|
+
"npm-profile": "^9.0.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@semantic-release/changelog": "^6.0.3",
|
|
35
35
|
"@semantic-release/git": "^10.0.1",
|
|
36
|
-
"chai": "^4.
|
|
37
|
-
"conventional-changelog-conventionalcommits": "^
|
|
38
|
-
"mocha": "^10.
|
|
39
|
-
"semantic-release": "^
|
|
36
|
+
"chai": "^4.4.1",
|
|
37
|
+
"conventional-changelog-conventionalcommits": "^7.0.2",
|
|
38
|
+
"mocha": "^10.4.0",
|
|
39
|
+
"semantic-release": "^23.0.8"
|
|
40
40
|
}
|
|
41
41
|
}
|