@eslint-react/shared 1.23.3-beta.2 → 1.23.3-beta.5
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -230,7 +230,7 @@ function getReactVersion(fallback = "19.0.0") {
|
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
// ../../node_modules/.pnpm/valibot@1.0.0-beta.11_typescript@5.7.
|
|
233
|
+
// ../../node_modules/.pnpm/valibot@1.0.0-beta.11_typescript@5.7.3/node_modules/valibot/dist/index.js
|
|
234
234
|
var store;
|
|
235
235
|
// @__NO_SIDE_EFFECTS__
|
|
236
236
|
function getGlobalConfig(config2) {
|
|
@@ -703,7 +703,7 @@ var ESLintSettingsSchema = optional(
|
|
|
703
703
|
{}
|
|
704
704
|
);
|
|
705
705
|
|
|
706
|
-
// ../../node_modules/.pnpm/fast-equals@5.2.
|
|
706
|
+
// ../../node_modules/.pnpm/fast-equals@5.2.2/node_modules/fast-equals/dist/esm/index.mjs
|
|
707
707
|
var getOwnPropertyNames = Object.getOwnPropertyNames;
|
|
708
708
|
var getOwnPropertySymbols = Object.getOwnPropertySymbols;
|
|
709
709
|
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
package/dist/index.mjs
CHANGED
|
@@ -222,7 +222,7 @@ function getReactVersion(fallback = "19.0.0") {
|
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
// ../../node_modules/.pnpm/valibot@1.0.0-beta.11_typescript@5.7.
|
|
225
|
+
// ../../node_modules/.pnpm/valibot@1.0.0-beta.11_typescript@5.7.3/node_modules/valibot/dist/index.js
|
|
226
226
|
var store;
|
|
227
227
|
// @__NO_SIDE_EFFECTS__
|
|
228
228
|
function getGlobalConfig(config2) {
|
|
@@ -695,7 +695,7 @@ var ESLintSettingsSchema = optional(
|
|
|
695
695
|
{}
|
|
696
696
|
);
|
|
697
697
|
|
|
698
|
-
// ../../node_modules/.pnpm/fast-equals@5.2.
|
|
698
|
+
// ../../node_modules/.pnpm/fast-equals@5.2.2/node_modules/fast-equals/dist/esm/index.mjs
|
|
699
699
|
var getOwnPropertyNames = Object.getOwnPropertyNames;
|
|
700
700
|
var getOwnPropertySymbols = Object.getOwnPropertySymbols;
|
|
701
701
|
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.23.3-beta.
|
|
3
|
+
"version": "1.23.3-beta.5",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/rEl1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"author": "Eva1ent<rel1cx@proton.me>",
|
|
16
|
-
"sideEffects": false,
|
|
17
16
|
"exports": {
|
|
18
17
|
".": {
|
|
19
18
|
"import": {
|
|
@@ -28,7 +27,6 @@
|
|
|
28
27
|
"./package.json": "./package.json"
|
|
29
28
|
},
|
|
30
29
|
"main": "dist/index.js",
|
|
31
|
-
"module": "dist/index.mjs",
|
|
32
30
|
"types": "dist/index.d.ts",
|
|
33
31
|
"files": [
|
|
34
32
|
"dist",
|
|
@@ -38,11 +36,11 @@
|
|
|
38
36
|
"@typescript-eslint/utils": "^8.19.1",
|
|
39
37
|
"picomatch": "^4.0.2",
|
|
40
38
|
"ts-pattern": "^5.6.0",
|
|
41
|
-
"@eslint-react/eff": "1.23.3-beta.
|
|
39
|
+
"@eslint-react/eff": "1.23.3-beta.5"
|
|
42
40
|
},
|
|
43
41
|
"devDependencies": {
|
|
44
42
|
"@types/picomatch": "^3.0.1",
|
|
45
|
-
"fast-equals": "^5.2.
|
|
43
|
+
"fast-equals": "^5.2.2",
|
|
46
44
|
"micro-memoize": "^4.1.3",
|
|
47
45
|
"tsup": "^8.3.5",
|
|
48
46
|
"type-fest": "^4.31.0",
|
|
@@ -53,6 +51,8 @@
|
|
|
53
51
|
"bun": ">=1.0.15",
|
|
54
52
|
"node": ">=18.18.0"
|
|
55
53
|
},
|
|
54
|
+
"sideEffects": false,
|
|
55
|
+
"module": "dist/index.mjs",
|
|
56
56
|
"scripts": {
|
|
57
57
|
"build": "tsup --dts-resolve",
|
|
58
58
|
"build:docs": "typedoc",
|