@haven_ai/connect 0.1.25-alpha.0 → 0.1.26-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
@@ -246,9 +246,9 @@ var MCP_RUNTIME_MANIFEST = {
246
246
  mcpPackage: "@haven_ai/mcp",
247
247
  mcpVersion: MCP_VERSION,
248
248
  sdkPackage: "@haven_ai/sdk",
249
- sdkVersion: "0.1.25-alpha.0",
249
+ sdkVersion: "0.1.26-alpha.0",
250
250
  signerPackage: "@haven_ai/signer",
251
- signerVersion: "0.1.25-alpha.0",
251
+ signerVersion: "0.1.26-alpha.0",
252
252
  // Sourced from the SDK, never a literal (#1161). This field read '20.0.0'
253
253
  // while every package's `engines` said `>=24` and the docs said `>=24.0.0`,
254
254
  // so the guard that was supposed to enforce the floor waved Node v23 through
@@ -2034,7 +2034,7 @@ function localRuntimePrepareErrorCode(err) {
2034
2034
  }
2035
2035
 
2036
2036
  // src/runtime.ts
2037
- var CONNECTOR_VERSION = "0.1.25-alpha.0";
2037
+ var CONNECTOR_VERSION = "0.1.26-alpha.0";
2038
2038
  var CONNECT_OUTCOME_SCHEMA_VERSION = 1;
2039
2039
  async function runConnect(options, deps = {}) {
2040
2040
  assertSupportedNodeVersion(deps.nodeVersion, MCP_RUNTIME_MANIFEST.minimumNodeVersion);