@oclif/plugin-warn-if-update-available
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -1,1 +0,1 @@ | ||
{"version":"1.3.3","commands":{}} | ||
{"version":"1.3.4","commands":{}} |
@@ -0,1 +1,9 @@ | ||
<a name="1.3.4"></a> | ||
## [1.3.4](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.3.3...v1.3.4) (2018-04-24) | ||
### Bug Fixes | ||
* updated deps ([8d86972](https://github.com/oclif/plugin-warn-if-update-available/commit/8d86972)) | ||
<a name="1.3.3"></a> | ||
@@ -2,0 +10,0 @@ ## [1.3.3](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.3.2...v1.3.3) (2018-04-20) |
{ | ||
"name": "@oclif/plugin-warn-if-update-available", | ||
"description": "warns if there is a newer version of CLI released", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", | ||
"dependencies": { | ||
"@oclif/command": "^1.4.13", | ||
"@oclif/config": "^1.6.5", | ||
"@oclif/errors": "^1.0.4", | ||
"@oclif/command": "^1.4.15", | ||
"@oclif/config": "^1.6.13", | ||
"@oclif/errors": "^1.0.6", | ||
"chalk": "^2.4.0", | ||
"debug": "^3.1.0", | ||
"fs-extra": "^5.0.0", | ||
"http-call": "^5.1.0", | ||
"http-call": "^5.1.1", | ||
"semver": "^5.5.0" | ||
}, | ||
"devDependencies": { | ||
"@oclif/dev-cli": "^1.13.1", | ||
"@oclif/dev-cli": "^1.13.6", | ||
"@oclif/test": "^1.0.5", | ||
@@ -20,0 +20,0 @@ "@oclif/tslint": "^1.1.0", |
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
12466
Updated@oclif/command@^1.4.15
Updated@oclif/config@^1.6.13
Updated@oclif/errors@^1.0.6
Updatedhttp-call@^5.1.1