@eslint-react/var 5.2.0-beta.0 → 5.2.1-beta.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 +7 -7
package/dist/index.js CHANGED
@@ -193,7 +193,7 @@ function findEnclosingAssignmentTarget(node) {
193
193
  }
194
194
 
195
195
  //#endregion
196
- //#region ../../../.pkgs/eff/dist/index.js
196
+ //#region ../../.pkgs/eff/dist/index.js
197
197
  /**
198
198
  * Returns its argument.
199
199
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/var",
3
- "version": "5.2.0-beta.0",
3
+ "version": "5.2.1-beta.1",
4
4
  "description": "ESLint React's TSESTree AST utility module for static analysis of variables.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -9,7 +9,7 @@
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "git+https://github.com/Rel1cx/eslint-react.git",
12
- "directory": "packages/@eslint-react/var"
12
+ "directory": "packages/var"
13
13
  },
14
14
  "license": "MIT",
15
15
  "author": "Rel1cx",
@@ -34,15 +34,15 @@
34
34
  "@typescript-eslint/types": "^8.58.1",
35
35
  "@typescript-eslint/utils": "^8.58.1",
36
36
  "ts-pattern": "^5.9.0",
37
- "@eslint-react/ast": "5.2.0-beta.0",
38
- "@eslint-react/eslint": "5.2.0-beta.0",
39
- "@eslint-react/shared": "5.2.0-beta.0"
37
+ "@eslint-react/ast": "5.2.1-beta.1",
38
+ "@eslint-react/eslint": "5.2.1-beta.1",
39
+ "@eslint-react/shared": "5.2.1-beta.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@typescript-eslint/typescript-estree": "^8.58.1",
43
43
  "tsdown": "^0.21.7",
44
- "@local/eff": "3.0.0-beta.72",
45
- "@local/configs": "0.0.0"
44
+ "@local/configs": "0.0.0",
45
+ "@local/eff": "3.0.0-beta.72"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "eslint": "^10.2.0",