@eslint-react/jsx 5.8.4-next.0 → 5.8.4-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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ import { P, match } from "ts-pattern";
28
28
  * ```
29
29
  */
30
30
  function getAttributeName(node) {
31
- if (node.name.type === "JSXIdentifier") return node.name.name;
31
+ if (node.name.type === AST_NODE_TYPES.JSXIdentifier) return node.name.name;
32
32
  return node.name.namespace.name + ":" + node.name.name.name;
33
33
  }
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/jsx",
3
- "version": "5.8.4-next.0",
3
+ "version": "5.8.4-next.1",
4
4
  "description": "ESLint React's TSESTree JSX utility module for static analysis of JSX patterns.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -32,10 +32,10 @@
32
32
  "@typescript-eslint/types": "^8.59.3",
33
33
  "@typescript-eslint/utils": "^8.59.3",
34
34
  "ts-pattern": "^5.9.0",
35
- "@eslint-react/ast": "5.8.4-next.0",
36
- "@eslint-react/eslint": "5.8.4-next.0",
37
- "@eslint-react/var": "5.8.4-next.0",
38
- "@eslint-react/shared": "5.8.4-next.0"
35
+ "@eslint-react/ast": "5.8.4-next.1",
36
+ "@eslint-react/shared": "5.8.4-next.1",
37
+ "@eslint-react/var": "5.8.4-next.1",
38
+ "@eslint-react/eslint": "5.8.4-next.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "eslint": "^10.4.0",
@@ -58,7 +58,7 @@
58
58
  "@local/eff": "workspace:*"
59
59
  },
60
60
  "scripts": {
61
- "build": "tsdown --dts-resolve",
61
+ "build": "tsdown",
62
62
  "build:docs": "typedoc",
63
63
  "lint:publish": "publint",
64
64
  "lint:ts": "tsl"