@sveltejs/kit@2.63.1
📦 sveltekitView on GitHub →
🐛 5 fixes🔧 4 symbols
Summary
This patch release focuses on several bug fixes, including improving Windows path handling, refining explicit environment variable behavior, and updating how `query.live` operates using SSE.
🐛 Bug Fixes
- Used Server-Sent Events (SSE) for `query.live`.
- Fixed generated `env.d.ts` import paths to use forward slashes on Windows.
- Allowed `$app/environment` usage with a warning when `explicitEnvironmentVariables` is enabled.
- Prevented importing Vite during the validation of explicit environment variables.
- Ensured `version` is defined when importing from `$app/env` with explicit environment variables.