@oclif/plugin-warn-if-update-available
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -0,1 +1,8 @@ | ||
## [1.5.2](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.5.1...v1.5.2) (2018-08-28) | ||
### Bug Fixes | ||
* hide warning if updating ([6be6cd8](https://github.com/oclif/plugin-warn-if-update-available/commit/6be6cd8)) | ||
## [1.5.1](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.5.0...v1.5.1) (2018-08-22) | ||
@@ -2,0 +9,0 @@ |
@@ -14,2 +14,5 @@ "use strict"; | ||
try { | ||
// do not show warning if updating | ||
if (process.argv[2] === 'update') | ||
return; | ||
const distTags = await fs.readJSON(file); | ||
@@ -16,0 +19,0 @@ if (config.version.includes('-')) { |
@@ -1,1 +0,1 @@ | ||
{"version":"1.5.1","commands":{}} | ||
{"version":"1.5.2","commands":{}} |
{ | ||
"name": "@oclif/plugin-warn-if-update-available", | ||
"description": "warns if there is a newer version of CLI released", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -9,3 +9,3 @@ "bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", | ||
"@oclif/command": "^1.5.0", | ||
"@oclif/config": "^1.7.0", | ||
"@oclif/config": "^1.7.2", | ||
"@oclif/errors": "^1.2.0", | ||
@@ -15,3 +15,3 @@ "chalk": "^2.4.1", | ||
"fs-extra": "^7.0.0", | ||
"http-call": "^5.2.0", | ||
"http-call": "^5.2.1", | ||
"semver": "^5.5.1" | ||
@@ -26,3 +26,3 @@ }, | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.7.1", | ||
"@types/node": "^10.9.3", | ||
"@types/semver": "^5.5.0", | ||
@@ -29,0 +29,0 @@ "chai": "^4.1.2", |
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
15521
80
Updated@oclif/config@^1.7.2
Updatedhttp-call@^5.2.1