@haven_ai/connect 0.1.24-alpha.0 → 0.1.25-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
@@ -253,9 +253,9 @@ var MCP_RUNTIME_MANIFEST = {
253
253
  mcpPackage: "@haven_ai/mcp",
254
254
  mcpVersion: mcp.MCP_VERSION,
255
255
  sdkPackage: "@haven_ai/sdk",
256
- sdkVersion: "0.1.24-alpha.0",
256
+ sdkVersion: "0.1.25-alpha.0",
257
257
  signerPackage: "@haven_ai/signer",
258
- signerVersion: "0.1.24-alpha.0",
258
+ signerVersion: "0.1.25-alpha.0",
259
259
  // Sourced from the SDK, never a literal (#1161). This field read '20.0.0'
260
260
  // while every package's `engines` said `>=24` and the docs said `>=24.0.0`,
261
261
  // so the guard that was supposed to enforce the floor waved Node v23 through
@@ -2041,7 +2041,7 @@ function localRuntimePrepareErrorCode(err) {
2041
2041
  }
2042
2042
 
2043
2043
  // src/runtime.ts
2044
- var CONNECTOR_VERSION = "0.1.24-alpha.0";
2044
+ var CONNECTOR_VERSION = "0.1.25-alpha.0";
2045
2045
  var CONNECT_OUTCOME_SCHEMA_VERSION = 1;
2046
2046
  async function runConnect(options, deps = {}) {
2047
2047
  assertSupportedNodeVersion(deps.nodeVersion, MCP_RUNTIME_MANIFEST.minimumNodeVersion);