@oclif/plugin-update
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -0,1 +1,8 @@ | ||
## [1.3.2](https://github.com/oclif/plugin-update/compare/v1.3.1...v1.3.2) (2018-09-14) | ||
### Bug Fixes | ||
* updated deps ([c4ec1eb](https://github.com/oclif/plugin-update/commit/c4ec1eb)) | ||
## [1.3.1](https://github.com/oclif/plugin-update/compare/v1.3.0...v1.3.1) (2018-08-17) | ||
@@ -2,0 +9,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"version":"1.3.1","commands":{"update":{"id":"update","description":"update the <%= config.bin %> CLI","pluginName":"@oclif/plugin-update","pluginType":"core","aliases":[],"flags":{"autoupdate":{"name":"autoupdate","type":"boolean","hidden":true}},"args":[{"name":"channel"}]}}} | ||
{"version":"1.3.2","commands":{"update":{"id":"update","description":"update the <%= config.bin %> CLI","pluginName":"@oclif/plugin-update","pluginType":"core","aliases":[],"flags":{"autoupdate":{"name":"autoupdate","type":"boolean","hidden":true,"allowNo":false}},"args":[{"name":"channel"}]}}} |
{ | ||
"name": "@oclif/plugin-update", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -8,13 +8,13 @@ "bugs": "https://github.com/oclif/plugin-update/issues", | ||
"@oclif/color": "^0.0.0", | ||
"@oclif/command": "^1.5.0", | ||
"@oclif/config": "^1.7.0", | ||
"@oclif/errors": "^1.2.0", | ||
"@oclif/command": "^1.5.1", | ||
"@oclif/config": "^1.7.6", | ||
"@oclif/errors": "^1.2.1", | ||
"@types/semver": "^5.5.0", | ||
"cli-ux": "^4.8.0", | ||
"cli-ux": "^4.8.2", | ||
"cross-spawn": "^6.0.5", | ||
"debug": "^3.1.0", | ||
"debug": "^4.0.1", | ||
"filesize": "^3.6.1", | ||
"fs-extra": "^7.0.0", | ||
"http-call": "^5.2.0", | ||
"lodash": "^4.17.10", | ||
"http-call": "^5.2.2", | ||
"lodash": "^4.17.11", | ||
"log-chopper": "^1.0.2", | ||
@@ -25,6 +25,6 @@ "semver": "^5.5.1", | ||
"devDependencies": { | ||
"@oclif/dev-cli": "^1.17.0", | ||
"@oclif/plugin-help": "^2.1.0", | ||
"@oclif/test": "^1.2.0", | ||
"@oclif/tslint": "^2.0.0", | ||
"@oclif/dev-cli": "^1.18.0", | ||
"@oclif/plugin-help": "^2.1.2", | ||
"@oclif/test": "^1.2.1", | ||
"@oclif/tslint": "^3.1.0", | ||
"@types/chai": "^4.1.4", | ||
@@ -37,3 +37,3 @@ "@types/cross-spawn": "^6.0.0", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.7.1", | ||
"@types/node": "^10.9.4", | ||
"@types/supports-color": "^5.3.0", | ||
@@ -48,3 +48,3 @@ "@types/write-json-file": "^2.2.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.1" | ||
"typescript": "^3.0.3" | ||
}, | ||
@@ -51,0 +51,0 @@ "engines": { |
@@ -32,3 +32,3 @@ @oclif/plugin-update | ||
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.3.1/src/commands/update.ts)_ | ||
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.3.2/src/commands/update.ts)_ | ||
<!-- commandsstop --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33340
- Removeddebug@3.2.7(transitive)
Updated@oclif/command@^1.5.1
Updated@oclif/config@^1.7.6
Updated@oclif/errors@^1.2.1
Updatedcli-ux@^4.8.2
Updateddebug@^4.0.1
Updatedhttp-call@^5.2.2
Updatedlodash@^4.17.11