Sign In

@applitools/logger

Package Overview
Dependencies
Maintainers
47
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/logger - npm Package Compare versions

Comparing version
2.2.11
to
2.2.12
+15
-0
CHANGELOG.md
# Changelog
## [2.2.12](https://github.com/Applitools-Dev/sdk/compare/js/logger@2.2.11...js/logger@2.2.12) (2026-05-26)
### Bug Fixes
* strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
### Dependencies
* @applitools/utils bumped to 1.14.5
#### Bug Fixes
* strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
## [2.2.11](https://github.com/Applitools-Dev/sdk/compare/js/logger@2.2.10...js/logger@2.2.11) (2026-04-16)

@@ -4,0 +19,0 @@

+4
-3
{
"name": "@applitools/logger",
"version": "2.2.11",
"version": "2.2.12",
"description": "Applitools logger",

@@ -52,3 +52,3 @@ "keywords": [

"dependencies": {
"@applitools/utils": "1.14.4",
"@applitools/utils": "1.14.5",
"chalk": "4.1.2",

@@ -60,3 +60,4 @@ "debug": "4.3.4"

"@types/debug": "^4.1.8",
"@types/node": "^12.20.55"
"@types/node": "^12.20.55",
"chai": "^4.2.0"
},

@@ -63,0 +64,0 @@ "engines": {