@haven_ai/cli 0.3.0-alpha.0 → 0.4.0-alpha.0

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
@@ -604,7 +604,7 @@ async function runConnector(connectorCommand, spawner, onStderr) {
604
604
 
605
605
  // src/commands.ts
606
606
  var DEFAULT_API = "https://havenbackend-production-8a00.up.railway.app";
607
- var CLI_VERSION = "0.3.0-alpha.0";
607
+ var CLI_VERSION = "0.4.0-alpha.0";
608
608
  function accountAddressOf(s) {
609
609
  return s.account_address ?? "";
610
610
  }