@applitools/ec-client 1.12.0 → 1.12.2
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 +44 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [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
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.11.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* improve configuration handling ([#3130](https://github.com/Applitools-Dev/sdk/issues/3130)) ([def7be1](https://github.com/Applitools-Dev/sdk/commit/def7be1dd07460f49142cddfe55203baa884e6c3))
|
|
12
|
+
* make utils.general.guid crypto secured ([#3137](https://github.com/Applitools-Dev/sdk/issues/3137)) ([775df08](https://github.com/Applitools-Dev/sdk/commit/775df08307e41402a6603812205bc857bd3f936e))
|
|
13
|
+
* @applitools/logger bumped to 2.2.1
|
|
14
|
+
|
|
15
|
+
* @applitools/socket bumped to 1.3.1
|
|
16
|
+
|
|
17
|
+
* @applitools/req bumped to 1.8.1
|
|
18
|
+
|
|
19
|
+
* @applitools/image bumped to 1.2.1
|
|
20
|
+
|
|
21
|
+
* @applitools/driver bumped to 1.23.1
|
|
22
|
+
|
|
23
|
+
* @applitools/spec-driver-webdriver bumped to 1.4.1
|
|
24
|
+
|
|
25
|
+
* @applitools/tunnel-client bumped to 1.10.2
|
|
26
|
+
|
|
27
|
+
* @applitools/test-server bumped to 1.3.0
|
|
28
|
+
#### Features
|
|
29
|
+
|
|
30
|
+
* release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
* @applitools/core-base bumped to 1.27.1
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
## [1.12.1](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.0...js/ec-client@1.12.1) (2025-07-31)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Dependencies
|
|
41
|
+
|
|
42
|
+
* @applitools/tunnel-client bumped to 1.10.1
|
|
43
|
+
#### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* update @applitools/execution-grid-tunnel to version 3.1.3 | FLD-3447 ([#3140](https://github.com/Applitools-Dev/sdk/issues/3140)) ([f6f168b](https://github.com/Applitools-Dev/sdk/commit/f6f168bc46a9df6685f8b559f632a91b31c5ce7d))
|
|
46
|
+
|
|
3
47
|
## [1.12.0](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.11.1...js/ec-client@1.12.0) (2025-07-30)
|
|
4
48
|
|
|
5
49
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.2",
|
|
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.
|
|
55
|
+
"@applitools/core-base": "1.27.1",
|
|
56
|
+
"@applitools/driver": "1.23.1",
|
|
57
|
+
"@applitools/logger": "2.2.1",
|
|
58
|
+
"@applitools/req": "1.8.1",
|
|
59
|
+
"@applitools/socket": "1.3.1",
|
|
60
|
+
"@applitools/spec-driver-webdriver": "1.4.1",
|
|
61
|
+
"@applitools/tunnel-client": "1.10.2",
|
|
62
|
+
"@applitools/utils": "1.11.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.
|
|
68
|
+
"@applitools/test-server": "^1.3.0",
|
|
69
69
|
"@applitools/test-utils": "^1.5.17",
|
|
70
70
|
"@types/node": "^12.20.55",
|
|
71
71
|
"@types/node-fetch": "^2.6.1",
|