@applitools/ec-client 1.12.6 → 1.12.8

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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.12.8](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.7...js/ec-client@1.12.8) (2025-09-22)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.28.0
9
+ #### Features
10
+
11
+ * use concurrency from server | AD-10015 ([#3207](https://github.com/Applitools-Dev/sdk/issues/3207)) ([5336c9e](https://github.com/Applitools-Dev/sdk/commit/5336c9e6578a8f935b2b255344e7172beadeb551))
12
+
13
+ ## [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)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/logger bumped to 2.2.4
19
+ #### Bug Fixes
20
+
21
+ * 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))
22
+ * @applitools/socket bumped to 1.3.5
23
+
24
+ * @applitools/req bumped to 1.8.4
25
+
26
+ * @applitools/driver bumped to 1.23.5
27
+
28
+ * @applitools/spec-driver-webdriver bumped to 1.4.5
29
+
30
+ * @applitools/tunnel-client bumped to 1.11.2
31
+
32
+ * @applitools/core-base bumped to 1.27.4
33
+
34
+ * @applitools/test-server bumped to 1.3.3
35
+
36
+
3
37
  ## [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)
4
38
 
5
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.12.6",
3
+ "version": "1.12.8",
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.3",
56
- "@applitools/driver": "1.23.4",
57
- "@applitools/logger": "2.2.3",
58
- "@applitools/req": "1.8.3",
59
- "@applitools/socket": "1.3.4",
60
- "@applitools/spec-driver-webdriver": "1.4.4",
61
- "@applitools/tunnel-client": "1.11.1",
55
+ "@applitools/core-base": "1.28.0",
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
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.2",
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",