feat: local tier gateway with PGlite + Gitea-only publishing (#371)
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline failed

This commit was merged in pull request #371.
This commit is contained in:
2026-04-04 18:39:20 +00:00
parent 86d6c214fe
commit fc7fa11923
29 changed files with 230 additions and 50 deletions

View File

@@ -1,6 +1,11 @@
{
"name": "@mosaic/prdy",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://git.mosaicstack.dev/mosaic/mosaic-stack.git",
"directory": "packages/prdy"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
@@ -17,7 +22,7 @@
},
"dependencies": {
"@clack/prompts": "^0.9.0",
"commander": "^12.0.0",
"commander": "^13.0.0",
"js-yaml": "^4.1.0",
"zod": "^3.22.0"
},