@eslint-react/shared 1.47.3 → 1.47.4-next.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.js CHANGED
@@ -245,7 +245,7 @@ var toNormalizedSettings = memoize__default.default(
245
245
  name: name2,
246
246
  as: as2
247
247
  })),
248
- re: kit.RE.toRegExp(name)
248
+ re: kit.RegExp.toRegExp(name)
249
249
  })),
250
250
  additionalHooks,
251
251
  importSource,
package/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@ import module from 'node:module';
2
2
  import { identity } from '@eslint-react/eff';
3
3
  import { match, P } from 'ts-pattern';
4
4
  import * as z from '@zod/mini';
5
- import { RE } from '@eslint-react/kit';
5
+ import { RegExp } from '@eslint-react/kit';
6
6
  import { shallowEqual } from 'fast-equals';
7
7
  import memoize from 'micro-memoize';
8
8
 
@@ -218,7 +218,7 @@ var toNormalizedSettings = memoize(
218
218
  name: name2,
219
219
  as: as2
220
220
  })),
221
- re: RE.toRegExp(name)
221
+ re: RegExp.toRegExp(name)
222
222
  })),
223
223
  additionalHooks,
224
224
  importSource,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "1.47.3",
3
+ "version": "1.47.4-next.0",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -40,8 +40,8 @@
40
40
  "fast-equals": "^5.2.2",
41
41
  "micro-memoize": "^4.1.3",
42
42
  "ts-pattern": "^5.7.0",
43
- "@eslint-react/eff": "1.47.3",
44
- "@eslint-react/kit": "1.47.3"
43
+ "@eslint-react/eff": "1.47.4-next.0",
44
+ "@eslint-react/kit": "1.47.4-next.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@tsconfig/node22": "^22.0.1",