@haven_ai/connect 0.1.27-alpha.0 → 0.1.28-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
@@ -45,9 +45,9 @@ var init_runtime_manifest = __esm({
45
45
  mcpPackage: "@haven_ai/mcp",
46
46
  mcpVersion: mcp.MCP_VERSION,
47
47
  sdkPackage: "@haven_ai/sdk",
48
- sdkVersion: "0.1.27-alpha.0",
48
+ sdkVersion: "0.1.28-alpha.0",
49
49
  signerPackage: "@haven_ai/signer",
50
- signerVersion: "0.1.27-alpha.0",
50
+ signerVersion: "0.1.28-alpha.0",
51
51
  // Sourced from the SDK, never a literal (#1161). This field read '20.0.0'
52
52
  // while every package's `engines` said `>=24` and the docs said `>=24.0.0`,
53
53
  // so the guard that was supposed to enforce the floor waved Node v23 through
@@ -2495,7 +2495,7 @@ function localRuntimePrepareErrorCode(err) {
2495
2495
  // src/runtime.ts
2496
2496
  init_runtime_registry();
2497
2497
  init_runtime_manifest();
2498
- var CONNECTOR_VERSION = "0.1.27-alpha.0";
2498
+ var CONNECTOR_VERSION = "0.1.28-alpha.0";
2499
2499
  var CONNECT_OUTCOME_SCHEMA_VERSION = 1;
2500
2500
  async function runConnect(options, deps = {}) {
2501
2501
  assertSupportedNodeVersion(deps.nodeVersion, MCP_RUNTIME_MANIFEST.minimumNodeVersion);