@applitools/ec-client 1.12.10 → 1.12.12

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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.13.0
9
+ #### Features
10
+
11
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
12
+ * @applitools/logger bumped to 2.2.5
13
+
14
+ * @applitools/socket bumped to 1.3.6
15
+
16
+ * @applitools/req bumped to 1.8.5
17
+
18
+ * @applitools/image bumped to 1.2.4
19
+
20
+ * @applitools/driver bumped to 1.24.1
21
+
22
+ * @applitools/spec-driver-webdriver bumped to 1.5.1
23
+
24
+ * @applitools/tunnel-client bumped to 1.11.3
25
+
26
+ * @applitools/core-base bumped to 1.29.0
27
+ #### Features
28
+
29
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
30
+
31
+
32
+
33
+ * @applitools/test-server bumped to 1.3.4
34
+
35
+
36
+ ## [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)
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * @applitools/driver bumped to 1.24.0
42
+ #### Features
43
+
44
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
45
+ * @applitools/spec-driver-webdriver bumped to 1.5.0
46
+ #### Features
47
+
48
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
49
+
50
+
51
+
52
+
3
53
  ## [1.12.10](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.9...js/ec-client@1.12.10) (2025-10-09)
4
54
 
5
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.12.10",
3
+ "version": "1.12.12",
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.23.5",
57
- "@applitools/logger": "2.2.4",
58
- "@applitools/req": "1.8.4",
59
- "@applitools/socket": "1.3.5",
60
- "@applitools/spec-driver-webdriver": "1.4.5",
61
- "@applitools/tunnel-client": "1.11.2",
62
- "@applitools/utils": "1.12.0",
55
+ "@applitools/core-base": "1.29.0",
56
+ "@applitools/driver": "1.24.1",
57
+ "@applitools/logger": "2.2.5",
58
+ "@applitools/req": "1.8.5",
59
+ "@applitools/socket": "1.3.6",
60
+ "@applitools/spec-driver-webdriver": "1.5.1",
61
+ "@applitools/tunnel-client": "1.11.3",
62
+ "@applitools/utils": "1.13.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.4",
69
69
  "@applitools/test-utils": "^1.5.17",
70
70
  "@types/node": "^12.20.55",
71
71
  "@types/node-fetch": "^2.6.1",