eslint-plugin-react-web-api 2.1.2-next.1 → 2.2.0-beta.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/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as _eslint_react_kit0 from "@eslint-react/kit";
1
+ import * as _eslint_react_shared0 from "@eslint-react/shared";
2
2
 
3
3
  //#region src/index.d.ts
4
4
  declare const _default: {
@@ -6,15 +6,15 @@ declare const _default: {
6
6
  recommended: {
7
7
  plugins: {};
8
8
  name?: string;
9
- rules?: Record<string, _eslint_react_kit0.RuleConfig>;
10
- settings?: _eslint_react_kit0.SettingsConfig;
9
+ rules?: Record<string, _eslint_react_shared0.RuleConfig>;
10
+ settings?: _eslint_react_shared0.SettingsConfig;
11
11
  };
12
12
  };
13
13
  meta: {
14
14
  name: string;
15
15
  version: string;
16
16
  };
17
- rules: Record<string, _eslint_react_kit0.CompatibleRule>;
17
+ rules: Record<string, _eslint_react_shared0.CompatibleRule>;
18
18
  };
19
19
  //#endregion
20
20
  export { _default as default };
package/dist/index.js CHANGED
@@ -37,7 +37,7 @@ const settings = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
37
37
  //#endregion
38
38
  //#region package.json
39
39
  var name = "eslint-plugin-react-web-api";
40
- var version = "2.1.2-next.1";
40
+ var version = "2.2.0-beta.0";
41
41
 
42
42
  //#endregion
43
43
  //#region src/utils/create-rule.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-web-api",
3
- "version": "2.1.2-next.1",
3
+ "version": "2.2.0-beta.0",
4
4
  "description": "ESLint React's ESLint plugin for interacting with Web APIs",
5
5
  "keywords": [
6
6
  "react",
@@ -40,12 +40,11 @@
40
40
  "@typescript-eslint/utils": "^8.46.0",
41
41
  "string-ts": "^2.2.1",
42
42
  "ts-pattern": "^5.8.0",
43
- "@eslint-react/ast": "2.1.2-next.1",
44
- "@eslint-react/core": "2.1.2-next.1",
45
- "@eslint-react/kit": "2.1.2-next.1",
46
- "@eslint-react/eff": "2.1.2-next.1",
47
- "@eslint-react/var": "2.1.2-next.1",
48
- "@eslint-react/shared": "2.1.2-next.1"
43
+ "@eslint-react/ast": "2.2.0-beta.0",
44
+ "@eslint-react/core": "2.2.0-beta.0",
45
+ "@eslint-react/eff": "2.2.0-beta.0",
46
+ "@eslint-react/var": "2.2.0-beta.0",
47
+ "@eslint-react/shared": "2.2.0-beta.0"
49
48
  },
50
49
  "devDependencies": {
51
50
  "@types/react": "^19.2.2",