@applitools/ec-client 1.12.6 → 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.
- package/CHANGELOG.md +24 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
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
|
+
|
|
3
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)
|
|
4
28
|
|
|
5
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.12.
|
|
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.
|
|
56
|
-
"@applitools/driver": "1.23.
|
|
57
|
-
"@applitools/logger": "2.2.
|
|
58
|
-
"@applitools/req": "1.8.
|
|
59
|
-
"@applitools/socket": "1.3.
|
|
60
|
-
"@applitools/spec-driver-webdriver": "1.4.
|
|
61
|
-
"@applitools/tunnel-client": "1.11.
|
|
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
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.
|
|
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",
|