@applitools/ec-client 1.7.16 → 1.7.18
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 +47 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.7.18](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.17...js/ec-client@1.7.18) (2023-12-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/tunnel-client bumped to 1.4.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* sign windows binaries ([87fd29c](https://github.com/applitools/eyes.sdk.javascript1/commit/87fd29c8953fc512489c3bb00841ca91c5b2f030))
|
|
12
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.52
|
|
13
|
+
|
|
14
|
+
* @applitools/driver bumped to 1.15.3
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* layout breakpoints reload and lazy load ([#2073](https://github.com/applitools/eyes.sdk.javascript1/issues/2073)) ([ab2c49e](https://github.com/applitools/eyes.sdk.javascript1/commit/ab2c49ea1ecff3fef337637a83aa5bef755a7b01))
|
|
18
|
+
|
|
19
|
+
## [1.7.17](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.16...js/ec-client@1.7.17) (2023-12-05)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Dependencies
|
|
23
|
+
|
|
24
|
+
* @applitools/utils bumped to 1.7.0
|
|
25
|
+
#### Features
|
|
26
|
+
|
|
27
|
+
* add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
|
|
28
|
+
* @applitools/logger bumped to 2.0.14
|
|
29
|
+
|
|
30
|
+
* @applitools/socket bumped to 1.1.14
|
|
31
|
+
|
|
32
|
+
* @applitools/req bumped to 1.6.4
|
|
33
|
+
|
|
34
|
+
* @applitools/image bumped to 1.1.9
|
|
35
|
+
|
|
36
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.51
|
|
37
|
+
|
|
38
|
+
* @applitools/driver bumped to 1.15.2
|
|
39
|
+
|
|
40
|
+
* @applitools/tunnel-client bumped to 1.3.2
|
|
41
|
+
|
|
42
|
+
* @applitools/core-base bumped to 1.7.4
|
|
43
|
+
#### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* do not block concurrency when server response is 503 ([#2049](https://github.com/applitools/eyes.sdk.javascript1/issues/2049)) ([f285009](https://github.com/applitools/eyes.sdk.javascript1/commit/f2850098f7522776c0d0a98bb1d958303628b149))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
3
50
|
## [1.7.16](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.15...js/ec-client@1.7.16) (2023-11-21)
|
|
4
51
|
|
|
5
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.18",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -52,14 +52,14 @@
|
|
|
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.7.
|
|
56
|
-
"@applitools/driver": "1.15.
|
|
57
|
-
"@applitools/logger": "2.0.
|
|
58
|
-
"@applitools/req": "1.6.
|
|
59
|
-
"@applitools/socket": "1.1.
|
|
60
|
-
"@applitools/spec-driver-webdriver": "1.0.
|
|
61
|
-
"@applitools/tunnel-client": "1.
|
|
62
|
-
"@applitools/utils": "1.
|
|
55
|
+
"@applitools/core-base": "1.7.4",
|
|
56
|
+
"@applitools/driver": "1.15.3",
|
|
57
|
+
"@applitools/logger": "2.0.14",
|
|
58
|
+
"@applitools/req": "1.6.4",
|
|
59
|
+
"@applitools/socket": "1.1.14",
|
|
60
|
+
"@applitools/spec-driver-webdriver": "1.0.52",
|
|
61
|
+
"@applitools/tunnel-client": "1.4.0",
|
|
62
|
+
"@applitools/utils": "1.7.0",
|
|
63
63
|
"abort-controller": "3.0.0",
|
|
64
64
|
"webdriver": "7.31.1",
|
|
65
65
|
"yargs": "^17.7.2"
|