pluvial / svelte-adapter-deno

A SvelteKit adapter for Deno
https://svelte-adapter-deno.deno.dev/
MIT License
313 stars 14 forks source link

update body #7

Closed benmccann closed 2 years ago

benmccann commented 2 years ago

See https://github.com/sveltejs/kit/pull/2215

I didn't look closely, but you might need to update this line: https://github.com/pluvial/svelte-adapter-deno/blob/186757dfbff37af1fe9eeb086b140a60913bbf31/src/http.js#L16

This is the last breaking change on the 1.0 milestone affecting SvelteKit adapters, so while no promises, hopefully there won't be any more changes required after this

Thanks for providing this adapter!

jpaquim commented 2 years ago

Hey @benmccann, thanks for your input! If I understand correctly, the change I added here should be enough: https://github.com/pluvial/svelte-adapter-deno/pull/10/files#diff-9097bfe5ae868eccdb921b5a043bd3bc4087e8aacd257640ab51f1513baae7b4R14

benmccann commented 2 years ago

I didn't look super closely, but looks good to me