@ts-kizuna/eslint-plugin 1.52.0 → 1.52.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.
package/dist/index.cjs CHANGED
@@ -30,7 +30,7 @@ typescript = __toESM(typescript, 1);
30
30
  let _ts_kizuna_core_authoring_names = require("@ts-kizuna/core/authoring-names");
31
31
  //#region package.json
32
32
  var name = "@ts-kizuna/eslint-plugin";
33
- var version = "1.51.1";
33
+ var version = "1.52.0";
34
34
  //#endregion
35
35
  //#region src/schema-violations.ts
36
36
  /**
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import ts from "typescript";
5
5
  import { AUTHORING_NAMES } from "@ts-kizuna/core/authoring-names";
6
6
  //#region package.json
7
7
  var name = "@ts-kizuna/eslint-plugin";
8
- var version = "1.51.1";
8
+ var version = "1.52.0";
9
9
  //#endregion
10
10
  //#region src/schema-violations.ts
11
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-kizuna/eslint-plugin",
3
- "version": "1.52.0",
3
+ "version": "1.52.1",
4
4
  "description": "ESLint rules for ts-kizuna",
5
5
  "keywords": [
6
6
  "ts-kizuna",
@@ -62,14 +62,14 @@
62
62
  "peerDependencies": {
63
63
  "eslint": ">=9.0.0",
64
64
  "typescript": ">=5.0.0",
65
- "@ts-kizuna/core": "1.52.0"
65
+ "@ts-kizuna/core": "1.52.1"
66
66
  },
67
67
  "devDependencies": {
68
68
  "eslint": "^9.39.4",
69
69
  "tsdown": "^0.21.0",
70
70
  "typescript": "^6.0.3",
71
71
  "zod": "^4.0.0",
72
- "@ts-kizuna/core": "1.52.0"
72
+ "@ts-kizuna/core": "1.52.1"
73
73
  },
74
74
  "scripts": {
75
75
  "build": "tsdown src/index.ts --format esm,cjs --dts --clean --external eslint --external typescript --external @typescript-eslint/utils --external @typescript-eslint/parser --external @ts-kizuna/core",