@sumor/logger
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "@sumor/logger", | ||
"description": "This is a lightweight logger for Node.JS. It can output logs in different levels, and you can customize the scope, id, and timezone.", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"license": "MIT", | ||
@@ -50,4 +50,4 @@ "repository": "sumor-cloud/logger", | ||
"prepare": "husky", | ||
"check": "eslint --fix . && prettier --write . && npm audit fix --force && npm run coverage" | ||
"check": "npm run autofix && npm run coverage" | ||
} | ||
} |
@@ -11,3 +11,2 @@ import filterLevels from './filterLevels.js' | ||
options.i18n = options.i18n || {} | ||
options.language = options.language || 'en-US' | ||
this._codeUtils = codeUtils(options) | ||
@@ -14,0 +13,0 @@ |
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
13229
190