@haven_ai/cli 0.0.0-dev.202609061001.b63a9a7 → 0.0.0-dev.202609061037.7cf43bb

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
@@ -569,7 +569,7 @@ async function runConnector(connectorCommand, spawner, onStderr) {
569
569
 
570
570
  // src/commands.ts
571
571
  var DEFAULT_API = "https://havenbackend-production-8a00.up.railway.app";
572
- var CLI_VERSION = "0.0.0-dev.202609061001.b63a9a7";
572
+ var CLI_VERSION = "0.0.0-dev.202609061037.7cf43bb";
573
573
  async function run(argv, deps = {}) {
574
574
  const out = deps.out ?? ((l) => process.stdout.write(`${l}
575
575
  `));