Comparing version 2.0.12 to 2.0.13
@@ -26,2 +26,3 @@ import StreamOutput from './stream'; | ||
styledObject(obj: any, keys: string[]): void; | ||
readonly color: any; | ||
/** | ||
@@ -28,0 +29,0 @@ * puts in a handler for process.on('uncaughtException') and process.on('unhandledRejection') |
@@ -12,2 +12,4 @@ "use strict"; | ||
const deps_1 = require("./deps"); | ||
const util_1 = require("util"); | ||
const deprecatedColor = util_1.deprecate(() => require('heroku-cli-color').default, "cli.color is deprecated. Please use `import color from 'heroku-cli-color'` instead."); | ||
class CLI extends deps_1.default.Base { | ||
@@ -120,2 +122,5 @@ get Prompt() { | ||
} | ||
get color() { | ||
return deprecatedColor(); | ||
} | ||
/** | ||
@@ -122,0 +127,0 @@ * puts in a handler for process.on('uncaughtException') and process.on('unhandledRejection') |
{ | ||
"name": "cli-ux", | ||
"description": "set of CLI output utilities", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"author": "Jeff Dickey", | ||
@@ -13,2 +13,3 @@ "bugs": "https://github.com/jdxcode/cli-ux/issues", | ||
"chalk": "^2.3.0", | ||
"heroku-cli-color": "^1.0.2", | ||
"lodash": "^4.17.4", | ||
@@ -15,0 +16,0 @@ "moment": "^2.20.1", |
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
51396
1547
12
+ Addedheroku-cli-color@^1.0.2
+ Addedheroku-cli-color@1.0.3(transitive)