metonym / svelte-time

Svelte component and action to format a timestamp using day.js
https://metonym.github.io/svelte-time
MIT License
137 stars 8 forks source link

Package will break in future Svelte versions #36

Closed secondl1ght closed 8 months ago

secondl1ght commented 8 months ago

See the following output from Svelte:

9:35:03 p.m. [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.

svelte-time@0.8.0

Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.

https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition

Action is required to update this package to use the new standard otherwise it will break in future versions.

secondl1ght commented 8 months ago

Ah sorry I see this is a duplicate of #35.