@applitools/ec-client 1.10.16 → 1.11.1

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 +50 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.1](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.11.0...js/ec-client@1.11.1) (2025-07-23)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.26.0
9
+ #### Features
10
+
11
+ * batch properties limit | FLD-3174 ([#3080](https://github.com/Applitools-Dev/sdk/issues/3080)) ([feb9e79](https://github.com/Applitools-Dev/sdk/commit/feb9e79d79f5eab3c58eac2b4ef3c15a562f079c))
12
+
13
+ ## [1.11.0](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.10.16...js/ec-client@1.11.0) (2025-07-15)
14
+
15
+
16
+ ### Features
17
+
18
+ * enable EC healthchecks | AD-10040 ([#3017](https://github.com/Applitools-Dev/sdk/issues/3017)) ([c01c300](https://github.com/Applitools-Dev/sdk/commit/c01c300259427ddae53147a64d30b152960503d9))
19
+
20
+
21
+ ### Performance Improvements
22
+
23
+ * yarn dedup packages ([#3061](https://github.com/Applitools-Dev/sdk/issues/3061)) ([2fd8951](https://github.com/Applitools-Dev/sdk/commit/2fd8951d6ce9c18a5dbdb648adaa2c454eae9b4e))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * @applitools/req bumped to 1.7.15
29
+ #### Performance Improvements
30
+
31
+ * yarn dedup packages ([#3061](https://github.com/Applitools-Dev/sdk/issues/3061)) ([2fd8951](https://github.com/Applitools-Dev/sdk/commit/2fd8951d6ce9c18a5dbdb648adaa2c454eae9b4e))
32
+ * @applitools/driver bumped to 1.22.1
33
+ #### Performance Improvements
34
+
35
+ * yarn dedup packages ([#3061](https://github.com/Applitools-Dev/sdk/issues/3061)) ([2fd8951](https://github.com/Applitools-Dev/sdk/commit/2fd8951d6ce9c18a5dbdb648adaa2c454eae9b4e))
36
+ * @applitools/tunnel-client bumped to 1.9.0
37
+ #### Features
38
+
39
+ * enable EC healthchecks | AD-10040 ([#3017](https://github.com/Applitools-Dev/sdk/issues/3017)) ([c01c300](https://github.com/Applitools-Dev/sdk/commit/c01c300259427ddae53147a64d30b152960503d9))
40
+
41
+
42
+
43
+ * @applitools/spec-driver-webdriver bumped to 1.3.1
44
+
45
+ * @applitools/core-base bumped to 1.25.6
46
+ #### Performance Improvements
47
+
48
+ * yarn dedup packages ([#3061](https://github.com/Applitools-Dev/sdk/issues/3061)) ([2fd8951](https://github.com/Applitools-Dev/sdk/commit/2fd8951d6ce9c18a5dbdb648adaa2c454eae9b4e))
49
+
50
+
51
+
52
+
3
53
  ## [1.10.16](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.10.15...js/ec-client@1.10.16) (2025-07-07)
4
54
 
5
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.10.16",
3
+ "version": "1.11.1",
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.25.5",
56
- "@applitools/driver": "1.22.0",
55
+ "@applitools/core-base": "1.26.0",
56
+ "@applitools/driver": "1.22.1",
57
57
  "@applitools/logger": "2.1.5",
58
- "@applitools/req": "1.7.14",
58
+ "@applitools/req": "1.7.15",
59
59
  "@applitools/socket": "1.2.6",
60
- "@applitools/spec-driver-webdriver": "1.3.0",
61
- "@applitools/tunnel-client": "1.8.1",
60
+ "@applitools/spec-driver-webdriver": "1.3.1",
61
+ "@applitools/tunnel-client": "1.9.1",
62
62
  "@applitools/utils": "1.9.0",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",