cli-engine-command
Advanced tools
Comparing version 11.0.13 to 11.0.14
@@ -6,2 +6,5 @@ "use strict"; | ||
const deps_1 = require("./deps"); | ||
const deprecatedCLI = util_1.deprecate(() => { | ||
return require('cli-ux').cli; | ||
}, 'this.out and this.cli is deprecated. Please import the "cli-ux" module directly instead.'); | ||
class Command { | ||
@@ -77,2 +80,5 @@ constructor(config) { | ||
cmd, | ||
get out() { | ||
return deprecatedCLI(); | ||
}, | ||
stderr: deps_1.default.cli ? deps_1.default.cli.stderr.output : 'cli-ux not found', | ||
@@ -79,0 +85,0 @@ stdout: deps_1.default.cli ? deps_1.default.cli.stdout.output : 'cli-ux not found', |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "11.0.13", | ||
"version": "11.0.14", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues", |
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
15487
420