@applitools/ec-client 1.12.5 → 1.12.7

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 +52 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.12.7](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.6...js/ec-client@1.12.7) (2025-09-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/logger bumped to 2.2.4
9
+ #### Bug Fixes
10
+
11
+ * remove duplicate tests on different sessions for same batch ([#3184](https://github.com/Applitools-Dev/sdk/issues/3184)) ([ede0d1f](https://github.com/Applitools-Dev/sdk/commit/ede0d1fd8018e14c19811903d78c273bce048f84))
12
+ * @applitools/socket bumped to 1.3.5
13
+
14
+ * @applitools/req bumped to 1.8.4
15
+
16
+ * @applitools/driver bumped to 1.23.5
17
+
18
+ * @applitools/spec-driver-webdriver bumped to 1.4.5
19
+
20
+ * @applitools/tunnel-client bumped to 1.11.2
21
+
22
+ * @applitools/core-base bumped to 1.27.4
23
+
24
+ * @applitools/test-server bumped to 1.3.3
25
+
26
+
27
+ ## [1.12.6](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.5...js/ec-client@1.12.6) (2025-09-09)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * @applitools/utils bumped to 1.12.0
33
+ #### Features
34
+
35
+ * enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
36
+ * @applitools/logger bumped to 2.2.3
37
+
38
+ * @applitools/socket bumped to 1.3.4
39
+
40
+ * @applitools/req bumped to 1.8.3
41
+
42
+ * @applitools/image bumped to 1.2.3
43
+
44
+ * @applitools/driver bumped to 1.23.4
45
+
46
+ * @applitools/spec-driver-webdriver bumped to 1.4.4
47
+
48
+ * @applitools/tunnel-client bumped to 1.11.1
49
+
50
+ * @applitools/core-base bumped to 1.27.3
51
+
52
+ * @applitools/test-server bumped to 1.3.2
53
+
54
+
3
55
  ## [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
56
 
5
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.12.5",
3
+ "version": "1.12.7",
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.27.2",
56
- "@applitools/driver": "1.23.3",
57
- "@applitools/logger": "2.2.2",
58
- "@applitools/req": "1.8.2",
59
- "@applitools/socket": "1.3.3",
60
- "@applitools/spec-driver-webdriver": "1.4.3",
61
- "@applitools/tunnel-client": "1.11.0",
62
- "@applitools/utils": "1.11.1",
55
+ "@applitools/core-base": "1.27.4",
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",
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.1",
68
+ "@applitools/test-server": "^1.3.3",
69
69
  "@applitools/test-utils": "^1.5.17",
70
70
  "@types/node": "^12.20.55",
71
71
  "@types/node-fetch": "^2.6.1",