@wdio/types 9.12.6 → 9.13.0

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.
@@ -184,7 +184,7 @@ export interface Testrunner extends Hooks, WebdriverIO, WebdriverIO.HookFunction
184
184
  */
185
185
  exclude?: string[];
186
186
  /**
187
- * An object describing various of suites, which you can then specify
187
+ * An object describing various suites, which you can then specify
188
188
  * with the --suite option on the wdio CLI.
189
189
  */
190
190
  suites?: Record<string, (string | string[])[] | string[][]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/types",
3
- "version": "9.12.6",
3
+ "version": "9.13.0",
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",
@@ -34,5 +34,5 @@
34
34
  "dependencies": {
35
35
  "@types/node": "^20.1.0"
36
36
  },
37
- "gitHead": "a5811faee284a67819b8f979f6e32eb6c9752046"
37
+ "gitHead": "8eb40a63ea043e3d6c292087b28a8ad4949484b0"
38
38
  }