@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.
Files changed (34) hide show
  1. package/dist/action.cjs +1 -1
  2. package/dist/action.mjs +1 -1
  3. package/dist/agent.cjs +3 -3
  4. package/dist/agent.mjs +3 -3
  5. package/dist/credentials.cjs +1 -1
  6. package/dist/credentials.mjs +1 -1
  7. package/dist/{dist-CdeDUiky.mjs → dist-B-wGJGsT.mjs} +3 -3
  8. package/dist/{dist-CdeDUiky.mjs.map → dist-B-wGJGsT.mjs.map} +1 -1
  9. package/dist/{dist-CU4Mv5ac.cjs → dist-BAGMnDQ2.cjs} +4 -3
  10. package/dist/{dist-CU4Mv5ac.cjs.map → dist-BAGMnDQ2.cjs.map} +1 -1
  11. package/dist/{dist-C5IMYQuJ.cjs → dist-BBh4Swpl.cjs} +85 -12
  12. package/dist/dist-BBh4Swpl.cjs.map +1 -0
  13. package/dist/{dist-CVVoyUXL.cjs → dist-BYwAldKJ.cjs} +3 -3
  14. package/dist/{dist-CVVoyUXL.cjs.map → dist-BYwAldKJ.cjs.map} +1 -1
  15. package/dist/{dist-B_1Y6KLb.mjs → dist-Br_k5Ko1.mjs} +85 -12
  16. package/dist/{dist-B_1Y6KLb.mjs.map → dist-Br_k5Ko1.mjs.map} +1 -1
  17. package/dist/{dist-CAA_Ik8x.mjs → dist-DoL6yTVZ.mjs} +4 -3
  18. package/dist/{dist-CAA_Ik8x.mjs.map → dist-DoL6yTVZ.mjs.map} +1 -1
  19. package/dist/index-CiuCYKLw.d.cts.map +1 -1
  20. package/dist/index-CiuCYKLw.d.mts.map +1 -1
  21. package/dist/{mistral-wxp5Ba0T.cjs → mistral-C7C_WVSh.cjs} +2 -2
  22. package/dist/{mistral-wxp5Ba0T.cjs.map → mistral-C7C_WVSh.cjs.map} +1 -1
  23. package/dist/{mistral-C0v9IUYz.mjs → mistral-CvZRL2Hy.mjs} +2 -2
  24. package/dist/{mistral-C0v9IUYz.mjs.map → mistral-CvZRL2Hy.mjs.map} +1 -1
  25. package/dist/{sse-BLQNWTIl.mjs → sse-DfydDrJc.mjs} +2 -2
  26. package/dist/{sse-BLQNWTIl.mjs.map → sse-DfydDrJc.mjs.map} +1 -1
  27. package/dist/{sse-BttqM5xp.cjs → sse-DzFbnB9k.cjs} +2 -2
  28. package/dist/{sse-BttqM5xp.cjs.map → sse-DzFbnB9k.cjs.map} +1 -1
  29. package/dist/trigger.cjs +1 -1
  30. package/dist/trigger.mjs +1 -1
  31. package/dist/workflow.cjs +1 -1
  32. package/dist/workflow.mjs +1 -1
  33. package/package.json +1 -1
  34. 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-B_1Y6KLb.mjs";
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-BLQNWTIl.mjs");
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-CAA_Ik8x.mjs.map
18115
+ //# sourceMappingURL=dist-DoL6yTVZ.mjs.map