@spinajs/log
Advanced tools
Comparing version 1.2.13 to 1.2.14
@@ -7,4 +7,3 @@ declare const config: { | ||
}; | ||
log: {}; | ||
}; | ||
export default config; |
@@ -13,5 +13,4 @@ "use strict"; | ||
}, | ||
log: {}, | ||
}; | ||
exports.default = config; | ||
//# sourceMappingURL=log.js.map |
@@ -97,5 +97,3 @@ "use strict"; | ||
const found = this.Options.targets.filter((t) => { | ||
return Array.isArray(r.target) | ||
? r.target.includes(t.name) | ||
: r.target === t.name; | ||
return Array.isArray(r.target) ? r.target.includes(t.name) : r.target === t.name; | ||
}); | ||
@@ -102,0 +100,0 @@ if (!found) { |
{ | ||
"name": "@spinajs/log", | ||
"version": "1.2.13", | ||
"version": "1.2.14", | ||
"description": "Log lib for all spinejs related libs", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"preversion": "npm run lint", | ||
"version": "npm run format && git add -A src", | ||
"version": "git add -A src", | ||
"postversion": "git push && git push --tags" | ||
@@ -30,3 +30,3 @@ }, | ||
"dependencies": { | ||
"@spinajs/configuration": "^1.2.13", | ||
"@spinajs/configuration": "^1.2.14", | ||
"@spinajs/di": "^1.2.12", | ||
@@ -46,3 +46,3 @@ "@spinajs/exceptions": "^1.2.7", | ||
}, | ||
"gitHead": "2a1ed1172e872191ccf7f624e8b9fde9634e970b" | ||
"gitHead": "cd486feec1f81b84cc3646fc2dc1776be2b83fcb" | ||
} |
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
193629
1471