@takeshape/logger
Advanced tools
Comparing version 11.9.2 to 11.9.4
@@ -115,3 +115,3 @@ "use strict"; | ||
// Merge passed context with the base context, and exclude any message, and the error | ||
metadata = (0, merge_js_1.default)(entry, rest); | ||
metadata = (0, merge_js_1.default)({}, entry, rest); | ||
} | ||
@@ -118,0 +118,0 @@ else { |
@@ -108,3 +108,3 @@ import cloneDeep from 'lodash/cloneDeep.js'; | ||
// Merge passed context with the base context, and exclude any message, and the error | ||
metadata = merge(entry, rest); | ||
metadata = merge({}, entry, rest); | ||
} | ||
@@ -111,0 +111,0 @@ else { |
{ | ||
"name": "@takeshape/logger", | ||
"version": "11.9.2", | ||
"version": "11.9.4", | ||
"description": "Logging utility.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.takeshape.io", |
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
77696