@keystrokehq/keystroke 0.0.101 → 0.0.102
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 +2 -1
- package/dist/action.d.cts +2 -2
- package/dist/action.d.mts +2 -2
- package/dist/action.mjs +2 -2
- package/dist/agent.cjs +144 -116
- package/dist/agent.cjs.map +1 -1
- package/dist/agent.d.cts +2 -2
- package/dist/agent.d.mts +2 -2
- package/dist/agent.mjs +144 -117
- package/dist/agent.mjs.map +1 -1
- package/dist/credentials.cjs +1 -1
- package/dist/credentials.mjs +1 -1
- package/dist/{dist-DzfOPx7X.mjs → dist-BUfE2se6.mjs} +3 -3
- package/dist/{dist-DzfOPx7X.mjs.map → dist-BUfE2se6.mjs.map} +1 -1
- package/dist/{dist-DJhg5KTL.cjs → dist-BkC9pJIu.cjs} +3 -3
- package/dist/{dist-DJhg5KTL.cjs.map → dist-BkC9pJIu.cjs.map} +1 -1
- package/dist/{dist-DKGeSeMa.cjs → dist-C8RdaDkW.cjs} +110 -79
- package/dist/dist-C8RdaDkW.cjs.map +1 -0
- package/dist/{dist-cDEt5yzO.mjs → dist-DY_F2zw5.mjs} +110 -79
- package/dist/dist-DY_F2zw5.mjs.map +1 -0
- package/dist/{dist-DG2RS68d.cjs → dist-DnqDVVpK.cjs} +11 -1
- package/dist/{dist-DG2RS68d.cjs.map → dist-DnqDVVpK.cjs.map} +1 -1
- package/dist/{dist-CAGgGvND.mjs → dist-SGAuX401.mjs} +6 -2
- package/dist/{dist-CAGgGvND.mjs.map → dist-SGAuX401.mjs.map} +1 -1
- package/dist/{index-CfK7yBQI.d.cts → index-B6BYxmgO.d.cts} +14 -3
- package/dist/index-B6BYxmgO.d.cts.map +1 -0
- package/dist/{index-DwZkaYLS.d.mts → index-DsP83E4y.d.mts} +10 -3
- package/dist/index-DsP83E4y.d.mts.map +1 -0
- package/dist/{index-by6PXA-8.d.mts → index-DtcAWajc.d.mts} +14 -3
- package/dist/index-DtcAWajc.d.mts.map +1 -0
- package/dist/{index-L5a2mf72.d.cts → index-FlkwP4zn.d.cts} +7 -3
- package/dist/index-FlkwP4zn.d.cts.map +1 -0
- package/dist/{index-CBgXyNH2.d.mts → index-TLlgJ1q1.d.mts} +7 -3
- package/dist/index-TLlgJ1q1.d.mts.map +1 -0
- package/dist/{index-C6_DVB_V.d.cts → index-i9JrhOqL.d.cts} +10 -3
- package/dist/index-i9JrhOqL.d.cts.map +1 -0
- package/dist/{mistral-CGHbHFQG.mjs → mistral-DUtxOD_C.mjs} +2 -2
- package/dist/{mistral-CGHbHFQG.mjs.map → mistral-DUtxOD_C.mjs.map} +1 -1
- package/dist/{mistral-9mfXttcp.cjs → mistral-DXb4X3t4.cjs} +2 -2
- package/dist/{mistral-9mfXttcp.cjs.map → mistral-DXb4X3t4.cjs.map} +1 -1
- package/dist/{sse-CcbP5P9d.mjs → sse-DezHFNKg.mjs} +2 -2
- package/dist/{sse-CcbP5P9d.mjs.map → sse-DezHFNKg.mjs.map} +1 -1
- package/dist/{sse-DSHssCpN.cjs → sse-SwZnScle.cjs} +2 -2
- package/dist/{sse-DSHssCpN.cjs.map → sse-SwZnScle.cjs.map} +1 -1
- package/dist/trigger.cjs +1 -1
- package/dist/trigger.d.cts +2 -2
- package/dist/trigger.d.mts +2 -2
- package/dist/trigger.mjs +1 -1
- package/dist/workflow.cjs +1 -1
- package/dist/workflow.d.cts +2 -2
- package/dist/workflow.d.mts +2 -2
- package/dist/workflow.mjs +1 -1
- package/package.json +1 -1
- package/dist/dist-DKGeSeMa.cjs.map +0 -1
- package/dist/dist-cDEt5yzO.mjs.map +0 -1
- package/dist/index-C6_DVB_V.d.cts.map +0 -1
- package/dist/index-CBgXyNH2.d.mts.map +0 -1
- package/dist/index-CfK7yBQI.d.cts.map +0 -1
- package/dist/index-DwZkaYLS.d.mts.map +0 -1
- package/dist/index-L5a2mf72.d.cts.map +0 -1
- package/dist/index-by6PXA-8.d.mts.map +0 -1
package/dist/credentials.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_dist = require("./dist-
|
|
2
|
+
const require_dist = require("./dist-DnqDVVpK.cjs");
|
|
3
3
|
exports.CREDENTIAL_SCOPE_LEVELS = require_dist.CREDENTIAL_SCOPE_LEVELS;
|
|
4
4
|
exports.DEFAULT_CREDENTIAL_RESOLUTION_CHAIN = require_dist.DEFAULT_CREDENTIAL_RESOLUTION_CHAIN;
|
|
5
5
|
exports.credential = require_dist.credential;
|
package/dist/credentials.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { S as toCredentialRequirement, _ as credential, b as isCredentialInput, g as DEFAULT_CREDENTIAL_RESOLUTION_CHAIN, m as CREDENTIAL_SCOPE_LEVELS, v as credentialInputSchema, x as normalizeCredentialList, y as defineCredential } from "./dist-SGAuX401.mjs";
|
|
2
2
|
export { CREDENTIAL_SCOPE_LEVELS, DEFAULT_CREDENTIAL_RESOLUTION_CHAIN, credential, credentialInputSchema, defineCredential, isCredentialInput, normalizeCredentialList, toCredentialRequirement };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Bn as __require, Ln as __commonJSMin, Vn as __toESM } from "./dist-f_JGyGWx.mjs";
|
|
2
|
-
import {
|
|
2
|
+
import { h as CREDENTIAL_SCOPE_LEVEL_TO_SCOPE_TYPE, x as normalizeCredentialList } from "./dist-SGAuX401.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-DezHFNKg.mjs");
|
|
13259
13259
|
return new SSEClientTransport(url, {
|
|
13260
13260
|
requestInit,
|
|
13261
13261
|
fetch: fetchImpl
|
|
@@ -18103,4 +18103,4 @@ async function resolveActionCredentials(requirements, options) {
|
|
|
18103
18103
|
//#endregion
|
|
18104
18104
|
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 };
|
|
18105
18105
|
|
|
18106
|
-
//# sourceMappingURL=dist-
|
|
18106
|
+
//# sourceMappingURL=dist-BUfE2se6.mjs.map
|