@haven_ai/connect 0.1.35-alpha.0 → 0.1.36-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.js
CHANGED
|
@@ -543,9 +543,9 @@ var init_runtime_manifest = __esm({
|
|
|
543
543
|
mcpPackage: "@haven_ai/mcp",
|
|
544
544
|
mcpVersion: MCP_VERSION,
|
|
545
545
|
sdkPackage: "@haven_ai/sdk",
|
|
546
|
-
sdkVersion: "0.1.
|
|
546
|
+
sdkVersion: "0.1.36-alpha.0",
|
|
547
547
|
signerPackage: "@haven_ai/signer",
|
|
548
|
-
signerVersion: "0.1.
|
|
548
|
+
signerVersion: "0.1.36-alpha.0",
|
|
549
549
|
// Sourced from the SDK, never a literal (#1161). This field read '20.0.0'
|
|
550
550
|
// while every package's `engines` said `>=24` and the docs said `>=24.0.0`,
|
|
551
551
|
// so the guard that was supposed to enforce the floor waved Node v23 through
|
|
@@ -4396,7 +4396,7 @@ async function pathExists2(path) {
|
|
|
4396
4396
|
init_unwire();
|
|
4397
4397
|
init_local_mcp_runtime();
|
|
4398
4398
|
init_runtime_manifest();
|
|
4399
|
-
var CONNECTOR_VERSION = "0.1.
|
|
4399
|
+
var CONNECTOR_VERSION = "0.1.36-alpha.0";
|
|
4400
4400
|
var CONNECT_OUTCOME_SCHEMA_VERSION = 1;
|
|
4401
4401
|
var failureOutcomesByError = /* @__PURE__ */ new WeakMap();
|
|
4402
4402
|
function failureOutcomeFor(runtimeHint, error) {
|