detype 1.0.0 → 1.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/cli.js +7 -7
- package/package.json +7 -7
package/dist/cli.js
CHANGED
|
@@ -279,7 +279,7 @@ var import_fast_glob = __toESM(require("fast-glob"));
|
|
|
279
279
|
// package.json
|
|
280
280
|
var package_default = {
|
|
281
281
|
name: "detype",
|
|
282
|
-
version: "1.0.
|
|
282
|
+
version: "1.0.1",
|
|
283
283
|
description: "Removes TypeScript type annotations but keeps the formatting",
|
|
284
284
|
main: "dist/index.js",
|
|
285
285
|
bin: "detype.js",
|
|
@@ -305,26 +305,26 @@ var package_default = {
|
|
|
305
305
|
dependencies: {
|
|
306
306
|
"@babel/core": "^7.23.7",
|
|
307
307
|
"@babel/preset-typescript": "^7.23.3",
|
|
308
|
-
"@vue/compiler-dom": "^3.4.
|
|
309
|
-
"@vue/compiler-sfc": "^3.4.
|
|
308
|
+
"@vue/compiler-dom": "^3.4.13",
|
|
309
|
+
"@vue/compiler-sfc": "^3.4.13",
|
|
310
310
|
"@vuedx/compiler-sfc": "0.7.1",
|
|
311
311
|
"@vuedx/template-ast-types": "0.7.1",
|
|
312
312
|
"fast-glob": "^3.3.2",
|
|
313
|
-
prettier: "^3.
|
|
313
|
+
prettier: "^3.2.2",
|
|
314
314
|
"string.prototype.replaceall": "^1.0.8"
|
|
315
315
|
},
|
|
316
316
|
devDependencies: {
|
|
317
317
|
"@babel/traverse": "^7.23.7",
|
|
318
|
-
"@cyco130/eslint-config": "^3.6.
|
|
318
|
+
"@cyco130/eslint-config": "^3.6.1",
|
|
319
319
|
"@types/babel__core": "^7.20.5",
|
|
320
320
|
"@types/babel__traverse": "^7.20.5",
|
|
321
|
-
"@types/node": "20.
|
|
321
|
+
"@types/node": "20.11.1",
|
|
322
322
|
eslint: "^8.56.0",
|
|
323
323
|
"npm-run-all": "^4.1.5",
|
|
324
324
|
rimraf: "^5.0.5",
|
|
325
325
|
tsup: "^8.0.1",
|
|
326
326
|
typescript: "^5.3.3",
|
|
327
|
-
vitest: "1.
|
|
327
|
+
vitest: "1.2.0"
|
|
328
328
|
},
|
|
329
329
|
repository: {
|
|
330
330
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "detype",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Removes TypeScript type annotations but keeps the formatting",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": "detype.js",
|
|
@@ -14,26 +14,26 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@babel/core": "^7.23.7",
|
|
16
16
|
"@babel/preset-typescript": "^7.23.3",
|
|
17
|
-
"@vue/compiler-dom": "^3.4.
|
|
18
|
-
"@vue/compiler-sfc": "^3.4.
|
|
17
|
+
"@vue/compiler-dom": "^3.4.13",
|
|
18
|
+
"@vue/compiler-sfc": "^3.4.13",
|
|
19
19
|
"@vuedx/compiler-sfc": "0.7.1",
|
|
20
20
|
"@vuedx/template-ast-types": "0.7.1",
|
|
21
21
|
"fast-glob": "^3.3.2",
|
|
22
|
-
"prettier": "^3.
|
|
22
|
+
"prettier": "^3.2.2",
|
|
23
23
|
"string.prototype.replaceall": "^1.0.8"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@babel/traverse": "^7.23.7",
|
|
27
|
-
"@cyco130/eslint-config": "^3.6.
|
|
27
|
+
"@cyco130/eslint-config": "^3.6.1",
|
|
28
28
|
"@types/babel__core": "^7.20.5",
|
|
29
29
|
"@types/babel__traverse": "^7.20.5",
|
|
30
|
-
"@types/node": "20.
|
|
30
|
+
"@types/node": "20.11.1",
|
|
31
31
|
"eslint": "^8.56.0",
|
|
32
32
|
"npm-run-all": "^4.1.5",
|
|
33
33
|
"rimraf": "^5.0.5",
|
|
34
34
|
"tsup": "^8.0.1",
|
|
35
35
|
"typescript": "^5.3.3",
|
|
36
|
-
"vitest": "1.
|
|
36
|
+
"vitest": "1.2.0"
|
|
37
37
|
},
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|