@haven_ai/cli 0.0.0-dev.202609051918.5c1802b → 0.0.0-dev.202609051933.cc65a9d

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.
package/dist/cli.cjs CHANGED
@@ -556,7 +556,7 @@ async function runConnector(connectorCommand, spawner, onStderr) {
556
556
 
557
557
  // src/commands.ts
558
558
  var DEFAULT_API = "https://havenbackend-production-8a00.up.railway.app";
559
- var CLI_VERSION = "0.0.0-dev.202609051918.5c1802b";
559
+ var CLI_VERSION = "0.0.0-dev.202609051933.cc65a9d";
560
560
  async function run(argv, deps = {}) {
561
561
  const out = deps.out ?? ((l) => process.stdout.write(`${l}
562
562
  `));