@oclif/plugin-update 2.1.1 → 2.1.5
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 +23 -0
- package/README.md +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,29 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4
4
|
|
5
|
+
### [2.1.5](https://github.com/oclif/plugin-update/compare/v2.1.4...v2.1.5) (2022-01-06)
|
6
|
+
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
* add main to package.json ([#361](https://github.com/oclif/plugin-update/issues/361)) ([9daade3](https://github.com/oclif/plugin-update/commit/9daade340a102a8e0a57ae8a278b3803daf32117))
|
11
|
+
|
12
|
+
### [2.1.4](https://github.com/oclif/plugin-update/compare/v2.1.3...v2.1.4) (2022-01-06)
|
13
|
+
|
14
|
+
|
15
|
+
### Bug Fixes
|
16
|
+
|
17
|
+
* bump @oclif/core ([#360](https://github.com/oclif/plugin-update/issues/360)) ([749b949](https://github.com/oclif/plugin-update/commit/749b949e8127a5b594f28fe7468c1e13440f9817))
|
18
|
+
|
19
|
+
### [2.1.3](https://github.com/oclif/plugin-update/compare/v2.1.2...v2.1.3) (2021-12-09)
|
20
|
+
|
21
|
+
### [2.1.2](https://github.com/oclif/plugin-update/compare/v2.1.1...v2.1.2) (2021-12-08)
|
22
|
+
|
23
|
+
|
24
|
+
### Bug Fixes
|
25
|
+
|
26
|
+
* bump deps-main ([#343](https://github.com/oclif/plugin-update/issues/343)) ([8f110df](https://github.com/oclif/plugin-update/commit/8f110dfe7a69931466cd30510014c99eee624e50))
|
27
|
+
|
5
28
|
### [2.1.1](https://github.com/oclif/plugin-update/compare/v2.1.0...v2.1.1) (2021-12-02)
|
6
29
|
|
7
30
|
|
package/README.md
CHANGED
@@ -2,10 +2,10 @@
|
|
2
2
|
====================
|
3
3
|
|
4
4
|
[](https://npmjs.org/package/@oclif/plugin-update)
|
5
|
-
[](https://circleci.com/gh/oclif/plugin-update/tree/main)
|
6
|
+
[](https://ci.appveyor.com/project/oclif/plugin-update/branch/main)
|
7
7
|
[](https://npmjs.org/package/@oclif/plugin-update)
|
8
|
-
[](https://github.com/oclif/plugin-update/blob/
|
8
|
+
[](https://github.com/oclif/plugin-update/blob/main/package.json)
|
9
9
|
|
10
10
|
<!-- toc -->
|
11
11
|
* [Usage](#usage)
|
@@ -33,5 +33,5 @@ DESCRIPTION
|
|
33
33
|
update the oclif-example CLI
|
34
34
|
```
|
35
35
|
|
36
|
-
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v2.1.
|
36
|
+
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v2.1.4/src/commands/update.ts)_
|
37
37
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":"2.1.
|
1
|
+
{"version":"2.1.5","commands":{"update":{"id":"update","description":"update the <%= config.bin %> CLI","strict":true,"pluginName":"@oclif/plugin-update","pluginAlias":"@oclif/plugin-update","pluginType":"core","aliases":[],"flags":{"autoupdate":{"name":"autoupdate","type":"boolean","hidden":true,"allowNo":false},"from-local":{"name":"from-local","type":"boolean","description":"interactively choose an already installed version","allowNo":false}},"args":[{"name":"channel"}]}}}
|
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@oclif/plugin-update",
|
3
|
-
"version": "2.1.
|
4
|
-
"author": "
|
3
|
+
"version": "2.1.5",
|
4
|
+
"author": "Salesforce",
|
5
5
|
"bugs": "https://github.com/oclif/plugin-update/issues",
|
6
6
|
"dependencies": {
|
7
7
|
"@oclif/color": "^1.0.0",
|
8
|
-
"@oclif/core": "^1.
|
8
|
+
"@oclif/core": "^1.1.1",
|
9
9
|
"@types/semver": "^7.3.4",
|
10
|
-
"cli-ux": "^6.0.
|
10
|
+
"cli-ux": "^6.0.6",
|
11
11
|
"cross-spawn": "^7.0.3",
|
12
12
|
"debug": "^4.3.1",
|
13
13
|
"filesize": "^6.1.0",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"tar-fs": "^2.1.1"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@oclif/plugin-help": "
|
22
|
+
"@oclif/plugin-help": "5.1.9",
|
23
23
|
"@oclif/test": "^2.0.2",
|
24
24
|
"@types/chai": "^4.2.15",
|
25
25
|
"@types/cross-spawn": "^6.0.2",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"globby": "^11.0.2",
|
39
39
|
"mocha": "^9",
|
40
40
|
"nock": "^13.2.1",
|
41
|
-
"oclif": "
|
41
|
+
"oclif": "2.0.0-main.19",
|
42
42
|
"qqjs": "^0.3.11",
|
43
43
|
"sinon": "^12.0.1",
|
44
44
|
"ts-node": "^9.1.1",
|
@@ -78,5 +78,6 @@
|
|
78
78
|
"postpack": "rm -f oclif.manifest.json",
|
79
79
|
"version": "oclif readme && git add README.md",
|
80
80
|
"build": "rm -rf lib && tsc"
|
81
|
-
}
|
81
|
+
},
|
82
|
+
"main": "lib/index.js"
|
82
83
|
}
|