@typescript-eslint/rule-schema-to-typescript-types 8.69.0 → 8.70.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/package.json +5 -5
- package/CHANGELOG.md +0 -1340
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/rule-schema-to-typescript-types",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.70.0",
|
|
4
4
|
"description": "Converts ESLint rule schemas to equivalent TypeScript type strings.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"homepage": "https://typescript-eslint.io",
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@typescript-eslint/type-utils": "8.
|
|
33
|
-
"@typescript-eslint/utils": "8.
|
|
32
|
+
"@typescript-eslint/type-utils": "8.70.0",
|
|
33
|
+
"@typescript-eslint/utils": "8.70.0",
|
|
34
34
|
"natural-compare": "^1.4.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"build"
|
|
64
64
|
],
|
|
65
65
|
"cache": false,
|
|
66
|
+
"command": "pnpm pack --out attw-check.tgz && attw attw-check.tgz --profile esm-only",
|
|
66
67
|
"options": {
|
|
67
68
|
"cwd": "{projectRoot}"
|
|
68
|
-
}
|
|
69
|
-
"command": "pnpm pack --out attw-check.tgz && attw attw-check.tgz --profile esm-only"
|
|
69
|
+
}
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
},
|