@eslint-react/ast 4.2.0-beta.2 → 4.2.1-rc.0

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.ts CHANGED
@@ -498,7 +498,7 @@ declare function isProcessEnvNodeEnv(node: TSESTree.Node | null): node is TSESTr
498
498
  */
499
499
  declare function isProcessEnvNodeEnvCompare(node: TSESTree.Node | null, operator: "===" | "!==", value: "development" | "production"): node is TSESTree.BinaryExpression;
500
500
  //#endregion
501
- //#region src/pattern-vitest-mock.d.ts
501
+ //#region src/pattern-test-mock.d.ts
502
502
  /**
503
503
  * Check if the given node is a `vi.mock`.
504
504
  * @param node The node to check
package/dist/index.js CHANGED
@@ -925,7 +925,7 @@ function isProcessEnvNodeEnvCompare(node, operator, value) {
925
925
  }
926
926
 
927
927
  //#endregion
928
- //#region src/pattern-vitest-mock.ts
928
+ //#region src/pattern-test-mock.ts
929
929
  /**
930
930
  * Check if the given node is a `vi.mock`.
931
931
  * @param node The node to check
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/ast",
3
- "version": "4.2.0-beta.2",
3
+ "version": "4.2.1-rc.0",
4
4
  "description": "ESLint React's TSESTree AST utility module.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {