cli-engine-command
Advanced tools
Comparing version 3.0.5 to 3.1.0
@@ -223,3 +223,3 @@ 'use strict'; | ||
error(err, exitCode = 1) { | ||
if (this.mock && typeof err !== 'string') throw err; | ||
if (this.mock && typeof err !== 'string' && exitCode !== false) throw err; | ||
try { | ||
@@ -226,0 +226,0 @@ if (typeof err === 'string') err = new Error(err); |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "3.0.5", | ||
"version": "3.1.0", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -11,4 +11,4 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues", | ||
"chalk": "^1.1.3", | ||
"cli-engine-config": "1.1.1", | ||
"fs-extra": "2.1.2", | ||
"cli-engine-config": "1.1.2", | ||
"fs-extra": "3.0.0", | ||
"got": "^6.7.1", | ||
@@ -30,3 +30,3 @@ "http-call": "1.1.2", | ||
"babel-plugin-transform-flow-strip-types": "6.22.0", | ||
"flow-bin": "0.44.2", | ||
"flow-bin": "0.45.0", | ||
"flow-copy-source": "1.1.0", | ||
@@ -33,0 +33,0 @@ "flow-typed": "2.1.2", |
Sorry, the diff of this file is not supported yet
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
130653
44
1932
+ Addedcli-engine-config@1.1.2(transitive)
+ Addedfs-extra@3.0.0(transitive)
+ Addedjsonfile@3.0.1(transitive)
+ Addeduniversalify@0.1.2(transitive)
- Removedcli-engine-config@1.1.1(transitive)
- Removedfs-extra@2.1.2(transitive)
- Removedjsonfile@2.4.0(transitive)
Updatedcli-engine-config@1.1.2
Updatedfs-extra@3.0.0