@kenan/npm-cli-login 1.0.3 → 2.0.2

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/package.json +9 -10
  2. package/CHANGELOG.md +0 -44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenan/npm-cli-login",
3
- "version": "1.0.3",
3
+ "version": "2.0.2",
4
4
  "description": "Fork of npm-cli-login",
5
5
  "author": "Postman Team <help@getpostman.com>",
6
6
  "license": "Apache-2.0",
@@ -9,7 +9,7 @@
9
9
  "access": "public"
10
10
  },
11
11
  "engines": {
12
- "node": "10 || 12 || >=14"
12
+ "node": "12 || 14 || >=16"
13
13
  },
14
14
  "main": "index.js",
15
15
  "bin": {
@@ -26,15 +26,14 @@
26
26
  "test": "mocha tests"
27
27
  },
28
28
  "dependencies": {
29
- "npm-profile": "^5.0.3"
29
+ "npm-profile": "^6.0.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@kenan/renovate-config": "^1.5.0",
33
- "@semantic-release/changelog": "^5.0.1",
34
- "@semantic-release/git": "^9.0.0",
35
- "chai": "^4.3.4",
36
- "conventional-changelog-conventionalcommits": "^4.5.0",
37
- "mocha": "^8.3.2",
38
- "semantic-release": "^17.4.2"
32
+ "@semantic-release/changelog": "^6.0.1",
33
+ "@semantic-release/git": "^10.0.1",
34
+ "chai": "^4.3.6",
35
+ "conventional-changelog-conventionalcommits": "^4.6.3",
36
+ "mocha": "^9.2.0",
37
+ "semantic-release": "^19.0.2"
39
38
  }
40
39
  }
package/CHANGELOG.md DELETED
@@ -1,44 +0,0 @@
1
- ### [1.0.3](https://github.com/kenany/npm-cli-login/compare/v1.0.2...v1.0.3) (2021-04-29)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **deps:** npm-profile@5.0.3 ([4c496c1](https://github.com/kenany/npm-cli-login/commit/4c496c1c9cad4bff7804ee4ed48f0240fb1b874e))
7
-
8
- ### [1.0.2](https://github.com/kenany/npm-cli-login/compare/v1.0.1...v1.0.2) (2020-11-05)
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * **deps:** npm-profile@5.0.2 ([8b5ed27](https://github.com/kenany/npm-cli-login/commit/8b5ed27dd153e3e4697363e279fe5e519d44b496))
14
-
15
- ### [1.0.1](https://github.com/kenany/npm-cli-login/compare/v1.0.0...v1.0.1) (2020-10-20)
16
-
17
-
18
- ### Bug Fixes
19
-
20
- * allow publishing to public registry ([f7d7ec6](https://github.com/kenany/npm-cli-login/commit/f7d7ec6e6fadedcf003ffc56a68bbdf379a175c6))
21
-
22
- ## [1.0.0](https://github.com/kenany/npm-cli-login/compare/v0.1.1...v1.0.0) (2020-10-20)
23
-
24
-
25
- ### ⚠ BREAKING CHANGES
26
-
27
- * Node.js v10 is now the minimum supported version of
28
- Node.js.
29
-
30
- ### Features
31
-
32
- * rename package to @kenan/npm-cli-login ([dbcddf4](https://github.com/kenany/npm-cli-login/commit/dbcddf4a50a4435396892ccddeed4041f9eb13a8))
33
- * replace npm-registry-client with npm-profile ([d23a959](https://github.com/kenany/npm-cli-login/commit/d23a959baa084ecdae403383c30385c5a5836cac))
34
-
35
-
36
- ### Bug Fixes
37
-
38
- * require at least Node.js v10 ([af8f6c1](https://github.com/kenany/npm-cli-login/commit/af8f6c17c66902bc970624f3e113cb36d61bf463))
39
- * **doc:** add description ([c3ffc8a](https://github.com/kenany/npm-cli-login/commit/c3ffc8a1691165427844cd8898afb15997a89626))
40
- * **doc:** add LICENSE file ([45247de](https://github.com/kenany/npm-cli-login/commit/45247de135a93df96d07241d93ce2da106b803d9))
41
- * **doc:** rewrite README ([b992477](https://github.com/kenany/npm-cli-login/commit/b9924774b05570032ddd10bed9936281e07d3c89))
42
- * 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)
43
- * package.json & package-lock.json to reduce vulnerabilities ([c412cec](https://github.com/kenany/npm-cli-login/commit/c412cec6dfcb9ba5bfea41490b84ea2983456e45))
44
- * remove snyk ([84cccce](https://github.com/kenany/npm-cli-login/commit/84cccce8e1d78977e0a027a791e819b6adabb759))