modular-log
Advanced tools
Comparing version 0.3.9 to 0.3.10
@@ -1,2 +0,1 @@ | ||
///<reference path="../includes"/> | ||
import { SummarizerOptions } from './summarizer'; | ||
@@ -3,0 +2,0 @@ export declare type LogLevels = 'fatal' | 'error' | 'warn' | 'success' | 'info' | 'debug' | 'trace'; |
@@ -11,3 +11,3 @@ "use strict"; | ||
return function (options) { | ||
var atStr = moment(options.meta.at).format('YYYY-MM-DD hh:mm:ss'); | ||
var atStr = moment(options.meta.at).format('YYYY-MM-DD HH:mm:ss'); | ||
useColors && (atStr = colors.gray(atStr)); | ||
@@ -14,0 +14,0 @@ var levelStr = options.level.toUpperCase(); |
{ | ||
"name": "modular-log", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "Modular components based on Winston logger", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
15415
208