webdriverio 8.10.5 → 8.10.7

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.
@@ -14,7 +14,7 @@ import type { WaitUntilOptions } from '../../types.js';
14
14
  * @return {Boolean} true if condition is fulfilled
15
15
  * @uses utility/pause
16
16
  * @example https://github.com/webdriverio/example-recipes/blob/0bfb2b8d212b627a2659b10f4449184b657e1d59/waitUntil/index.html#L3-L8
17
- * @example https://github.com/webdriverio/example-recipes/blob/0bfb2b8d212b627a2659b10f4449184b657e1d59/waitUntil/waitUntilExample.js#L6-L14
17
+ * @example https://github.com/webdriverio/example-recipes/blob/0c9252b0a4f7e18a34cece74e5798c1fe464c120/waitUntil/waitUntilExample.js#L16-L24
18
18
  * @type utility
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import Timer from '../../utils/Timer.js';
14
14
  * @return {Boolean} true if condition is fulfilled
15
15
  * @uses utility/pause
16
16
  * @example https://github.com/webdriverio/example-recipes/blob/0bfb2b8d212b627a2659b10f4449184b657e1d59/waitUntil/index.html#L3-L8
17
- * @example https://github.com/webdriverio/example-recipes/blob/0bfb2b8d212b627a2659b10f4449184b657e1d59/waitUntil/waitUntilExample.js#L6-L14
17
+ * @example https://github.com/webdriverio/example-recipes/blob/0c9252b0a4f7e18a34cece74e5798c1fe464c120/waitUntil/waitUntilExample.js#L16-L24
18
18
  * @type utility
19
19
  *
20
20
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "webdriverio",
3
3
  "description": "Next-gen browser and mobile automation test framework for Node.js",
4
- "version": "8.10.5",
4
+ "version": "8.10.7",
5
5
  "homepage": "https://webdriver.io",
6
6
  "author": "Christian Bromann <mail@bromann.dev>",
7
7
  "license": "MIT",
@@ -68,18 +68,18 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@types/node": "^20.1.0",
71
- "@wdio/config": "8.10.4",
72
- "@wdio/logger": "8.6.6",
71
+ "@wdio/config": "8.10.7",
72
+ "@wdio/logger": "8.10.6",
73
73
  "@wdio/protocols": "8.10.2",
74
74
  "@wdio/repl": "8.10.1",
75
75
  "@wdio/types": "8.10.4",
76
- "@wdio/utils": "8.10.4",
76
+ "@wdio/utils": "8.10.7",
77
77
  "archiver": "^5.0.0",
78
78
  "aria-query": "^5.0.0",
79
79
  "css-shorthand-properties": "^1.1.1",
80
80
  "css-value": "^0.0.1",
81
- "devtools": "8.10.5",
82
- "devtools-protocol": "^0.0.1146845",
81
+ "devtools": "8.10.7",
82
+ "devtools-protocol": "^0.0.1149535",
83
83
  "grapheme-splitter": "^1.0.2",
84
84
  "import-meta-resolve": "^3.0.0",
85
85
  "is-plain-obj": "^4.1.0",
@@ -91,7 +91,7 @@
91
91
  "resq": "^1.9.1",
92
92
  "rgb2hex": "0.2.5",
93
93
  "serialize-error": "^8.0.0",
94
- "webdriver": "8.10.4"
94
+ "webdriver": "8.10.7"
95
95
  },
96
- "gitHead": "d031049a102c7ca3ce6d4d26c8561c6cc71d6ac9"
96
+ "gitHead": "c7f9f09295f3ddfff03279f552f7b36a03575d1f"
97
97
  }