webdriver 9.0.7 → 9.0.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 +2 -2
- package/package.json +8 -8
package/build/index.js
CHANGED
|
@@ -1136,7 +1136,7 @@ function parseBidiMessage(data) {
|
|
|
1136
1136
|
// package.json
|
|
1137
1137
|
var package_default = {
|
|
1138
1138
|
name: "webdriver",
|
|
1139
|
-
version: "9.0.
|
|
1139
|
+
version: "9.0.7",
|
|
1140
1140
|
description: "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
|
|
1141
1141
|
author: "Christian Bromann <mail@bromann.dev>",
|
|
1142
1142
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/webdriver",
|
|
@@ -1155,7 +1155,7 @@ var package_default = {
|
|
|
1155
1155
|
types: "./build/index.d.ts",
|
|
1156
1156
|
typeScriptVersion: "3.8.3",
|
|
1157
1157
|
engines: {
|
|
1158
|
-
node: ">=18"
|
|
1158
|
+
node: ">=18.20.0"
|
|
1159
1159
|
},
|
|
1160
1160
|
repository: {
|
|
1161
1161
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webdriver",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.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",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"types": "./build/index.d.ts",
|
|
20
20
|
"typeScriptVersion": "3.8.3",
|
|
21
21
|
"engines": {
|
|
22
|
-
"node": ">=18"
|
|
22
|
+
"node": ">=18.20.0"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
@@ -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.0.
|
|
39
|
-
"@wdio/logger": "9.0.
|
|
40
|
-
"@wdio/protocols": "9.0.
|
|
41
|
-
"@wdio/types": "9.0.
|
|
42
|
-
"@wdio/utils": "9.0.
|
|
38
|
+
"@wdio/config": "9.0.8",
|
|
39
|
+
"@wdio/logger": "9.0.8",
|
|
40
|
+
"@wdio/protocols": "9.0.8",
|
|
41
|
+
"@wdio/types": "9.0.8",
|
|
42
|
+
"@wdio/utils": "9.0.8",
|
|
43
43
|
"deepmerge-ts": "^7.0.3",
|
|
44
44
|
"ws": "^8.8.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "cc85ebf08918965cff46ce7e014703549b7f50d7"
|
|
47
47
|
}
|