agent-relay 5.0.0 → 6.0.0

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 (217) hide show
  1. package/dist/index.cjs +599 -197
  2. package/dist/packages/sdk/src/provisioner/local-jwks.d.ts +25 -0
  3. package/dist/packages/sdk/src/provisioner/local-jwks.d.ts.map +1 -0
  4. package/dist/packages/sdk/src/provisioner/local-jwks.js +70 -0
  5. package/dist/packages/sdk/src/provisioner/local-jwks.js.map +1 -0
  6. package/dist/packages/sdk/src/provisioner/token.d.ts +6 -3
  7. package/dist/packages/sdk/src/provisioner/token.d.ts.map +1 -1
  8. package/dist/packages/sdk/src/provisioner/token.js +11 -8
  9. package/dist/packages/sdk/src/provisioner/token.js.map +1 -1
  10. package/dist/src/cli/commands/on/provision.d.ts +2 -1
  11. package/dist/src/cli/commands/on/provision.d.ts.map +1 -1
  12. package/dist/src/cli/commands/on/provision.js +5 -4
  13. package/dist/src/cli/commands/on/provision.js.map +1 -1
  14. package/dist/src/cli/commands/on/services.d.ts +1 -0
  15. package/dist/src/cli/commands/on/services.d.ts.map +1 -1
  16. package/dist/src/cli/commands/on/services.js +9 -0
  17. package/dist/src/cli/commands/on/services.js.map +1 -1
  18. package/dist/src/cli/commands/on/start.d.ts +6 -3
  19. package/dist/src/cli/commands/on/start.d.ts.map +1 -1
  20. package/dist/src/cli/commands/on/start.js +310 -297
  21. package/dist/src/cli/commands/on/start.js.map +1 -1
  22. package/dist/src/cli/commands/on/token.d.ts +3 -1
  23. package/dist/src/cli/commands/on/token.d.ts.map +1 -1
  24. package/dist/src/cli/commands/on/token.js +3 -3
  25. package/dist/src/cli/commands/on/token.js.map +1 -1
  26. package/node_modules/@agent-relay/broker-darwin-arm64/README.md +11 -0
  27. package/node_modules/@agent-relay/broker-darwin-arm64/package.json +17 -0
  28. package/node_modules/@agent-relay/broker-darwin-x64/README.md +11 -0
  29. package/node_modules/@agent-relay/broker-darwin-x64/bin/.gitkeep +0 -0
  30. package/node_modules/@agent-relay/broker-darwin-x64/package.json +17 -0
  31. package/node_modules/@agent-relay/broker-linux-arm64/README.md +12 -0
  32. package/node_modules/@agent-relay/broker-linux-arm64/bin/.gitkeep +0 -0
  33. package/node_modules/@agent-relay/broker-linux-arm64/package.json +17 -0
  34. package/node_modules/@agent-relay/broker-linux-x64/README.md +12 -0
  35. package/node_modules/@agent-relay/broker-linux-x64/bin/.gitkeep +0 -0
  36. package/node_modules/@agent-relay/broker-linux-x64/package.json +17 -0
  37. package/node_modules/@agent-relay/broker-win32-x64/README.md +11 -0
  38. package/node_modules/@agent-relay/broker-win32-x64/bin/.gitkeep +0 -0
  39. package/node_modules/@agent-relay/broker-win32-x64/package.json +17 -0
  40. package/node_modules/@agent-relay/cloud/package.json +2 -2
  41. package/node_modules/@agent-relay/config/dist/cli-registry.generated.d.ts +353 -157
  42. package/node_modules/@agent-relay/config/dist/cli-registry.generated.d.ts.map +1 -1
  43. package/node_modules/@agent-relay/config/dist/cli-registry.generated.js +356 -160
  44. package/node_modules/@agent-relay/config/dist/cli-registry.generated.js.map +1 -1
  45. package/node_modules/@agent-relay/config/package.json +1 -1
  46. package/node_modules/@agent-relay/hooks/package.json +4 -4
  47. package/node_modules/@agent-relay/sdk/dist/broker-path.d.ts +18 -7
  48. package/node_modules/@agent-relay/sdk/dist/broker-path.d.ts.map +1 -1
  49. package/node_modules/@agent-relay/sdk/dist/broker-path.js +92 -20
  50. package/node_modules/@agent-relay/sdk/dist/broker-path.js.map +1 -1
  51. package/node_modules/@agent-relay/sdk/dist/client.d.ts.map +1 -1
  52. package/node_modules/@agent-relay/sdk/dist/client.js +9 -2
  53. package/node_modules/@agent-relay/sdk/dist/client.js.map +1 -1
  54. package/node_modules/@agent-relay/sdk/dist/provisioner/__tests__/audit.test.js +2 -2
  55. package/node_modules/@agent-relay/sdk/dist/provisioner/__tests__/audit.test.js.map +1 -1
  56. package/node_modules/@agent-relay/sdk/dist/provisioner/__tests__/token-factory.test.js +29 -17
  57. package/node_modules/@agent-relay/sdk/dist/provisioner/__tests__/token-factory.test.js.map +1 -1
  58. package/node_modules/@agent-relay/sdk/dist/provisioner/__tests__/token.test.js +8 -3
  59. package/node_modules/@agent-relay/sdk/dist/provisioner/__tests__/token.test.js.map +1 -1
  60. package/node_modules/@agent-relay/sdk/dist/provisioner/index.d.ts +1 -0
  61. package/node_modules/@agent-relay/sdk/dist/provisioner/index.d.ts.map +1 -1
  62. package/node_modules/@agent-relay/sdk/dist/provisioner/index.js +5 -2
  63. package/node_modules/@agent-relay/sdk/dist/provisioner/index.js.map +1 -1
  64. package/node_modules/@agent-relay/sdk/dist/provisioner/local-jwks.d.ts +25 -0
  65. package/node_modules/@agent-relay/sdk/dist/provisioner/local-jwks.d.ts.map +1 -0
  66. package/node_modules/@agent-relay/sdk/dist/provisioner/local-jwks.js +70 -0
  67. package/node_modules/@agent-relay/sdk/dist/provisioner/local-jwks.js.map +1 -0
  68. package/node_modules/@agent-relay/sdk/dist/provisioner/token.d.ts +6 -3
  69. package/node_modules/@agent-relay/sdk/dist/provisioner/token.d.ts.map +1 -1
  70. package/node_modules/@agent-relay/sdk/dist/provisioner/token.js +11 -8
  71. package/node_modules/@agent-relay/sdk/dist/provisioner/token.js.map +1 -1
  72. package/node_modules/@agent-relay/sdk/dist/provisioner/types.d.ts +3 -2
  73. package/node_modules/@agent-relay/sdk/dist/provisioner/types.d.ts.map +1 -1
  74. package/node_modules/@agent-relay/sdk/dist/workflows/__tests__/sibling-links.test.d.ts +2 -0
  75. package/node_modules/@agent-relay/sdk/dist/workflows/__tests__/sibling-links.test.d.ts.map +1 -0
  76. package/node_modules/@agent-relay/sdk/dist/workflows/__tests__/sibling-links.test.js +166 -0
  77. package/node_modules/@agent-relay/sdk/dist/workflows/__tests__/sibling-links.test.js.map +1 -0
  78. package/node_modules/@agent-relay/sdk/dist/workflows/index.d.ts +2 -0
  79. package/node_modules/@agent-relay/sdk/dist/workflows/index.d.ts.map +1 -1
  80. package/node_modules/@agent-relay/sdk/dist/workflows/index.js +1 -0
  81. package/node_modules/@agent-relay/sdk/dist/workflows/index.js.map +1 -1
  82. package/node_modules/@agent-relay/sdk/dist/workflows/runner.d.ts.map +1 -1
  83. package/node_modules/@agent-relay/sdk/dist/workflows/runner.js +18 -1
  84. package/node_modules/@agent-relay/sdk/dist/workflows/runner.js.map +1 -1
  85. package/node_modules/@agent-relay/sdk/dist/workflows/sibling-links.d.ts +100 -0
  86. package/node_modules/@agent-relay/sdk/dist/workflows/sibling-links.d.ts.map +1 -0
  87. package/node_modules/@agent-relay/sdk/dist/workflows/sibling-links.js +205 -0
  88. package/node_modules/@agent-relay/sdk/dist/workflows/sibling-links.js.map +1 -0
  89. package/node_modules/@agent-relay/sdk/package.json +10 -3
  90. package/node_modules/@agent-relay/telemetry/package.json +1 -1
  91. package/node_modules/@agent-relay/trajectory/package.json +2 -2
  92. package/node_modules/@agent-relay/user-directory/package.json +2 -2
  93. package/node_modules/@agent-relay/utils/package.json +2 -2
  94. package/node_modules/@aws-sdk/core/package.json +5 -5
  95. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  96. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  97. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  98. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  99. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  100. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  101. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  102. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  103. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +4 -4
  104. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
  105. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  106. package/node_modules/@aws-sdk/nested-clients/package.json +14 -14
  107. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  108. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  109. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  110. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -2
  111. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +0 -2
  112. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  113. package/node_modules/@nodable/entities/README.md +41 -0
  114. package/node_modules/@nodable/entities/package.json +54 -0
  115. package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
  116. package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
  117. package/node_modules/@nodable/entities/src/entities.js +1177 -0
  118. package/node_modules/@nodable/entities/src/entityTries.js +49 -0
  119. package/node_modules/@nodable/entities/src/index.d.ts +264 -0
  120. package/node_modules/@nodable/entities/src/index.js +29 -0
  121. package/node_modules/@smithy/core/package.json +2 -2
  122. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  123. package/node_modules/@smithy/middleware-retry/package.json +4 -4
  124. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  125. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +27 -16
  126. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +5 -0
  127. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +22 -16
  128. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +4 -0
  129. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +2 -4
  130. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  131. package/node_modules/@smithy/smithy-client/package.json +4 -4
  132. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  133. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  134. package/node_modules/@smithy/util-retry/dist-cjs/index.js +20 -10
  135. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +20 -10
  136. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +12 -4
  137. package/node_modules/@smithy/util-retry/package.json +1 -1
  138. package/node_modules/@smithy/util-stream/package.json +2 -2
  139. package/node_modules/fast-xml-parser/CHANGELOG.md +53 -0
  140. package/node_modules/fast-xml-parser/README.md +8 -28
  141. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  142. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  143. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  144. package/node_modules/fast-xml-parser/lib/fxp.d.cts +172 -6
  145. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  146. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  147. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  148. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  149. package/node_modules/fast-xml-parser/package.json +5 -4
  150. package/node_modules/fast-xml-parser/src/fxp.d.ts +162 -3
  151. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +2 -5
  152. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +15 -11
  153. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +168 -244
  154. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +1 -1
  155. package/package.json +9 -10
  156. package/packages/cloud/package.json +2 -2
  157. package/packages/config/dist/cli-registry.generated.d.ts +353 -157
  158. package/packages/config/dist/cli-registry.generated.d.ts.map +1 -1
  159. package/packages/config/dist/cli-registry.generated.js +356 -160
  160. package/packages/config/dist/cli-registry.generated.js.map +1 -1
  161. package/packages/config/package.json +1 -1
  162. package/packages/hooks/package.json +4 -4
  163. package/packages/sdk/dist/broker-path.d.ts +18 -7
  164. package/packages/sdk/dist/broker-path.d.ts.map +1 -1
  165. package/packages/sdk/dist/broker-path.js +92 -20
  166. package/packages/sdk/dist/broker-path.js.map +1 -1
  167. package/packages/sdk/dist/client.d.ts.map +1 -1
  168. package/packages/sdk/dist/client.js +9 -2
  169. package/packages/sdk/dist/client.js.map +1 -1
  170. package/packages/sdk/dist/provisioner/__tests__/audit.test.js +2 -2
  171. package/packages/sdk/dist/provisioner/__tests__/audit.test.js.map +1 -1
  172. package/packages/sdk/dist/provisioner/__tests__/token-factory.test.js +29 -17
  173. package/packages/sdk/dist/provisioner/__tests__/token-factory.test.js.map +1 -1
  174. package/packages/sdk/dist/provisioner/__tests__/token.test.js +8 -3
  175. package/packages/sdk/dist/provisioner/__tests__/token.test.js.map +1 -1
  176. package/packages/sdk/dist/provisioner/index.d.ts +1 -0
  177. package/packages/sdk/dist/provisioner/index.d.ts.map +1 -1
  178. package/packages/sdk/dist/provisioner/index.js +5 -2
  179. package/packages/sdk/dist/provisioner/index.js.map +1 -1
  180. package/packages/sdk/dist/provisioner/local-jwks.d.ts +25 -0
  181. package/packages/sdk/dist/provisioner/local-jwks.d.ts.map +1 -0
  182. package/packages/sdk/dist/provisioner/local-jwks.js +70 -0
  183. package/packages/sdk/dist/provisioner/local-jwks.js.map +1 -0
  184. package/packages/sdk/dist/provisioner/token.d.ts +6 -3
  185. package/packages/sdk/dist/provisioner/token.d.ts.map +1 -1
  186. package/packages/sdk/dist/provisioner/token.js +11 -8
  187. package/packages/sdk/dist/provisioner/token.js.map +1 -1
  188. package/packages/sdk/dist/provisioner/types.d.ts +3 -2
  189. package/packages/sdk/dist/provisioner/types.d.ts.map +1 -1
  190. package/packages/sdk/dist/workflows/__tests__/sibling-links.test.d.ts +2 -0
  191. package/packages/sdk/dist/workflows/__tests__/sibling-links.test.d.ts.map +1 -0
  192. package/packages/sdk/dist/workflows/__tests__/sibling-links.test.js +166 -0
  193. package/packages/sdk/dist/workflows/__tests__/sibling-links.test.js.map +1 -0
  194. package/packages/sdk/dist/workflows/index.d.ts +2 -0
  195. package/packages/sdk/dist/workflows/index.d.ts.map +1 -1
  196. package/packages/sdk/dist/workflows/index.js +1 -0
  197. package/packages/sdk/dist/workflows/index.js.map +1 -1
  198. package/packages/sdk/dist/workflows/runner.d.ts.map +1 -1
  199. package/packages/sdk/dist/workflows/runner.js +18 -1
  200. package/packages/sdk/dist/workflows/runner.js.map +1 -1
  201. package/packages/sdk/dist/workflows/sibling-links.d.ts +100 -0
  202. package/packages/sdk/dist/workflows/sibling-links.d.ts.map +1 -0
  203. package/packages/sdk/dist/workflows/sibling-links.js +205 -0
  204. package/packages/sdk/dist/workflows/sibling-links.js.map +1 -0
  205. package/packages/sdk/package.json +10 -3
  206. package/packages/telemetry/package.json +1 -1
  207. package/packages/trajectory/package.json +2 -2
  208. package/packages/user-directory/package.json +2 -2
  209. package/packages/utils/package.json +2 -2
  210. package/scripts/postinstall.js +9 -146
  211. package/bin/agent-relay-broker-darwin-arm64 +0 -0
  212. package/bin/agent-relay-broker-darwin-x64 +0 -0
  213. package/bin/agent-relay-broker-linux-arm64 +0 -0
  214. package/bin/agent-relay-broker-linux-x64 +0 -0
  215. package/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
  216. package/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
  217. /package/{bin → node_modules/@agent-relay/broker-darwin-arm64/bin}/.gitkeep +0 -0
@@ -0,0 +1,100 @@
1
+ /**
2
+ * Sibling-package link setup for workflows that consume a package living in
3
+ * a sibling repo / worktree on disk.
4
+ *
5
+ * Problem it solves: agents running inside a workflow sometimes find that
6
+ * `npm install` (or `pip install`) resolved an older version of a package
7
+ * than the one the workflow actually needs — for example when the consumer
8
+ * workflow runs before the producer has published a new release. Rather
9
+ * than letting agents see a stale interface (and react by augmenting the
10
+ * module or writing fallback implementations), linking redirects the
11
+ * package resolution at dev-time to the sibling's on-disk build output.
12
+ *
13
+ * Usage (ESM):
14
+ *
15
+ * import { workflow, applySiblingLinks } from '@agent-relay/sdk/workflows';
16
+ *
17
+ * const base = workflow('my-feature').pattern('dag').agent('impl', ...);
18
+ * const wf = applySiblingLinks(base, {
19
+ * dependsOn: ['install-deps'],
20
+ * links: [
21
+ * {
22
+ * name: '@agent-assistant/proactive',
23
+ * path: '../agent-assistant/packages/proactive',
24
+ * expect: ['recordSignal', 'drainSignals'],
25
+ * },
26
+ * {
27
+ * name: '@agent-assistant/surfaces',
28
+ * path: '../agent-assistant/packages/surfaces',
29
+ * expect: ['classifySlackPresenceSignal'],
30
+ * },
31
+ * ],
32
+ * });
33
+ *
34
+ * await wf.step('plan', { agent: 'impl', dependsOn: ['setup-sibling-links'], task: ... })
35
+ * .run({ cwd: process.cwd() });
36
+ *
37
+ * MVP language support: npm (package.json), Python (pyproject.toml /
38
+ * setup.py / setup.cfg). Auto-detects from the sibling's manifest. Fails
39
+ * fast on missing path, unknown manifest, or missing expected exports.
40
+ */
41
+ /** A single sibling package to link into the workflow's working directory. */
42
+ export interface SiblingLink {
43
+ /**
44
+ * Package name as it appears in imports (e.g. "@agent-assistant/proactive",
45
+ * "my_python_pkg"). For Python, use the import name (underscored), not the
46
+ * distribution name.
47
+ */
48
+ name: string;
49
+ /**
50
+ * Path to the sibling package root, relative to the workflow's cwd.
51
+ * For npm, this is the directory containing package.json.
52
+ * For Python, the directory containing pyproject.toml / setup.py.
53
+ */
54
+ path: string;
55
+ /**
56
+ * Optional list of top-level named exports / attributes the workflow
57
+ * expects to find on the linked package post-setup. When provided, a
58
+ * language-appropriate import smoke test runs and fails the step if any
59
+ * are missing.
60
+ */
61
+ expect?: string[];
62
+ }
63
+ export interface SiblingLinkOptions {
64
+ /** Link declarations. All must succeed (fail-fast on any error). */
65
+ links: SiblingLink[];
66
+ /**
67
+ * Step name for the setup step emitted by this helper.
68
+ * Defaults to `"setup-sibling-links"`.
69
+ */
70
+ stepName?: string;
71
+ /**
72
+ * dependsOn for the setup step. Typically `['install-deps']` so that
73
+ * `npm install` / `pip install` has run first.
74
+ * Defaults to `['install-deps']`.
75
+ */
76
+ dependsOn?: string[];
77
+ }
78
+ /**
79
+ * Adds a single deterministic step to the workflow that links each sibling
80
+ * package into the workflow's working directory using the appropriate
81
+ * language-specific mechanism, then smoke-tests each linked package for
82
+ * expected exports.
83
+ *
84
+ * The step fails fast on:
85
+ * - Sibling path missing
86
+ * - Unknown manifest (no package.json / pyproject.toml / setup.py)
87
+ * - Link command failure
88
+ * - Missing expected export
89
+ */
90
+ export declare function applySiblingLinks<T>(wf: T, opts: SiblingLinkOptions): T;
91
+ /**
92
+ * Builds a bash script that:
93
+ * 1. For each link, detects its manifest and applies the right link command.
94
+ * 2. After all links succeed, runs one import smoke test per link that
95
+ * declared expected exports.
96
+ *
97
+ * Exported for test visibility; not part of the public API.
98
+ */
99
+ export declare function buildSiblingLinkScript(links: SiblingLink[]): string;
100
+ //# sourceMappingURL=sibling-links.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sibling-links.d.ts","sourceRoot":"","sources":["../../src/workflows/sibling-links.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AAEH,8EAA8E;AAC9E,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;OAKG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,MAAM,WAAW,kBAAkB;IACjC,oEAAoE;IACpE,KAAK,EAAE,WAAW,EAAE,CAAC;IAErB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;CACtB;AAOD;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,kBAAkB,GAAG,CAAC,CAkBvE;AAkBD;;;;;;;GAOG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,WAAW,EAAE,GAAG,MAAM,CAsBnE"}
@@ -0,0 +1,205 @@
1
+ /**
2
+ * Sibling-package link setup for workflows that consume a package living in
3
+ * a sibling repo / worktree on disk.
4
+ *
5
+ * Problem it solves: agents running inside a workflow sometimes find that
6
+ * `npm install` (or `pip install`) resolved an older version of a package
7
+ * than the one the workflow actually needs — for example when the consumer
8
+ * workflow runs before the producer has published a new release. Rather
9
+ * than letting agents see a stale interface (and react by augmenting the
10
+ * module or writing fallback implementations), linking redirects the
11
+ * package resolution at dev-time to the sibling's on-disk build output.
12
+ *
13
+ * Usage (ESM):
14
+ *
15
+ * import { workflow, applySiblingLinks } from '@agent-relay/sdk/workflows';
16
+ *
17
+ * const base = workflow('my-feature').pattern('dag').agent('impl', ...);
18
+ * const wf = applySiblingLinks(base, {
19
+ * dependsOn: ['install-deps'],
20
+ * links: [
21
+ * {
22
+ * name: '@agent-assistant/proactive',
23
+ * path: '../agent-assistant/packages/proactive',
24
+ * expect: ['recordSignal', 'drainSignals'],
25
+ * },
26
+ * {
27
+ * name: '@agent-assistant/surfaces',
28
+ * path: '../agent-assistant/packages/surfaces',
29
+ * expect: ['classifySlackPresenceSignal'],
30
+ * },
31
+ * ],
32
+ * });
33
+ *
34
+ * await wf.step('plan', { agent: 'impl', dependsOn: ['setup-sibling-links'], task: ... })
35
+ * .run({ cwd: process.cwd() });
36
+ *
37
+ * MVP language support: npm (package.json), Python (pyproject.toml /
38
+ * setup.py / setup.cfg). Auto-detects from the sibling's manifest. Fails
39
+ * fast on missing path, unknown manifest, or missing expected exports.
40
+ */
41
+ /**
42
+ * Adds a single deterministic step to the workflow that links each sibling
43
+ * package into the workflow's working directory using the appropriate
44
+ * language-specific mechanism, then smoke-tests each linked package for
45
+ * expected exports.
46
+ *
47
+ * The step fails fast on:
48
+ * - Sibling path missing
49
+ * - Unknown manifest (no package.json / pyproject.toml / setup.py)
50
+ * - Link command failure
51
+ * - Missing expected export
52
+ */
53
+ export function applySiblingLinks(wf, opts) {
54
+ if (opts.links.length === 0) {
55
+ return wf;
56
+ }
57
+ const stepName = opts.stepName ?? 'setup-sibling-links';
58
+ const dependsOn = opts.dependsOn ?? ['install-deps'];
59
+ const script = buildSiblingLinkScript(opts.links);
60
+ const chain = wf;
61
+ chain.step(stepName, {
62
+ type: 'deterministic',
63
+ dependsOn,
64
+ command: `bash -c ${shSingleQuote(script)}`,
65
+ captureOutput: true,
66
+ failOnError: true,
67
+ });
68
+ return wf;
69
+ }
70
+ // ─── Internal: shell-script generation ─────────────────────────────────────
71
+ /**
72
+ * Shell-quote a string for safe single-quoted inclusion in a bash command.
73
+ * Single-quoted strings in bash are literal for every character except the
74
+ * single quote itself, so `$` and backticks are NOT interpreted — which is
75
+ * exactly what we want for link.name / link.path / JSON payloads that must
76
+ * pass through bash unchanged.
77
+ *
78
+ * Embedded single quotes are escaped via the standard `'\''` POSIX idiom
79
+ * (close, escape, reopen).
80
+ */
81
+ function shSingleQuote(value) {
82
+ return `'${value.replace(/'/g, `'\\''`)}'`;
83
+ }
84
+ /**
85
+ * Builds a bash script that:
86
+ * 1. For each link, detects its manifest and applies the right link command.
87
+ * 2. After all links succeed, runs one import smoke test per link that
88
+ * declared expected exports.
89
+ *
90
+ * Exported for test visibility; not part of the public API.
91
+ */
92
+ export function buildSiblingLinkScript(links) {
93
+ const lines = ['set -euo pipefail', 'echo "=== applySiblingLinks: setting up ==="'];
94
+ for (const link of links) {
95
+ // Use SINGLE-quoted shell literals for the assignments. Double-quoted
96
+ // literals (via JSON.stringify) would let `$`, backticks, and `\` still
97
+ // trigger substitution or escaping — single-quoted is literal end-to-end.
98
+ const escapedName = shSingleQuote(link.name);
99
+ const escapedPath = shSingleQuote(link.path);
100
+ lines.push(linkOneBlock(link, escapedName, escapedPath));
101
+ }
102
+ lines.push('echo "=== applySiblingLinks: verifying exports ==="');
103
+ for (const link of links) {
104
+ if (!link.expect || link.expect.length === 0) {
105
+ continue;
106
+ }
107
+ lines.push(verifyExportsBlock(link));
108
+ }
109
+ lines.push('echo "APPLY_SIBLING_LINKS_OK"');
110
+ return lines.join('\n');
111
+ }
112
+ function linkOneBlock(link, escapedName, escapedPath) {
113
+ void link;
114
+ return [
115
+ `SIBLING_PATH=${escapedPath}`,
116
+ `SIBLING_NAME=${escapedName}`,
117
+ 'echo "--- link: $SIBLING_NAME <- $SIBLING_PATH ---"',
118
+ 'if [ ! -d "$SIBLING_PATH" ]; then',
119
+ ' echo "SIBLING_PATH_MISSING: $SIBLING_PATH" >&2',
120
+ ' exit 1',
121
+ 'fi',
122
+ 'if [ -f "$SIBLING_PATH/package.json" ]; then',
123
+ ' echo "detected: npm"',
124
+ ' ( cd "$SIBLING_PATH" && npm link --silent )',
125
+ ' npm link --silent "$SIBLING_NAME"',
126
+ 'elif [ -f "$SIBLING_PATH/pyproject.toml" ] || [ -f "$SIBLING_PATH/setup.py" ] || [ -f "$SIBLING_PATH/setup.cfg" ]; then',
127
+ ' echo "detected: python"',
128
+ // Try uv first (fastest when available), but uv refuses to install
129
+ // outside a venv without --system. Pass --system explicitly so uv
130
+ // works in non-venv sandboxes (common CI/agent runner shape).
131
+ // If uv still fails (e.g. broken install), fall through to pip/pip3
132
+ // via the explicit OR chain rather than relying on `set -e` to
133
+ // short-circuit between elif branches.
134
+ ' if command -v uv >/dev/null 2>&1 && uv pip install --system -e "$SIBLING_PATH" --quiet 2>/dev/null; then',
135
+ ' :',
136
+ ' elif command -v pip >/dev/null 2>&1; then',
137
+ ' pip install -e "$SIBLING_PATH" --quiet',
138
+ ' elif command -v pip3 >/dev/null 2>&1; then',
139
+ ' pip3 install -e "$SIBLING_PATH" --quiet',
140
+ ' else',
141
+ ' echo "NO_PYTHON_INSTALLER: uv / pip / pip3 not found or all failed" >&2',
142
+ ' exit 1',
143
+ ' fi',
144
+ 'else',
145
+ ' echo "UNKNOWN_MANIFEST: expected package.json / pyproject.toml / setup.py / setup.cfg at $SIBLING_PATH" >&2',
146
+ ' exit 1',
147
+ 'fi',
148
+ ].join('\n');
149
+ }
150
+ function verifyExportsBlock(link) {
151
+ const escapedName = shSingleQuote(link.name);
152
+ const escapedPath = shSingleQuote(link.path);
153
+ const expectJson = JSON.stringify(link.expect ?? []);
154
+ // Pick the smoke-test runtime based on what manifest type the sibling had.
155
+ // Single-quoted assignments are literal — the JSON payload inside EXPECT
156
+ // survives bash untouched and downstream Node/Python JSON.parse it back.
157
+ return [
158
+ `SIBLING_PATH=${escapedPath}`,
159
+ `SIBLING_NAME=${escapedName}`,
160
+ `EXPECT=${shSingleQuote(expectJson)}`,
161
+ 'if [ -f "$SIBLING_PATH/package.json" ]; then',
162
+ nodeVerifyCommand(),
163
+ 'else',
164
+ pythonVerifyCommand(),
165
+ 'fi',
166
+ ].join('\n');
167
+ }
168
+ function nodeVerifyCommand() {
169
+ const script = [
170
+ 'const want = JSON.parse(process.env.APPLY_SIBLING_LINKS_EXPECT);',
171
+ 'const name = process.env.APPLY_SIBLING_LINKS_NAME;',
172
+ 'const mod = await import(name);',
173
+ 'const missing = want.filter((k) => !(k in mod));',
174
+ 'if (missing.length) {',
175
+ ' console.error(`MISSING_EXPORTS in ${name}: ${missing.join(",")}`);',
176
+ ' process.exit(1);',
177
+ '}',
178
+ 'console.log(`${name} OK: ${want.join(",")}`);',
179
+ ].join(' ');
180
+ return ` APPLY_SIBLING_LINKS_NAME="$SIBLING_NAME" APPLY_SIBLING_LINKS_EXPECT="$EXPECT" node --input-type=module -e ${shSingleQuote(script)}`;
181
+ }
182
+ function pythonVerifyCommand() {
183
+ // Python < 3.12 forbids backslashes inside f-string expressions, so we
184
+ // can't inline `{",".join(missing)}` (which needs `\",\".` when written
185
+ // as a JS string literal). Bind the separator to a name outside the
186
+ // f-string first.
187
+ const script = [
188
+ 'import json, os, importlib',
189
+ 'name = os.environ["APPLY_SIBLING_LINKS_NAME"]',
190
+ 'want = json.loads(os.environ["APPLY_SIBLING_LINKS_EXPECT"])',
191
+ 'mod = importlib.import_module(name)',
192
+ 'missing = [k for k in want if not hasattr(mod, k)]',
193
+ 'sep = ","',
194
+ 'if missing:',
195
+ ' print(f"MISSING_EXPORTS in {name}: {sep.join(missing)}", flush=True)',
196
+ ' raise SystemExit(1)',
197
+ 'print(f"{name} OK: {sep.join(want)}", flush=True)',
198
+ ].join('\n');
199
+ return [
200
+ ' APPLY_SIBLING_LINKS_NAME="$SIBLING_NAME" APPLY_SIBLING_LINKS_EXPECT="$EXPECT" \\',
201
+ ` python3 -c ${shSingleQuote(script)} 2>/dev/null || \\`,
202
+ ` APPLY_SIBLING_LINKS_NAME="$SIBLING_NAME" APPLY_SIBLING_LINKS_EXPECT="$EXPECT" python -c ${shSingleQuote(script)}`,
203
+ ].join('\n');
204
+ }
205
+ //# sourceMappingURL=sibling-links.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sibling-links.js","sourceRoot":"","sources":["../../src/workflows/sibling-links.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/sdk",
3
- "version": "5.0.0",
3
+ "version": "6.0.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -134,7 +134,7 @@
134
134
  "@types/ws": "^8.5.10"
135
135
  },
136
136
  "dependencies": {
137
- "@agent-relay/config": "5.0.0",
137
+ "@agent-relay/config": "6.0.0",
138
138
  "@relaycast/sdk": "^1.1.0",
139
139
  "@relayfile/sdk": ">=0.1.2 <1",
140
140
  "@sinclair/typebox": "^0.34.48",
@@ -146,8 +146,15 @@
146
146
  "tar": "^7.5.10",
147
147
  "yaml": "^2.7.0"
148
148
  },
149
+ "optionalDependencies": {
150
+ "@agent-relay/broker-darwin-arm64": "6.0.0",
151
+ "@agent-relay/broker-darwin-x64": "6.0.0",
152
+ "@agent-relay/broker-linux-arm64": "6.0.0",
153
+ "@agent-relay/broker-linux-x64": "6.0.0",
154
+ "@agent-relay/broker-win32-x64": "6.0.0"
155
+ },
149
156
  "peerDependencies": {
150
- "@agent-relay/credential-proxy": "5.0.0",
157
+ "@agent-relay/credential-proxy": "6.0.0",
151
158
  "@anthropic-ai/claude-agent-sdk": ">=0.1.0",
152
159
  "@google/adk": ">=0.5.0",
153
160
  "@langchain/langgraph": ">=1.2.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/telemetry",
3
- "version": "5.0.0",
3
+ "version": "6.0.0",
4
4
  "description": "Anonymous telemetry for Agent Relay usage analytics",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/trajectory",
3
- "version": "5.0.0",
3
+ "version": "6.0.0",
4
4
  "description": "Trajectory integration utilities (trail/PDERO) for Relay",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "test:watch": "vitest"
23
23
  },
24
24
  "dependencies": {
25
- "@agent-relay/config": "5.0.0"
25
+ "@agent-relay/config": "6.0.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^22.19.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/user-directory",
3
- "version": "5.0.0",
3
+ "version": "6.0.0",
4
4
  "description": "User directory service for agent-relay (per-user credential storage)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "test:watch": "vitest"
23
23
  },
24
24
  "dependencies": {
25
- "@agent-relay/utils": "5.0.0"
25
+ "@agent-relay/utils": "6.0.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^22.19.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/utils",
3
- "version": "5.0.0",
3
+ "version": "6.0.0",
4
4
  "description": "Shared utilities for agent-relay: logging, name generation, command resolution, update checking",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -111,7 +111,7 @@
111
111
  "vitest": "^3.2.4"
112
112
  },
113
113
  "dependencies": {
114
- "@agent-relay/config": "5.0.0",
114
+ "@agent-relay/config": "6.0.0",
115
115
  "compare-versions": "^6.1.1"
116
116
  },
117
117
  "publishConfig": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.974.4",
3
+ "version": "3.974.5",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -83,17 +83,17 @@
83
83
  "license": "Apache-2.0",
84
84
  "dependencies": {
85
85
  "@aws-sdk/types": "^3.973.8",
86
- "@aws-sdk/xml-builder": "^3.972.18",
87
- "@smithy/core": "^3.23.16",
86
+ "@aws-sdk/xml-builder": "^3.972.19",
87
+ "@smithy/core": "^3.23.17",
88
88
  "@smithy/node-config-provider": "^4.3.14",
89
89
  "@smithy/property-provider": "^4.2.14",
90
90
  "@smithy/protocol-http": "^5.3.14",
91
91
  "@smithy/signature-v4": "^5.3.14",
92
- "@smithy/smithy-client": "^4.12.12",
92
+ "@smithy/smithy-client": "^4.12.13",
93
93
  "@smithy/types": "^4.14.1",
94
94
  "@smithy/util-base64": "^4.3.2",
95
95
  "@smithy/util-middleware": "^4.2.14",
96
- "@smithy/util-retry": "^4.3.3",
96
+ "@smithy/util-retry": "^4.3.4",
97
97
  "@smithy/util-utf8": "^4.2.2",
98
98
  "tslib": "^2.6.2"
99
99
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.30",
3
+ "version": "3.972.31",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.974.4",
29
+ "@aws-sdk/core": "^3.974.5",
30
30
  "@aws-sdk/types": "^3.973.8",
31
31
  "@smithy/property-provider": "^4.2.14",
32
32
  "@smithy/types": "^4.14.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.32",
3
+ "version": "3.972.33",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,15 +28,15 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.4",
31
+ "@aws-sdk/core": "^3.974.5",
32
32
  "@aws-sdk/types": "^3.973.8",
33
33
  "@smithy/fetch-http-handler": "^5.3.17",
34
- "@smithy/node-http-handler": "^4.6.0",
34
+ "@smithy/node-http-handler": "^4.6.1",
35
35
  "@smithy/property-provider": "^4.2.14",
36
36
  "@smithy/protocol-http": "^5.3.14",
37
- "@smithy/smithy-client": "^4.12.12",
37
+ "@smithy/smithy-client": "^4.12.13",
38
38
  "@smithy/types": "^4.14.1",
39
- "@smithy/util-stream": "^4.5.24",
39
+ "@smithy/util-stream": "^4.5.25",
40
40
  "tslib": "^2.6.2"
41
41
  },
42
42
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.972.34",
3
+ "version": "3.972.35",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,14 +28,14 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.4",
32
- "@aws-sdk/credential-provider-env": "^3.972.30",
33
- "@aws-sdk/credential-provider-http": "^3.972.32",
34
- "@aws-sdk/credential-provider-login": "^3.972.34",
35
- "@aws-sdk/credential-provider-process": "^3.972.30",
36
- "@aws-sdk/credential-provider-sso": "^3.972.34",
37
- "@aws-sdk/credential-provider-web-identity": "^3.972.34",
38
- "@aws-sdk/nested-clients": "^3.997.2",
31
+ "@aws-sdk/core": "^3.974.5",
32
+ "@aws-sdk/credential-provider-env": "^3.972.31",
33
+ "@aws-sdk/credential-provider-http": "^3.972.33",
34
+ "@aws-sdk/credential-provider-login": "^3.972.35",
35
+ "@aws-sdk/credential-provider-process": "^3.972.31",
36
+ "@aws-sdk/credential-provider-sso": "^3.972.35",
37
+ "@aws-sdk/credential-provider-web-identity": "^3.972.35",
38
+ "@aws-sdk/nested-clients": "^3.997.3",
39
39
  "@aws-sdk/types": "^3.973.8",
40
40
  "@smithy/credential-provider-imds": "^4.2.14",
41
41
  "@smithy/property-provider": "^4.2.14",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.34",
3
+ "version": "3.972.35",
4
4
  "description": "AWS credential provider that sources credentials from aws login cached tokens",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.4",
32
- "@aws-sdk/nested-clients": "^3.997.2",
31
+ "@aws-sdk/core": "^3.974.5",
32
+ "@aws-sdk/nested-clients": "^3.997.3",
33
33
  "@aws-sdk/types": "^3.973.8",
34
34
  "@smithy/property-provider": "^4.2.14",
35
35
  "@smithy/protocol-http": "^5.3.14",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.972.35",
3
+ "version": "3.972.36",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "^3.972.30",
35
- "@aws-sdk/credential-provider-http": "^3.972.32",
36
- "@aws-sdk/credential-provider-ini": "^3.972.34",
37
- "@aws-sdk/credential-provider-process": "^3.972.30",
38
- "@aws-sdk/credential-provider-sso": "^3.972.34",
39
- "@aws-sdk/credential-provider-web-identity": "^3.972.34",
34
+ "@aws-sdk/credential-provider-env": "^3.972.31",
35
+ "@aws-sdk/credential-provider-http": "^3.972.33",
36
+ "@aws-sdk/credential-provider-ini": "^3.972.35",
37
+ "@aws-sdk/credential-provider-process": "^3.972.31",
38
+ "@aws-sdk/credential-provider-sso": "^3.972.35",
39
+ "@aws-sdk/credential-provider-web-identity": "^3.972.35",
40
40
  "@aws-sdk/types": "^3.973.8",
41
41
  "@smithy/credential-provider-imds": "^4.2.14",
42
42
  "@smithy/property-provider": "^4.2.14",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.30",
3
+ "version": "3.972.31",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.974.4",
29
+ "@aws-sdk/core": "^3.974.5",
30
30
  "@aws-sdk/types": "^3.973.8",
31
31
  "@smithy/property-provider": "^4.2.14",
32
32
  "@smithy/shared-ini-file-loader": "^4.4.9",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.972.34",
3
+ "version": "3.972.35",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.974.4",
30
- "@aws-sdk/nested-clients": "^3.997.2",
31
- "@aws-sdk/token-providers": "3.1035.0",
29
+ "@aws-sdk/core": "^3.974.5",
30
+ "@aws-sdk/nested-clients": "^3.997.3",
31
+ "@aws-sdk/token-providers": "3.1036.0",
32
32
  "@aws-sdk/types": "^3.973.8",
33
33
  "@smithy/property-provider": "^4.2.14",
34
34
  "@smithy/shared-ini-file-loader": "^4.4.9",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.34",
3
+ "version": "3.972.35",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@aws-sdk/core": "^3.974.4",
38
- "@aws-sdk/nested-clients": "^3.997.2",
37
+ "@aws-sdk/core": "^3.974.5",
38
+ "@aws-sdk/nested-clients": "^3.997.3",
39
39
  "@aws-sdk/types": "^3.973.8",
40
40
  "@smithy/property-provider": "^4.2.14",
41
41
  "@smithy/shared-ini-file-loader": "^4.4.9",