Comparing version 2.0.16 to 2.0.17
import { Chalk } from 'chalk'; | ||
import moment = require('moment'); | ||
import ansiStyles = require('ansi-styles'); | ||
import screen = require('@cli-engine/screen'); | ||
import Prompt from './prompt'; | ||
@@ -18,2 +19,3 @@ import { Errors } from './errors'; | ||
readonly passwordPrompt: any; | ||
readonly screen: typeof screen; | ||
readonly Prompt: typeof Prompt; | ||
@@ -25,8 +27,4 @@ readonly Errors: typeof Errors; | ||
readonly Config: typeof Config; | ||
readonly screen: { | ||
readonly errtermwidth: number; | ||
readonly stdtermwidth: number; | ||
}; | ||
readonly ExitError: typeof exitError.ExitError; | ||
}; | ||
export default deps; |
@@ -10,2 +10,3 @@ "use strict"; | ||
get passwordPrompt() { return fetch('password-prompt'); }, | ||
get screen() { return fetch('@cli-engine/screen'); }, | ||
get Prompt() { return fetch('./prompt').default; }, | ||
@@ -17,3 +18,2 @@ get Errors() { return fetch('./errors').Errors; }, | ||
get Config() { return fetch('./config').default; }, | ||
get screen() { return fetch('./screen').default; }, | ||
get ExitError() { return fetch('./exit_error').ExitError; }, | ||
@@ -20,0 +20,0 @@ }; |
{ | ||
"name": "cli-ux", | ||
"description": "set of CLI output utilities", | ||
"version": "2.0.16", | ||
"version": "2.0.17", | ||
"author": "Jeff Dickey", | ||
"bugs": "https://github.com/heroku/cli-ux/issues", | ||
"dependencies": { | ||
"@cli-engine/screen": "^0.0.0", | ||
"@heroku-cli/color": "^1.0.4", | ||
@@ -9,0 +10,0 @@ "@heroku/linewrap": "^1.0.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
50332
13
34
1524
+ Added@cli-engine/screen@^0.0.0
+ Added@cli-engine/screen@0.0.0(transitive)