@eslint-react/shared 1.22.1-beta.2 → 1.22.1-beta.3

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
@@ -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 hooks
244
+ // TODO: Define the schema for custom Hooks
245
245
  });
246
246
  var CustomAttributeSchema = valibot.object({
247
247
  /**
package/dist/index.mjs CHANGED
@@ -232,7 +232,7 @@ function getReactVersion(at = import.meta.url) {
232
232
  );
233
233
  }
234
234
  var CustomHookSchema = object({
235
- // TODO: Define the schema for custom hooks
235
+ // TODO: Define the schema for custom Hooks
236
236
  });
237
237
  var CustomAttributeSchema = object({
238
238
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "1.22.1-beta.2",
3
+ "version": "1.22.1-beta.3",
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-beta.2"
44
+ "@eslint-react/eff": "1.22.1-beta.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/picomatch": "^3.0.1",