complete-cli 1.3.1 → 1.3.2
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.
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"typescript.suggest.completeFunctionCalls": true,
|
|
51
51
|
|
|
52
52
|
// By default, VSCode will prefer non-relative paths for deeply nested files.
|
|
53
|
-
"javascript.preferences.importModuleSpecifier": "relative",
|
|
54
|
-
"typescript.preferences.importModuleSpecifier": "relative",
|
|
53
|
+
"javascript.preferences.importModuleSpecifier": "project-relative",
|
|
54
|
+
"typescript.preferences.importModuleSpecifier": "project-relative",
|
|
55
55
|
|
|
56
56
|
// By default, VSCode will not add `import type` automatically.
|
|
57
57
|
"typescript.preferences.preferTypeOnlyAutoImports": true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "complete-cli",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "A command line tool for bootstrapping TypeScript projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript"
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"chalk": "5.5.0",
|
|
39
39
|
"clipanion": "4.0.0-rc.4",
|
|
40
40
|
"complete-common": "2.5.0",
|
|
41
|
-
"complete-node": "7.4.
|
|
41
|
+
"complete-node": "7.4.6",
|
|
42
42
|
"klaw-sync": "7.0.0",
|
|
43
|
-
"yaml": "2.8.
|
|
43
|
+
"yaml": "2.8.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/klaw-sync": "6.0.5",
|