kbrgl / svelte-french-toast

🍞🥂 Buttery smooth toast notifications for Svelte
https://svelte-french-toast.vercel.app/
MIT License
809 stars 28 forks source link

Publish type issue fix to npm #29

Closed shiftlabs1 closed 1 year ago

shiftlabs1 commented 1 year ago

Hi @kbrgl , I see that the PR https://github.com/kbrgl/svelte-french-toast/pull/25 to fix type issues for Promise style toast has been merged into master for some time but was not published to npm. Can you please publish this so we can use that feature especially for production builds that run remotely on github using containers? While one can fix the source file in node_modules locally, we can't do this in those remote builds

kbrgl commented 1 year ago

Publishing now! Should be up in a few minutes.

kbrgl commented 1 year ago

@shiftlabs1 Up on NPM as 1.0.4-beta.0. Going to evaluate it and promote it to 1.0.4 in a few days when I've tested it on my own projects.