@haven_ai/connect 0.1.13-alpha.0 → 0.1.14-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.js CHANGED
@@ -209,9 +209,9 @@ var MCP_RUNTIME_MANIFEST = {
209
209
  mcpPackage: "@haven_ai/mcp",
210
210
  mcpVersion: MCP_VERSION,
211
211
  sdkPackage: "@haven_ai/sdk",
212
- sdkVersion: "0.1.13-alpha.0",
212
+ sdkVersion: "0.1.14-alpha.0",
213
213
  signerPackage: "@haven_ai/signer",
214
- signerVersion: "0.1.13-alpha.0",
214
+ signerVersion: "0.1.14-alpha.0",
215
215
  minimumNodeVersion: "20.0.0",
216
216
  supportedClients: ["codex-cli", "codex-desktop", "claude-code"],
217
217
  requiredTools: registeredToolNames()
@@ -1675,7 +1675,7 @@ function localRuntimePrepareErrorCode(err) {
1675
1675
  }
1676
1676
 
1677
1677
  // src/runtime.ts
1678
- var CONNECTOR_VERSION = "0.1.13-alpha.0";
1678
+ var CONNECTOR_VERSION = "0.1.14-alpha.0";
1679
1679
  async function runConnect(options, deps = {}) {
1680
1680
  const connectorVersion = options.connectorVersion ?? CONNECTOR_VERSION;
1681
1681
  const api = deps.api ?? createConnectApiClient(options.apiBaseUrl);