@haven_ai/connect 0.1.24-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/index.d.cts CHANGED
@@ -285,7 +285,7 @@ declare function runtimeInstallCapabilities(runtime: string | undefined, env?: N
285
285
  restartRequired: boolean;
286
286
  };
287
287
 
288
- declare const CONNECTOR_VERSION = "0.1.24-alpha.0";
288
+ declare const CONNECTOR_VERSION = "0.1.26-alpha.0";
289
289
  interface ConnectOptions {
290
290
  setupToken: string;
291
291
  apiBaseUrl: string;
@@ -402,11 +402,11 @@ declare function shortAddress(address: string): string;
402
402
 
403
403
  declare const MCP_RUNTIME_MANIFEST: {
404
404
  readonly mcpPackage: "@haven_ai/mcp";
405
- readonly mcpVersion: "0.1.24-alpha.0";
405
+ readonly mcpVersion: "0.1.26-alpha.0";
406
406
  readonly sdkPackage: "@haven_ai/sdk";
407
- readonly sdkVersion: "0.1.24-alpha.0";
407
+ readonly sdkVersion: "0.1.26-alpha.0";
408
408
  readonly signerPackage: "@haven_ai/signer";
409
- readonly signerVersion: "0.1.24-alpha.0";
409
+ readonly signerVersion: "0.1.26-alpha.0";
410
410
  readonly minimumNodeVersion: "22.0.0";
411
411
  readonly supportedClients: readonly ["codex-cli", "codex-desktop", "claude-code"];
412
412
  readonly requiredTools: readonly string[];
package/dist/index.d.ts CHANGED
@@ -285,7 +285,7 @@ declare function runtimeInstallCapabilities(runtime: string | undefined, env?: N
285
285
  restartRequired: boolean;
286
286
  };
287
287
 
288
- declare const CONNECTOR_VERSION = "0.1.24-alpha.0";
288
+ declare const CONNECTOR_VERSION = "0.1.26-alpha.0";
289
289
  interface ConnectOptions {
290
290
  setupToken: string;
291
291
  apiBaseUrl: string;
@@ -402,11 +402,11 @@ declare function shortAddress(address: string): string;
402
402
 
403
403
  declare const MCP_RUNTIME_MANIFEST: {
404
404
  readonly mcpPackage: "@haven_ai/mcp";
405
- readonly mcpVersion: "0.1.24-alpha.0";
405
+ readonly mcpVersion: "0.1.26-alpha.0";
406
406
  readonly sdkPackage: "@haven_ai/sdk";
407
- readonly sdkVersion: "0.1.24-alpha.0";
407
+ readonly sdkVersion: "0.1.26-alpha.0";
408
408
  readonly signerPackage: "@haven_ai/signer";
409
- readonly signerVersion: "0.1.24-alpha.0";
409
+ readonly signerVersion: "0.1.26-alpha.0";
410
410
  readonly minimumNodeVersion: "22.0.0";
411
411
  readonly supportedClients: readonly ["codex-cli", "codex-desktop", "claude-code"];
412
412
  readonly requiredTools: readonly string[];
package/dist/index.js CHANGED
@@ -245,9 +245,9 @@ var MCP_RUNTIME_MANIFEST = {
245
245
  mcpPackage: "@haven_ai/mcp",
246
246
  mcpVersion: MCP_VERSION,
247
247
  sdkPackage: "@haven_ai/sdk",
248
- sdkVersion: "0.1.24-alpha.0",
248
+ sdkVersion: "0.1.26-alpha.0",
249
249
  signerPackage: "@haven_ai/signer",
250
- signerVersion: "0.1.24-alpha.0",
250
+ signerVersion: "0.1.26-alpha.0",
251
251
  // Sourced from the SDK, never a literal (#1161). This field read '20.0.0'
252
252
  // while every package's `engines` said `>=24` and the docs said `>=24.0.0`,
253
253
  // so the guard that was supposed to enforce the floor waved Node v23 through
@@ -2033,7 +2033,7 @@ function localRuntimePrepareErrorCode(err) {
2033
2033
  }
2034
2034
 
2035
2035
  // src/runtime.ts
2036
- var CONNECTOR_VERSION = "0.1.24-alpha.0";
2036
+ var CONNECTOR_VERSION = "0.1.26-alpha.0";
2037
2037
  var CONNECT_OUTCOME_SCHEMA_VERSION = 1;
2038
2038
  async function runConnect(options, deps = {}) {
2039
2039
  assertSupportedNodeVersion(deps.nodeVersion, MCP_RUNTIME_MANIFEST.minimumNodeVersion);