@cumulus/logger
Advanced tools
Comparing version 1.18.0 to 1.19.0
10
index.js
@@ -155,8 +155,8 @@ /* eslint no-console: "off" */ | ||
const logEvent = Object.assign( | ||
{}, | ||
additionalKeys, | ||
standardLogEvent | ||
); | ||
const logEvent = { | ||
...additionalKeys, | ||
...standardLogEvent | ||
}; | ||
const logEventString = pretty | ||
@@ -163,0 +163,0 @@ ? JSON.stringify(logEvent, null, 2) |
{ | ||
"name": "@cumulus/logger", | ||
"version": "1.18.0", | ||
"version": "1.19.0", | ||
"description": "A log library for use on Cumulus", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "f55107a043f48e9d54cfc7050f0dd4cc8c65f649" | ||
"gitHead": "088fc8b860223da51bcd6290cdfcccceaa3328b3" | ||
} |
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
19171
148