@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 +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/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.
|
|
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
|
`));
|