Release v1.8.2
Caution
This release is broken and deprecated on npm — use v1.8.4 or later.
Importing anything from @humanspeak/svelte-markdown/extensions (even just markedAlert) fails with Could not resolve "shiki/core" unless the optional shiki peer dependency is installed. The barrel mistakenly re-exported the shiki extension, whose static shiki/core import forces bundlers to resolve shiki for every barrel consumer. Fixed in v1.8.4 (#369).
If you use the shiki extension: after upgrading, change your import from @humanspeak/svelte-markdown/extensions to @humanspeak/svelte-markdown/extensions/shiki. All other barrel exports are unchanged.
Changes in this Release
refactor(streaming): reset streamTokens by reference replacement
For more details, see the Pull Request