@eslint-react/shared 2.3.5 → 2.3.6-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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -253,7 +253,7 @@ const decodeSettings = (settings) => {
253
253
  * Normalizes ESLint React settings to a consistent internal format
254
254
  * Transforms component definitions and resolves version information
255
255
  */
256
- const normalizeSettings = ({ importSource = "react", polymorphicPropName = "as", version,...rest }) => {
256
+ const normalizeSettings = ({ importSource = "react", polymorphicPropName = "as", version, ...rest }) => {
257
257
  return {
258
258
  ...rest,
259
259
  importSource,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "2.3.5",
3
+ "version": "2.3.6-beta.1",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -33,12 +33,12 @@
33
33
  "@typescript-eslint/utils": "^8.46.4",
34
34
  "ts-pattern": "^5.9.0",
35
35
  "zod": "^4.1.12",
36
- "@eslint-react/eff": "2.3.5"
36
+ "@eslint-react/eff": "2.3.6-beta.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@tsconfig/node22": "^22.0.2",
39
+ "@tsconfig/node22": "^22.0.3",
40
40
  "@types/picomatch": "^4.0.2",
41
- "tsdown": "^0.16.3",
41
+ "tsdown": "^0.16.4",
42
42
  "@local/configs": "0.0.0"
43
43
  },
44
44
  "engines": {