business-stack 0.1.9 → 0.1.10

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.
@@ -610,7 +610,7 @@ function runDev() {
610
610
  program
611
611
  .name("business-stack")
612
612
  .description("Run the business-stack monorepo (Next + Hono gateway + FastAPI)")
613
- .version("0.1.9");
613
+ .version("0.1.10");
614
614
 
615
615
  program
616
616
  .command("doctor")
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "business-stack",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Next.js + Hono gateway + FastAPI monorepo",
5
5
  "license": "UNLICENSED",
6
+ "packageManager": "npm@10.8.2",
6
7
  "workspaces": ["frontend/web", "gateway", "backend"],
7
8
  "scripts": {
8
9
  "prepublishOnly": "node ../scripts/prepare-npm-package.cjs",