@streamdown/code@1.1.1
Robbyant/lingbot-map@streamdown/code@1.1.1Mar 17, 2026
AI Summary
This is a patch release that improves code highlighting stability by falling back to plain text when the language identifier is unknown or truncated, preventing errors.
Key Highlights
- Prevents Shiki from throwing errors on unknown language identifiers
- Falls back to plain text highlighting for stability
Full Release Notes
### Patch Changes - 651873d: Fall back to plain text highlighting when the code block language identifier is unknown or truncated mid-stream, preventing Shiki from throwing on unsupported language names.