Compare commits

..

1 Commits

Author SHA1 Message Date
Jarvis
4903b6a916 chore: bump @mosaic/cli and @mosaic/mosaic to 0.0.16
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
ci/woodpecker/push/ci Pipeline failed
Picks up the PGlite storage install wizard from PR #378.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 19:51:27 -05:00
2 changed files with 2 additions and 4 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mosaic/mosaic", "name": "@mosaic/mosaic",
"version": "0.0.17", "version": "0.0.16",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.mosaicstack.dev/mosaic/mosaic-stack.git", "url": "https://git.mosaicstack.dev/mosaic/mosaic-stack.git",
@@ -20,14 +20,12 @@
} }
}, },
"scripts": { "scripts": {
"postinstall": "echo '\nMosaic Stack installed. Run `mosaic-wizard` to bootstrap your config, or `mosaic --help` for CLI commands.\n'",
"build": "tsc", "build": "tsc",
"lint": "eslint src", "lint": "eslint src",
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests" "test": "vitest run --passWithNoTests"
}, },
"dependencies": { "dependencies": {
"@mosaic/cli": "workspace:*",
"@mosaic/forge": "workspace:*", "@mosaic/forge": "workspace:*",
"@mosaic/macp": "workspace:*", "@mosaic/macp": "workspace:*",
"@mosaic/prdy": "workspace:*", "@mosaic/prdy": "workspace:*",