webdriver 9.23.3 → 9.24.0
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/build/index.js +1 -1
- package/build/node.js +1 -1
- package/package.json +6 -6
package/build/index.js
CHANGED
|
@@ -1844,7 +1844,7 @@ var WebDriverResponseError = class _WebDriverResponseError extends WebDriverErro
|
|
|
1844
1844
|
// package.json
|
|
1845
1845
|
var package_default = {
|
|
1846
1846
|
name: "webdriver",
|
|
1847
|
-
version: "9.23.
|
|
1847
|
+
version: "9.23.3",
|
|
1848
1848
|
description: "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
|
|
1849
1849
|
author: "Christian Bromann <mail@bromann.dev>",
|
|
1850
1850
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/webdriver",
|
package/build/node.js
CHANGED
|
@@ -1775,7 +1775,7 @@ var WebDriverResponseError = class _WebDriverResponseError extends WebDriverErro
|
|
|
1775
1775
|
// package.json
|
|
1776
1776
|
var package_default = {
|
|
1777
1777
|
name: "webdriver",
|
|
1778
|
-
version: "9.23.
|
|
1778
|
+
version: "9.23.3",
|
|
1779
1779
|
description: "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
|
|
1780
1780
|
author: "Christian Bromann <mail@bromann.dev>",
|
|
1781
1781
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/webdriver",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webdriver",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.24.0",
|
|
4
4
|
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/webdriver",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@types/node": "^20.1.0",
|
|
40
40
|
"@types/ws": "^8.5.3",
|
|
41
|
-
"@wdio/config": "9.
|
|
41
|
+
"@wdio/config": "9.24.0",
|
|
42
42
|
"@wdio/logger": "9.18.0",
|
|
43
|
-
"@wdio/protocols": "9.
|
|
44
|
-
"@wdio/types": "9.
|
|
45
|
-
"@wdio/utils": "9.
|
|
43
|
+
"@wdio/protocols": "9.24.0",
|
|
44
|
+
"@wdio/types": "9.24.0",
|
|
45
|
+
"@wdio/utils": "9.24.0",
|
|
46
46
|
"deepmerge-ts": "^7.0.3",
|
|
47
47
|
"https-proxy-agent": "^7.0.6",
|
|
48
48
|
"undici": "^6.21.3",
|
|
49
49
|
"ws": "^8.8.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "504e648c88b9660ec70fa8247c25e46369768fd9"
|
|
52
52
|
}
|