@eslint-react/shared 1.26.3-beta.16 → 1.26.3-beta.19
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -248,7 +248,7 @@ function getReactVersion(fallback = "19.0.0") {
|
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
// ../../node_modules/.pnpm/valibot@1.0.0-rc.1_typescript@5.
|
|
251
|
+
// ../../node_modules/.pnpm/valibot@1.0.0-rc.1_typescript@5.8.1-rc/node_modules/valibot/dist/index.js
|
|
252
252
|
var store;
|
|
253
253
|
// @__NO_SIDE_EFFECTS__
|
|
254
254
|
function getGlobalConfig(config2) {
|
package/dist/index.mjs
CHANGED
|
@@ -240,7 +240,7 @@ function getReactVersion(fallback = "19.0.0") {
|
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
// ../../node_modules/.pnpm/valibot@1.0.0-rc.1_typescript@5.
|
|
243
|
+
// ../../node_modules/.pnpm/valibot@1.0.0-rc.1_typescript@5.8.1-rc/node_modules/valibot/dist/index.js
|
|
244
244
|
var store;
|
|
245
245
|
// @__NO_SIDE_EFFECTS__
|
|
246
246
|
function getGlobalConfig(config2) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.26.3-beta.
|
|
3
|
+
"version": "1.26.3-beta.19",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/Rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@typescript-eslint/utils": "^8.24.1",
|
|
39
39
|
"picomatch": "^4.0.2",
|
|
40
40
|
"ts-pattern": "^5.6.2",
|
|
41
|
-
"@eslint-react/eff": "1.26.3-beta.
|
|
41
|
+
"@eslint-react/eff": "1.26.3-beta.19"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/picomatch": "^3.0.2",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"build": "tsup --dts-resolve",
|
|
58
58
|
"build:docs": "typedoc",
|
|
59
59
|
"lint:publish": "publint",
|
|
60
|
-
"lint:
|
|
60
|
+
"lint:ts": "tsc --noEmit"
|
|
61
61
|
}
|
|
62
62
|
}
|