@applitools/ec-client 1.11.1 → 1.12.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 +86 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,91 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.12.1](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.0...js/ec-client@1.12.1) (2025-07-31)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/tunnel-client bumped to 1.10.1
9
+ #### Bug Fixes
10
+
11
+ * update @applitools/execution-grid-tunnel to version 3.1.3 | FLD-3447 ([#3140](https://github.com/Applitools-Dev/sdk/issues/3140)) ([f6f168b](https://github.com/Applitools-Dev/sdk/commit/f6f168bc46a9df6685f8b559f632a91b31c5ce7d))
12
+
13
+ ## [1.12.0](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.11.1...js/ec-client@1.12.0) (2025-07-30)
14
+
15
+
16
+ ### Features
17
+
18
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * @applitools/utils bumped to 1.10.0
24
+ #### Features
25
+
26
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
27
+ * @applitools/logger bumped to 2.2.0
28
+ #### Features
29
+
30
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
31
+
32
+
33
+
34
+ * @applitools/socket bumped to 1.3.0
35
+ #### Features
36
+
37
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
38
+
39
+
40
+
41
+ * @applitools/req bumped to 1.8.0
42
+ #### Features
43
+
44
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
45
+
46
+
47
+
48
+ * @applitools/image bumped to 1.2.0
49
+ #### Features
50
+
51
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
52
+
53
+
54
+
55
+ * @applitools/snippets bumped to 2.7.0
56
+ #### Features
57
+
58
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
59
+ * @applitools/driver bumped to 1.23.0
60
+ #### Features
61
+
62
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
63
+
64
+
65
+
66
+ * @applitools/spec-driver-webdriver bumped to 1.4.0
67
+ #### Features
68
+
69
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
70
+
71
+
72
+
73
+ * @applitools/tunnel-client bumped to 1.10.0
74
+ #### Features
75
+
76
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
77
+ * support singapore | FLD-3394 ([#3125](https://github.com/Applitools-Dev/sdk/issues/3125)) ([96807fb](https://github.com/Applitools-Dev/sdk/commit/96807fbf4e3a9cb07bd2fee7dbf101d065aea489))
78
+
79
+
80
+
81
+ * @applitools/core-base bumped to 1.27.0
82
+ #### Features
83
+
84
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
85
+
86
+
87
+
88
+
3
89
  ## [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
90
 
5
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.11.1",
3
+ "version": "1.12.1",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,14 +52,14 @@
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.26.0",
56
- "@applitools/driver": "1.22.1",
57
- "@applitools/logger": "2.1.5",
58
- "@applitools/req": "1.7.15",
59
- "@applitools/socket": "1.2.6",
60
- "@applitools/spec-driver-webdriver": "1.3.1",
61
- "@applitools/tunnel-client": "1.9.1",
62
- "@applitools/utils": "1.9.0",
55
+ "@applitools/core-base": "1.27.0",
56
+ "@applitools/driver": "1.23.0",
57
+ "@applitools/logger": "2.2.0",
58
+ "@applitools/req": "1.8.0",
59
+ "@applitools/socket": "1.3.0",
60
+ "@applitools/spec-driver-webdriver": "1.4.0",
61
+ "@applitools/tunnel-client": "1.10.1",
62
+ "@applitools/utils": "1.10.0",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",
65
65
  "yargs": "^17.7.2"