cli-engine-command
Advanced tools
Comparing version 11.0.2 to 11.0.3
@@ -60,4 +60,3 @@ "use strict"; | ||
Command.mock = async function (...argv) { | ||
argv.unshift('cmd'); | ||
const cmd = await this.run({ argv, mock: true }); | ||
const cmd = await this.run({ argv: ['cmd', ...argv] }); | ||
return { | ||
@@ -64,0 +63,0 @@ cmd, |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "11.0.2", | ||
"version": "11.0.3", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -9,4 +9,4 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues", | ||
"chalk": "2.3.0", | ||
"cli-flags": "2.0.1", | ||
"cli-ux": "^2.0.9", | ||
"cli-flags": "2.0.2", | ||
"cli-ux": "^2.0.10", | ||
"http-call": "^4.0.5" | ||
@@ -18,3 +18,3 @@ }, | ||
"@types/node": "8.5.1", | ||
"cli-engine-config": "5.0.2", | ||
"cli-engine-config": "5.0.3", | ||
"del-cli": "1.1.0", | ||
@@ -54,3 +54,3 @@ "husky": "^0.14.3", | ||
"pretest": "tsc", | ||
"prune": "del-cli \"lib/**/*\\.test\\.(d.ts|js)\"", | ||
"prune": "del-cli 'lib/**/*.test.+(d.ts|js)'", | ||
"test": "jest" | ||
@@ -57,0 +57,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
12181
12
333
+ Addedcli-flags@2.0.2(transitive)
- Removedcli-flags@2.0.1(transitive)
Updatedcli-flags@2.0.2
Updatedcli-ux@^2.0.10