Comparing version 1.0.2 to 1.0.3
@@ -48,3 +48,3 @@ "use strict"; | ||
if (Logger.showTime) { | ||
output.push(cosmokit_1.Time.template(Logger.showTime)); | ||
output.push(Logger.color(8, cosmokit_1.Time.template(Logger.showTime))); | ||
} | ||
@@ -51,0 +51,0 @@ output.push(prefix + this.displayName, ...args); |
@@ -51,3 +51,3 @@ "use strict"; | ||
indent += target.showTime.length + 1; | ||
output += cosmokit_1.Time.template(target.showTime + ' '); | ||
output += Logger.color(target, 8, cosmokit_1.Time.template(target.showTime)) + ' '; | ||
} | ||
@@ -54,0 +54,0 @@ output += prefix + this.color(target, this.name, ';1') + ' ' + this.format(target, indent, ...args); |
{ | ||
"name": "reggol", | ||
"description": "Logger for professionals", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "lib/node.js", | ||
@@ -31,14 +31,14 @@ "browser": "lib/browser.js", | ||
"@sinonjs/fake-timers": "^6.0.1", | ||
"@types/chai": "^4.3.0", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^17.0.23", | ||
"@types/chai": "^4.3.1", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^17.0.31", | ||
"@types/supports-color": "^8.1.1", | ||
"@types/sinonjs__fake-timers": "^6.0.4", | ||
"c8": "^7.11.0", | ||
"c8": "^7.11.2", | ||
"chai": "^4.3.6", | ||
"esbuild": "^0.14.31", | ||
"esbuild": "^0.14.38", | ||
"esbuild-register": "^3.3.2", | ||
"mocha": "^9.2.2", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.6.3" | ||
"typescript": "^4.6.4" | ||
}, | ||
@@ -45,0 +45,0 @@ "dependencies": { |
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
12929
7629