fix: scope Gitea registry to @mosaic packages only #374

Merged
jason.woltje merged 1 commits from fix/gateway-scoped-registry into main 2026-04-04 19:09:14 +00:00

1 Commits

Author SHA1 Message Date
Jarvis
6e26623cbe fix: scope Gitea registry to @mosaic packages only during gateway install
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
The --registry flag overrides all package resolution, causing npm to
look for third-party deps (e.g. @anthropic-ai/sdk) on Gitea. Fix by
writing a scoped .npmrc that routes only @mosaic/* to Gitea while
letting everything else resolve from npmjs normally.

Bump to 0.0.13.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 14:05:47 -05:00