@keystrokehq/keystroke 0.0.110 → 0.0.111
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-CdeDUiky.mjs → dist-B-wGJGsT.mjs} +3 -3
- package/dist/{dist-CdeDUiky.mjs.map → dist-B-wGJGsT.mjs.map} +1 -1
- package/dist/{dist-CU4Mv5ac.cjs → dist-BAGMnDQ2.cjs} +4 -3
- package/dist/{dist-CU4Mv5ac.cjs.map → dist-BAGMnDQ2.cjs.map} +1 -1
- package/dist/{dist-C5IMYQuJ.cjs → dist-BBh4Swpl.cjs} +85 -12
- package/dist/dist-BBh4Swpl.cjs.map +1 -0
- package/dist/{dist-CVVoyUXL.cjs → dist-BYwAldKJ.cjs} +3 -3
- package/dist/{dist-CVVoyUXL.cjs.map → dist-BYwAldKJ.cjs.map} +1 -1
- package/dist/{dist-B_1Y6KLb.mjs → dist-Br_k5Ko1.mjs} +85 -12
- package/dist/{dist-B_1Y6KLb.mjs.map → dist-Br_k5Ko1.mjs.map} +1 -1
- package/dist/{dist-CAA_Ik8x.mjs → dist-DoL6yTVZ.mjs} +4 -3
- package/dist/{dist-CAA_Ik8x.mjs.map → dist-DoL6yTVZ.mjs.map} +1 -1
- package/dist/index-CiuCYKLw.d.cts.map +1 -1
- package/dist/index-CiuCYKLw.d.mts.map +1 -1
- package/dist/{mistral-wxp5Ba0T.cjs → mistral-C7C_WVSh.cjs} +2 -2
- package/dist/{mistral-wxp5Ba0T.cjs.map → mistral-C7C_WVSh.cjs.map} +1 -1
- package/dist/{mistral-C0v9IUYz.mjs → mistral-CvZRL2Hy.mjs} +2 -2
- package/dist/{mistral-C0v9IUYz.mjs.map → mistral-CvZRL2Hy.mjs.map} +1 -1
- package/dist/{sse-BLQNWTIl.mjs → sse-DfydDrJc.mjs} +2 -2
- package/dist/{sse-BLQNWTIl.mjs.map → sse-DfydDrJc.mjs.map} +1 -1
- package/dist/{sse-BttqM5xp.cjs → sse-DzFbnB9k.cjs} +2 -2
- package/dist/{sse-BttqM5xp.cjs.map → sse-DzFbnB9k.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 +1 -1
- package/dist/dist-C5IMYQuJ.cjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Bn as __require, Ln as __commonJSMin, Vn as __toESM } from "./dist-f_JGyGWx.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-Br_k5Ko1.mjs";
|
|
3
3
|
import { AsyncLocalStorage } from "node:async_hooks";
|
|
4
4
|
import "node:fs";
|
|
5
5
|
import { ZodFirstPartyTypeKind } from "zod/v3";
|
|
@@ -13255,7 +13255,7 @@ async function connectMcpServer(name, options) {
|
|
|
13255
13255
|
}
|
|
13256
13256
|
async function createTransport(url, transport, requestInit, fetchImpl) {
|
|
13257
13257
|
if (transport === "sse") {
|
|
13258
|
-
const { SSEClientTransport } = await import("./sse-
|
|
13258
|
+
const { SSEClientTransport } = await import("./sse-DfydDrJc.mjs");
|
|
13259
13259
|
return new SSEClientTransport(url, {
|
|
13260
13260
|
requestInit,
|
|
13261
13261
|
fetch: fetchImpl
|
|
@@ -17501,6 +17501,7 @@ const projectArtifacts = pgTable("project_artifacts", {
|
|
|
17501
17501
|
projectId: text$1("project_id").notNull().references(() => projects.id, { onDelete: "cascade" }),
|
|
17502
17502
|
storageKey: text$1("storage_key").notNull(),
|
|
17503
17503
|
manifestJson: jsonb("manifest_json"),
|
|
17504
|
+
sourceManifestJson: jsonb("source_manifest_json"),
|
|
17504
17505
|
status: projectArtifactStatusEnum("status").notNull(),
|
|
17505
17506
|
createdAt: timestamp("created_at", { withTimezone: true }).notNull(),
|
|
17506
17507
|
updatedAt: timestamp("updated_at", { withTimezone: true }).notNull()
|
|
@@ -18111,4 +18112,4 @@ async function resolveActionCredentials(requirements, options) {
|
|
|
18111
18112
|
//#endregion
|
|
18112
18113
|
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 };
|
|
18113
18114
|
|
|
18114
|
-
//# sourceMappingURL=dist-
|
|
18115
|
+
//# sourceMappingURL=dist-DoL6yTVZ.mjs.map
|