@eslint-react/shared 1.22.1-next.2 → 1.22.1-next.4
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -241,7 +241,7 @@ function getReactVersion(at = (typeof document === 'undefined' ? require('u' + '
|
|
|
241
241
|
);
|
|
242
242
|
}
|
|
243
243
|
var CustomHookSchema = valibot.object({
|
|
244
|
-
// TODO: Define the schema for custom
|
|
244
|
+
// TODO: Define the schema for custom Hooks
|
|
245
245
|
});
|
|
246
246
|
var CustomAttributeSchema = valibot.object({
|
|
247
247
|
/**
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.22.1-next.
|
|
3
|
+
"version": "1.22.1-next.4",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"picomatch": "^4.0.2",
|
|
42
42
|
"ts-pattern": "^5.6.0",
|
|
43
43
|
"valibot": "^1.0.0-beta.9",
|
|
44
|
-
"@eslint-react/eff": "1.22.1-next.
|
|
44
|
+
"@eslint-react/eff": "1.22.1-next.4"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/picomatch": "^3.0.1",
|