@applitools/ec-client 1.12.11 → 1.12.13

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 +72 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,77 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.12.13](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.12...js/ec-client@1.12.13) (2025-11-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.14.0
9
+ #### Features
10
+
11
+ * disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
12
+ * @applitools/logger bumped to 2.2.6
13
+
14
+ * @applitools/socket bumped to 1.3.7
15
+
16
+ * @applitools/req bumped to 1.8.6
17
+
18
+ * @applitools/image bumped to 1.2.5
19
+
20
+ * @applitools/driver bumped to 1.24.2
21
+
22
+ * @applitools/spec-driver-webdriver bumped to 1.5.2
23
+
24
+ * @applitools/tunnel-client bumped to 1.11.4
25
+
26
+ * @applitools/core-base bumped to 1.30.0
27
+ #### Features
28
+
29
+ * disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
30
+
31
+
32
+ #### Bug Fixes
33
+
34
+ * fails to create test with coded dynamic region | AD-11074 ([#3361](https://github.com/Applitools-Dev/sdk/issues/3361)) ([7f8c8cd](https://github.com/Applitools-Dev/sdk/commit/7f8c8cd85c0cd2e5861cd33fbc29c465903258d5))
35
+ * resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
36
+
37
+
38
+
39
+ * @applitools/test-server bumped to 1.3.5
40
+
41
+
42
+ ## [1.12.12](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.11...js/ec-client@1.12.12) (2025-11-09)
43
+
44
+
45
+ ### Dependencies
46
+
47
+ * @applitools/utils bumped to 1.13.0
48
+ #### Features
49
+
50
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
51
+ * @applitools/logger bumped to 2.2.5
52
+
53
+ * @applitools/socket bumped to 1.3.6
54
+
55
+ * @applitools/req bumped to 1.8.5
56
+
57
+ * @applitools/image bumped to 1.2.4
58
+
59
+ * @applitools/driver bumped to 1.24.1
60
+
61
+ * @applitools/spec-driver-webdriver bumped to 1.5.1
62
+
63
+ * @applitools/tunnel-client bumped to 1.11.3
64
+
65
+ * @applitools/core-base bumped to 1.29.0
66
+ #### Features
67
+
68
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
69
+
70
+
71
+
72
+ * @applitools/test-server bumped to 1.3.4
73
+
74
+
3
75
  ## [1.12.11](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.10...js/ec-client@1.12.11) (2025-10-16)
4
76
 
5
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.12.11",
3
+ "version": "1.12.13",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,20 +52,20 @@
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.28.2",
56
- "@applitools/driver": "1.24.0",
57
- "@applitools/logger": "2.2.4",
58
- "@applitools/req": "1.8.4",
59
- "@applitools/socket": "1.3.5",
60
- "@applitools/spec-driver-webdriver": "1.5.0",
61
- "@applitools/tunnel-client": "1.11.2",
62
- "@applitools/utils": "1.12.0",
55
+ "@applitools/core-base": "1.30.0",
56
+ "@applitools/driver": "1.24.2",
57
+ "@applitools/logger": "2.2.6",
58
+ "@applitools/req": "1.8.6",
59
+ "@applitools/socket": "1.3.7",
60
+ "@applitools/spec-driver-webdriver": "1.5.2",
61
+ "@applitools/tunnel-client": "1.11.4",
62
+ "@applitools/utils": "1.14.0",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",
65
65
  "yargs": "^17.7.2"
66
66
  },
67
67
  "devDependencies": {
68
- "@applitools/test-server": "^1.3.3",
68
+ "@applitools/test-server": "^1.3.5",
69
69
  "@applitools/test-utils": "^1.5.17",
70
70
  "@types/node": "^12.20.55",
71
71
  "@types/node-fetch": "^2.6.1",