@spinajs/log
Advanced tools
Comparing version 1.2.137 to 1.2.208
@@ -24,3 +24,4 @@ "use strict"; | ||
di_1.DI.register((container, options) => { | ||
const fileTargets = container.get(Array.ofType("__log_file_targets__")); | ||
var _a; | ||
const fileTargets = (_a = container.get(Array.ofType("__log_file_targets__"))) !== null && _a !== void 0 ? _a : []; | ||
let target = fileTargets.find((t) => t.Options.name === options.name); | ||
@@ -27,0 +28,0 @@ if (!target) { |
{ | ||
"name": "@spinajs/log", | ||
"version": "1.2.137", | ||
"version": "1.2.208", | ||
"description": "Log lib for all spinejs related libs", | ||
@@ -30,6 +30,6 @@ "main": "lib/index.js", | ||
"@colors/colors": "^1.5.0", | ||
"@spinajs/configuration": "^1.2.137", | ||
"@spinajs/di": "^1.2.127", | ||
"@spinajs/configuration": "^1.2.208", | ||
"@spinajs/di": "^1.2.208", | ||
"@spinajs/exceptions": "^1.2.127", | ||
"@spinajs/log-common": "^1.2.127", | ||
"@spinajs/log-common": "^1.2.208", | ||
"ajv": "^8.11.0", | ||
@@ -47,3 +47,3 @@ "chalk": "4.1.2", | ||
}, | ||
"gitHead": "2d6036c9ff04c2372dd7ce3300f890490d9f28cd" | ||
"gitHead": "739793a1046a9e5d0b687a221ac95894d392143a" | ||
} |
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
61788
1017
Updated@spinajs/di@^1.2.208
Updated@spinajs/log-common@^1.2.208