Fix updater to check @mosaic/mosaic instead of @mosaic/cli #382

Closed
opened 2026-04-05 01:27:00 +00:00 by jason.woltje · 0 comments
Owner

Problem

  • mosaic update currently checks @mosaic/cli, but fresh installs now come from @mosaic/mosaic.
  • This causes false registry failures even when the registry is reachable and @mosaic/mosaic is published.

Acceptance criteria

  • Update checker queries the correct package for modern installs.
  • Preserve compatibility for older @mosaic/cli installs if practical.
  • Update user-facing install/update hints.
  • Add/adjust tests to cover the package lookup behavior.
  • Bump package version(s) needed for release.
Problem - `mosaic update` currently checks `@mosaic/cli`, but fresh installs now come from `@mosaic/mosaic`. - This causes false registry failures even when the registry is reachable and `@mosaic/mosaic` is published. Acceptance criteria - Update checker queries the correct package for modern installs. - Preserve compatibility for older `@mosaic/cli` installs if practical. - Update user-facing install/update hints. - Add/adjust tests to cover the package lookup behavior. - Bump package version(s) needed for release.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#382