-
mosaic v0.0.24
Pre-Releasereleased this
2026-04-05 14:49:05 +00:00 | 27 commits to main since this release@mosaicstack/mosaic 0.0.24 — alpha
First version where
npm i -g @mosaicstack/mosaic@latest && mosaic --helpworks end-to-end from a clean global install.Fixes
- Third correction wave for the systemic publish-skip bug: memory, queue, and storage registry copies at 0.0.3 were built before M5 added their
registerXCommandexports. The publish workflow silently skipped them because their versions matched the registry.
Version bumps
@mosaicstack/memory0.0.3 → 0.0.4@mosaicstack/queue0.0.3 → 0.0.4@mosaicstack/storage0.0.3 → 0.0.4@mosaicstack/mosaic0.0.23 → 0.0.24
Verification
mosaic --helpexits 0 and prints the alphabetized command list- All 38 typecheck, 21 lint, format:check, and 162 mosaic tests pass
- All four packages confirmed on Gitea registry at their new versions
Alpha — stays in 0.0.x until GA.
Downloads
- Third correction wave for the systemic publish-skip bug: memory, queue, and storage registry copies at 0.0.3 were built before M5 added their