@eslint-react/shared 1.5.4-next.3 → 1.5.4-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
@@ -25,7 +25,7 @@ declare const RE_CONSTANT_CASE: RegExp;
25
25
  declare const RE_JAVASCRIPT_PROTOCOL: RegExp;
26
26
  /**
27
27
  * -----------------------------------------------------------------------------
28
- * JSX, React, and ReactDOM constants
28
+ * JSX, React, and React DOM constants
29
29
  * -----------------------------------------------------------------------------
30
30
  */
31
31
  /**
package/dist/index.d.ts CHANGED
@@ -25,7 +25,7 @@ declare const RE_CONSTANT_CASE: RegExp;
25
25
  declare const RE_JAVASCRIPT_PROTOCOL: RegExp;
26
26
  /**
27
27
  * -----------------------------------------------------------------------------
28
- * JSX, React, and ReactDOM constants
28
+ * JSX, React, and React DOM constants
29
29
  * -----------------------------------------------------------------------------
30
30
  */
31
31
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "1.5.4-next.3",
3
+ "version": "1.5.4-next.4",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/rel1cx/eslint-react",
6
6
  "bugs": {