@lerna-lite/npmlog
Advanced tools
Comparing version 3.7.0 to 3.8.0
@@ -59,3 +59,3 @@ import consoleControl from 'console-control-strings'; | ||
useColor() { | ||
return this.colorEnabled != null ? this.colorEnabled : this._stream?.isTTY ?? false; | ||
return this.colorEnabled != null ? this.colorEnabled : (this._stream?.isTTY ?? false); | ||
} | ||
@@ -62,0 +62,0 @@ enableColor() { |
{ | ||
"name": "@lerna-lite/npmlog", | ||
"description": "Lerna-Lite npmlog reimplementation of the now deprecated npm/npmlog", | ||
"version": "3.7.0", | ||
"version": "3.8.0", | ||
"files": [ | ||
@@ -42,3 +42,3 @@ "/dist" | ||
}, | ||
"gitHead": "c59f1ea695260d79b4730a72f7998c66fabe28e6" | ||
"gitHead": "c65708af1e55d42fd06b5e38e2fc32fce8ecbfc3" | ||
} |
Sorry, the diff of this file is not supported yet
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
109887