@keystrokehq/keystroke 0.0.136 → 0.0.138
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/action.cjs +1 -1
- package/dist/action.mjs +1 -1
- package/dist/agent.cjs +3 -3
- package/dist/agent.mjs +3 -3
- package/dist/credentials.cjs +1 -1
- package/dist/credentials.mjs +1 -1
- package/dist/{dist-DKbeiwQK.cjs → dist-CsgSwVY2.cjs} +3 -3
- package/dist/{dist-DKbeiwQK.cjs.map → dist-CsgSwVY2.cjs.map} +1 -1
- package/dist/{dist-DaFIPOqy.cjs → dist-CsyntC4f.cjs} +3 -7
- package/dist/dist-CsyntC4f.cjs.map +1 -0
- package/dist/{dist-Cuo_rQCC.mjs → dist-D2_PNNdg.mjs} +3 -7
- package/dist/dist-D2_PNNdg.mjs.map +1 -0
- package/dist/{dist-26JT3ARI.mjs → dist-DRpkKWT3.mjs} +17 -6
- package/dist/dist-DRpkKWT3.mjs.map +1 -0
- package/dist/{dist-BmlK40ac.mjs → dist-DkLDEVmh.mjs} +3 -3
- package/dist/{dist-BmlK40ac.mjs.map → dist-DkLDEVmh.mjs.map} +1 -1
- package/dist/{dist-Bzx9Br-Y.cjs → dist-Do4-nLe3.cjs} +17 -6
- package/dist/dist-Do4-nLe3.cjs.map +1 -0
- package/dist/index-CiuCYKLw.d.cts.map +1 -1
- package/dist/index-CiuCYKLw.d.mts.map +1 -1
- package/dist/{mistral-CJDAC1s2.mjs → mistral-CU4sYriZ.mjs} +2 -2
- package/dist/{mistral-CJDAC1s2.mjs.map → mistral-CU4sYriZ.mjs.map} +1 -1
- package/dist/{mistral-Cvz-UV1E.cjs → mistral-Doo1vAfq.cjs} +2 -2
- package/dist/{mistral-Cvz-UV1E.cjs.map → mistral-Doo1vAfq.cjs.map} +1 -1
- package/dist/{sse-2is8NCgv.mjs → sse-DqD9H1Q3.mjs} +2 -2
- package/dist/{sse-2is8NCgv.mjs.map → sse-DqD9H1Q3.mjs.map} +1 -1
- package/dist/{sse-DaiJ8bd6.cjs → sse-vcZK__fp.cjs} +2 -2
- package/dist/{sse-DaiJ8bd6.cjs.map → sse-vcZK__fp.cjs.map} +1 -1
- package/dist/trigger.cjs +1 -1
- package/dist/trigger.mjs +1 -1
- package/dist/workflow.cjs +1 -1
- package/dist/workflow.mjs +1 -1
- package/package.json +2 -5
- package/dist/dist-26JT3ARI.mjs.map +0 -1
- package/dist/dist-Bzx9Br-Y.cjs.map +0 -1
- package/dist/dist-Cuo_rQCC.mjs.map +0 -1
- package/dist/dist-DaFIPOqy.cjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Bn as __require, Ln as __commonJSMin, Vn as __toESM } from "./dist-Dv44b9V1.mjs";
|
|
2
|
-
import { h as CREDENTIAL_SCOPE_LEVEL_TO_SCOPE_TYPE, x as normalizeCredentialList } from "./dist-
|
|
2
|
+
import { h as CREDENTIAL_SCOPE_LEVEL_TO_SCOPE_TYPE, x as normalizeCredentialList } from "./dist-DRpkKWT3.mjs";
|
|
3
3
|
import { AsyncLocalStorage } from "node:async_hooks";
|
|
4
4
|
import "node:fs";
|
|
5
5
|
import { ZodFirstPartyTypeKind } from "zod/v3";
|
|
@@ -8,13 +8,9 @@ import * as z$1 from "zod/v4";
|
|
|
8
8
|
import { createCipheriv, createDecipheriv, createHash, randomBytes, randomUUID } from "node:crypto";
|
|
9
9
|
import process$1 from "node:process";
|
|
10
10
|
import { PassThrough } from "node:stream";
|
|
11
|
-
import "pg";
|
|
12
11
|
import "node:path";
|
|
13
|
-
import "better-sqlite3";
|
|
14
12
|
import "node:url";
|
|
15
13
|
import "node:os";
|
|
16
|
-
import "@aws-sdk/client-s3";
|
|
17
|
-
import "@aws-sdk/s3-request-presigner";
|
|
18
14
|
//#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.29.0_zod@4.4.3/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
|
|
19
15
|
function isZ4Schema(s) {
|
|
20
16
|
return !!s._zod;
|
|
@@ -13255,7 +13251,7 @@ async function connectMcpServer(name, options) {
|
|
|
13255
13251
|
}
|
|
13256
13252
|
async function createTransport(url, transport, requestInit, fetchImpl) {
|
|
13257
13253
|
if (transport === "sse") {
|
|
13258
|
-
const { SSEClientTransport } = await import("./sse-
|
|
13254
|
+
const { SSEClientTransport } = await import("./sse-DqD9H1Q3.mjs");
|
|
13259
13255
|
return new SSEClientTransport(url, {
|
|
13260
13256
|
requestInit,
|
|
13261
13257
|
fetch: fetchImpl
|
|
@@ -18192,4 +18188,4 @@ async function resolveActionCredentials(requirements, options) {
|
|
|
18192
18188
|
//#endregion
|
|
18193
18189
|
export { zodToJsonSchema as A, isMcp as C, extractWWWAuthenticateParams as D, auth as E, createFetchWithInit as O, defineMcp as S, UnauthorizedError as T, logSystem as _, resolveActionCredentials as a, connectMcpServer as b, appendEvent as c, getSession as d, listMessageEvents as f, getTraceContext as g, captureConsole as h, isCredentialError as i, JSONRPCMessageSchema as j, normalizeHeaders as k, createSession as l, touchSession as m, captureCredentialToolErrors as n, resolveMcpTools as o, resolveRunSourceFromTraceContext as p, createCredentialResolver as r, MESSAGE_EVENT_TYPE as s, buildCredentialRunContext as t, getAgentByRoute as u, withSpan as v, createParser as w, connectMcpStdio as x, connectMcpDefinition as y };
|
|
18194
18190
|
|
|
18195
|
-
//# sourceMappingURL=dist-
|
|
18191
|
+
//# sourceMappingURL=dist-D2_PNNdg.mjs.map
|