@eslint-react/core 5.1.0-beta.0 → 5.1.0-beta.1

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,7 +1,8 @@
1
1
  import * as ast from "@eslint-react/ast";
2
2
  import { TSESTree } from "@typescript-eslint/types";
3
3
  import { SemanticNode as SemanticNode$1 } from "@eslint-react/core";
4
- import { RegExpLike, RuleContext } from "@eslint-react/shared";
4
+ import { RuleContext } from "@eslint-react/eslint";
5
+ import { RegExpLike } from "@eslint-react/shared";
5
6
  import { ESLintUtils, TSESTree as TSESTree$1 } from "@typescript-eslint/utils";
6
7
  import ts from "typescript";
7
8
  import { Scope } from "@typescript-eslint/scope-manager";
package/dist/index.js CHANGED
@@ -2,9 +2,10 @@ import * as ast from "@eslint-react/ast";
2
2
  import { resolveImportSource } from "@eslint-react/var";
3
3
  import { AST_NODE_TYPES } from "@typescript-eslint/types";
4
4
  import { isAPIFromReact as isAPIFromReact$1 } from "@eslint-react/core";
5
- import { RE_COMPONENT_NAME, RE_COMPONENT_NAME_LOOSE } from "@eslint-react/shared";
5
+ import "@eslint-react/eslint";
6
6
  import { ulid } from "ulid";
7
7
  import { JsxDetectionHint, isJsxLike } from "@eslint-react/jsx";
8
+ import { RE_COMPONENT_NAME, RE_COMPONENT_NAME_LOOSE } from "@eslint-react/shared";
8
9
  import { AST_NODE_TYPES as AST_NODE_TYPES$1 } from "@typescript-eslint/utils";
9
10
  import { P, isMatching, match } from "ts-pattern";
10
11
  import ts from "typescript";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/core",
3
- "version": "5.1.0-beta.0",
3
+ "version": "5.1.0-beta.1",
4
4
  "description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -35,10 +35,11 @@
35
35
  "@typescript-eslint/utils": "^8.58.1",
36
36
  "ts-pattern": "^5.9.0",
37
37
  "ulid": "^3.0.2",
38
- "@eslint-react/ast": "5.1.0-beta.0",
39
- "@eslint-react/shared": "5.1.0-beta.0",
40
- "@eslint-react/jsx": "5.1.0-beta.0",
41
- "@eslint-react/var": "5.1.0-beta.0"
38
+ "@eslint-react/ast": "5.1.0-beta.1",
39
+ "@eslint-react/jsx": "5.1.0-beta.1",
40
+ "@eslint-react/eslint": "5.1.0-beta.1",
41
+ "@eslint-react/shared": "5.1.0-beta.1",
42
+ "@eslint-react/var": "5.1.0-beta.1"
42
43
  },
43
44
  "devDependencies": {
44
45
  "@typescript-eslint/typescript-estree": "^8.58.1",