@applitools/ec-client 1.12.25 → 1.12.27

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.27](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.26...js/ec-client@1.12.27) (2026-05-04)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/tunnel-client bumped to 1.11.12
9
+ #### Bug Fixes
10
+
11
+ * remove deprecated uuid dependency | FLD-4179 ([#3796](https://github.com/Applitools-Dev/sdk/issues/3796)) ([b3511f0](https://github.com/Applitools-Dev/sdk/commit/b3511f070645d356aa8edf43dd57332b5917c41e))
12
+
13
+ ## [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)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/req bumped to 1.10.0
19
+ #### Features
20
+
21
+ * 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))
22
+ * @applitools/tunnel-client bumped to 1.11.11
23
+
24
+ * @applitools/core-base bumped to 1.33.0
25
+ #### Features
26
+
27
+ * 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))
28
+
29
+
30
+
31
+
3
32
  ## [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
33
 
5
34
 
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.27",
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.12",
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.12"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=12.13.0"