@applitools/ec-client 1.12.25 → 1.12.26

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 +19 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.12.26](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.25...js/ec-client@1.12.26) (2026-04-23)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.10.0
9
+ #### Features
10
+
11
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
12
+ * @applitools/tunnel-client bumped to 1.11.11
13
+
14
+ * @applitools/core-base bumped to 1.33.0
15
+ #### Features
16
+
17
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
18
+
19
+
20
+
21
+
3
22
  ## [1.12.25](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.24...js/ec-client@1.12.25) (2026-04-16)
4
23
 
5
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.12.25",
3
+ "version": "1.12.26",
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.32.5",
55
+ "@applitools/core-base": "1.33.0",
56
56
  "@applitools/driver": "1.25.5",
57
57
  "@applitools/logger": "2.2.11",
58
- "@applitools/req": "1.9.3",
58
+ "@applitools/req": "1.10.0",
59
59
  "@applitools/socket": "1.3.12",
60
60
  "@applitools/spec-driver-webdriver": "1.5.10",
61
61
  "@applitools/utils": "1.14.4",
@@ -65,7 +65,7 @@
65
65
  "devDependencies": {
66
66
  "@applitools/test-server": "^1.4.3",
67
67
  "@applitools/test-utils": "^1.5.17",
68
- "@applitools/tunnel-client": "1.11.10",
68
+ "@applitools/tunnel-client": "1.11.11",
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.10"
77
+ "@applitools/tunnel-client": ">=1.11.11"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=12.13.0"