detype 1.0.8 → 1.0.9
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 +6 -6
- package/package.json +6 -6
package/dist/cli.js
CHANGED
|
@@ -273,7 +273,7 @@ var import_fast_glob = __toESM(require("fast-glob"));
|
|
|
273
273
|
// package.json
|
|
274
274
|
var package_default = {
|
|
275
275
|
name: "detype",
|
|
276
|
-
version: "1.0.
|
|
276
|
+
version: "1.0.9",
|
|
277
277
|
description: "Removes TypeScript type annotations but keeps the formatting",
|
|
278
278
|
main: "dist/index.js",
|
|
279
279
|
bin: "detype.js",
|
|
@@ -296,20 +296,20 @@ var package_default = {
|
|
|
296
296
|
dependencies: {
|
|
297
297
|
"@babel/core": "^7.24.7",
|
|
298
298
|
"@babel/preset-typescript": "^7.24.7",
|
|
299
|
-
"@vue/compiler-dom": "^3.4.
|
|
300
|
-
"@vue/compiler-sfc": "^3.4.
|
|
299
|
+
"@vue/compiler-dom": "^3.4.29",
|
|
300
|
+
"@vue/compiler-sfc": "^3.4.29",
|
|
301
301
|
"@vuedx/compiler-sfc": "0.7.1",
|
|
302
302
|
"@vuedx/template-ast-types": "0.7.1",
|
|
303
303
|
"fast-glob": "^3.3.2",
|
|
304
|
-
prettier: "^3.3.
|
|
304
|
+
prettier: "^3.3.2",
|
|
305
305
|
"string.prototype.replaceall": "^1.0.10"
|
|
306
306
|
},
|
|
307
307
|
devDependencies: {
|
|
308
308
|
"@babel/traverse": "^7.24.7",
|
|
309
|
-
"@cyco130/eslint-config": "^3.9.
|
|
309
|
+
"@cyco130/eslint-config": "^3.9.1",
|
|
310
310
|
"@types/babel__core": "^7.20.5",
|
|
311
311
|
"@types/babel__traverse": "^7.20.6",
|
|
312
|
-
"@types/node": "20.14.
|
|
312
|
+
"@types/node": "20.14.5",
|
|
313
313
|
eslint: "^8.57.0",
|
|
314
314
|
rimraf: "^5.0.7",
|
|
315
315
|
tsup: "^8.1.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "detype",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Removes TypeScript type annotations but keeps the formatting",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": "detype.js",
|
|
@@ -11,20 +11,20 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/core": "^7.24.7",
|
|
13
13
|
"@babel/preset-typescript": "^7.24.7",
|
|
14
|
-
"@vue/compiler-dom": "^3.4.
|
|
15
|
-
"@vue/compiler-sfc": "^3.4.
|
|
14
|
+
"@vue/compiler-dom": "^3.4.29",
|
|
15
|
+
"@vue/compiler-sfc": "^3.4.29",
|
|
16
16
|
"@vuedx/compiler-sfc": "0.7.1",
|
|
17
17
|
"@vuedx/template-ast-types": "0.7.1",
|
|
18
18
|
"fast-glob": "^3.3.2",
|
|
19
|
-
"prettier": "^3.3.
|
|
19
|
+
"prettier": "^3.3.2",
|
|
20
20
|
"string.prototype.replaceall": "^1.0.10"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@babel/traverse": "^7.24.7",
|
|
24
|
-
"@cyco130/eslint-config": "^3.9.
|
|
24
|
+
"@cyco130/eslint-config": "^3.9.1",
|
|
25
25
|
"@types/babel__core": "^7.20.5",
|
|
26
26
|
"@types/babel__traverse": "^7.20.6",
|
|
27
|
-
"@types/node": "20.14.
|
|
27
|
+
"@types/node": "20.14.5",
|
|
28
28
|
"eslint": "^8.57.0",
|
|
29
29
|
"rimraf": "^5.0.7",
|
|
30
30
|
"tsup": "^8.1.0",
|