fix(packages): republish @mosaic/config and bump dependents #386
Reference in New Issue
Block a user
Delete Branch "fix/config-package-version-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
mosaic gateway installwas failing withERR_PACKAGE_PATH_NOT_EXPORTEDbecause the published@mosaic/config@0.0.1on the Gitea registry is the old tooling-configs package (tsconfig/eslint/prettier), not the runtime config loader that commit04a80fb9repurposed the package into. Version was never bumped, so consumers kept pulling the stale tarball.Changes
@mosaic/config: 0.0.1 → 0.0.2 (triggers publish of runtime variant with.export)@mosaic/gateway: 0.1.0 → 0.0.5 (republish with fixed dep; 0.1.0 was an unintended semver jump and has been deleted from the Gitea registry to restore the 0.0.x lineage)@mosaic/mosaic: 0.0.18 → 0.0.19 (CLI ships with fixed transitive resolution)Test plan
pnpm typecheckpassespnpm lintpassespnpm format:checkpassesmosaic gateway installsucceeds and gateway becomes healthy