flex-plugins-utils-logger
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -12,3 +12,2 @@ import chalk from 'chalk'; | ||
private readonly options; | ||
private bold; | ||
constructor(options?: LoggerOptions); | ||
@@ -15,0 +14,0 @@ debug: (...args: any[]) => void; |
@@ -36,3 +36,2 @@ "use strict"; | ||
var _this = this; | ||
this.bold = chalk_1.default.bold; | ||
this.debug = function () { | ||
@@ -139,3 +138,3 @@ var args = []; | ||
if ('isDebug' in _this.options) { | ||
return _this.options.isDebug; | ||
return _this.options.isDebug || false; | ||
} | ||
@@ -146,3 +145,3 @@ return flex_plugins_utils_env_1.default.isDebug(); | ||
if ('isTrace' in _this.options) { | ||
return _this.options.isTrace; | ||
return _this.options.isTrace || false; | ||
} | ||
@@ -153,3 +152,3 @@ return flex_plugins_utils_env_1.default.isTrace(); | ||
if ('isQuiet' in _this.options) { | ||
return _this.options.isQuiet; | ||
return _this.options.isQuiet || false; | ||
} | ||
@@ -156,0 +155,0 @@ return flex_plugins_utils_env_1.default.isQuiet(); |
{ | ||
"name": "flex-plugins-utils-logger", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Flex Plugins Logger", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"chalk": "^4.0.0", | ||
"flex-plugins-utils-env": "^0.11.0", | ||
"flex-plugins-utils-env": "^0.11.1", | ||
"log-symbols": "^3.0.0", | ||
@@ -57,3 +57,3 @@ "ora": "^4.0.4", | ||
}, | ||
"gitHead": "8cb90c36c069a0fa1aea37308bff203ad4c5524d" | ||
"gitHead": "3b2a4df8cb188de36a31f4a0c91636295e6ce1b8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
40424
600