@express-zod-api/migration 24.0.0-beta.1 → 24.0.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.d.cts CHANGED
@@ -1,17 +1,5 @@
1
1
  import { ESLintUtils } from '@typescript-eslint/utils';
2
2
 
3
- /**
4
- * @desc ESLint plugin for migrating to this version (from previous), requires eslint v9 and typescript-eslint v8
5
- * @deprecated Single-use tool that can be removed and changed regardless SemVer. Remember to delete it after use.
6
- * @example
7
- * // eslint.config.mjs:
8
- * import parser from "@typescript-eslint/parser";
9
- * import migration from "express-zod-api/migration";
10
- * export default [
11
- * { languageOptions: {parser}, plugins: {migration} },
12
- * { files: ["**\/*.ts"], rules: { "migration/v24": "error" } }
13
- * ];
14
- * */
15
3
  declare const _default: {
16
4
  rules: {
17
5
  v24: ESLintUtils.RuleModule<"change" | "add" | "move" | "remove", [], unknown, ESLintUtils.RuleListener>;
package/dist/index.d.ts CHANGED
@@ -1,17 +1,5 @@
1
1
  import { ESLintUtils } from '@typescript-eslint/utils';
2
2
 
3
- /**
4
- * @desc ESLint plugin for migrating to this version (from previous), requires eslint v9 and typescript-eslint v8
5
- * @deprecated Single-use tool that can be removed and changed regardless SemVer. Remember to delete it after use.
6
- * @example
7
- * // eslint.config.mjs:
8
- * import parser from "@typescript-eslint/parser";
9
- * import migration from "express-zod-api/migration";
10
- * export default [
11
- * { languageOptions: {parser}, plugins: {migration} },
12
- * { files: ["**\/*.ts"], rules: { "migration/v24": "error" } }
13
- * ];
14
- * */
15
3
  declare const _default: {
16
4
  rules: {
17
5
  v24: ESLintUtils.RuleModule<"change" | "add" | "move" | "remove", [], unknown, ESLintUtils.RuleListener>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@express-zod-api/migration",
3
- "version": "24.0.0-beta.1",
3
+ "version": "24.0.1",
4
4
  "license": "MIT",
5
5
  "description": "Migration scripts for express-zod-api",
6
6
  "repository": {
@@ -35,8 +35,8 @@
35
35
  "*.md"
36
36
  ],
37
37
  "peerDependencies": {
38
- "typescript-eslint": "^8.0.0",
39
- "eslint": "^9.0.0"
38
+ "eslint": "^9.0.0",
39
+ "typescript-eslint": "^8.0.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@typescript-eslint/rule-tester": "^8.34.0"