colorful-logging
Advanced tools
Comparing version
@@ -6,14 +6,5 @@ import { | ||
export const createLogger = ({ | ||
colorFormatting = { | ||
error: chalk.red, | ||
log: undefined, | ||
warn: defaultWarnFormatter, | ||
}, | ||
colorFormatting, | ||
levels, | ||
loggerFunctions = { | ||
error, | ||
log, | ||
warn, | ||
}, | ||
loggerFunctions, | ||
} = defaultCreateLoggerOptions) => { | ||
@@ -20,0 +11,0 @@ // None leaves this as-is. |
{ | ||
"name": "colorful-logging", | ||
"version": "1.4.9", | ||
"version": "1.4.10", | ||
"description": "A simple logging module with pleasing default colors and optional color arguments.", | ||
@@ -5,0 +5,0 @@ "module": "index.js", |
5927
-2.13%238
-3.25%