Comparing version 5.3.1 to 5.3.2
@@ -8,4 +8,3 @@ "use strict"; | ||
const globals = g['cli-ux'] || (g['cli-ux'] = {}); | ||
const actionType = (!!process.stdin.isTTY && | ||
!!process.stderr.isTTY && | ||
const actionType = (!!process.stderr.isTTY && | ||
!process.env.CI && | ||
@@ -12,0 +11,0 @@ !['dumb', 'emacs-color'].includes(process.env.TERM) && |
{ | ||
"name": "cli-ux", | ||
"description": "cli IO utilities", | ||
"version": "5.3.1", | ||
"version": "5.3.2", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/cli-ux/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
88661
1766