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