Change8

@sveltejs/kit@3.0.0-next.2

📦 sveltekitView on GitHub →
🐛 4 fixes🔧 3 symbols

Summary

This patch release focuses on several bug fixes, including improving `query.live` with SSE and correcting environment variable handling and path generation on Windows.

🐛 Bug Fixes

  • Used Server-Sent Events (SSE) for the `query.live` functionality.
  • Fixed an issue where generated `env.d.ts` import paths used backslashes on Windows, now using forward slashes.
  • Prevented importing Vite during the validation of explicitly defined environment variables.
  • Ensured that the `version` variable is defined when importing from `$app/env` while using explicit environment variables.

Affected Symbols