@kenan/npm-cli-login 1.0.2 → 2.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/package.json +9 -10
  2. package/CHANGELOG.md +0 -37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenan/npm-cli-login",
3
- "version": "1.0.2",
3
+ "version": "2.0.1",
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.2"
29
+ "npm-profile": "^6.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@kenan/renovate-config": "^1.4.0",
33
- "@semantic-release/changelog": "^5.0.1",
34
- "@semantic-release/git": "^9.0.0",
35
- "chai": "^4.2.0",
36
- "conventional-changelog-conventionalcommits": "^4.4.0",
37
- "mocha": "^8.2.1",
38
- "semantic-release": "^17.2.2"
32
+ "@semantic-release/changelog": "^6.0.1",
33
+ "@semantic-release/git": "^10.0.1",
34
+ "chai": "^4.3.4",
35
+ "conventional-changelog-conventionalcommits": "^4.6.3",
36
+ "mocha": "^9.1.4",
37
+ "semantic-release": "^19.0.2"
39
38
  }
40
39
  }
package/CHANGELOG.md DELETED
@@ -1,37 +0,0 @@
1
- ### [1.0.2](https://github.com/kenany/npm-cli-login/compare/v1.0.1...v1.0.2) (2020-11-05)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **deps:** npm-profile@5.0.2 ([8b5ed27](https://github.com/kenany/npm-cli-login/commit/8b5ed27dd153e3e4697363e279fe5e519d44b496))
7
-
8
- ### [1.0.1](https://github.com/kenany/npm-cli-login/compare/v1.0.0...v1.0.1) (2020-10-20)
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * allow publishing to public registry ([f7d7ec6](https://github.com/kenany/npm-cli-login/commit/f7d7ec6e6fadedcf003ffc56a68bbdf379a175c6))
14
-
15
- ## [1.0.0](https://github.com/kenany/npm-cli-login/compare/v0.1.1...v1.0.0) (2020-10-20)
16
-
17
-
18
- ### ⚠ BREAKING CHANGES
19
-
20
- * Node.js v10 is now the minimum supported version of
21
- Node.js.
22
-
23
- ### Features
24
-
25
- * rename package to @kenan/npm-cli-login ([dbcddf4](https://github.com/kenany/npm-cli-login/commit/dbcddf4a50a4435396892ccddeed4041f9eb13a8))
26
- * replace npm-registry-client with npm-profile ([d23a959](https://github.com/kenany/npm-cli-login/commit/d23a959baa084ecdae403383c30385c5a5836cac))
27
-
28
-
29
- ### Bug Fixes
30
-
31
- * require at least Node.js v10 ([af8f6c1](https://github.com/kenany/npm-cli-login/commit/af8f6c17c66902bc970624f3e113cb36d61bf463))
32
- * **doc:** add description ([c3ffc8a](https://github.com/kenany/npm-cli-login/commit/c3ffc8a1691165427844cd8898afb15997a89626))
33
- * **doc:** add LICENSE file ([45247de](https://github.com/kenany/npm-cli-login/commit/45247de135a93df96d07241d93ce2da106b803d9))
34
- * **doc:** rewrite README ([b992477](https://github.com/kenany/npm-cli-login/commit/b9924774b05570032ddd10bed9936281e07d3c89))
35
- * 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)
36
- * package.json & package-lock.json to reduce vulnerabilities ([c412cec](https://github.com/kenany/npm-cli-login/commit/c412cec6dfcb9ba5bfea41490b84ea2983456e45))
37
- * remove snyk ([84cccce](https://github.com/kenany/npm-cli-login/commit/84cccce8e1d78977e0a027a791e819b6adabb759))