@zodash/logger
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.11](https://github.com/zcorky/zodash/compare/@zodash/logger@0.2.10...@zodash/logger@0.2.11) (2020-11-30) | ||
**Note:** Version bump only for package @zodash/logger | ||
## [0.2.10](https://github.com/zcorky/zodash/compare/@zodash/logger@0.2.9...@zodash/logger@0.2.10) (2020-11-30) | ||
@@ -8,0 +16,0 @@ |
@@ -79,3 +79,3 @@ "use strict"; | ||
return (ctx, next) => __awaiter(this, void 0, void 0, function* () { | ||
const enable = !Logger._disableFn ? true : Logger._disableFn(); | ||
const enable = !Logger._disableFn ? true : !Logger._disableFn(); | ||
if (!enable) { | ||
@@ -82,0 +82,0 @@ return; |
{ | ||
"name": "@zodash/logger", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "simple logger model", | ||
@@ -72,3 +72,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ed66fc04e51afdf9674af266c1b7fa99e85a635e" | ||
"gitHead": "191b56462f4e41ef59233a06ca3ec02d3be2f155" | ||
} |
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
22140