@haven_ai/connect 0.1.33-alpha.0 → 0.1.34-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
@@ -535,9 +535,9 @@ var init_runtime_manifest = __esm({
535
535
  mcpPackage: "@haven_ai/mcp",
536
536
  mcpVersion: mcp.MCP_VERSION,
537
537
  sdkPackage: "@haven_ai/sdk",
538
- sdkVersion: "0.1.33-alpha.0",
538
+ sdkVersion: "0.1.34-alpha.0",
539
539
  signerPackage: "@haven_ai/signer",
540
- signerVersion: "0.1.33-alpha.0",
540
+ signerVersion: "0.1.34-alpha.0",
541
541
  // Sourced from the SDK, never a literal (#1161). This field read '20.0.0'
542
542
  // while every package's `engines` said `>=24` and the docs said `>=24.0.0`,
543
543
  // so the guard that was supposed to enforce the floor waved Node v23 through
@@ -4055,7 +4055,7 @@ function defaultPromptIo() {
4055
4055
  // src/runtime.ts
4056
4056
  init_local_mcp_runtime();
4057
4057
  init_runtime_manifest();
4058
- var CONNECTOR_VERSION = "0.1.33-alpha.0";
4058
+ var CONNECTOR_VERSION = "0.1.34-alpha.0";
4059
4059
  var CONNECT_OUTCOME_SCHEMA_VERSION = 1;
4060
4060
  var failureOutcomesByError = /* @__PURE__ */ new WeakMap();
4061
4061
  function failureOutcomeFor(runtimeHint, error) {