@applitools/ec-client 1.7.0 → 1.7.1
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 +14 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.7.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.0...js/ec-client@1.7.1) (2023-07-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/req bumped from 1.4.0 to 1.5.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* support retries on stuck requests ([be673bb](https://github.com/applitools/eyes.sdk.javascript1/commit/be673bb505c9b21d6aea37d86e88513e95e3cb02))
|
|
12
|
+
* @applitools/core-base bumped from 1.4.0 to 1.4.1
|
|
13
|
+
|
|
14
|
+
* @applitools/tunnel-client bumped from 1.1.0 to 1.1.1
|
|
15
|
+
|
|
16
|
+
|
|
3
17
|
## [1.7.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.6.2...js/ec-client@1.7.0) (2023-07-13)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -52,13 +52,13 @@
|
|
|
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.4.
|
|
55
|
+
"@applitools/core-base": "1.4.1",
|
|
56
56
|
"@applitools/driver": "1.13.1",
|
|
57
57
|
"@applitools/logger": "2.0.5",
|
|
58
|
-
"@applitools/req": "1.
|
|
58
|
+
"@applitools/req": "1.5.0",
|
|
59
59
|
"@applitools/socket": "1.1.5",
|
|
60
60
|
"@applitools/spec-driver-webdriver": "1.0.38",
|
|
61
|
-
"@applitools/tunnel-client": "1.1.
|
|
61
|
+
"@applitools/tunnel-client": "1.1.1",
|
|
62
62
|
"@applitools/utils": "1.5.0",
|
|
63
63
|
"abort-controller": "3.0.0",
|
|
64
64
|
"webdriver": "7",
|