eslint-plugin-wdio 9.31.1 → 9.31.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 +2 -2
- package/build/index.js +2 -2
- package/package.json +3 -3
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.
|
|
363
|
+
version: "9.31.1",
|
|
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",
|
|
@@ -398,7 +398,7 @@ var package_default = {
|
|
|
398
398
|
devDependencies: {
|
|
399
399
|
"@types/estree": "^1.0.8",
|
|
400
400
|
eslint: "^9.39.2",
|
|
401
|
-
"expect-webdriverio": "^6.0.
|
|
401
|
+
"expect-webdriverio": "^6.0.9",
|
|
402
402
|
globals: "^17.7.0",
|
|
403
403
|
"typescript-eslint": "^8.54.0"
|
|
404
404
|
},
|
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.
|
|
324
|
+
version: "9.31.1",
|
|
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",
|
|
@@ -359,7 +359,7 @@ var package_default = {
|
|
|
359
359
|
devDependencies: {
|
|
360
360
|
"@types/estree": "^1.0.8",
|
|
361
361
|
eslint: "^9.39.2",
|
|
362
|
-
"expect-webdriverio": "^6.0.
|
|
362
|
+
"expect-webdriverio": "^6.0.9",
|
|
363
363
|
globals: "^17.7.0",
|
|
364
364
|
"typescript-eslint": "^8.54.0"
|
|
365
365
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-wdio",
|
|
3
|
-
"version": "9.31.
|
|
3
|
+
"version": "9.31.3",
|
|
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",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/estree": "^1.0.8",
|
|
40
40
|
"eslint": "^9.39.2",
|
|
41
|
-
"expect-webdriverio": "^6.0.
|
|
41
|
+
"expect-webdriverio": "^6.0.9",
|
|
42
42
|
"globals": "^17.7.0",
|
|
43
43
|
"typescript-eslint": "^8.54.0"
|
|
44
44
|
},
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"optional": true
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "2b9721d052ac24207e8628c65a63c3a0de122a2a"
|
|
56
56
|
}
|