eslint-plugin-wdio 9.31.3 → 9.32.0-alpha.3

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.cjs CHANGED
@@ -360,7 +360,7 @@ var ts_recommended_default = isTypeAware ? tsRecommended() : void 0;
360
360
  // package.json
361
361
  var package_default = {
362
362
  name: "eslint-plugin-wdio",
363
- version: "9.31.1",
363
+ version: "9.31.3",
364
364
  description: "Eslint rules for WebdriverIO",
365
365
  author: "Christian Bromann <mail@bromann.dev>",
366
366
  homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/eslint-plugin-wdio",
package/build/index.js CHANGED
@@ -321,7 +321,7 @@ var ts_recommended_default = isTypeAware ? tsRecommended() : void 0;
321
321
  // package.json
322
322
  var package_default = {
323
323
  name: "eslint-plugin-wdio",
324
- version: "9.31.1",
324
+ version: "9.31.3",
325
325
  description: "Eslint rules for WebdriverIO",
326
326
  author: "Christian Bromann <mail@bromann.dev>",
327
327
  homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/eslint-plugin-wdio",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-wdio",
3
- "version": "9.31.3",
3
+ "version": "9.32.0-alpha.3+d8b6a29ba",
4
4
  "description": "Eslint rules for WebdriverIO",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/eslint-plugin-wdio",
@@ -52,5 +52,5 @@
52
52
  "optional": true
53
53
  }
54
54
  },
55
- "gitHead": "2b9721d052ac24207e8628c65a63c3a0de122a2a"
55
+ "gitHead": "d8b6a29ba73af54edb002d2a2e1a55b64849a8ef"
56
56
  }