@streamdown/code@1.1.1

aloshdenny/reverse-SynthID@streamdown/code@1.1.1Mar 17, 2026

AI Summary

A patch release that prevents Shiki from throwing errors when the code block language identifier is unknown or truncated mid-stream.

Key Highlights

  • Fallback to plain text highlighting for unknown or truncated language identifiers

New Features

  • Error handling for unknown language identifiers

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.