webdriver 8.8.2 → 8.8.6

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.
@@ -121,7 +121,7 @@ export default class WebDriverRequest extends EventEmitter {
121
121
  /**
122
122
  * handle retries for requests
123
123
  * @param {Error} error error object that causes the retry
124
- * @param {String} msg message that is being shown as warning to user
124
+ * @param {string} msg message that is being shown as warning to user
125
125
  */
126
126
  const retry = (error, msg) => {
127
127
  /**
package/build/utils.d.ts CHANGED
@@ -10,7 +10,7 @@ export declare function startWebDriverSession(params: Options.WebDriver): Promis
10
10
  }>;
11
11
  /**
12
12
  * check if WebDriver requests was successful
13
- * @param {Number} statusCode status code of request
13
+ * @param {number} statusCode status code of request
14
14
  * @param {Object} body body payload of response
15
15
  * @return {Boolean} true if request was successful
16
16
  */
package/build/utils.js CHANGED
@@ -76,7 +76,7 @@ export async function startWebDriverSession(params) {
76
76
  }
77
77
  /**
78
78
  * check if WebDriver requests was successful
79
- * @param {Number} statusCode status code of request
79
+ * @param {number} statusCode status code of request
80
80
  * @param {Object} body body payload of response
81
81
  * @return {Boolean} true if request was successful
82
82
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webdriver",
3
- "version": "8.8.2",
3
+ "version": "8.8.6",
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": "^18.0.0",
40
40
  "@types/ws": "^8.5.3",
41
- "@wdio/config": "8.8.0",
41
+ "@wdio/config": "8.8.6",
42
42
  "@wdio/logger": "8.6.6",
43
43
  "@wdio/protocols": "8.8.1",
44
- "@wdio/types": "8.8.0",
45
- "@wdio/utils": "8.8.0",
44
+ "@wdio/types": "8.8.6",
45
+ "@wdio/utils": "8.8.6",
46
46
  "deepmerge-ts": "^5.0.0",
47
47
  "got": "^12.1.0",
48
48
  "ky": "^0.33.0",
49
49
  "ws": "^8.8.0"
50
50
  },
51
- "gitHead": "6afeb0448e0e627f1cdc8e081caa2c67fde7b2db"
51
+ "gitHead": "0db3b2f595ef834e6e01f58873dbde776dc08240"
52
52
  }