@applitools/logger
Advanced tools
+15
-0
| # Changelog | ||
| ## [2.2.0](https://github.com/Applitools-Dev/sdk/compare/js/logger@2.1.5...js/logger@2.2.0) (2025-07-30) | ||
| ### Features | ||
| * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106)) | ||
| ### Dependencies | ||
| * @applitools/utils bumped to 1.10.0 | ||
| #### Features | ||
| * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106)) | ||
| ## [2.1.5](https://github.com/Applitools-Dev/sdk/compare/js/logger@2.1.4...js/logger@2.1.5) (2025-07-07) | ||
@@ -4,0 +19,0 @@ |
+4
-1
@@ -119,3 +119,6 @@ "use strict"; | ||
| const extendOptions = [options]; | ||
| if (utils.types.has(optionsOrLogger, 'isLogger')) { | ||
| if (utils.types.has(optionsOrLogger, 'isSpyLogger')) { | ||
| return optionsOrLogger.extend(this); | ||
| } | ||
| else if (utils.types.has(optionsOrLogger, 'isLogger')) { | ||
| if (optionsOrLogger !== logger) | ||
@@ -122,0 +125,0 @@ extendOptions.push({ |
+2
-2
| { | ||
| "name": "@applitools/logger", | ||
| "version": "2.1.5", | ||
| "version": "2.2.0", | ||
| "description": "Applitools logger", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@applitools/utils": "1.9.0", | ||
| "@applitools/utils": "1.10.0", | ||
| "chalk": "4.1.2", | ||
@@ -55,0 +55,0 @@ "debug": "4.3.4" |
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
64938
0.88%896
0.34%+ Added
- Removed
Updated