@vitest/eslint-plugin 1.3.22 → 1.3.23

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.cjs CHANGED
@@ -33,7 +33,7 @@ let __typescript_eslint_scope_manager = require("@typescript-eslint/scope-manage
33
33
  __typescript_eslint_scope_manager = __toESM(__typescript_eslint_scope_manager);
34
34
 
35
35
  //#region package.json
36
- var version = "1.3.22";
36
+ var version = "1.3.23";
37
37
 
38
38
  //#endregion
39
39
  //#region src/utils/index.ts
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import { isAbsolute, posix } from "node:path";
5
5
  import { DefinitionType } from "@typescript-eslint/scope-manager";
6
6
 
7
7
  //#region package.json
8
- var version = "1.3.22";
8
+ var version = "1.3.23";
9
9
 
10
10
  //#endregion
11
11
  //#region src/utils/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitest/eslint-plugin",
3
- "version": "1.3.22",
3
+ "version": "1.3.23",
4
4
  "license": "MIT",
5
5
  "description": "Eslint plugin for vitest",
6
6
  "repository": "vitest-dev/eslint-plugin-vitest",