@lskjs/log
Advanced tools
Comparing version 3.8.1 to 3.9.0
@@ -1,7 +0,6 @@ | ||
import Logger from './Logger.js'; | ||
import './types.js'; | ||
import { ILogger } from './types.js'; | ||
import '@lskjs/colors'; | ||
declare const createLogger: (propsOrName?: {}, props?: {}) => Logger; | ||
declare const createLogger: (propsOrName?: {}, props?: {}) => ILogger; | ||
export { createLogger }; |
@@ -1,7 +0,6 @@ | ||
import Logger from './Logger.js'; | ||
import './types.js'; | ||
import { ILogger } from './types.js'; | ||
import '@lskjs/colors'; | ||
declare const log: Logger; | ||
declare const log: ILogger; | ||
export { log as default, log }; |
{ | ||
"name": "@lskjs/log", | ||
"version": "3.8.1", | ||
"version": "3.9.0", | ||
"description": "Yet another logger whitch combines the best features of debug, bunyan, logfmt/logrus, morgan/winston", | ||
@@ -10,6 +10,6 @@ "author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)", | ||
"dependencies": { | ||
"@lskjs/algos": "^3.8.1", | ||
"@lskjs/algos": "^3.9.0", | ||
"@lskjs/colors": "^3.8.1", | ||
"@lskjs/env": "^3.8.1", | ||
"@lskjs/err": "^3.8.1", | ||
"@lskjs/err": "^3.9.0", | ||
"fast-safe-stringify": "2.1.1", | ||
@@ -66,3 +66,3 @@ "pretty-bytes": "5.6.0", | ||
], | ||
"gitHead": "851edc745717332b82bef5c650eb77c233d980eb" | ||
"gitHead": "22a143f05ea47becc32b36d58e9445d1fa6099d4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1395656
1107
Updated@lskjs/algos@^3.9.0
Updated@lskjs/err@^3.9.0