- #823 (patch) - Fix varlock env initialization when using the Astro Cloudflare adapter (@astrojs/cloudflare), including Astro v7. The Astro integration now injects varlock init into the Cloudflare worker entry so ENV works in astro dev and production Workers deployments. Requires
@varlock/cloudflare-integrationwhen using@astrojs/cloudflare(optional peer). varlock now also disables wrangler's redundant.envauto-loading (which printed "Using secrets defined in .env" and could shadow varlock's values), since varlock is the source of env for the worker. - #827 (patch) - SvelteKit on Cloudflare now works with the standard varlockVitePlugin() — it auto-detects the @sveltejs/adapter-cloudflare adapter (configured in svelte.config.js or inline in vite.config) and injects the Workers env loader automatically. The same import now works across all deploy targets. varlockSvelteKitCloudflarePlugin is deprecated; install @varlock/cloudflare-integration alongside the vite plugin for Cloudflare deploys.
- (minor) Version bump from
@varlock/vite-integrationv1.2.0
Published to
- ✅ npm