@haven_ai/connect 0.1.36-alpha.0 → 0.1.37-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
|
@@ -549,9 +549,9 @@ var init_runtime_manifest = __esm({
|
|
|
549
549
|
mcpPackage: "@haven_ai/mcp",
|
|
550
550
|
mcpVersion: mcp.MCP_VERSION,
|
|
551
551
|
sdkPackage: "@haven_ai/sdk",
|
|
552
|
-
sdkVersion: "0.1.
|
|
552
|
+
sdkVersion: "0.1.37-alpha.0",
|
|
553
553
|
signerPackage: "@haven_ai/signer",
|
|
554
|
-
signerVersion: "0.1.
|
|
554
|
+
signerVersion: "0.1.37-alpha.0",
|
|
555
555
|
// Sourced from the SDK, never a literal (#1161). This field read '20.0.0'
|
|
556
556
|
// while every package's `engines` said `>=24` and the docs said `>=24.0.0`,
|
|
557
557
|
// so the guard that was supposed to enforce the floor waved Node v23 through
|
|
@@ -4402,7 +4402,7 @@ async function pathExists2(path) {
|
|
|
4402
4402
|
init_unwire();
|
|
4403
4403
|
init_local_mcp_runtime();
|
|
4404
4404
|
init_runtime_manifest();
|
|
4405
|
-
var CONNECTOR_VERSION = "0.1.
|
|
4405
|
+
var CONNECTOR_VERSION = "0.1.37-alpha.0";
|
|
4406
4406
|
var CONNECT_OUTCOME_SCHEMA_VERSION = 1;
|
|
4407
4407
|
var failureOutcomesByError = /* @__PURE__ */ new WeakMap();
|
|
4408
4408
|
function failureOutcomeFor(runtimeHint, error) {
|