@eslint-react/shared 1.28.0-next.0 → 1.28.0-next.1

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
@@ -1593,7 +1593,7 @@ declare const ESLintReactSettingsSchema: ObjectSchema<{
1593
1593
  */
1594
1594
  readonly strict: OptionalSchema<BooleanSchema<undefined>, false>;
1595
1595
  /**
1596
- * Check both the sharp and the import to determine if a API is from React.
1596
+ * Check both the shape and the import to determine if a API is from React.
1597
1597
  * @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
1598
1598
  * @default `false`
1599
1599
  */
@@ -1725,7 +1725,7 @@ declare const ESLintSettingsSchema: OptionalSchema<ObjectSchema<{
1725
1725
  */
1726
1726
  readonly strict: OptionalSchema<BooleanSchema<undefined>, false>;
1727
1727
  /**
1728
- * Check both the sharp and the import to determine if a API is from React.
1728
+ * Check both the shape and the import to determine if a API is from React.
1729
1729
  * @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
1730
1730
  * @default `false`
1731
1731
  */
@@ -1854,7 +1854,7 @@ declare const ESLintSettingsSchema: OptionalSchema<ObjectSchema<{
1854
1854
  */
1855
1855
  readonly strict: OptionalSchema<BooleanSchema<undefined>, false>;
1856
1856
  /**
1857
- * Check both the sharp and the import to determine if a API is from React.
1857
+ * Check both the shape and the import to determine if a API is from React.
1858
1858
  * @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
1859
1859
  * @default `false`
1860
1860
  */
package/dist/index.d.ts CHANGED
@@ -1593,7 +1593,7 @@ declare const ESLintReactSettingsSchema: ObjectSchema<{
1593
1593
  */
1594
1594
  readonly strict: OptionalSchema<BooleanSchema<undefined>, false>;
1595
1595
  /**
1596
- * Check both the sharp and the import to determine if a API is from React.
1596
+ * Check both the shape and the import to determine if a API is from React.
1597
1597
  * @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
1598
1598
  * @default `false`
1599
1599
  */
@@ -1725,7 +1725,7 @@ declare const ESLintSettingsSchema: OptionalSchema<ObjectSchema<{
1725
1725
  */
1726
1726
  readonly strict: OptionalSchema<BooleanSchema<undefined>, false>;
1727
1727
  /**
1728
- * Check both the sharp and the import to determine if a API is from React.
1728
+ * Check both the shape and the import to determine if a API is from React.
1729
1729
  * @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
1730
1730
  * @default `false`
1731
1731
  */
@@ -1854,7 +1854,7 @@ declare const ESLintSettingsSchema: OptionalSchema<ObjectSchema<{
1854
1854
  */
1855
1855
  readonly strict: OptionalSchema<BooleanSchema<undefined>, false>;
1856
1856
  /**
1857
- * Check both the sharp and the import to determine if a API is from React.
1857
+ * Check both the shape and the import to determine if a API is from React.
1858
1858
  * @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
1859
1859
  * @default `false`
1860
1860
  */
package/dist/index.js CHANGED
@@ -521,7 +521,7 @@ var ESLintReactSettingsSchema = object({
521
521
  */
522
522
  strict: optional(boolean(), false),
523
523
  /**
524
- * Check both the sharp and the import to determine if a API is from React.
524
+ * Check both the shape and the import to determine if a API is from React.
525
525
  * @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
526
526
  * @default `false`
527
527
  */
package/dist/index.mjs CHANGED
@@ -513,7 +513,7 @@ var ESLintReactSettingsSchema = object({
513
513
  */
514
514
  strict: optional(boolean(), false),
515
515
  /**
516
- * Check both the sharp and the import to determine if a API is from React.
516
+ * Check both the shape and the import to determine if a API is from React.
517
517
  * @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
518
518
  * @default `false`
519
519
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "1.28.0-next.0",
3
+ "version": "1.28.0-next.1",
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.25.0",
39
39
  "picomatch": "^4.0.2",
40
40
  "ts-pattern": "^5.6.2",
41
- "@eslint-react/eff": "1.28.0-next.0"
41
+ "@eslint-react/eff": "1.28.0-next.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/picomatch": "^3.0.2",