@applitools/ec-client 1.12.3 → 1.12.5

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 +34 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.12.5](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.4...js/ec-client@1.12.5) (2025-09-04)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/tunnel-client bumped to 1.11.0
9
+ #### Features
10
+
11
+ * mask apiKey and eyesServerUrl from the logs | AD-10661 ([#3200](https://github.com/Applitools-Dev/sdk/issues/3200)) ([eaba565](https://github.com/Applitools-Dev/sdk/commit/eaba565898d8e72745a1e95c9b17ae77c396ca14))
12
+ * report to coralogix | AD-10945 ([#3191](https://github.com/Applitools-Dev/sdk/issues/3191)) ([2f57db1](https://github.com/Applitools-Dev/sdk/commit/2f57db162db4d3dbe4cdab06096f0d183af94946))
13
+
14
+ ## [1.12.4](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.3...js/ec-client@1.12.4) (2025-08-21)
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * @applitools/socket bumped to 1.3.3
20
+ #### Bug Fixes
21
+
22
+ * tunnel uncaught error | FLD-3356 ([#3128](https://github.com/Applitools-Dev/sdk/issues/3128)) ([ed5fb8a](https://github.com/Applitools-Dev/sdk/commit/ed5fb8aad596ec0d8b45a89077a7765c24ae8a8e))
23
+ * @applitools/driver bumped to 1.23.3
24
+ #### Bug Fixes
25
+
26
+ * make orientation more robust | FLD-3470 ([#3166](https://github.com/Applitools-Dev/sdk/issues/3166)) ([3745427](https://github.com/Applitools-Dev/sdk/commit/37454279234b085dc9a159077b3f278cdccc203a))
27
+ * @applitools/tunnel-client bumped to 1.10.4
28
+ #### Bug Fixes
29
+
30
+ * tunnel uncaught error | FLD-3356 ([#3128](https://github.com/Applitools-Dev/sdk/issues/3128)) ([ed5fb8a](https://github.com/Applitools-Dev/sdk/commit/ed5fb8aad596ec0d8b45a89077a7765c24ae8a8e))
31
+
32
+
33
+
34
+ * @applitools/spec-driver-webdriver bumped to 1.4.3
35
+
36
+
3
37
  ## [1.12.3](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.2...js/ec-client@1.12.3) (2025-08-12)
4
38
 
5
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.12.3",
3
+ "version": "1.12.5",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@applitools/core-base": "1.27.2",
56
- "@applitools/driver": "1.23.2",
56
+ "@applitools/driver": "1.23.3",
57
57
  "@applitools/logger": "2.2.2",
58
58
  "@applitools/req": "1.8.2",
59
- "@applitools/socket": "1.3.2",
60
- "@applitools/spec-driver-webdriver": "1.4.2",
61
- "@applitools/tunnel-client": "1.10.3",
59
+ "@applitools/socket": "1.3.3",
60
+ "@applitools/spec-driver-webdriver": "1.4.3",
61
+ "@applitools/tunnel-client": "1.11.0",
62
62
  "@applitools/utils": "1.11.1",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",