@typescript-eslint/typescript-estree 8.29.2-alpha.4 → 8.29.2-alpha.6
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 +4 -13
package/package.json
CHANGED
@@ -1,11 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@typescript-eslint/typescript-estree",
|
3
|
-
"version": "8.29.2-alpha.
|
3
|
+
"version": "8.29.2-alpha.6",
|
4
4
|
"description": "A parser that converts TypeScript source code into an ESTree compatible form",
|
5
5
|
"files": [
|
6
6
|
"dist",
|
7
7
|
"!*.tsbuildinfo",
|
8
|
-
"_ts4.3",
|
9
8
|
"README.md",
|
10
9
|
"LICENSE"
|
11
10
|
],
|
@@ -46,17 +45,16 @@
|
|
46
45
|
],
|
47
46
|
"scripts": {
|
48
47
|
"build": "tsc -b tsconfig.build.json",
|
49
|
-
"postbuild": "downlevel-dts dist _ts4.3/dist --to=4.3",
|
50
48
|
"clean": "tsc -b tsconfig.build.json --clean",
|
51
|
-
"postclean": "rimraf dist
|
49
|
+
"postclean": "rimraf dist/ coverage/",
|
52
50
|
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
|
53
51
|
"lint": "npx nx lint",
|
54
52
|
"test": "jest --runInBand --verbose",
|
55
53
|
"check-types": "npx nx typecheck"
|
56
54
|
},
|
57
55
|
"dependencies": {
|
58
|
-
"@typescript-eslint/types": "8.29.2-alpha.
|
59
|
-
"@typescript-eslint/visitor-keys": "8.29.2-alpha.
|
56
|
+
"@typescript-eslint/types": "8.29.2-alpha.6",
|
57
|
+
"@typescript-eslint/visitor-keys": "8.29.2-alpha.6",
|
60
58
|
"debug": "^4.3.4",
|
61
59
|
"fast-glob": "^3.3.2",
|
62
60
|
"is-glob": "^4.0.3",
|
@@ -79,12 +77,5 @@
|
|
79
77
|
"funding": {
|
80
78
|
"type": "opencollective",
|
81
79
|
"url": "https://opencollective.com/typescript-eslint"
|
82
|
-
},
|
83
|
-
"typesVersions": {
|
84
|
-
"<4.7": {
|
85
|
-
"*": [
|
86
|
-
"_ts4.3/*"
|
87
|
-
]
|
88
|
-
}
|
89
80
|
}
|
90
81
|
}
|