Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "logmoji", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "🪵 Very small logging package with emojis for node.js", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
export interface ConfigOptions { | ||
timestamp: false | true | ||
timestamp?: false | true | ||
} |
@@ -14,3 +14,3 @@ import { ConfigOptions } from './config.class'; | ||
export declare function createLogger(params?: ConfigOptions): Logger; | ||
export default function createLogger(params?: ConfigOptions): Logger; | ||
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