detype 0.6.0 → 0.6.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 +12 -12
- package/package.json +12 -12
package/dist/cli.js
CHANGED
|
@@ -230,7 +230,7 @@ var import_fast_glob = __toESM(require("fast-glob"));
|
|
|
230
230
|
// package.json
|
|
231
231
|
var package_default = {
|
|
232
232
|
name: "detype",
|
|
233
|
-
version: "0.6.
|
|
233
|
+
version: "0.6.1",
|
|
234
234
|
description: "Removes TypeScript type annotations but keeps the formatting",
|
|
235
235
|
main: "dist/index.js",
|
|
236
236
|
bin: "detype.js",
|
|
@@ -254,27 +254,27 @@ var package_default = {
|
|
|
254
254
|
"index.d.ts"
|
|
255
255
|
],
|
|
256
256
|
dependencies: {
|
|
257
|
-
"@babel/core": "^7.
|
|
257
|
+
"@babel/core": "^7.19.6",
|
|
258
258
|
"@babel/preset-typescript": "^7.18.6",
|
|
259
259
|
"@vuedx/compiler-sfc": "^0.7.1",
|
|
260
260
|
"@vuedx/template-ast-types": "^0.7.3",
|
|
261
|
-
"fast-glob": "^3.2.
|
|
261
|
+
"fast-glob": "^3.2.12",
|
|
262
262
|
prettier: "^2.7.1",
|
|
263
263
|
"string.prototype.replaceall": "^1.0.6"
|
|
264
264
|
},
|
|
265
265
|
devDependencies: {
|
|
266
|
-
"@babel/traverse": "^7.
|
|
267
|
-
"@cyco130/eslint-config": "^2.1.
|
|
266
|
+
"@babel/traverse": "^7.19.6",
|
|
267
|
+
"@cyco130/eslint-config": "^2.1.2",
|
|
268
268
|
"@types/babel__core": "^7.1.19",
|
|
269
|
-
"@types/babel__traverse": "^7.
|
|
270
|
-
"@types/node": "18.
|
|
271
|
-
"@types/prettier": "^2.
|
|
272
|
-
eslint: "^8.
|
|
269
|
+
"@types/babel__traverse": "^7.18.2",
|
|
270
|
+
"@types/node": "18.11.4",
|
|
271
|
+
"@types/prettier": "^2.7.1",
|
|
272
|
+
eslint: "^8.26.0",
|
|
273
273
|
"npm-run-all": "^4.1.5",
|
|
274
274
|
rimraf: "^3.0.2",
|
|
275
|
-
tsup: "^6.
|
|
276
|
-
typescript: "^4.
|
|
277
|
-
vitest: "^0.
|
|
275
|
+
tsup: "^6.3.0",
|
|
276
|
+
typescript: "^4.8.4",
|
|
277
|
+
vitest: "^0.24.3"
|
|
278
278
|
},
|
|
279
279
|
repository: {
|
|
280
280
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "detype",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Removes TypeScript type annotations but keeps the formatting",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": "detype.js",
|
|
@@ -12,27 +12,27 @@
|
|
|
12
12
|
"index.d.ts"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@babel/core": "^7.
|
|
15
|
+
"@babel/core": "^7.19.6",
|
|
16
16
|
"@babel/preset-typescript": "^7.18.6",
|
|
17
17
|
"@vuedx/compiler-sfc": "^0.7.1",
|
|
18
18
|
"@vuedx/template-ast-types": "^0.7.3",
|
|
19
|
-
"fast-glob": "^3.2.
|
|
19
|
+
"fast-glob": "^3.2.12",
|
|
20
20
|
"prettier": "^2.7.1",
|
|
21
21
|
"string.prototype.replaceall": "^1.0.6"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@babel/traverse": "^7.
|
|
25
|
-
"@cyco130/eslint-config": "^2.1.
|
|
24
|
+
"@babel/traverse": "^7.19.6",
|
|
25
|
+
"@cyco130/eslint-config": "^2.1.2",
|
|
26
26
|
"@types/babel__core": "^7.1.19",
|
|
27
|
-
"@types/babel__traverse": "^7.
|
|
28
|
-
"@types/node": "18.
|
|
29
|
-
"@types/prettier": "^2.
|
|
30
|
-
"eslint": "^8.
|
|
27
|
+
"@types/babel__traverse": "^7.18.2",
|
|
28
|
+
"@types/node": "18.11.4",
|
|
29
|
+
"@types/prettier": "^2.7.1",
|
|
30
|
+
"eslint": "^8.26.0",
|
|
31
31
|
"npm-run-all": "^4.1.5",
|
|
32
32
|
"rimraf": "^3.0.2",
|
|
33
|
-
"tsup": "^6.
|
|
34
|
-
"typescript": "^4.
|
|
35
|
-
"vitest": "^0.
|
|
33
|
+
"tsup": "^6.3.0",
|
|
34
|
+
"typescript": "^4.8.4",
|
|
35
|
+
"vitest": "^0.24.3"
|
|
36
36
|
},
|
|
37
37
|
"repository": {
|
|
38
38
|
"type": "git",
|