@keystrokehq/keystroke 0.0.131 → 0.0.132
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-DRHoiNDU.mjs → dist-BgrVL_8-.mjs} +12 -1
- package/dist/{dist-DRHoiNDU.mjs.map → dist-BgrVL_8-.mjs.map} +1 -1
- package/dist/{dist-B9gDCeSO.cjs → dist-CcNBSoDu.cjs} +5 -3
- package/dist/{dist-B9gDCeSO.cjs.map → dist-CcNBSoDu.cjs.map} +1 -1
- package/dist/{dist-D74xDrQo.mjs → dist-D10N9cCP.mjs} +5 -3
- package/dist/{dist-D74xDrQo.mjs.map → dist-D10N9cCP.mjs.map} +1 -1
- package/dist/{dist-DS0op2Qq.cjs → dist-Dnf8SOIi.cjs} +3 -3
- package/dist/{dist-DS0op2Qq.cjs.map → dist-Dnf8SOIi.cjs.map} +1 -1
- package/dist/{dist-BoXRkF1g.cjs → dist-cSfjaqCE.cjs} +12 -1
- package/dist/dist-cSfjaqCE.cjs.map +1 -0
- package/dist/{dist-C5v9sjXm.mjs → dist-u_6JRDeZ.mjs} +3 -3
- package/dist/{dist-C5v9sjXm.mjs.map → dist-u_6JRDeZ.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-3GlLOH1H.mjs → mistral-Bo3rdXMQ.mjs} +2 -2
- package/dist/{mistral-3GlLOH1H.mjs.map → mistral-Bo3rdXMQ.mjs.map} +1 -1
- package/dist/{mistral-6qERlIZU.cjs → mistral-DVS5lXM4.cjs} +2 -2
- package/dist/{mistral-6qERlIZU.cjs.map → mistral-DVS5lXM4.cjs.map} +1 -1
- package/dist/{sse-DeW61Xbu.mjs → sse-C8uhZLRE.mjs} +2 -2
- package/dist/{sse-DeW61Xbu.mjs.map → sse-C8uhZLRE.mjs.map} +1 -1
- package/dist/{sse-BrIdGLze.cjs → sse-DVK2ivU3.cjs} +2 -2
- package/dist/{sse-BrIdGLze.cjs.map → sse-DVK2ivU3.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-BoXRkF1g.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-BgrVL_8-.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-C8uhZLRE.mjs");
|
|
13259
13259
|
return new SSEClientTransport(url, {
|
|
13260
13260
|
requestInit,
|
|
13261
13261
|
fetch: fetchImpl
|
|
@@ -17558,6 +17558,8 @@ const projectArtifacts = pgTable("project_artifacts", {
|
|
|
17558
17558
|
storageKey: text$1("storage_key").notNull(),
|
|
17559
17559
|
manifestJson: jsonb("manifest_json"),
|
|
17560
17560
|
sourceManifestJson: jsonb("source_manifest_json"),
|
|
17561
|
+
version: integer$1("version").notNull(),
|
|
17562
|
+
createdByUserId: text$1("created_by_user_id").references(() => users.id, { onDelete: "set null" }),
|
|
17561
17563
|
status: projectArtifactStatusEnum("status").notNull(),
|
|
17562
17564
|
createdAt: timestamp("created_at", { withTimezone: true }).notNull(),
|
|
17563
17565
|
updatedAt: timestamp("updated_at", { withTimezone: true }).notNull()
|
|
@@ -18169,4 +18171,4 @@ async function resolveActionCredentials(requirements, options) {
|
|
|
18169
18171
|
//#endregion
|
|
18170
18172
|
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 };
|
|
18171
18173
|
|
|
18172
|
-
//# sourceMappingURL=dist-
|
|
18174
|
+
//# sourceMappingURL=dist-D10N9cCP.mjs.map
|