@applitools/ec-client 1.12.14 → 1.12.16
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 +26 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.12.16](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.15...js/ec-client@1.12.16) (2026-01-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/driver bumped to 1.24.4
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* scrolling element fallback logic | FLD-3959 ([#3442](https://github.com/Applitools-Dev/sdk/issues/3442)) ([36348b4](https://github.com/Applitools-Dev/sdk/commit/36348b46e6a127c99d4ccfa58bf386a8e414fb40))
|
|
12
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.4
|
|
13
|
+
|
|
14
|
+
* @applitools/core-base bumped to 1.31.1
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
|
|
18
|
+
|
|
19
|
+
## [1.12.15](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.14...js/ec-client@1.12.15) (2025-12-14)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Dependencies
|
|
23
|
+
|
|
24
|
+
* @applitools/core-base bumped to 1.31.0
|
|
25
|
+
#### Features
|
|
26
|
+
|
|
27
|
+
* Baseline branch fallback list | FLD-3837 ([#3373](https://github.com/Applitools-Dev/sdk/issues/3373)) ([e94bb10](https://github.com/Applitools-Dev/sdk/commit/e94bb10ad6b49322a56e4ce6dfde560b237e9ac0))
|
|
28
|
+
|
|
3
29
|
## [1.12.14](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.13...js/ec-client@1.12.14) (2025-12-01)
|
|
4
30
|
|
|
5
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.16",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/*.spec.ts'"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@applitools/core-base": "1.
|
|
56
|
-
"@applitools/driver": "1.24.
|
|
55
|
+
"@applitools/core-base": "1.31.1",
|
|
56
|
+
"@applitools/driver": "1.24.4",
|
|
57
57
|
"@applitools/logger": "2.2.7",
|
|
58
58
|
"@applitools/req": "1.8.7",
|
|
59
59
|
"@applitools/socket": "1.3.8",
|
|
60
|
-
"@applitools/spec-driver-webdriver": "1.5.
|
|
60
|
+
"@applitools/spec-driver-webdriver": "1.5.4",
|
|
61
61
|
"@applitools/tunnel-client": "1.11.5",
|
|
62
62
|
"@applitools/utils": "1.14.1",
|
|
63
63
|
"abort-controller": "3.0.0",
|