webdriver 9.29.0 → 9.29.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/build/index.js +1 -1
- package/build/node.js +1 -1
- package/package.json +7 -7
package/build/index.js
CHANGED
|
@@ -2091,7 +2091,7 @@ var WebDriverResponseError = class _WebDriverResponseError extends WebDriverErro
|
|
|
2091
2091
|
// package.json
|
|
2092
2092
|
var package_default = {
|
|
2093
2093
|
name: "webdriver",
|
|
2094
|
-
version: "9.
|
|
2094
|
+
version: "9.29.0",
|
|
2095
2095
|
description: "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
|
|
2096
2096
|
author: "Christian Bromann <mail@bromann.dev>",
|
|
2097
2097
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/webdriver",
|
package/build/node.js
CHANGED
|
@@ -2022,7 +2022,7 @@ var WebDriverResponseError = class _WebDriverResponseError extends WebDriverErro
|
|
|
2022
2022
|
// package.json
|
|
2023
2023
|
var package_default = {
|
|
2024
2024
|
name: "webdriver",
|
|
2025
|
-
version: "9.
|
|
2025
|
+
version: "9.29.0",
|
|
2026
2026
|
description: "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
|
|
2027
2027
|
author: "Christian Bromann <mail@bromann.dev>",
|
|
2028
2028
|
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.29.
|
|
3
|
+
"version": "9.29.1",
|
|
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.29.
|
|
42
|
-
"@wdio/logger": "9.
|
|
43
|
-
"@wdio/protocols": "9.29.
|
|
44
|
-
"@wdio/types": "9.29.
|
|
45
|
-
"@wdio/utils": "9.29.
|
|
41
|
+
"@wdio/config": "9.29.1",
|
|
42
|
+
"@wdio/logger": "9.29.1",
|
|
43
|
+
"@wdio/protocols": "9.29.1",
|
|
44
|
+
"@wdio/types": "9.29.1",
|
|
45
|
+
"@wdio/utils": "9.29.1",
|
|
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": "cea4a759f7e78c798e7dd1a0794ae4aeec5acdbf"
|
|
52
52
|
}
|