webdriver 9.0.0 → 9.0.4
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
|
@@ -1130,7 +1130,7 @@ function parseBidiMessage(data) {
|
|
|
1130
1130
|
// package.json
|
|
1131
1131
|
var package_default = {
|
|
1132
1132
|
name: "webdriver",
|
|
1133
|
-
version: "9.0.0
|
|
1133
|
+
version: "9.0.0",
|
|
1134
1134
|
description: "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
|
|
1135
1135
|
author: "Christian Bromann <mail@bromann.dev>",
|
|
1136
1136
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/webdriver",
|
|
@@ -1153,7 +1153,7 @@ var package_default = {
|
|
|
1153
1153
|
},
|
|
1154
1154
|
repository: {
|
|
1155
1155
|
type: "git",
|
|
1156
|
-
url: "git://github.com/webdriverio/webdriverio.git",
|
|
1156
|
+
url: "git+https://github.com/webdriverio/webdriverio.git",
|
|
1157
1157
|
directory: "packages/webdriver"
|
|
1158
1158
|
},
|
|
1159
1159
|
keywords: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webdriver",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.4",
|
|
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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
|
-
"url": "git://github.com/webdriverio/webdriverio.git",
|
|
26
|
+
"url": "git+https://github.com/webdriverio/webdriverio.git",
|
|
27
27
|
"directory": "packages/webdriver"
|
|
28
28
|
},
|
|
29
29
|
"keywords": [
|
|
@@ -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.4",
|
|
39
|
+
"@wdio/logger": "9.0.4",
|
|
40
|
+
"@wdio/protocols": "9.0.4",
|
|
41
|
+
"@wdio/types": "9.0.4",
|
|
42
|
+
"@wdio/utils": "9.0.4",
|
|
43
43
|
"deepmerge-ts": "^7.0.3",
|
|
44
44
|
"ws": "^8.8.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "1f3d6f781391548e8672e768e72b3d5c499a3aa7"
|
|
47
47
|
}
|