@haven_ai/connect 0.1.14-alpha.0 → 0.1.15-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
@@ -215,9 +215,9 @@ var MCP_RUNTIME_MANIFEST = {
215
215
  mcpPackage: "@haven_ai/mcp",
216
216
  mcpVersion: mcp.MCP_VERSION,
217
217
  sdkPackage: "@haven_ai/sdk",
218
- sdkVersion: "0.1.14-alpha.0",
218
+ sdkVersion: "0.1.15-alpha.0",
219
219
  signerPackage: "@haven_ai/signer",
220
- signerVersion: "0.1.14-alpha.0",
220
+ signerVersion: "0.1.15-alpha.0",
221
221
  minimumNodeVersion: "20.0.0",
222
222
  supportedClients: ["codex-cli", "codex-desktop", "claude-code"],
223
223
  requiredTools: mcp.registeredToolNames()
@@ -1681,7 +1681,7 @@ function localRuntimePrepareErrorCode(err) {
1681
1681
  }
1682
1682
 
1683
1683
  // src/runtime.ts
1684
- var CONNECTOR_VERSION = "0.1.14-alpha.0";
1684
+ var CONNECTOR_VERSION = "0.1.15-alpha.0";
1685
1685
  async function runConnect(options, deps = {}) {
1686
1686
  const connectorVersion = options.connectorVersion ?? CONNECTOR_VERSION;
1687
1687
  const api = deps.api ?? createConnectApiClient(options.apiBaseUrl);