cli-engine-command
Advanced tools
Comparing version 10.0.0-ts.3 to 10.0.0-ts.4
@@ -40,3 +40,5 @@ import { Config, ConfigOptions, Plugin } from 'cli-engine-config'; | ||
out: CLI; | ||
flags: any; | ||
flags: { | ||
[name: string]: any; | ||
}; | ||
argv: string[]; | ||
@@ -43,0 +45,0 @@ args: { |
@@ -24,2 +24,4 @@ "use strict"; | ||
constructor(options = {}) { | ||
// TODO: no any | ||
this.flags = {}; | ||
this.args = {}; | ||
@@ -26,0 +28,0 @@ this.config = cli_engine_config_1.buildConfig(options.config); |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "10.0.0-ts.3", | ||
"version": "10.0.0-ts.4", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -12,3 +12,3 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues", | ||
"chalk": "2.3.0", | ||
"cli-flags": "1.0.16", | ||
"cli-flags": "1.0.17", | ||
"cli-ux": "^2.0.5", | ||
@@ -29,3 +29,3 @@ "fs-extra": "^5.0.0", | ||
"@types/supports-color": "3.1.0", | ||
"cli-engine-config": "4.0.1-ts.19", | ||
"cli-engine-config": "4.0.1-ts.22", | ||
"del-cli": "1.1.0", | ||
@@ -32,0 +32,0 @@ "husky": "^0.14.3", |
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
15279
398
+ Addedcli-flags@1.0.17(transitive)
- Removedcli-flags@1.0.16(transitive)
Updatedcli-flags@1.0.17