create-kitql
Advanced tools
Comparing version 0.1.2-next.0 to 0.1.2-next.1
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.1.2-next.0", | ||
"version": "0.1.2-next.1", | ||
"license": "MIT", | ||
@@ -22,7 +22,7 @@ "type": "module", | ||
"@types/node": "^20.9.2", | ||
"@kitql/eslint-config": "0.1.0-next.0" | ||
"@kitql/eslint-config": "0.1.0-next.1" | ||
}, | ||
"dependencies": { | ||
"@clack/prompts": "^0.7.0", | ||
"@kitql/helpers": "0.8.8-next.0", | ||
"@kitql/helpers": "0.8.8-next.1", | ||
"commander": "^11.1.0" | ||
@@ -35,2 +35,4 @@ }, | ||
"files": [ | ||
"!templates/*/.svelte-kit", | ||
"!templates/*/node_modules", | ||
"templates", | ||
@@ -37,0 +39,0 @@ "bin.js" |
@@ -20,4 +20,5 @@ { | ||
"@playwright/test": "^1.28.1", | ||
"@sveltejs/adapter-auto": "^2.0.0", | ||
"@sveltejs/kit": "^1.27.4", | ||
"@sveltejs/adapter-auto": "^3.0.0", | ||
"@sveltejs/kit": "^2.0.0", | ||
"@sveltejs/vite-plugin-svelte": "^3.0.0", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
@@ -34,6 +35,6 @@ "@typescript-eslint/parser": "^6.0.0", | ||
"typescript": "^5.0.0", | ||
"vite": "^4.5.0", | ||
"vite-plugin-kit-routes": "0.2.13-next.0", | ||
"vitest": "^0.34.0" | ||
"vite": "^5.0.0", | ||
"vite-plugin-kit-routes": "0.3.0-next.1", | ||
"vitest": "^1.0.0" | ||
} | ||
} |
import adapter from '@sveltejs/adapter-auto'; | ||
import { vitePreprocess } from '@sveltejs/kit/vite'; | ||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; | ||
@@ -4,0 +4,0 @@ /** @type {import('@sveltejs/kit').Config} */ |
@@ -20,4 +20,5 @@ { | ||
"@playwright/test": "^1.28.1", | ||
"@sveltejs/adapter-auto": "^2.0.0", | ||
"@sveltejs/kit": "^1.27.4", | ||
"@sveltejs/adapter-auto": "^3.0.0", | ||
"@sveltejs/kit": "^2.0.0", | ||
"@sveltejs/vite-plugin-svelte": "^3.0.0", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
@@ -36,7 +37,7 @@ "@typescript-eslint/parser": "^6.0.0", | ||
"typescript": "^5.0.0", | ||
"vite": "^4.5.0", | ||
"vite-plugin-kit-routes": "0.2.13-next.0", | ||
"vite-plugin-striper": "0.1.6-next.0", | ||
"vitest": "^0.34.0" | ||
"vite": "^5.0.0", | ||
"vite-plugin-kit-routes": "0.3.0-next.1", | ||
"vite-plugin-striper": "0.2.0-next.2", | ||
"vitest": "^1.0.0" | ||
} | ||
} |
import adapter from '@sveltejs/adapter-auto'; | ||
import { vitePreprocess } from '@sveltejs/kit/vite'; | ||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; | ||
@@ -4,0 +4,0 @@ /** @type {import('@sveltejs/kit').Config} */ |
{ | ||
"extends": "./.svelte-kit/tsconfig.json", | ||
"compilerOptions": { | ||
"experimentalDecorators": true, | ||
"allowJs": true, | ||
@@ -5,0 +6,0 @@ "checkJs": true, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
736
0
70830
53
+ Added@kitql/helpers@0.8.8-next.1(transitive)
- Removed@kitql/helpers@0.8.8-next.0(transitive)
Updated@kitql/helpers@0.8.8-next.1