@applitools/ec-client 1.12.30 → 1.12.32

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.11.0
9
+ #### Features
10
+
11
+ * 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))
12
+ * @applitools/tunnel-client bumped to 1.12.0
13
+ #### Features
14
+
15
+ * 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))
16
+
17
+
18
+
19
+ * @applitools/core-base bumped to 1.35.1
20
+
21
+
22
+ ## [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)
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * @applitools/core-base bumped to 1.35.0
28
+ #### Features
29
+
30
+ * auto-accept UFG diffs from infra updates | AD-9583 ([#3797](https://github.com/Applitools-Dev/sdk/issues/3797)) ([fde553c](https://github.com/Applitools-Dev/sdk/commit/fde553c947aa3c040660ef5d07855fa4a1412399))
31
+
3
32
  ## [1.12.30](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.29...js/ec-client@1.12.30) (2026-05-26)
4
33
 
5
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.12.30",
3
+ "version": "1.12.32",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,10 +52,10 @@
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.34.1",
55
+ "@applitools/core-base": "1.35.1",
56
56
  "@applitools/driver": "1.26.2",
57
57
  "@applitools/logger": "2.2.12",
58
- "@applitools/req": "1.10.2",
58
+ "@applitools/req": "1.11.0",
59
59
  "@applitools/socket": "1.3.13",
60
60
  "@applitools/spec-driver-webdriver": "1.6.2",
61
61
  "@applitools/utils": "1.14.5",
@@ -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.11.14",
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.11.14"
77
+ "@applitools/tunnel-client": ">=1.12.0"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=12.13.0"