eslint-plugin-wdio 9.16.2 → 9.23.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 CHANGED
@@ -199,7 +199,8 @@ var sharedGlobals = {
199
199
  browser: false,
200
200
  driver: false,
201
201
  expect: false,
202
- multiremotebrowser: false
202
+ multiremotebrowser: false,
203
+ multiRemoteBrowser: false
203
204
  };
204
205
  var sharedConfig = {
205
206
  rules: {
package/build/index.d.ts CHANGED
@@ -8,6 +8,7 @@ export declare const configs: {
8
8
  readonly driver: false;
9
9
  readonly expect: false;
10
10
  readonly multiremotebrowser: false;
11
+ readonly multiRemoteBrowser: false;
11
12
  };
12
13
  };
13
14
  plugins: {
@@ -34,6 +35,7 @@ export declare const configs: {
34
35
  readonly driver: false;
35
36
  readonly expect: false;
36
37
  readonly multiremotebrowser: false;
38
+ readonly multiRemoteBrowser: false;
37
39
  };
38
40
  plugins: string[];
39
41
  rules: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AA8CA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAA;AACD,eAAO,MAAM,KAAK;;;;CAAc,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AA+CA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAA;AACD,eAAO,MAAM,KAAK;;;;CAAc,CAAA"}
package/build/index.js CHANGED
@@ -171,7 +171,8 @@ var sharedGlobals = {
171
171
  browser: false,
172
172
  driver: false,
173
173
  expect: false,
174
- multiremotebrowser: false
174
+ multiremotebrowser: false,
175
+ multiRemoteBrowser: false
175
176
  };
176
177
  var sharedConfig = {
177
178
  rules: {
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/utils/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAElC,KAAK,cAAc,GAAG,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;AAErF,eAAO,MAAM,SAAS,eACN,cAAc,WACjB,OAAO,GAAG,OAAO,cACf,MAAM,EAAE,KACpB,OAWF,CAAA"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/utils/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAElC,KAAK,cAAc,GAAG,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;AAErF,eAAO,MAAM,SAAS,GAClB,YAAY,cAAc,EAC1B,SAAS,OAAO,GAAG,OAAO,EAC1B,YAAW,MAAM,EAAgB,KAClC,OAWF,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-wdio",
3
- "version": "9.16.2",
3
+ "version": "9.23.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",
@@ -39,5 +39,5 @@
39
39
  "@types/estree": "^1.0.1",
40
40
  "eslint": "^9.0.0"
41
41
  },
42
- "gitHead": "ff2154c00e7ba6d6e2a58e0b8e1258a20229752d"
42
+ "gitHead": "5b35e4e2b94e3ac5247ec2bf27f2f5e41ef00372"
43
43
  }
package/src/index.ts CHANGED
@@ -9,6 +9,7 @@ const sharedGlobals = {
9
9
  driver: false,
10
10
  expect: false,
11
11
  multiremotebrowser: false,
12
+ multiRemoteBrowser: false,
12
13
  } as const
13
14
 
14
15
  const sharedConfig = {