@haven_ai/cli 0.2.0-alpha.0 → 0.2.1-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 +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -600,7 +600,7 @@ async function runConnector(connectorCommand, spawner, onStderr) {
|
|
|
600
600
|
|
|
601
601
|
// src/commands.ts
|
|
602
602
|
var DEFAULT_API = "https://havenbackend-production-8a00.up.railway.app";
|
|
603
|
-
var CLI_VERSION = "0.2.
|
|
603
|
+
var CLI_VERSION = "0.2.1-alpha.0";
|
|
604
604
|
function accountAddressOf(s) {
|
|
605
605
|
return s.account_address ?? s.safe_address ?? "";
|
|
606
606
|
}
|