fix: bump stale sub-package versions (brain/forge/log) #422
Reference in New Issue
Block a user
Delete Branch "fix/bump-stale-subpackages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Same class of bug as the macp fix in PR #421. After M5 added registerBrainCommand / registerForgeCommand / registerLogCommand to their respective packages, the publish workflow silently skipped republishing because versions stayed at 0.0.2 (already on registry). mosaic then pulls the pre-M5 registry copies and crashes with:
Changes
@mosaicstack/auth is NOT in this set because mosaic defines registerAuthCommand locally in packages/mosaic/src/commands/auth.ts rather than importing from the auth package.
memory, queue, storage, macp already had their versions bumped in their M5 PRs (or in PR #421 for macp) and are already current on the registry.
Verified