@applitools/ec-client 1.12.2 → 1.12.4
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 +51 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,56 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/socket bumped to 1.3.3
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* tunnel uncaught error | FLD-3356 ([#3128](https://github.com/Applitools-Dev/sdk/issues/3128)) ([ed5fb8a](https://github.com/Applitools-Dev/sdk/commit/ed5fb8aad596ec0d8b45a89077a7765c24ae8a8e))
|
|
12
|
+
* @applitools/driver bumped to 1.23.3
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* make orientation more robust | FLD-3470 ([#3166](https://github.com/Applitools-Dev/sdk/issues/3166)) ([3745427](https://github.com/Applitools-Dev/sdk/commit/37454279234b085dc9a159077b3f278cdccc203a))
|
|
16
|
+
* @applitools/tunnel-client bumped to 1.10.4
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* tunnel uncaught error | FLD-3356 ([#3128](https://github.com/Applitools-Dev/sdk/issues/3128)) ([ed5fb8a](https://github.com/Applitools-Dev/sdk/commit/ed5fb8aad596ec0d8b45a89077a7765c24ae8a8e))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
* @applitools/spec-driver-webdriver bumped to 1.4.3
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [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)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* @applitools/utils bumped to 1.11.1
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* downgrade uuid to 9.0.1 ([#3169](https://github.com/Applitools-Dev/sdk/issues/3169)) ([30be8e3](https://github.com/Applitools-Dev/sdk/commit/30be8e35802b2c8bc970f62fdbd2d128f5a77fb7))
|
|
35
|
+
* @applitools/logger bumped to 2.2.2
|
|
36
|
+
|
|
37
|
+
* @applitools/socket bumped to 1.3.2
|
|
38
|
+
|
|
39
|
+
* @applitools/req bumped to 1.8.2
|
|
40
|
+
|
|
41
|
+
* @applitools/image bumped to 1.2.2
|
|
42
|
+
|
|
43
|
+
* @applitools/driver bumped to 1.23.2
|
|
44
|
+
|
|
45
|
+
* @applitools/spec-driver-webdriver bumped to 1.4.2
|
|
46
|
+
|
|
47
|
+
* @applitools/tunnel-client bumped to 1.10.3
|
|
48
|
+
|
|
49
|
+
* @applitools/core-base bumped to 1.27.2
|
|
50
|
+
|
|
51
|
+
* @applitools/test-server bumped to 1.3.1
|
|
52
|
+
|
|
53
|
+
|
|
3
54
|
## [1.12.2](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.1...js/ec-client@1.12.2) (2025-08-05)
|
|
4
55
|
|
|
5
56
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.4",
|
|
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.10.
|
|
62
|
-
"@applitools/utils": "1.11.
|
|
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.10.4",
|
|
62
|
+
"@applitools/utils": "1.11.1",
|
|
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.1",
|
|
69
69
|
"@applitools/test-utils": "^1.5.17",
|
|
70
70
|
"@types/node": "^12.20.55",
|
|
71
71
|
"@types/node-fetch": "^2.6.1",
|