@haven_ai/connect 0.0.0-dev.202609040858.f4467bb → 0.0.0-dev.202609041328.47fea41
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
|
@@ -535,9 +535,9 @@ var init_runtime_manifest = __esm({
|
|
|
535
535
|
mcpPackage: "@haven_ai/mcp",
|
|
536
536
|
mcpVersion: mcp.MCP_VERSION,
|
|
537
537
|
sdkPackage: "@haven_ai/sdk",
|
|
538
|
-
sdkVersion: "0.0.0-dev.
|
|
538
|
+
sdkVersion: "0.0.0-dev.202609041328.47fea41",
|
|
539
539
|
signerPackage: "@haven_ai/signer",
|
|
540
|
-
signerVersion: "0.0.0-dev.
|
|
540
|
+
signerVersion: "0.0.0-dev.202609041328.47fea41",
|
|
541
541
|
// Sourced from the SDK, never a literal (#1161). This field read '20.0.0'
|
|
542
542
|
// while every package's `engines` said `>=24` and the docs said `>=24.0.0`,
|
|
543
543
|
// so the guard that was supposed to enforce the floor waved Node v23 through
|
|
@@ -4270,7 +4270,7 @@ function defaultPromptIo() {
|
|
|
4270
4270
|
// src/runtime.ts
|
|
4271
4271
|
init_local_mcp_runtime();
|
|
4272
4272
|
init_runtime_manifest();
|
|
4273
|
-
var CONNECTOR_VERSION = "0.0.0-dev.
|
|
4273
|
+
var CONNECTOR_VERSION = "0.0.0-dev.202609041328.47fea41";
|
|
4274
4274
|
var CONNECT_OUTCOME_SCHEMA_VERSION = 1;
|
|
4275
4275
|
var failureOutcomesByError = /* @__PURE__ */ new WeakMap();
|
|
4276
4276
|
function failureOutcomeFor(runtimeHint, error) {
|