@applitools/logger
Advanced tools
Comparing version 2.0.3 to 2.0.4
# Changelog | ||
## [2.0.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/logger@2.0.3...js/logger@2.0.4) (2023-06-21) | ||
### Bug Fixes | ||
* fixed issue when extended logger didn't preserve base's handler ([7c5e029](https://github.com/applitools/eyes.sdk.javascript1/commit/7c5e0299522f792aad72b7b3827df31a1ab2d68f)) | ||
## [2.0.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/logger-v2.0.2...js/logger@2.0.3) (2023-06-13) | ||
@@ -4,0 +11,0 @@ |
@@ -104,3 +104,7 @@ "use strict"; | ||
if (optionsOrLogger !== logger) | ||
extendOptions.push(optionsOrLogger.options); | ||
extendOptions.push({ | ||
console: optionsOrLogger.options.console, | ||
level: optionsOrLogger.options.level, | ||
format: optionsOrLogger.options.format, | ||
}); | ||
if (extraOptions) | ||
@@ -107,0 +111,0 @@ extendOptions.push({ console: extraOptions.console, level: extraOptions.level, format: extraOptions }); |
{ | ||
"name": "@applitools/logger", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Applitools logger", | ||
@@ -62,3 +62,6 @@ "keywords": [ | ||
"node": ">=12.13.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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
48071
736