webdriver 9.2.5 → 9.2.8
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/package.json +4 -4
package/build/index.js
CHANGED
|
@@ -1196,7 +1196,7 @@ var SHADOW_ELEMENT_KEY = "shadow-6066-11e4-a52e-4f735466cecf";
|
|
|
1196
1196
|
// package.json
|
|
1197
1197
|
var package_default = {
|
|
1198
1198
|
name: "webdriver",
|
|
1199
|
-
version: "9.2.
|
|
1199
|
+
version: "9.2.5",
|
|
1200
1200
|
description: "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
|
|
1201
1201
|
author: "Christian Bromann <mail@bromann.dev>",
|
|
1202
1202
|
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.2.
|
|
3
|
+
"version": "9.2.8",
|
|
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",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@types/node": "^20.1.0",
|
|
37
37
|
"@types/ws": "^8.5.3",
|
|
38
|
-
"@wdio/config": "9.2.
|
|
38
|
+
"@wdio/config": "9.2.8",
|
|
39
39
|
"@wdio/logger": "9.1.3",
|
|
40
40
|
"@wdio/protocols": "9.2.2",
|
|
41
41
|
"@wdio/types": "9.2.2",
|
|
42
|
-
"@wdio/utils": "9.2.
|
|
42
|
+
"@wdio/utils": "9.2.8",
|
|
43
43
|
"deepmerge-ts": "^7.0.3",
|
|
44
44
|
"ws": "^8.8.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "f02604aee33fb785a1737db3c9092bacfc99a1f3"
|
|
47
47
|
}
|