Comparing version 2.1.2 to 2.1.3
@@ -75,3 +75,3 @@ "use strict"; | ||
if (!((_d = options.hideTimestamp) !== null && _d !== void 0 ? _d : false)) { | ||
parts.push(chalk_1.default.dim((0, dateformat_1.default)(data.time, 'HH:mm:ss.l'))); | ||
parts.push(chalk_1.default.dim((0, dateformat_1.default)(data.time, 'HH:MM:ss.l'))); | ||
} | ||
@@ -78,0 +78,0 @@ parts.push(data.msg); |
{ | ||
"name": "pino-tiny", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"main": "dist/index.js", | ||
@@ -53,2 +53,2 @@ "bin": { | ||
} | ||
} | ||
} |
@@ -82,3 +82,3 @@ import Split from 'split2' | ||
if (!(options.hideTimestamp ?? false)) { | ||
parts.push(Chalk.dim(DateFormat(data.time, 'HH:mm:ss.l'))) | ||
parts.push(Chalk.dim(DateFormat(data.time, 'HH:MM:ss.l'))) | ||
} | ||
@@ -85,0 +85,0 @@ |
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
17785