Describe the bug
The %sveltekit.version% template placeholder added in #12132 is ill-named, IMHO. It’s not the SvelteKit version but the application deployment version, leading to confusion. Suggestions:
- Expose the deployment version with %sveltekit.deployment.version%
- (Optionally) Expose the SvelteKit version with %sveltekit.version%, e.g.2.43.7
Reproduction
Logs
System Info
Severity
annoyance
Additional Information
No response