@applitools/ec-client 1.11.1 → 1.12.0

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 +76 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,81 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Features
7
+
8
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.10.0
14
+ #### Features
15
+
16
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
17
+ * @applitools/logger bumped to 2.2.0
18
+ #### Features
19
+
20
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
21
+
22
+
23
+
24
+ * @applitools/socket bumped to 1.3.0
25
+ #### Features
26
+
27
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
28
+
29
+
30
+
31
+ * @applitools/req bumped to 1.8.0
32
+ #### Features
33
+
34
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
35
+
36
+
37
+
38
+ * @applitools/image bumped to 1.2.0
39
+ #### Features
40
+
41
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
42
+
43
+
44
+
45
+ * @applitools/snippets bumped to 2.7.0
46
+ #### Features
47
+
48
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
49
+ * @applitools/driver bumped to 1.23.0
50
+ #### Features
51
+
52
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
53
+
54
+
55
+
56
+ * @applitools/spec-driver-webdriver bumped to 1.4.0
57
+ #### Features
58
+
59
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
60
+
61
+
62
+
63
+ * @applitools/tunnel-client bumped to 1.10.0
64
+ #### Features
65
+
66
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
67
+ * support singapore | FLD-3394 ([#3125](https://github.com/Applitools-Dev/sdk/issues/3125)) ([96807fb](https://github.com/Applitools-Dev/sdk/commit/96807fbf4e3a9cb07bd2fee7dbf101d065aea489))
68
+
69
+
70
+
71
+ * @applitools/core-base bumped to 1.27.0
72
+ #### Features
73
+
74
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
75
+
76
+
77
+
78
+
3
79
  ## [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
80
 
5
81
 
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.0",
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.0",
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"