eslint-plugin-wdio 9.26.0 → 9.27.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.
- package/build/index.cjs +1 -1
- package/build/index.js +1 -1
- package/package.json +2 -2
package/build/index.cjs
CHANGED
|
@@ -361,7 +361,7 @@ var ts_recommended_default = isTypeAware ? tsRecommended() : void 0;
|
|
|
361
361
|
// package.json
|
|
362
362
|
var package_default = {
|
|
363
363
|
name: "eslint-plugin-wdio",
|
|
364
|
-
version: "9.
|
|
364
|
+
version: "9.26.1",
|
|
365
365
|
description: "Eslint rules for WebdriverIO",
|
|
366
366
|
author: "Christian Bromann <mail@bromann.dev>",
|
|
367
367
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/eslint-plugin-wdio",
|
package/build/index.js
CHANGED
|
@@ -322,7 +322,7 @@ var ts_recommended_default = isTypeAware ? tsRecommended() : void 0;
|
|
|
322
322
|
// package.json
|
|
323
323
|
var package_default = {
|
|
324
324
|
name: "eslint-plugin-wdio",
|
|
325
|
-
version: "9.
|
|
325
|
+
version: "9.26.1",
|
|
326
326
|
description: "Eslint rules for WebdriverIO",
|
|
327
327
|
author: "Christian Bromann <mail@bromann.dev>",
|
|
328
328
|
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.
|
|
3
|
+
"version": "9.27.0",
|
|
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": "
|
|
55
|
+
"gitHead": "2a7beb52c6d6f9aa81445a258202c9eb830b1a00"
|
|
56
56
|
}
|