| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.18.2 source code.tar.gz | 2026-04-15 | 119.8 MB | |
| 3.18.2 source code.zip | 2026-04-15 | 122.2 MB | |
| README.md | 2026-04-15 | 364 Bytes | |
| Totals: 3 Items | 241.9 MB | 0 | |
@liveblocks/client
- New experimental
room.history.disable(fn)API that allows running storage mutations without them appearing on the undo/redo stacks. Intended for background/async writes (e.g. writing back AI generation results) that should not be undoable. - Fix
ToJsontype losing specific value types forRecord<string, T>fields in Storage