business-stack 0.1.13 → 0.1.14

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.
@@ -617,7 +617,7 @@ function runDev() {
617
617
  program
618
618
  .name("business-stack")
619
619
  .description("Run the business-stack monorepo (Next + Hono gateway + FastAPI)")
620
- .version("0.1.13");
620
+ .version("0.1.14");
621
621
 
622
622
  program
623
623
  .command("doctor")
@@ -1,4 +1,3 @@
1
- #!/usr/bin/env node\n
2
1
  "use strict";
3
2
  var __create = Object.create;
4
3
  var __defProp = Object.defineProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "business-stack",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Next.js + Hono gateway + FastAPI monorepo",
5
5
  "license": "UNLICENSED",
6
6
  "packageManager": "npm@10.8.2",