@eslint-react/shared 5.2.4-next.4 → 5.2.5-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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -13
  2. package/package.json +7 -5
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { z } from "zod/v4";
2
- import * as tseslint from "@typescript-eslint/utils/ts-eslint";
2
+ import { RuleContext } from "@eslint-react/eslint";
3
3
 
4
4
  //#region src/regexp.d.ts
5
5
  /**
@@ -93,18 +93,6 @@ declare function toRegExp(string: string | null | undefined): RegExpLike;
93
93
  */
94
94
  declare function isRegExp(string: string): boolean;
95
95
  //#endregion
96
- //#region ../eslint/dist/index.d.ts
97
- //#region src/types.d.ts
98
- /**
99
- * Rule context.
100
- * @since 0.0.1
101
- */
102
- type RuleContext<MessageIds extends string = string, Options extends readonly unknown[] = readonly unknown[]> = tseslint.RuleContext<MessageIds, Options>;
103
- /**
104
- * Rule feature.
105
- * @since 1.20.0
106
- */
107
- //#endregion
108
96
  //#region src/settings.d.ts
109
97
  /**
110
98
  * @internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "5.2.4-next.4",
3
+ "version": "5.2.5-beta.0",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -33,15 +33,15 @@
33
33
  "@typescript-eslint/utils": "^8.58.2",
34
34
  "ts-pattern": "^5.9.0",
35
35
  "zod": "^4.3.6",
36
- "@eslint-react/eslint": "5.2.4-next.4"
36
+ "@eslint-react/eslint": "5.2.5-beta.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@tsconfig/node24": "^24.0.4",
40
40
  "@types/node": "^25.6.0",
41
41
  "@types/picomatch": "^4.0.3",
42
42
  "tsdown": "^0.21.9",
43
- "@local/eff": "3.0.0-beta.72",
44
- "@local/configs": "0.0.0"
43
+ "@local/configs": "0.0.0",
44
+ "@local/eff": "3.0.0-beta.72"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "eslint": "^10.2.0",
@@ -50,8 +50,10 @@
50
50
  "engines": {
51
51
  "node": ">=22.0.0"
52
52
  },
53
+ "publishConfig": {
54
+ "access": "public"
55
+ },
53
56
  "inlinedDependencies": {
54
- "@eslint-react/eslint": "workspace:*",
55
57
  "@local/eff": "workspace:*"
56
58
  },
57
59
  "scripts": {