kitten-logger
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -0,1 +1,5 @@ | ||
## v0.3.1 | ||
*2024-10-21* | ||
- Add timestamp field in log format for TTY output. | ||
## v0.3.0 | ||
@@ -2,0 +6,0 @@ *2024-02-29* |
{ | ||
"name": "kitten-logger", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -120,3 +120,3 @@ const utils = require('./utils'); | ||
_time = COLORS.DIM + getTime() + COLORS.OFF; | ||
_time = COLORS.DIM + getCurrentTimestamp() + COLORS.OFF; | ||
namespace = COLORS.DIM + namespace + COLORS.OFF; | ||
@@ -123,0 +123,0 @@ level = colorsByLevel[level] + level + COLORS.OFF; |
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
34776