@oclif/plugin-update
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -0,1 +1,8 @@ | ||
## [1.3.4](https://github.com/oclif/plugin-update/compare/v1.3.3...v1.3.4) (2018-10-13) | ||
### Bug Fixes | ||
* remove greenkeeper badge ([0083b70](https://github.com/oclif/plugin-update/commit/0083b70)) | ||
## [1.3.3](https://github.com/oclif/plugin-update/compare/v1.3.2...v1.3.3) (2018-10-08) | ||
@@ -2,0 +9,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"version":"1.3.3","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"}]}}} | ||
{"version":"1.3.4","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.3", | ||
"version": "1.3.4", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -8,9 +8,9 @@ "bugs": "https://github.com/oclif/plugin-update/issues", | ||
"@oclif/color": "^0.0.0", | ||
"@oclif/command": "^1.5.2", | ||
"@oclif/config": "^1.8.6", | ||
"@oclif/errors": "^1.2.1", | ||
"@oclif/command": "^1.5.4", | ||
"@oclif/config": "^1.8.7", | ||
"@oclif/errors": "^1.2.2", | ||
"@types/semver": "^5.5.0", | ||
"cli-ux": "^4.8.2", | ||
"cli-ux": "^4.9.0", | ||
"cross-spawn": "^6.0.5", | ||
"debug": "^4.0.1", | ||
"debug": "^4.1.0", | ||
"filesize": "^3.6.1", | ||
@@ -21,7 +21,7 @@ "fs-extra": "^7.0.0", | ||
"log-chopper": "^1.0.2", | ||
"semver": "^5.5.1", | ||
"semver": "^5.6.0", | ||
"tar-fs": "^1.16.3" | ||
}, | ||
"devDependencies": { | ||
"@oclif/dev-cli": "^1.19.0", | ||
"@oclif/dev-cli": "^1.19.1", | ||
"@oclif/plugin-help": "^2.1.2", | ||
@@ -35,5 +35,5 @@ "@oclif/test": "^1.2.1", | ||
"@types/glob": "^7.1.1", | ||
"@types/lodash": "^4.14.116", | ||
"@types/lodash": "^4.14.117", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.11.4", | ||
"@types/node": "^10.11.7", | ||
"@types/supports-color": "^5.3.0", | ||
@@ -48,3 +48,3 @@ "@types/write-json-file": "^2.2.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.1.1" | ||
"typescript": "^3.1.3" | ||
}, | ||
@@ -51,0 +51,0 @@ "engines": { |
@@ -10,3 +10,2 @@ @oclif/plugin-update | ||
[![License](https://img.shields.io/npm/l/@oclif/plugin-update.svg)](https://github.com/oclif/plugin-update/blob/master/package.json) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/oclif/plugin-update.svg)](https://greenkeeper.io/) | ||
@@ -33,3 +32,3 @@ <!-- toc --> | ||
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.3.3/src/commands/update.ts)_ | ||
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.3.4/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
33764
33
Updated@oclif/command@^1.5.4
Updated@oclif/config@^1.8.7
Updated@oclif/errors@^1.2.2
Updatedcli-ux@^4.9.0
Updateddebug@^4.1.0
Updatedsemver@^5.6.0