business-stack 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -530,7 +530,7 @@ function runDev() {
530
530
  program
531
531
  .name("business-stack")
532
532
  .description("Run the business-stack monorepo (Next + Hono gateway + FastAPI)")
533
- .version("0.1.5");
533
+ .version("0.1.6");
534
534
 
535
535
  program
536
536
  .command("doctor")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "business-stack",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Next.js + Hono gateway + FastAPI monorepo",
5
5
  "license": "UNLICENSED",
6
6
  "workspaces": ["frontend/web", "gateway", "backend"],