@wdio/types 8.10.2 → 8.10.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.
@@ -394,7 +394,7 @@ export interface Testrunner extends Hooks, Omit<WebdriverIO, 'capabilities'>, We
394
394
  */
395
395
  specFileRetriesDelay?: number;
396
396
  /**
397
- * Whether or not retried specfiles should be retried immediately or deferred to the end of the queue
397
+ * Whether or not retried spec files should be retried immediately or deferred to the end of the queue
398
398
  */
399
399
  specFileRetriesDeferred?: boolean;
400
400
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/types",
3
- "version": "8.10.2",
3
+ "version": "8.10.4",
4
4
  "description": "Utility package providing type information for a variety of WebdriverIO interfaces",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-types",
@@ -32,5 +32,5 @@
32
32
  "dependencies": {
33
33
  "@types/node": "^20.1.0"
34
34
  },
35
- "gitHead": "fb163d506af31d0c5e5328bfee07d55a56aa0034"
35
+ "gitHead": "a8371338e89da4e7cc7e5a9dd0aaccf44776b04c"
36
36
  }