detype 1.0.6 → 1.0.7
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/README.md +0 -4
- package/dist/cli.js +6 -6
- package/package.json +6 -6
package/README.md
CHANGED
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.7",
|
|
283
283
|
description: "Removes TypeScript type annotations but keeps the formatting",
|
|
284
284
|
main: "dist/index.js",
|
|
285
285
|
bin: "detype.js",
|
|
@@ -300,7 +300,7 @@ var package_default = {
|
|
|
300
300
|
"index.d.ts"
|
|
301
301
|
],
|
|
302
302
|
dependencies: {
|
|
303
|
-
"@babel/core": "^7.24.
|
|
303
|
+
"@babel/core": "^7.24.4",
|
|
304
304
|
"@babel/preset-typescript": "^7.24.1",
|
|
305
305
|
"@vue/compiler-dom": "^3.4.21",
|
|
306
306
|
"@vue/compiler-sfc": "^3.4.21",
|
|
@@ -312,15 +312,15 @@ var package_default = {
|
|
|
312
312
|
},
|
|
313
313
|
devDependencies: {
|
|
314
314
|
"@babel/traverse": "^7.24.1",
|
|
315
|
-
"@cyco130/eslint-config": "^3.
|
|
315
|
+
"@cyco130/eslint-config": "^3.8.2",
|
|
316
316
|
"@types/babel__core": "^7.20.5",
|
|
317
317
|
"@types/babel__traverse": "^7.20.5",
|
|
318
|
-
"@types/node": "20.
|
|
318
|
+
"@types/node": "20.12.7",
|
|
319
319
|
eslint: "^8.57.0",
|
|
320
320
|
rimraf: "^5.0.5",
|
|
321
321
|
tsup: "^8.0.2",
|
|
322
|
-
typescript: "^5.4.
|
|
323
|
-
vitest: "1.
|
|
322
|
+
typescript: "^5.4.5",
|
|
323
|
+
vitest: "1.5.0"
|
|
324
324
|
},
|
|
325
325
|
repository: {
|
|
326
326
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "detype",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Removes TypeScript type annotations but keeps the formatting",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": "detype.js",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"index.d.ts"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/core": "^7.24.
|
|
12
|
+
"@babel/core": "^7.24.4",
|
|
13
13
|
"@babel/preset-typescript": "^7.24.1",
|
|
14
14
|
"@vue/compiler-dom": "^3.4.21",
|
|
15
15
|
"@vue/compiler-sfc": "^3.4.21",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@babel/traverse": "^7.24.1",
|
|
24
|
-
"@cyco130/eslint-config": "^3.
|
|
24
|
+
"@cyco130/eslint-config": "^3.8.2",
|
|
25
25
|
"@types/babel__core": "^7.20.5",
|
|
26
26
|
"@types/babel__traverse": "^7.20.5",
|
|
27
|
-
"@types/node": "20.
|
|
27
|
+
"@types/node": "20.12.7",
|
|
28
28
|
"eslint": "^8.57.0",
|
|
29
29
|
"rimraf": "^5.0.5",
|
|
30
30
|
"tsup": "^8.0.2",
|
|
31
|
-
"typescript": "^5.4.
|
|
32
|
-
"vitest": "1.
|
|
31
|
+
"typescript": "^5.4.5",
|
|
32
|
+
"vitest": "1.5.0"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|