Comparing version 2.3.1 to 2.3.2
@@ -111,3 +111,10 @@ 'use strict' | ||
} | ||
logger[level](msg, meta ? __assign({}, baseMeta, getMeta ? getMeta(meta) : meta) : baseMeta) | ||
logger[level]( | ||
msg, | ||
meta | ||
? __assign({}, getMeta ? getMeta(baseMeta) : baseMeta, getMeta ? getMeta(meta) : meta) | ||
: getMeta | ||
? getMeta(baseMeta) | ||
: baseMeta | ||
) | ||
return wrappedLogger | ||
@@ -114,0 +121,0 @@ } |
{ | ||
"name": "loggerism", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Yet another logger abstraction", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
10433
155