@haven_ai/cli 0.0.0-dev.202609060835.03f674a → 0.0.0-dev.202609060850.63aab73

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
@@ -559,7 +559,7 @@ async function runConnector(connectorCommand, spawner, onStderr) {
559
559
 
560
560
  // src/commands.ts
561
561
  var DEFAULT_API = "https://havenbackend-production-8a00.up.railway.app";
562
- var CLI_VERSION = "0.0.0-dev.202609060835.03f674a";
562
+ var CLI_VERSION = "0.0.0-dev.202609060850.63aab73";
563
563
  async function run(argv, deps = {}) {
564
564
  const out = deps.out ?? ((l) => process.stdout.write(`${l}
565
565
  `));