fix(packages): bump db/memory/queue for PGlite + adapter factories #389
Reference in New Issue
Block a user
Delete Branch "fix/db-memory-queue-publish-drift"
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?
Summary
Same class of bug as #386: source content changed without a version bump, so the published tarballs on Gitea are stale and missing exports that the gateway imports at runtime.
Next failure the user hit after #386 landed:
Root cause audit
Compared the file lists inside registry tarballs vs local
dist/:@mosaic/db@0.0.2client-pglite.*(added infc7fa119without a version bump)@mosaic/memory@0.0.2factory.*,types.*@mosaic/queue@0.0.2factory.*,types.*Changes
@mosaic/db: 0.0.2 → 0.0.3@mosaic/memory: 0.0.2 → 0.0.3@mosaic/queue: 0.0.2 → 0.0.3@mosaic/gateway: 0.0.5 → 0.0.6 (required because^0.0.2in sub-1.0 semver only matches0.0.2exactly — gateway must republish with^0.0.3deps)Test plan
pnpm typecheckpassespnpm lintpassespnpm format:checkpassesmosaic gateway install+ start boots past the createPgliteDb import and the gateway becomes healthy