@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/index.d.cts
CHANGED
|
@@ -729,7 +729,7 @@ type WiringCollisionResolution = {
|
|
|
729
729
|
action: 'abort';
|
|
730
730
|
};
|
|
731
731
|
|
|
732
|
-
declare const CONNECTOR_VERSION = "0.1.
|
|
732
|
+
declare const CONNECTOR_VERSION = "0.1.36-alpha.0";
|
|
733
733
|
interface ConnectOptions {
|
|
734
734
|
setupToken: string;
|
|
735
735
|
apiBaseUrl: string;
|
|
@@ -1129,11 +1129,11 @@ declare function isConnectError(err: unknown): err is ConnectError;
|
|
|
1129
1129
|
|
|
1130
1130
|
declare const MCP_RUNTIME_MANIFEST: {
|
|
1131
1131
|
readonly mcpPackage: "@haven_ai/mcp";
|
|
1132
|
-
readonly mcpVersion: "0.1.
|
|
1132
|
+
readonly mcpVersion: "0.1.36-alpha.0";
|
|
1133
1133
|
readonly sdkPackage: "@haven_ai/sdk";
|
|
1134
|
-
readonly sdkVersion: "0.1.
|
|
1134
|
+
readonly sdkVersion: "0.1.36-alpha.0";
|
|
1135
1135
|
readonly signerPackage: "@haven_ai/signer";
|
|
1136
|
-
readonly signerVersion: "0.1.
|
|
1136
|
+
readonly signerVersion: "0.1.36-alpha.0";
|
|
1137
1137
|
readonly minimumNodeVersion: "22.0.0";
|
|
1138
1138
|
readonly supportedClients: readonly ["codex-cli", "codex-desktop", "claude-code"];
|
|
1139
1139
|
readonly requiredTools: readonly string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -729,7 +729,7 @@ type WiringCollisionResolution = {
|
|
|
729
729
|
action: 'abort';
|
|
730
730
|
};
|
|
731
731
|
|
|
732
|
-
declare const CONNECTOR_VERSION = "0.1.
|
|
732
|
+
declare const CONNECTOR_VERSION = "0.1.36-alpha.0";
|
|
733
733
|
interface ConnectOptions {
|
|
734
734
|
setupToken: string;
|
|
735
735
|
apiBaseUrl: string;
|
|
@@ -1129,11 +1129,11 @@ declare function isConnectError(err: unknown): err is ConnectError;
|
|
|
1129
1129
|
|
|
1130
1130
|
declare const MCP_RUNTIME_MANIFEST: {
|
|
1131
1131
|
readonly mcpPackage: "@haven_ai/mcp";
|
|
1132
|
-
readonly mcpVersion: "0.1.
|
|
1132
|
+
readonly mcpVersion: "0.1.36-alpha.0";
|
|
1133
1133
|
readonly sdkPackage: "@haven_ai/sdk";
|
|
1134
|
-
readonly sdkVersion: "0.1.
|
|
1134
|
+
readonly sdkVersion: "0.1.36-alpha.0";
|
|
1135
1135
|
readonly signerPackage: "@haven_ai/signer";
|
|
1136
|
-
readonly signerVersion: "0.1.
|
|
1136
|
+
readonly signerVersion: "0.1.36-alpha.0";
|
|
1137
1137
|
readonly minimumNodeVersion: "22.0.0";
|
|
1138
1138
|
readonly supportedClients: readonly ["codex-cli", "codex-desktop", "claude-code"];
|
|
1139
1139
|
readonly requiredTools: readonly string[];
|
package/dist/index.js
CHANGED
|
@@ -542,9 +542,9 @@ var init_runtime_manifest = __esm({
|
|
|
542
542
|
mcpPackage: "@haven_ai/mcp",
|
|
543
543
|
mcpVersion: MCP_VERSION,
|
|
544
544
|
sdkPackage: "@haven_ai/sdk",
|
|
545
|
-
sdkVersion: "0.1.
|
|
545
|
+
sdkVersion: "0.1.36-alpha.0",
|
|
546
546
|
signerPackage: "@haven_ai/signer",
|
|
547
|
-
signerVersion: "0.1.
|
|
547
|
+
signerVersion: "0.1.36-alpha.0",
|
|
548
548
|
// Sourced from the SDK, never a literal (#1161). This field read '20.0.0'
|
|
549
549
|
// while every package's `engines` said `>=24` and the docs said `>=24.0.0`,
|
|
550
550
|
// so the guard that was supposed to enforce the floor waved Node v23 through
|
|
@@ -4395,7 +4395,7 @@ async function pathExists2(path) {
|
|
|
4395
4395
|
init_unwire();
|
|
4396
4396
|
init_local_mcp_runtime();
|
|
4397
4397
|
init_runtime_manifest();
|
|
4398
|
-
var CONNECTOR_VERSION = "0.1.
|
|
4398
|
+
var CONNECTOR_VERSION = "0.1.36-alpha.0";
|
|
4399
4399
|
var CONNECT_OUTCOME_SCHEMA_VERSION = 1;
|
|
4400
4400
|
var failureOutcomesByError = /* @__PURE__ */ new WeakMap();
|
|
4401
4401
|
function failureOutcomeFor(runtimeHint, error) {
|