fix: gateway install uses Gitea registry instead of npmjs
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

- Switch all @mosaicstack/gateway refs to @mosaic/gateway
- Install from Gitea registry (git.mosaicstack.dev)
- Remove duplicate entry resolution (was checking both package names)
- Bump @mosaic/mosaic and @mosaic/cli to 0.0.12

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jarvis
2026-04-04 13:58:50 -05:00
parent 982a0e8f83
commit 80f8448a6f
4 changed files with 13 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mosaic/mosaic",
"version": "0.0.11",
"version": "0.0.12",
"repository": {
"type": "git",
"url": "https://git.mosaicstack.dev/mosaic/mosaic-stack.git",