@applitools/ec-client 1.12.19 → 1.12.20
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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.12.20](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.19...js/ec-client@1.12.20) (2026-03-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/req bumped to 1.9.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
|
|
12
|
+
* @applitools/tunnel-client bumped to 1.11.7
|
|
13
|
+
|
|
14
|
+
* @applitools/core-base bumped to 1.32.0
|
|
15
|
+
#### Features
|
|
16
|
+
|
|
17
|
+
* http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
3
27
|
## [1.12.19](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.18...js/ec-client@1.12.19) (2026-03-01)
|
|
4
28
|
|
|
5
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.20",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -52,13 +52,13 @@
|
|
|
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.
|
|
55
|
+
"@applitools/core-base": "1.32.0",
|
|
56
56
|
"@applitools/driver": "1.25.1",
|
|
57
57
|
"@applitools/logger": "2.2.8",
|
|
58
|
-
"@applitools/req": "1.
|
|
58
|
+
"@applitools/req": "1.9.0",
|
|
59
59
|
"@applitools/socket": "1.3.9",
|
|
60
60
|
"@applitools/spec-driver-webdriver": "1.5.6",
|
|
61
|
-
"@applitools/tunnel-client": "1.11.
|
|
61
|
+
"@applitools/tunnel-client": "1.11.7",
|
|
62
62
|
"@applitools/utils": "1.14.1",
|
|
63
63
|
"abort-controller": "3.0.0",
|
|
64
64
|
"webdriver": "7.31.1",
|