detype 1.0.10 → 1.0.12
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/cli.js +8 -8
- package/package.json +8 -8
package/dist/cli.js
CHANGED
|
@@ -272,7 +272,7 @@ var import_fast_glob = __toESM(require("fast-glob"));
|
|
|
272
272
|
// package.json
|
|
273
273
|
var package_default = {
|
|
274
274
|
name: "detype",
|
|
275
|
-
version: "1.0.
|
|
275
|
+
version: "1.0.12",
|
|
276
276
|
description: "Removes TypeScript type annotations but keeps the formatting",
|
|
277
277
|
main: "dist/index.js",
|
|
278
278
|
bin: "detype.js",
|
|
@@ -295,9 +295,9 @@ var package_default = {
|
|
|
295
295
|
dependencies: {
|
|
296
296
|
"@babel/core": "^7.25.2",
|
|
297
297
|
"@babel/preset-typescript": "^7.24.7",
|
|
298
|
-
"@babel/traverse": "^7.25.
|
|
299
|
-
"@vue/compiler-dom": "^3.
|
|
300
|
-
"@vue/compiler-sfc": "^3.
|
|
298
|
+
"@babel/traverse": "^7.25.6",
|
|
299
|
+
"@vue/compiler-dom": "^3.5.5",
|
|
300
|
+
"@vue/compiler-sfc": "^3.5.5",
|
|
301
301
|
"@vuedx/compiler-sfc": "0.7.1",
|
|
302
302
|
"@vuedx/template-ast-types": "0.7.1",
|
|
303
303
|
"fast-glob": "^3.3.2",
|
|
@@ -305,15 +305,15 @@ var package_default = {
|
|
|
305
305
|
"string.prototype.replaceall": "^1.0.10"
|
|
306
306
|
},
|
|
307
307
|
devDependencies: {
|
|
308
|
-
"@cyco130/eslint-config": "^3.9.
|
|
308
|
+
"@cyco130/eslint-config": "^3.9.6",
|
|
309
309
|
"@types/babel__core": "^7.20.5",
|
|
310
310
|
"@types/babel__traverse": "^7.20.6",
|
|
311
|
-
"@types/node": "
|
|
311
|
+
"@types/node": "22.5.5",
|
|
312
312
|
eslint: "^8.57.0",
|
|
313
313
|
rimraf: "^6.0.1",
|
|
314
314
|
tsup: "^8.2.4",
|
|
315
|
-
typescript: "^5.
|
|
316
|
-
vitest: "2.
|
|
315
|
+
typescript: "^5.6.2",
|
|
316
|
+
vitest: "2.1.1"
|
|
317
317
|
},
|
|
318
318
|
repository: {
|
|
319
319
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "detype",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "Removes TypeScript type annotations but keeps the formatting",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": "detype.js",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/core": "^7.25.2",
|
|
13
13
|
"@babel/preset-typescript": "^7.24.7",
|
|
14
|
-
"@babel/traverse": "^7.25.
|
|
15
|
-
"@vue/compiler-dom": "^3.
|
|
16
|
-
"@vue/compiler-sfc": "^3.
|
|
14
|
+
"@babel/traverse": "^7.25.6",
|
|
15
|
+
"@vue/compiler-dom": "^3.5.5",
|
|
16
|
+
"@vue/compiler-sfc": "^3.5.5",
|
|
17
17
|
"@vuedx/compiler-sfc": "0.7.1",
|
|
18
18
|
"@vuedx/template-ast-types": "0.7.1",
|
|
19
19
|
"fast-glob": "^3.3.2",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"string.prototype.replaceall": "^1.0.10"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@cyco130/eslint-config": "^3.9.
|
|
24
|
+
"@cyco130/eslint-config": "^3.9.6",
|
|
25
25
|
"@types/babel__core": "^7.20.5",
|
|
26
26
|
"@types/babel__traverse": "^7.20.6",
|
|
27
|
-
"@types/node": "
|
|
27
|
+
"@types/node": "22.5.5",
|
|
28
28
|
"eslint": "^8.57.0",
|
|
29
29
|
"rimraf": "^6.0.1",
|
|
30
30
|
"tsup": "^8.2.4",
|
|
31
|
-
"typescript": "^5.
|
|
32
|
-
"vitest": "2.
|
|
31
|
+
"typescript": "^5.6.2",
|
|
32
|
+
"vitest": "2.1.1"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|