@kenan/npm-cli-login 3.0.4 → 3.0.6

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 +152 -0
  2. package/package.json +7 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,152 @@
1
+ ## [3.0.6](https://github.com/kenany/npm-cli-login/compare/v3.0.5...v3.0.6) (2023-06-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **ci:** enable npm provenance ([8446d50](https://github.com/kenany/npm-cli-login/commit/8446d50bf748042bd98ae0791c552d1f3277dc31))
7
+ * **ci:** fix publish job permissions ([7b46410](https://github.com/kenany/npm-cli-login/commit/7b464102d5452cb3d638c9382ac5755b2ecc30d5))
8
+
9
+ ## [3.0.5](https://github.com/kenany/npm-cli-login/compare/v3.0.4...v3.0.5) (2023-06-03)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * include changelog in published package ([676d405](https://github.com/kenany/npm-cli-login/commit/676d40548a428d2a82c862837bd43d78c7ab8ccd))
15
+
16
+ ## [3.0.4](https://github.com/kenany/npm-cli-login/compare/v3.0.3...v3.0.4) (2023-05-10)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * fix token destructuring ([51c5dd1](https://github.com/kenany/npm-cli-login/commit/51c5dd1d45bcac02ec233a0a1c703602467c9833))
22
+
23
+ ## [3.0.3](https://github.com/kenany/npm-cli-login/compare/v3.0.2...v3.0.3) (2023-03-20)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * fix custom registry with trailing slash ([8a413e2](https://github.com/kenany/npm-cli-login/commit/8a413e22bff99d6f72e04b797846df4f94f0b179))
29
+
30
+ ## [3.0.2](https://github.com/kenany/npm-cli-login/compare/v3.0.1...v3.0.2) (2022-12-19)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * **deps:** npm-profile@7.0.1 ([bd3b95e](https://github.com/kenany/npm-cli-login/commit/bd3b95eb5a70e4692e218371c2b06865de10ee13))
36
+
37
+ ## [3.0.1](https://github.com/kenany/npm-cli-login/compare/v3.0.0...v3.0.1) (2022-08-04)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * **deps:** npm-profile@6.2.1 ([8b613f5](https://github.com/kenany/npm-cli-login/commit/8b613f5c7f6236ceaf789c507bd47b44480f0a6d))
43
+
44
+ ## [3.0.0](https://github.com/kenany/npm-cli-login/compare/v2.0.5...v3.0.0) (2022-06-20)
45
+
46
+
47
+ ### ⚠ BREAKING CHANGES
48
+
49
+ * Node.js v12 is no longer supported.
50
+
51
+ ### Features
52
+
53
+ * drop Node.js v12 support ([4915faf](https://github.com/kenany/npm-cli-login/commit/4915fafcbdb8543fcef0f95ab2c3f8f0d463a90b))
54
+
55
+ ## [2.0.5](https://github.com/kenany/npm-cli-login/compare/v2.0.4...v2.0.5) (2022-06-20)
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * **deps:** npm-profile@6.1.0 ([6096ebd](https://github.com/kenany/npm-cli-login/commit/6096ebd6ed09a634604ee177922f278cad46ef9d))
61
+
62
+ ### [2.0.4](https://github.com/kenany/npm-cli-login/compare/v2.0.3...v2.0.4) (2022-04-27)
63
+
64
+
65
+ ### Bug Fixes
66
+
67
+ * **deps:** npm-profile@6.0.3 ([4ca5666](https://github.com/kenany/npm-cli-login/commit/4ca566684b5eeb332641f3e107a00dd1b8cd1598))
68
+
69
+ ### [2.0.3](https://github.com/kenany/npm-cli-login/compare/v2.0.2...v2.0.3) (2022-02-17)
70
+
71
+
72
+ ### Bug Fixes
73
+
74
+ * **deps:** npm-profile@6.0.2 ([8353609](https://github.com/kenany/npm-cli-login/commit/8353609172680d6e9dfc48efd55269f7ab0b04b0))
75
+
76
+ ### [2.0.2](https://github.com/kenany/npm-cli-login/compare/v2.0.1...v2.0.2) (2022-02-15)
77
+
78
+
79
+ ### Bug Fixes
80
+
81
+ * **deps:** npm-profile@6.0.1 ([20efe37](https://github.com/kenany/npm-cli-login/commit/20efe377dbb9c63b2b8116d05f6b42f75ebd00e5))
82
+
83
+ ### [2.0.1](https://github.com/kenany/npm-cli-login/compare/v2.0.0...v2.0.1) (2022-01-20)
84
+
85
+
86
+ ### Bug Fixes
87
+
88
+ * **deps:** npm-profile@6.0.0 ([6ff3331](https://github.com/kenany/npm-cli-login/commit/6ff333110ad8e2701c03125b2f782faeff597711))
89
+
90
+ ## [2.0.0](https://github.com/kenany/npm-cli-login/compare/v1.0.4...v2.0.0) (2021-06-03)
91
+
92
+
93
+ ### ⚠ BREAKING CHANGES
94
+
95
+ * **ci:** Node.js v10 is no longer supported. Node.js v12 is now
96
+ the minimum supported version.
97
+
98
+ ### Features
99
+
100
+ * **ci:** test on Node.js v16, remove Node.js v10 support ([cef6b75](https://github.com/kenany/npm-cli-login/commit/cef6b75fd00a042bdfa0dca0e3a64d1047d9fd7e))
101
+
102
+ ### [1.0.4](https://github.com/kenany/npm-cli-login/compare/v1.0.3...v1.0.4) (2021-06-03)
103
+
104
+
105
+ ### Bug Fixes
106
+
107
+ * **deps:** npm-profile@5.0.4 ([de3a479](https://github.com/kenany/npm-cli-login/commit/de3a479cb0ac81e5a6b19e32d2db8a760d4ee1de))
108
+
109
+ ### [1.0.3](https://github.com/kenany/npm-cli-login/compare/v1.0.2...v1.0.3) (2021-04-29)
110
+
111
+
112
+ ### Bug Fixes
113
+
114
+ * **deps:** npm-profile@5.0.3 ([4c496c1](https://github.com/kenany/npm-cli-login/commit/4c496c1c9cad4bff7804ee4ed48f0240fb1b874e))
115
+
116
+ ### [1.0.2](https://github.com/kenany/npm-cli-login/compare/v1.0.1...v1.0.2) (2020-11-05)
117
+
118
+
119
+ ### Bug Fixes
120
+
121
+ * **deps:** npm-profile@5.0.2 ([8b5ed27](https://github.com/kenany/npm-cli-login/commit/8b5ed27dd153e3e4697363e279fe5e519d44b496))
122
+
123
+ ### [1.0.1](https://github.com/kenany/npm-cli-login/compare/v1.0.0...v1.0.1) (2020-10-20)
124
+
125
+
126
+ ### Bug Fixes
127
+
128
+ * allow publishing to public registry ([f7d7ec6](https://github.com/kenany/npm-cli-login/commit/f7d7ec6e6fadedcf003ffc56a68bbdf379a175c6))
129
+
130
+ ## [1.0.0](https://github.com/kenany/npm-cli-login/compare/v0.1.1...v1.0.0) (2020-10-20)
131
+
132
+
133
+ ### ⚠ BREAKING CHANGES
134
+
135
+ * Node.js v10 is now the minimum supported version of
136
+ Node.js.
137
+
138
+ ### Features
139
+
140
+ * rename package to @kenan/npm-cli-login ([dbcddf4](https://github.com/kenany/npm-cli-login/commit/dbcddf4a50a4435396892ccddeed4041f9eb13a8))
141
+ * replace npm-registry-client with npm-profile ([d23a959](https://github.com/kenany/npm-cli-login/commit/d23a959baa084ecdae403383c30385c5a5836cac))
142
+
143
+
144
+ ### Bug Fixes
145
+
146
+ * require at least Node.js v10 ([af8f6c1](https://github.com/kenany/npm-cli-login/commit/af8f6c17c66902bc970624f3e113cb36d61bf463))
147
+ * **doc:** add description ([c3ffc8a](https://github.com/kenany/npm-cli-login/commit/c3ffc8a1691165427844cd8898afb15997a89626))
148
+ * **doc:** add LICENSE file ([45247de](https://github.com/kenany/npm-cli-login/commit/45247de135a93df96d07241d93ce2da106b803d9))
149
+ * **doc:** rewrite README ([b992477](https://github.com/kenany/npm-cli-login/commit/b9924774b05570032ddd10bed9936281e07d3c89))
150
+ * bad documentation about the NPM_RC_PATH ([4807ab9](https://github.com/kenany/npm-cli-login/commit/4807ab9a40b325d1087bacfcad6691131e3ab991)), closes [#13](https://github.com/kenany/npm-cli-login/issues/13)
151
+ * package.json & package-lock.json to reduce vulnerabilities ([c412cec](https://github.com/kenany/npm-cli-login/commit/c412cec6dfcb9ba5bfea41490b84ea2983456e45))
152
+ * remove snyk ([84cccce](https://github.com/kenany/npm-cli-login/commit/84cccce8e1d78977e0a027a791e819b6adabb759))
package/package.json CHANGED
@@ -1,15 +1,16 @@
1
1
  {
2
2
  "name": "@kenan/npm-cli-login",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "description": "Fork of npm-cli-login",
5
5
  "author": "Postman Team <help@getpostman.com>",
6
6
  "license": "Apache-2.0",
7
7
  "repository": "github:kenany/npm-cli-login",
8
8
  "publishConfig": {
9
- "access": "public"
9
+ "access": "public",
10
+ "provenance": true
10
11
  },
11
12
  "engines": {
12
- "node": "14 || 16 || >=18"
13
+ "node": "14 || 16 || 18 || >=20"
13
14
  },
14
15
  "main": "index.js",
15
16
  "bin": {
@@ -18,6 +19,7 @@
18
19
  "files": [
19
20
  "bin",
20
21
  "lib",
22
+ "CHANGELOG.md",
21
23
  "index.js",
22
24
  "LICENSE.txt"
23
25
  ],
@@ -32,8 +34,8 @@
32
34
  "@semantic-release/changelog": "^6.0.3",
33
35
  "@semantic-release/git": "^10.0.1",
34
36
  "chai": "^4.3.7",
35
- "conventional-changelog-conventionalcommits": "^5.0.0",
37
+ "conventional-changelog-conventionalcommits": "^6.0.0",
36
38
  "mocha": "^10.2.0",
37
- "semantic-release": "^21.0.2"
39
+ "semantic-release": "^21.0.3"
38
40
  }
39
41
  }