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