@applitools/ec-client 1.12.31 → 1.12.33
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 +33 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.12.33](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.32...js/ec-client@1.12.33) (2026-06-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/snippets bumped to 2.9.3
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
|
|
12
|
+
* @applitools/driver bumped to 1.26.3
|
|
13
|
+
|
|
14
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.3
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.12.32](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.31...js/ec-client@1.12.32) (2026-06-09)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* @applitools/req bumped to 1.11.0
|
|
23
|
+
#### Features
|
|
24
|
+
|
|
25
|
+
* add HTTP/2 proxy support (AD-13916) ([#3860](https://github.com/Applitools-Dev/sdk/issues/3860)) ([87cfb3e](https://github.com/Applitools-Dev/sdk/commit/87cfb3e2772cc8443d961b7916cc701f894b84cb))
|
|
26
|
+
* @applitools/tunnel-client bumped to 1.12.0
|
|
27
|
+
#### Features
|
|
28
|
+
|
|
29
|
+
* add PAC-file proxy routing for tunnel agent | FLD-3783 ([#3897](https://github.com/Applitools-Dev/sdk/issues/3897)) ([e4f5818](https://github.com/Applitools-Dev/sdk/commit/e4f58181f4e835c9823915ecab9e99a9e150e493))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
* @applitools/core-base bumped to 1.35.1
|
|
34
|
+
|
|
35
|
+
|
|
3
36
|
## [1.12.31](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.30...js/ec-client@1.12.31) (2026-06-04)
|
|
4
37
|
|
|
5
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.33",
|
|
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.35.
|
|
56
|
-
"@applitools/driver": "1.26.
|
|
55
|
+
"@applitools/core-base": "1.35.1",
|
|
56
|
+
"@applitools/driver": "1.26.3",
|
|
57
57
|
"@applitools/logger": "2.2.12",
|
|
58
|
-
"@applitools/req": "1.
|
|
58
|
+
"@applitools/req": "1.11.0",
|
|
59
59
|
"@applitools/socket": "1.3.13",
|
|
60
|
-
"@applitools/spec-driver-webdriver": "1.6.
|
|
60
|
+
"@applitools/spec-driver-webdriver": "1.6.3",
|
|
61
61
|
"@applitools/utils": "1.14.5",
|
|
62
62
|
"abort-controller": "3.0.0",
|
|
63
63
|
"yargs": "^17.7.2"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@applitools/test-server": "^1.4.4",
|
|
67
67
|
"@applitools/test-utils": "^1.5.17",
|
|
68
|
-
"@applitools/tunnel-client": "1.
|
|
68
|
+
"@applitools/tunnel-client": "1.12.0",
|
|
69
69
|
"@types/node": "^12.20.55",
|
|
70
70
|
"@types/node-fetch": "^2.6.1",
|
|
71
71
|
"@types/selenium-webdriver": "^4.0.19",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"selenium-webdriver": "^4.15.0"
|
|
75
75
|
},
|
|
76
76
|
"optionalDependencies": {
|
|
77
|
-
"@applitools/tunnel-client": ">=1.
|
|
77
|
+
"@applitools/tunnel-client": ">=1.12.0"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|
|
80
80
|
"node": ">=12.13.0"
|