Comparing version 0.6.17 to 0.6.18
@@ -127,2 +127,11 @@ { | ||
{ | ||
"name": "vite.config.js", | ||
"include": [], | ||
"exclude": [ | ||
"typescript", | ||
"checkjs" | ||
], | ||
"contents": "import { sveltekit } from '@sveltejs/kit/vite';\nimport { defineConfig } from 'vite';\n\nexport default defineConfig({\n\tplugins: [sveltekit()]\n});\n" | ||
}, | ||
{ | ||
"name": "jsconfig.json", | ||
@@ -133,16 +142,8 @@ "include": [ | ||
"exclude": [ | ||
"typescript" | ||
], | ||
"contents": "{\n\t\"extends\": \"./.svelte-kit/tsconfig.json\",\n\t\"compilerOptions\": {\n\t\t\"esModuleInterop\": true,\n\t\t\"forceConsistentCasingInFileNames\": true,\n\t\t\"resolveJsonModule\": true,\n\t\t\"skipLibCheck\": true,\n\t\t\"sourceMap\": true,\n\t\t\"module\": \"NodeNext\",\n\t\t\"moduleResolution\": \"NodeNext\"\n\t}\n}\n" | ||
}, | ||
{ | ||
"name": "vite.config.js", | ||
"include": [], | ||
"exclude": [ | ||
"typescript", | ||
"checkjs" | ||
], | ||
"contents": "import { sveltekit } from '@sveltejs/kit/vite';\nimport { defineConfig } from 'vite';\n\nexport default defineConfig({\n\tplugins: [sveltekit()]\n});\n" | ||
"contents": "{\n\t\"extends\": \"./.svelte-kit/tsconfig.json\",\n\t\"compilerOptions\": {\n\t\t\"esModuleInterop\": true,\n\t\t\"forceConsistentCasingInFileNames\": true,\n\t\t\"resolveJsonModule\": true,\n\t\t\"skipLibCheck\": true,\n\t\t\"sourceMap\": true,\n\t\t\"module\": \"NodeNext\",\n\t\t\"moduleResolution\": \"NodeNext\"\n\t}\n}\n" | ||
} | ||
] | ||
} |
{ | ||
"name": "sv", | ||
"version": "0.6.17", | ||
"version": "0.6.18", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A CLI for creating and updating SvelteKit projects", |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3343554
65505
5