@applitools/driver 1.24.1 → 1.24.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.24.3](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.24.2...js/driver@1.24.3) (2025-12-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.14.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* setup script compatibility with ESM | AD-11756 ([#3363](https://github.com/Applitools-Dev/sdk/issues/3363)) ([d1222f4](https://github.com/Applitools-Dev/sdk/commit/d1222f40a74ab62782bebeeb0cf899aac3f3d3b6))
|
|
12
|
+
* @applitools/logger bumped to 2.2.7
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [1.24.2](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.24.1...js/driver@1.24.2) (2025-11-19)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* @applitools/utils bumped to 1.14.0
|
|
21
|
+
#### Features
|
|
22
|
+
|
|
23
|
+
* disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
|
|
24
|
+
* @applitools/logger bumped to 2.2.6
|
|
25
|
+
|
|
26
|
+
|
|
3
27
|
## [1.24.1](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.24.0...js/driver@1.24.1) (2025-11-09)
|
|
4
28
|
|
|
5
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/driver",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.3",
|
|
4
4
|
"description": "Applitools universal framework wrapper",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"test": "run --top-level mocha './test/**/*.spec.ts'"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@applitools/logger": "2.2.
|
|
76
|
+
"@applitools/logger": "2.2.7",
|
|
77
77
|
"@applitools/snippets": "2.7.0",
|
|
78
|
-
"@applitools/utils": "1.
|
|
78
|
+
"@applitools/utils": "1.14.1",
|
|
79
79
|
"semver": "7.6.2"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|