@haven_ai/connect 0.1.19-alpha.0 → 0.1.21-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 +3 -3
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +3 -3
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/cli.cjs
CHANGED
|
@@ -236,9 +236,9 @@ var MCP_RUNTIME_MANIFEST = {
|
|
|
236
236
|
mcpPackage: "@haven_ai/mcp",
|
|
237
237
|
mcpVersion: mcp.MCP_VERSION,
|
|
238
238
|
sdkPackage: "@haven_ai/sdk",
|
|
239
|
-
sdkVersion: "0.1.
|
|
239
|
+
sdkVersion: "0.1.21-alpha.0",
|
|
240
240
|
signerPackage: "@haven_ai/signer",
|
|
241
|
-
signerVersion: "0.1.
|
|
241
|
+
signerVersion: "0.1.21-alpha.0",
|
|
242
242
|
// Sourced from the SDK, never a literal (#1161). This field read '20.0.0'
|
|
243
243
|
// while every package's `engines` said `>=24` and the docs said `>=24.0.0`,
|
|
244
244
|
// so the guard that was supposed to enforce the floor waved Node v23 through
|
|
@@ -1708,7 +1708,7 @@ function localRuntimePrepareErrorCode(err) {
|
|
|
1708
1708
|
}
|
|
1709
1709
|
|
|
1710
1710
|
// src/runtime.ts
|
|
1711
|
-
var CONNECTOR_VERSION = "0.1.
|
|
1711
|
+
var CONNECTOR_VERSION = "0.1.21-alpha.0";
|
|
1712
1712
|
async function runConnect(options, deps = {}) {
|
|
1713
1713
|
assertSupportedNodeVersion(deps.nodeVersion, MCP_RUNTIME_MANIFEST.minimumNodeVersion);
|
|
1714
1714
|
const connectorVersion = options.connectorVersion ?? CONNECTOR_VERSION;
|