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