@eslint-react/shared 1.5.31-next.3 → 1.5.31-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.d.mts CHANGED
@@ -254,6 +254,7 @@ declare const ESLintSettingsSchema: valibot.ObjectSchema<{
254
254
  }, undefined>, never>;
255
255
  }, undefined>, never>;
256
256
  /**
257
+ * @internal
257
258
  * @deprecated
258
259
  */
259
260
  readonly reactOptions: valibot.OptionalSchema<valibot.ObjectSchema<{
package/dist/index.d.ts CHANGED
@@ -254,6 +254,7 @@ declare const ESLintSettingsSchema: valibot.ObjectSchema<{
254
254
  }, undefined>, never>;
255
255
  }, undefined>, never>;
256
256
  /**
257
+ * @internal
257
258
  * @deprecated
258
259
  */
259
260
  readonly reactOptions: valibot.OptionalSchema<valibot.ObjectSchema<{
package/dist/index.js CHANGED
@@ -546,6 +546,7 @@ var ESLintReactSettingsSchema = object({
546
546
  var ESLintSettingsSchema = object({
547
547
  "react-x": optional(ESLintReactSettingsSchema),
548
548
  /**
549
+ * @internal
549
550
  * @deprecated
550
551
  */
551
552
  reactOptions: optional(ESLintReactSettingsSchema)
package/dist/index.mjs CHANGED
@@ -544,6 +544,7 @@ var ESLintReactSettingsSchema = object({
544
544
  var ESLintSettingsSchema = object({
545
545
  "react-x": optional(ESLintReactSettingsSchema),
546
546
  /**
547
+ * @internal
547
548
  * @deprecated
548
549
  */
549
550
  reactOptions: optional(ESLintReactSettingsSchema)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "1.5.31-next.3",
3
+ "version": "1.5.31-next.4",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/rel1cx/eslint-react",
6
6
  "bugs": {