@applitools/spec-driver-webdriver 1.0.37 → 1.0.39
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 +22 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.39](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-webdriver@1.0.38...js/spec-driver-webdriver@1.0.39) (2023-07-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Code Refactoring
|
|
7
|
+
|
|
8
|
+
* ufg client ([#1780](https://github.com/applitools/eyes.sdk.javascript1/issues/1780)) ([d60cf16](https://github.com/applitools/eyes.sdk.javascript1/commit/d60cf1616741a96b152a1548760bb98116e5c3f9))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [1.0.38](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-webdriver@1.0.37...js/spec-driver-webdriver@1.0.38) (2023-07-13)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* @applitools/driver bumped from 1.13.0 to 1.13.1
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
|
|
24
|
+
|
|
3
25
|
## [1.0.37](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-webdriver@1.0.36...js/spec-driver-webdriver@1.0.37) (2023-07-05)
|
|
4
26
|
|
|
5
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/spec-driver-webdriver",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.39",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"webdriver",
|
|
6
6
|
"chrome devtools protocol",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"setup": "run --top-level browsers:setup"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@applitools/driver": "1.13.
|
|
52
|
-
"@applitools/utils": "
|
|
51
|
+
"@applitools/driver": "1.13.2",
|
|
52
|
+
"@applitools/utils": "",
|
|
53
53
|
"http-proxy-agent": "5.0.0",
|
|
54
54
|
"https-proxy-agent": "5.0.1"
|
|
55
55
|
},
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"@applitools/test-server": "^1.2.2",
|
|
59
59
|
"@applitools/test-utils": "^1.5.17",
|
|
60
60
|
"@types/node": "^12.20.55",
|
|
61
|
-
"nock": "^13.2
|
|
62
|
-
"webdriver": "^7.
|
|
61
|
+
"nock": "^13.3.2",
|
|
62
|
+
"webdriver": "^7.30.0"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"webdriver": ">=7.27.0"
|