@keystrokehq/keystroke 0.0.158 → 0.0.159

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 (35) 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-BPL6RGOX.cjs → dist-D5jH3nQI.cjs} +1 -2
  8. package/dist/dist-D5jH3nQI.cjs.map +1 -0
  9. package/dist/{dist-BsLHL5ev.mjs → dist-DALSxODo.mjs} +3 -3
  10. package/dist/{dist-BsLHL5ev.mjs.map → dist-DALSxODo.mjs.map} +1 -1
  11. package/dist/{dist-BN4tLQ4S.cjs → dist-DhBV2U_0.cjs} +3 -3
  12. package/dist/{dist-BN4tLQ4S.cjs.map → dist-DhBV2U_0.cjs.map} +1 -1
  13. package/dist/{dist-B_PNHSDU.mjs → dist-XKCtZShd.mjs} +1 -2
  14. package/dist/dist-XKCtZShd.mjs.map +1 -0
  15. package/dist/{dist-lDHLFeHS.mjs → dist-lYNbBwe5.mjs} +3 -4
  16. package/dist/{dist-lDHLFeHS.mjs.map → dist-lYNbBwe5.mjs.map} +1 -1
  17. package/dist/{dist-C2-wphiV.cjs → dist-u0RYk4-X.cjs} +3 -4
  18. package/dist/{dist-C2-wphiV.cjs.map → dist-u0RYk4-X.cjs.map} +1 -1
  19. package/dist/index-BNcrFoZi.d.cts.map +1 -1
  20. package/dist/index-BNcrFoZi.d.mts.map +1 -1
  21. package/dist/{mistral-DIdWCzNl.mjs → mistral-CWlaNuqc.mjs} +2 -2
  22. package/dist/{mistral-DIdWCzNl.mjs.map → mistral-CWlaNuqc.mjs.map} +1 -1
  23. package/dist/{mistral-jf7ZLGhZ.cjs → mistral-DIpD1PUg.cjs} +2 -2
  24. package/dist/{mistral-jf7ZLGhZ.cjs.map → mistral-DIpD1PUg.cjs.map} +1 -1
  25. package/dist/{sse-cQ49VLYa.cjs → sse-DXvz9wn_.cjs} +2 -2
  26. package/dist/{sse-cQ49VLYa.cjs.map → sse-DXvz9wn_.cjs.map} +1 -1
  27. package/dist/{sse-DL0amYvP.mjs → sse-DuzdM7Va.mjs} +2 -2
  28. package/dist/{sse-DL0amYvP.mjs.map → sse-DuzdM7Va.mjs.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-BPL6RGOX.cjs.map +0 -1
  35. package/dist/dist-B_PNHSDU.mjs.map +0 -1
@@ -1,5 +1,5 @@
1
1
  const require_dist$1 = require("./dist-DnGkWV6x.cjs");
2
- const require_dist$2 = require("./dist-BPL6RGOX.cjs");
2
+ const require_dist$2 = require("./dist-D5jH3nQI.cjs");
3
3
  let node_async_hooks = require("node:async_hooks");
4
4
  require("node:fs");
5
5
  let zod_v3 = require("zod/v3");
@@ -13258,7 +13258,7 @@ async function connectMcpServer(name, options) {
13258
13258
  }
13259
13259
  async function createTransport(url, transport, requestInit, fetchImpl) {
13260
13260
  if (transport === "sse") {
13261
- const { SSEClientTransport } = await Promise.resolve().then(() => require("./sse-cQ49VLYa.cjs"));
13261
+ const { SSEClientTransport } = await Promise.resolve().then(() => require("./sse-DXvz9wn_.cjs"));
13262
13262
  return new SSEClientTransport(url, {
13263
13263
  requestInit,
13264
13264
  fetch: fetchImpl
@@ -17840,7 +17840,6 @@ function isCredentialError(error) {
17840
17840
  }
17841
17841
  function credentialScopeMatchesContext(scopeType, scopeId, context) {
17842
17842
  switch (scopeType) {
17843
- case "global": return true;
17844
17843
  case "organization": return scopeId === context.orgId;
17845
17844
  case "project": return scopeId === context.projectId;
17846
17845
  case "user": return scopeId === context.userId;
@@ -18401,4 +18400,4 @@ Object.defineProperty(exports, "zodToJsonSchema", {
18401
18400
  }
18402
18401
  });
18403
18402
 
18404
- //# sourceMappingURL=dist-C2-wphiV.cjs.map
18403
+ //# sourceMappingURL=dist-u0RYk4-X.cjs.map