@lskjs/log
Advanced tools
Comparing version 3.0.0-alpha.24 to 3.0.0-alpha.30
@@ -13,3 +13,3 @@ import { ILogger, LoggerLevelType, ILoggerProps } from './types.js'; | ||
constructor(props?: ILoggerProps); | ||
setProps({ prefix, ns, name, level, format, on, off, }: ILoggerProps): void; | ||
setProps({ prefix, ns, name, level, format, on, off }: ILoggerProps): void; | ||
static create(props: ILoggerProps): ILogger; | ||
@@ -16,0 +16,0 @@ createChild(...propsArray: ILoggerProps[]): ILogger; |
{ | ||
"name": "@lskjs/log", | ||
"version": "3.0.0-alpha.24", | ||
"version": "3.0.0-alpha.30", | ||
"description": "Yet another logger whitch combines the best features of debug, bunyan, logfmt/logrus, morgan/winston", | ||
"author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)", | ||
"private": false, | ||
"contributors": [ | ||
"Vladislav Denisov (https://github.com/NewSoftwareCulture)" | ||
], | ||
"dependencies": { | ||
"@lskjs/algos": "^3.0.0-alpha.24", | ||
"@lskjs/colors": "^3.0.0-alpha.24", | ||
"@lskjs/env": "^3.0.0-alpha.24", | ||
"@lskjs/err": "^3.0.0-alpha.24", | ||
"@lskjs/algos": "^3.0.0-alpha.30", | ||
"@lskjs/colors": "^3.0.0-alpha.30", | ||
"@lskjs/env": "^3.0.0-alpha.30", | ||
"@lskjs/err": "^3.0.0-alpha.30", | ||
"fast-safe-stringify": "2.1.1", | ||
@@ -22,6 +24,7 @@ "pretty-bytes": "5.6.0", | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"files": [ | ||
"lib", | ||
"README.md", | ||
"LICENCE" | ||
], | ||
"bin": { | ||
@@ -44,10 +47,9 @@ "lsklog": "./bin/cli.js" | ||
}, | ||
"files": [ | ||
"lib", | ||
"README.md", | ||
"LICENCE" | ||
], | ||
"repository": "https://github.com/lskjs/lskjs/tree/master//libs/log", | ||
"bugs": "https://github.com/lskjs/lskjs/issues", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"keywords": [ | ||
@@ -63,6 +65,3 @@ "logger", | ||
], | ||
"contributors": [ | ||
"Vladislav Denisov (https://github.com/NewSoftwareCulture)" | ||
], | ||
"gitHead": "4d3734bd08f898ab6faa305cb1a8edde805dbc79" | ||
"gitHead": "50fe4b2a5d9d8452172301069c7e581426e8e833" | ||
} |
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
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
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
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
744
1143149
Updated@lskjs/algos@^3.0.0-alpha.30
Updated@lskjs/env@^3.0.0-alpha.30
Updated@lskjs/err@^3.0.0-alpha.30