@aws/nx-plugin 1.0.0-rc.24 → 1.0.0-rc.26

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 (302) hide show
  1. package/LICENSE-THIRD-PARTY +2020 -702
  2. package/package.json +6 -6
  3. package/src/agentcore-gateway/gateway-connection/generator.d.ts +1 -1
  4. package/src/agentcore-gateway/gateway-connection/generator.js +7 -5
  5. package/src/agentcore-gateway/gateway-connection/generator.js.map +1 -1
  6. package/src/agentcore-gateway/gateway-connection/schema.d.js.map +1 -1
  7. package/src/agentcore-gateway/gateway-connection/schema.d.ts +1 -0
  8. package/src/agentcore-gateway/gateway-connection/schema.json +5 -0
  9. package/src/agentcore-gateway/generator.js +7 -4
  10. package/src/agentcore-gateway/generator.js.map +1 -1
  11. package/src/agentcore-gateway/mcp-connection/generator.d.ts +1 -1
  12. package/src/agentcore-gateway/mcp-connection/generator.js +7 -5
  13. package/src/agentcore-gateway/mcp-connection/generator.js.map +1 -1
  14. package/src/agentcore-gateway/mcp-connection/schema.d.js.map +1 -1
  15. package/src/agentcore-gateway/mcp-connection/schema.d.ts +1 -0
  16. package/src/agentcore-gateway/mcp-connection/schema.json +5 -0
  17. package/src/agentcore-gateway/schema.d.js.map +1 -1
  18. package/src/agentcore-gateway/schema.d.ts +1 -0
  19. package/src/agentcore-gateway/schema.json +5 -0
  20. package/src/connection/generator.d.ts +3 -10
  21. package/src/connection/generator.js +18 -148
  22. package/src/connection/generator.js.map +1 -1
  23. package/src/connection/schema.d.js.map +1 -1
  24. package/src/connection/schema.d.ts +1 -0
  25. package/src/connection/schema.json +5 -0
  26. package/src/connection/supported-connections.d.ts +98 -0
  27. package/src/connection/supported-connections.js +138 -0
  28. package/src/connection/supported-connections.js.map +1 -0
  29. package/src/infra/app/__snapshots__/generator.spec.ts.snap +29 -21
  30. package/src/infra/app/generator.js +12 -6
  31. package/src/infra/app/generator.js.map +1 -1
  32. package/src/infra/app/schema.d.js.map +1 -1
  33. package/src/infra/app/schema.d.ts +1 -1
  34. package/src/infra/app/schema.json +5 -0
  35. package/src/license/schema.d.js.map +1 -1
  36. package/src/license/schema.d.ts +2 -0
  37. package/src/license/schema.json +5 -0
  38. package/src/mcp-server/tools/general-guidance.js +17 -0
  39. package/src/mcp-server/tools/general-guidance.js.map +1 -1
  40. package/src/preset/__snapshots__/generator.spec.ts.snap +1 -1
  41. package/src/preset/generator.d.ts +1 -1
  42. package/src/preset/generator.js +8 -5
  43. package/src/preset/generator.js.map +1 -1
  44. package/src/preset/schema.d.js.map +1 -1
  45. package/src/preset/schema.d.ts +1 -0
  46. package/src/preset/schema.json +5 -0
  47. package/src/py/agent/__snapshots__/generator.constructs.spec.ts.snap +9 -9
  48. package/src/py/agent/__snapshots__/generator.frameworks.spec.ts.snap +10 -10
  49. package/src/py/agent/__snapshots__/generator.protocols.spec.ts.snap +1 -1
  50. package/src/py/agent/a2a-connection/generator.js +7 -4
  51. package/src/py/agent/a2a-connection/generator.js.map +1 -1
  52. package/src/py/agent/a2a-connection/schema.d.js.map +1 -1
  53. package/src/py/agent/a2a-connection/schema.d.ts +1 -0
  54. package/src/py/agent/a2a-connection/schema.json +5 -0
  55. package/src/py/agent/gateway-connection/generator.js +7 -4
  56. package/src/py/agent/gateway-connection/generator.js.map +1 -1
  57. package/src/py/agent/gateway-connection/schema.d.js.map +1 -1
  58. package/src/py/agent/gateway-connection/schema.d.ts +1 -0
  59. package/src/py/agent/gateway-connection/schema.json +5 -0
  60. package/src/py/agent/generator.js +8 -6
  61. package/src/py/agent/generator.js.map +1 -1
  62. package/src/py/agent/mcp-connection/generator.js +7 -4
  63. package/src/py/agent/mcp-connection/generator.js.map +1 -1
  64. package/src/py/agent/mcp-connection/schema.d.js.map +1 -1
  65. package/src/py/agent/mcp-connection/schema.d.ts +1 -0
  66. package/src/py/agent/mcp-connection/schema.json +5 -0
  67. package/src/py/agent/react-connection/generator.d.ts +1 -1
  68. package/src/py/agent/react-connection/generator.js +7 -4
  69. package/src/py/agent/react-connection/generator.js.map +1 -1
  70. package/src/py/agent/react-connection/schema.d.js.map +1 -1
  71. package/src/py/agent/react-connection/schema.d.ts +1 -0
  72. package/src/py/agent/react-connection/schema.json +5 -0
  73. package/src/py/agent/schema.d.js.map +1 -1
  74. package/src/py/agent/schema.d.ts +1 -0
  75. package/src/py/agent/schema.json +5 -0
  76. package/src/py/api/generator.js +2 -1
  77. package/src/py/api/generator.js.map +1 -1
  78. package/src/py/api/schema.d.js.map +1 -1
  79. package/src/py/api/schema.d.ts +1 -0
  80. package/src/py/api/schema.json +5 -0
  81. package/src/py/dynamodb/agent-connection/generator.js +8 -6
  82. package/src/py/dynamodb/agent-connection/generator.js.map +1 -1
  83. package/src/py/dynamodb/agent-connection/schema.d.js.map +1 -1
  84. package/src/py/dynamodb/agent-connection/schema.d.ts +1 -0
  85. package/src/py/dynamodb/agent-connection/schema.json +5 -0
  86. package/src/py/dynamodb/fast-api-connection/generator.js +8 -6
  87. package/src/py/dynamodb/fast-api-connection/generator.js.map +1 -1
  88. package/src/py/dynamodb/fast-api-connection/schema.d.js.map +1 -1
  89. package/src/py/dynamodb/fast-api-connection/schema.d.ts +1 -0
  90. package/src/py/dynamodb/fast-api-connection/schema.json +5 -0
  91. package/src/py/dynamodb/generator.js +10 -7
  92. package/src/py/dynamodb/generator.js.map +1 -1
  93. package/src/py/dynamodb/mcp-server-connection/generator.js +8 -6
  94. package/src/py/dynamodb/mcp-server-connection/generator.js.map +1 -1
  95. package/src/py/dynamodb/mcp-server-connection/schema.d.js.map +1 -1
  96. package/src/py/dynamodb/mcp-server-connection/schema.d.ts +1 -0
  97. package/src/py/dynamodb/mcp-server-connection/schema.json +5 -0
  98. package/src/py/dynamodb/schema.d.js.map +1 -1
  99. package/src/py/dynamodb/schema.d.ts +1 -0
  100. package/src/py/dynamodb/schema.json +5 -0
  101. package/src/py/fast-api/generator.js +10 -7
  102. package/src/py/fast-api/generator.js.map +1 -1
  103. package/src/py/fast-api/react/generator.d.ts +2 -2
  104. package/src/py/fast-api/react/generator.js +7 -5
  105. package/src/py/fast-api/react/generator.js.map +1 -1
  106. package/src/py/fast-api/react/schema.d.js.map +1 -1
  107. package/src/py/fast-api/react/schema.d.ts +1 -0
  108. package/src/py/fast-api/react/schema.json +5 -0
  109. package/src/py/fast-api/schema.d.js.map +1 -1
  110. package/src/py/fast-api/schema.d.ts +1 -0
  111. package/src/py/fast-api/schema.json +5 -0
  112. package/src/py/lambda-function/generator.js +8 -6
  113. package/src/py/lambda-function/generator.js.map +1 -1
  114. package/src/py/lambda-function/schema.d.js.map +1 -1
  115. package/src/py/lambda-function/schema.d.ts +1 -0
  116. package/src/py/lambda-function/schema.json +5 -0
  117. package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +5 -5
  118. package/src/py/mcp-server/generator.js +8 -6
  119. package/src/py/mcp-server/generator.js.map +1 -1
  120. package/src/py/mcp-server/schema.d.js.map +1 -1
  121. package/src/py/mcp-server/schema.d.ts +1 -0
  122. package/src/py/mcp-server/schema.json +5 -0
  123. package/src/py/project/generator.js +9 -6
  124. package/src/py/project/generator.js.map +1 -1
  125. package/src/py/project/schema.d.js.map +1 -1
  126. package/src/py/project/schema.d.ts +1 -0
  127. package/src/py/project/schema.json +5 -0
  128. package/src/sdk/open-api.d.ts +1 -1
  129. package/src/sdk/open-api.js +1 -1
  130. package/src/sdk/open-api.js.map +1 -1
  131. package/src/sdk/utils/ast.d.ts +1 -2
  132. package/src/sdk/utils/ast.js +1 -2
  133. package/src/sdk/utils/ast.js.map +1 -1
  134. package/src/smithy/project/generator.js +7 -4
  135. package/src/smithy/project/generator.js.map +1 -1
  136. package/src/smithy/project/schema.d.js.map +1 -1
  137. package/src/smithy/project/schema.d.ts +1 -0
  138. package/src/smithy/project/schema.json +5 -0
  139. package/src/smithy/react-connection/generator.js +7 -4
  140. package/src/smithy/react-connection/generator.js.map +1 -1
  141. package/src/smithy/react-connection/schema.d.js.map +1 -1
  142. package/src/smithy/react-connection/schema.d.ts +1 -0
  143. package/src/smithy/react-connection/schema.json +5 -0
  144. package/src/smithy/ts/api/generator.js +11 -6
  145. package/src/smithy/ts/api/generator.js.map +1 -1
  146. package/src/smithy/ts/api/schema.d.js.map +1 -1
  147. package/src/smithy/ts/api/schema.d.ts +1 -0
  148. package/src/smithy/ts/api/schema.json +5 -0
  149. package/src/terraform/project/generator.js +13 -4
  150. package/src/terraform/project/generator.js.map +1 -1
  151. package/src/terraform/project/schema.d.js.map +1 -1
  152. package/src/terraform/project/schema.d.ts +1 -0
  153. package/src/terraform/project/schema.json +5 -0
  154. package/src/trpc/backend/generator.d.ts +1 -1
  155. package/src/trpc/backend/generator.js +9 -5
  156. package/src/trpc/backend/generator.js.map +1 -1
  157. package/src/trpc/backend/schema.d.js.map +1 -1
  158. package/src/trpc/backend/schema.d.ts +1 -0
  159. package/src/trpc/backend/schema.json +5 -0
  160. package/src/trpc/react/generator.d.ts +1 -1
  161. package/src/trpc/react/generator.js +9 -5
  162. package/src/trpc/react/generator.js.map +1 -1
  163. package/src/trpc/react/schema.d.js.map +1 -1
  164. package/src/trpc/react/schema.d.ts +1 -0
  165. package/src/trpc/react/schema.json +5 -0
  166. package/src/ts/agent/__snapshots__/generator.spec.ts.snap +2 -2
  167. package/src/ts/agent/a2a-connection/generator.js +7 -4
  168. package/src/ts/agent/a2a-connection/generator.js.map +1 -1
  169. package/src/ts/agent/a2a-connection/schema.d.js.map +1 -1
  170. package/src/ts/agent/a2a-connection/schema.d.ts +1 -0
  171. package/src/ts/agent/a2a-connection/schema.json +5 -0
  172. package/src/ts/agent/gateway-connection/generator.js +7 -4
  173. package/src/ts/agent/gateway-connection/generator.js.map +1 -1
  174. package/src/ts/agent/gateway-connection/schema.d.js.map +1 -1
  175. package/src/ts/agent/gateway-connection/schema.d.ts +1 -0
  176. package/src/ts/agent/gateway-connection/schema.json +5 -0
  177. package/src/ts/agent/generator.js +7 -4
  178. package/src/ts/agent/generator.js.map +1 -1
  179. package/src/ts/agent/mcp-connection/generator.js +7 -4
  180. package/src/ts/agent/mcp-connection/generator.js.map +1 -1
  181. package/src/ts/agent/mcp-connection/schema.d.js.map +1 -1
  182. package/src/ts/agent/mcp-connection/schema.d.ts +1 -0
  183. package/src/ts/agent/mcp-connection/schema.json +5 -0
  184. package/src/ts/agent/react-connection/generator.d.ts +1 -1
  185. package/src/ts/agent/react-connection/generator.js +14 -8
  186. package/src/ts/agent/react-connection/generator.js.map +1 -1
  187. package/src/ts/agent/react-connection/schema.d.js.map +1 -1
  188. package/src/ts/agent/react-connection/schema.d.ts +1 -0
  189. package/src/ts/agent/react-connection/schema.json +5 -0
  190. package/src/ts/agent/schema.d.js.map +1 -1
  191. package/src/ts/agent/schema.d.ts +1 -0
  192. package/src/ts/agent/schema.json +5 -0
  193. package/src/ts/api/generator.js +4 -2
  194. package/src/ts/api/generator.js.map +1 -1
  195. package/src/ts/api/schema.d.js.map +1 -1
  196. package/src/ts/api/schema.d.ts +1 -0
  197. package/src/ts/api/schema.json +5 -0
  198. package/src/ts/astro-docs/generator.js +7 -6
  199. package/src/ts/astro-docs/generator.js.map +1 -1
  200. package/src/ts/astro-docs/schema.d.js.map +1 -1
  201. package/src/ts/astro-docs/schema.d.ts +2 -2
  202. package/src/ts/astro-docs/schema.json +3 -3
  203. package/src/ts/docs/schema.d.js.map +1 -1
  204. package/src/ts/docs/schema.d.ts +1 -4
  205. package/src/ts/docs/schema.json +3 -3
  206. package/src/ts/dynamodb/agent-connection/schema.d.js.map +1 -1
  207. package/src/ts/dynamodb/agent-connection/schema.d.ts +1 -0
  208. package/src/ts/dynamodb/agent-connection/schema.json +5 -0
  209. package/src/ts/dynamodb/generator.js +9 -5
  210. package/src/ts/dynamodb/generator.js.map +1 -1
  211. package/src/ts/dynamodb/mcp-server-connection/schema.d.js.map +1 -1
  212. package/src/ts/dynamodb/mcp-server-connection/schema.d.ts +1 -0
  213. package/src/ts/dynamodb/mcp-server-connection/schema.json +5 -0
  214. package/src/ts/dynamodb/schema.d.js.map +1 -1
  215. package/src/ts/dynamodb/schema.d.ts +1 -0
  216. package/src/ts/dynamodb/schema.json +5 -0
  217. package/src/ts/dynamodb/smithy-connection/schema.d.js.map +1 -1
  218. package/src/ts/dynamodb/smithy-connection/schema.d.ts +1 -0
  219. package/src/ts/dynamodb/smithy-connection/schema.json +5 -0
  220. package/src/ts/dynamodb/trpc-connection/schema.d.js.map +1 -1
  221. package/src/ts/dynamodb/trpc-connection/schema.d.ts +1 -0
  222. package/src/ts/dynamodb/trpc-connection/schema.json +5 -0
  223. package/src/ts/lambda-function/generator.js +7 -4
  224. package/src/ts/lambda-function/generator.js.map +1 -1
  225. package/src/ts/lambda-function/schema.d.js.map +1 -1
  226. package/src/ts/lambda-function/schema.d.ts +1 -0
  227. package/src/ts/lambda-function/schema.json +5 -0
  228. package/src/ts/lib/generator.js +10 -6
  229. package/src/ts/lib/generator.js.map +1 -1
  230. package/src/ts/lib/schema.d.js.map +1 -1
  231. package/src/ts/lib/schema.d.ts +1 -1
  232. package/src/ts/lib/schema.json +5 -0
  233. package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
  234. package/src/ts/mcp-server/generator.js +7 -4
  235. package/src/ts/mcp-server/generator.js.map +1 -1
  236. package/src/ts/mcp-server/schema.d.js.map +1 -1
  237. package/src/ts/mcp-server/schema.d.ts +1 -0
  238. package/src/ts/mcp-server/schema.json +5 -0
  239. package/src/ts/nx-generator/__snapshots__/generator.spec.ts.snap +18 -8
  240. package/src/ts/nx-generator/files/common/schema.d.ts.template +1 -0
  241. package/src/ts/nx-generator/files/common/schema.json.template +5 -0
  242. package/src/ts/nx-generator/files/nx-plugin-for-aws/generator/generator.ts.template +3 -4
  243. package/src/ts/nx-generator/generator.js +7 -4
  244. package/src/ts/nx-generator/generator.js.map +1 -1
  245. package/src/ts/nx-generator/schema.d.js.map +1 -1
  246. package/src/ts/nx-generator/schema.d.ts +1 -0
  247. package/src/ts/nx-generator/schema.json +5 -0
  248. package/src/ts/nx-plugin/generator.js +13 -6
  249. package/src/ts/nx-plugin/generator.js.map +1 -1
  250. package/src/ts/nx-plugin/schema.json +5 -0
  251. package/src/ts/rdb/agent-connection/schema.d.js.map +1 -1
  252. package/src/ts/rdb/agent-connection/schema.d.ts +1 -0
  253. package/src/ts/rdb/agent-connection/schema.json +5 -0
  254. package/src/ts/rdb/generator.js +9 -5
  255. package/src/ts/rdb/generator.js.map +1 -1
  256. package/src/ts/rdb/mcp-server-connection/schema.d.js.map +1 -1
  257. package/src/ts/rdb/mcp-server-connection/schema.d.ts +1 -0
  258. package/src/ts/rdb/mcp-server-connection/schema.json +5 -0
  259. package/src/ts/rdb/schema.d.js.map +1 -1
  260. package/src/ts/rdb/schema.d.ts +1 -0
  261. package/src/ts/rdb/schema.json +5 -0
  262. package/src/ts/rdb/smithy-connection/schema.d.js.map +1 -1
  263. package/src/ts/rdb/smithy-connection/schema.d.ts +1 -0
  264. package/src/ts/rdb/smithy-connection/schema.json +5 -0
  265. package/src/ts/rdb/trpc-connection/schema.d.js.map +1 -1
  266. package/src/ts/rdb/trpc-connection/schema.d.ts +1 -0
  267. package/src/ts/rdb/trpc-connection/schema.json +5 -0
  268. package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +26 -26
  269. package/src/ts/react-website/app/generator.d.ts +1 -1
  270. package/src/ts/react-website/app/generator.js +18 -6
  271. package/src/ts/react-website/app/generator.js.map +1 -1
  272. package/src/ts/react-website/app/schema.d.js.map +1 -1
  273. package/src/ts/react-website/app/schema.d.ts +1 -1
  274. package/src/ts/react-website/app/schema.json +5 -0
  275. package/src/ts/react-website/cognito-auth/__snapshots__/generator.spec.ts.snap +10 -7
  276. package/src/ts/react-website/cognito-auth/__snapshots__/generator.terraform.spec.ts.snap +1 -1
  277. package/src/ts/react-website/cognito-auth/generator.d.ts +1 -1
  278. package/src/ts/react-website/cognito-auth/generator.js +9 -5
  279. package/src/ts/react-website/cognito-auth/generator.js.map +1 -1
  280. package/src/ts/react-website/cognito-auth/schema.d.js.map +1 -1
  281. package/src/ts/react-website/cognito-auth/schema.d.ts +1 -0
  282. package/src/ts/react-website/cognito-auth/schema.json +5 -0
  283. package/src/ts/react-website/runtime-config/schema.d.js.map +1 -1
  284. package/src/ts/react-website/runtime-config/schema.d.ts +1 -0
  285. package/src/ts/react-website/runtime-config/schema.json +5 -0
  286. package/src/ts/website/app/schema.d.js.map +1 -1
  287. package/src/ts/website/app/schema.d.ts +1 -1
  288. package/src/ts/website/app/schema.json +5 -0
  289. package/src/ts/website/auth/generator.d.ts +1 -1
  290. package/src/ts/website/auth/generator.js +2 -1
  291. package/src/ts/website/auth/generator.js.map +1 -1
  292. package/src/ts/website/auth/schema.d.js.map +1 -1
  293. package/src/ts/website/auth/schema.d.ts +1 -0
  294. package/src/ts/website/auth/schema.json +5 -0
  295. package/src/utils/files/common/scripts/src/infra/stage-credentials/cdk-command.ts.template +11 -3
  296. package/src/utils/identity-constructs/files/cdk/core/user-identity.ts.template +10 -7
  297. package/src/utils/install.d.ts +32 -0
  298. package/src/utils/install.js +56 -0
  299. package/src/utils/install.js.map +1 -0
  300. package/src/utils/versions.d.ts +64 -64
  301. package/src/utils/versions.js +63 -63
  302. package/src/utils/versions.js.map +1 -1
@@ -7,15 +7,15 @@
7
7
  */
8
8
  export declare const TS_VERSIONS: {
9
9
  readonly '@a2a-js/sdk': "0.3.13";
10
- readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.11.0";
11
- readonly '@aws-sdk/client-dynamodb': "3.1068.0";
12
- readonly '@aws-sdk/client-bedrock-runtime': "3.1068.0";
13
- readonly '@aws-sdk/client-s3': "3.1068.0";
14
- readonly '@aws-sdk/client-sts': "3.1068.0";
15
- readonly '@aws-sdk/credential-providers': "3.1068.0";
16
- readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.45";
17
- readonly '@aws-sdk/client-secrets-manager': "3.1068.0";
18
- readonly '@aws-sdk/rds-signer': "3.1068.0";
10
+ readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.12.0";
11
+ readonly '@aws-sdk/client-dynamodb': "3.1075.0";
12
+ readonly '@aws-sdk/client-bedrock-runtime': "3.1075.0";
13
+ readonly '@aws-sdk/client-s3': "3.1075.0";
14
+ readonly '@aws-sdk/client-sts': "3.1075.0";
15
+ readonly '@aws-sdk/credential-providers': "3.1075.0";
16
+ readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.48";
17
+ readonly '@aws-sdk/client-secrets-manager': "3.1075.0";
18
+ readonly '@aws-sdk/rds-signer': "3.1075.0";
19
19
  readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
20
20
  readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
21
21
  readonly '@aws-lambda-powertools/logger': "2.33.1";
@@ -23,57 +23,57 @@ export declare const TS_VERSIONS: {
23
23
  readonly '@aws-lambda-powertools/parameters': "2.33.1";
24
24
  readonly '@aws-lambda-powertools/tracer': "2.33.1";
25
25
  readonly '@aws-lambda-powertools/parser': "2.33.1";
26
- readonly '@aws-sdk/client-appconfigdata': "3.1068.0";
27
- readonly '@middy/core': "7.6.7";
28
- readonly '@nxlv/python': "22.2.0";
26
+ readonly '@aws-sdk/client-appconfigdata': "3.1075.0";
27
+ readonly '@middy/core': "7.7.0";
28
+ readonly '@nxlv/python': "22.2.1";
29
29
  readonly '@nx-extend/terraform': "10.2.1";
30
30
  readonly '@nx/devkit': "23.0.1";
31
31
  readonly '@nx/react': "23.0.1";
32
32
  readonly 'create-nx-workspace': "23.0.1";
33
33
  readonly '@swc-node/register': "1.11.1";
34
- readonly '@swc/core': "1.15.41";
34
+ readonly '@swc/core': "1.15.43";
35
35
  readonly '@modelcontextprotocol/sdk': "1.29.0";
36
36
  readonly '@modelcontextprotocol/inspector': "0.19.0";
37
- readonly '@ag-ui/aws-strands': "0.1.0";
37
+ readonly '@ag-ui/aws-strands': "0.2.3";
38
38
  readonly '@ag-ui/client': "0.0.57";
39
39
  readonly '@ag-ui/core': "0.0.57";
40
40
  readonly '@ag-ui/encoder': "0.0.57";
41
41
  readonly 'agent-chat-cli': "0.3.0";
42
- readonly '@copilotkit/react-core': "1.60.1";
42
+ readonly '@copilotkit/react-core': "1.61.2";
43
43
  readonly rxjs: "7.8.2";
44
- readonly '@strands-agents/sdk': "1.5.0";
45
- readonly '@tanstack/react-router': "1.170.15";
44
+ readonly '@strands-agents/sdk': "1.7.0";
45
+ readonly '@tanstack/react-router': "1.170.16";
46
46
  readonly '@tanstack/router-plugin': "1.168.18";
47
47
  readonly '@tanstack/router-generator': "1.167.17";
48
48
  readonly '@tanstack/virtual-file-routes': "1.162.0";
49
49
  readonly '@tanstack/router-utils': "1.162.2";
50
- readonly '@cloudscape-design/board-components': "3.0.190";
51
- readonly '@cloudscape-design/chat-components': "1.0.139";
52
- readonly '@cloudscape-design/components': "3.0.1310";
53
- readonly '@cloudscape-design/global-styles': "1.0.60";
54
- readonly '@tanstack/react-query': "5.101.0";
55
- readonly '@tanstack/react-query-devtools': "5.101.0";
56
- readonly '@trpc/tanstack-react-query': "11.17.0";
57
- readonly '@trpc/client': "11.17.0";
58
- readonly '@trpc/server': "11.17.0";
59
- readonly '@types/node': "25.9.3";
50
+ readonly '@cloudscape-design/board-components': "3.0.197";
51
+ readonly '@cloudscape-design/chat-components': "1.0.146";
52
+ readonly '@cloudscape-design/components': "3.0.1320";
53
+ readonly '@cloudscape-design/global-styles': "1.0.61";
54
+ readonly '@tanstack/react-query': "5.101.2";
55
+ readonly '@tanstack/react-query-devtools': "5.101.2";
56
+ readonly '@trpc/tanstack-react-query': "11.18.0";
57
+ readonly '@trpc/client': "11.18.0";
58
+ readonly '@trpc/server': "11.18.0";
59
+ readonly '@types/node': "25.9.4";
60
60
  readonly '@types/aws-lambda': "8.10.162";
61
61
  readonly '@types/cors': "2.8.19";
62
62
  readonly '@types/pg': "8.20.0";
63
63
  readonly '@types/ws': "8.18.1";
64
64
  readonly '@types/express': "5.0.6";
65
- readonly '@smithy/config-resolver': "4.5.7";
66
- readonly '@smithy/node-config-provider': "4.4.7";
67
- readonly '@smithy/node-http-handler': "4.7.8";
68
- readonly '@smithy/types': "4.14.4";
69
- readonly '@vitest/coverage-v8': "4.1.8";
70
- readonly '@vitest/ui': "4.1.8";
65
+ readonly '@smithy/config-resolver': "4.6.2";
66
+ readonly '@smithy/node-config-provider': "4.5.2";
67
+ readonly '@smithy/node-http-handler': "4.8.2";
68
+ readonly '@smithy/types': "4.15.0";
69
+ readonly '@vitest/coverage-v8': "4.1.9";
70
+ readonly '@vitest/ui': "4.1.9";
71
71
  readonly '@astrojs/react': "5.0.7";
72
72
  readonly '@astrojs/starlight': "0.40.0";
73
- readonly astro: "6.4.6";
73
+ readonly astro: "6.4.8";
74
74
  readonly aws4fetch: "1.0.20";
75
- readonly 'aws-cdk': "2.1126.0";
76
- readonly 'aws-cdk-lib': "2.259.0";
75
+ readonly 'aws-cdk': "2.1129.0";
76
+ readonly 'aws-cdk-lib': "2.260.0";
77
77
  readonly 'aws-xray-sdk-core': "3.12.0";
78
78
  readonly constructs: "10.6.0";
79
79
  readonly cors: "2.8.6";
@@ -85,7 +85,7 @@ export declare const TS_VERSIONS: {
85
85
  readonly esbuild: "0.28.1";
86
86
  readonly 'event-source-polyfill': "1.0.31";
87
87
  readonly '@types/event-source-polyfill': "1.0.5";
88
- readonly '@biomejs/biome': "2.5.0";
88
+ readonly '@biomejs/biome': "2.5.1";
89
89
  readonly '@prisma/adapter-mariadb': "7.8.0";
90
90
  readonly '@prisma/adapter-pg': "7.8.0";
91
91
  readonly '@prisma/client': "7.8.0";
@@ -101,27 +101,27 @@ export declare const TS_VERSIONS: {
101
101
  readonly ncp: "2.0.0";
102
102
  readonly 'npm-check-updates': "19.6.6";
103
103
  readonly 'oidc-client-ts': "3.5.0";
104
- readonly pg: "8.21.0";
104
+ readonly pg: "8.22.0";
105
105
  readonly prisma: "7.8.0";
106
106
  readonly 'react-oidc-context': "3.3.1";
107
107
  readonly react: "19.2.7";
108
108
  readonly 'react-dom': "19.2.7";
109
109
  readonly rimraf: "6.1.3";
110
- readonly rolldown: "1.1.1";
110
+ readonly rolldown: "1.1.3";
111
111
  readonly 'simple-git': "3.36.0";
112
112
  readonly 'source-map-support': "0.5.21";
113
113
  readonly 'starlight-blog': "0.26.1";
114
114
  readonly tailwindcss: "4.2.2";
115
115
  readonly '@tailwindcss/vite': "4.2.2";
116
116
  readonly tsx: "4.22.4";
117
- readonly 'lucide-react': "1.18.0";
118
- readonly 'radix-ui': "1.5.0";
119
- readonly shadcn: "4.11.0";
117
+ readonly 'lucide-react': "1.22.0";
118
+ readonly 'radix-ui': "1.6.0";
119
+ readonly shadcn: "4.12.0";
120
120
  readonly 'tw-animate-css': "1.4.0";
121
121
  readonly 'tailwind-merge': "3.6.0";
122
- readonly vite: "8.0.16";
122
+ readonly vite: "8.1.0";
123
123
  readonly typescript: "6.0.3";
124
- readonly vitest: "4.1.8";
124
+ readonly vitest: "4.1.9";
125
125
  readonly zod: "4.4.3";
126
126
  readonly ws: "8.21.0";
127
127
  };
@@ -130,7 +130,7 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
130
130
  * Add versions to the given dependencies
131
131
  */
132
132
  export declare const withVersions: (deps: ITsDepVersion[]) => {
133
- [k: string]: "0.3.13" | "0.11.0" | "3.1068.0" | "3.972.45" | "1.0.0-alpha.10" | "2.33.1" | "7.6.7" | "22.2.0" | "10.2.1" | "23.0.1" | "1.11.1" | "1.15.41" | "1.29.0" | "0.19.0" | "0.1.0" | "0.0.57" | "0.3.0" | "1.60.1" | "7.8.2" | "1.5.0" | "1.170.15" | "1.168.18" | "1.167.17" | "1.162.0" | "1.162.2" | "3.0.190" | "1.0.139" | "3.0.1310" | "1.0.60" | "5.101.0" | "11.17.0" | "25.9.3" | "8.10.162" | "2.8.19" | "8.20.0" | "8.18.1" | "5.0.6" | "4.5.7" | "4.4.7" | "4.7.8" | "4.14.4" | "4.1.8" | "5.0.7" | "0.40.0" | "6.4.6" | "1.0.20" | "2.1126.0" | "2.259.0" | "3.12.0" | "10.6.0" | "2.8.6" | "5.6.2" | "0.7.1" | "2.1.1" | "14.0.3" | "3.9.1" | "0.28.1" | "1.0.31" | "1.0.5" | "2.5.0" | "7.8.0" | "6.0.1" | "3.1.5" | "5.2.1" | "3.3.3" | "9.1.7" | "11.3.5" | "11.0.4" | "4.0.0" | "3.5.3" | "2.0.0" | "19.6.6" | "3.5.0" | "8.21.0" | "3.3.1" | "19.2.7" | "6.1.3" | "1.1.1" | "3.36.0" | "0.5.21" | "0.26.1" | "4.2.2" | "4.22.4" | "1.18.0" | "4.11.0" | "1.4.0" | "3.6.0" | "8.0.16" | "6.0.3" | "4.4.3";
133
+ [k: string]: "0.3.13" | "0.12.0" | "3.1075.0" | "3.972.48" | "1.0.0-alpha.10" | "2.33.1" | "7.7.0" | "22.2.1" | "10.2.1" | "23.0.1" | "1.11.1" | "1.15.43" | "1.29.0" | "0.19.0" | "0.2.3" | "0.0.57" | "0.3.0" | "1.61.2" | "7.8.2" | "1.7.0" | "1.170.16" | "1.168.18" | "1.167.17" | "1.162.0" | "1.162.2" | "3.0.197" | "1.0.146" | "3.0.1320" | "1.0.61" | "5.101.2" | "11.18.0" | "25.9.4" | "8.10.162" | "2.8.19" | "8.20.0" | "8.18.1" | "5.0.6" | "4.6.2" | "4.5.2" | "4.8.2" | "4.15.0" | "4.1.9" | "5.0.7" | "0.40.0" | "6.4.8" | "1.0.20" | "2.1129.0" | "2.260.0" | "3.12.0" | "10.6.0" | "2.8.6" | "5.6.2" | "0.7.1" | "2.1.1" | "14.0.3" | "3.9.1" | "0.28.1" | "1.0.31" | "1.0.5" | "2.5.1" | "7.8.0" | "6.0.1" | "3.1.5" | "5.2.1" | "3.3.3" | "9.1.7" | "11.3.5" | "11.0.4" | "4.0.0" | "3.5.3" | "2.0.0" | "19.6.6" | "3.5.0" | "8.22.0" | "3.3.1" | "19.2.7" | "6.1.3" | "1.1.3" | "3.36.0" | "0.5.21" | "0.26.1" | "4.2.2" | "4.22.4" | "1.22.0" | "1.6.0" | "4.12.0" | "1.4.0" | "3.6.0" | "8.1.0" | "6.0.3" | "4.4.3" | "8.21.0";
134
134
  };
135
135
  /**
136
136
  * Versions for Python dependencies added by generators
@@ -139,28 +139,28 @@ export declare const PY_VERSIONS: {
139
139
  readonly 'a2a-sdk': "==0.3.26";
140
140
  readonly 'ag-ui-langgraph': "==0.0.42";
141
141
  readonly 'ag-ui-protocol': "==0.1.19";
142
- readonly 'ag-ui-strands': "==0.2.1";
143
- readonly 'aws-lambda-powertools': "==3.29.0";
144
- readonly 'aws-lambda-powertools[tracer]': "==3.29.0";
145
- readonly 'aws-lambda-powertools[parser]': "==3.29.0";
146
- readonly 'aws-opentelemetry-distro': "==0.17.1";
147
- readonly 'bedrock-agentcore': "==1.14.1";
148
- readonly boto3: "==1.43.29";
149
- readonly checkov: "==3.3.1";
150
- readonly fastapi: "==0.137.1";
151
- readonly 'fastapi[standard]': "==0.137.1";
142
+ readonly 'ag-ui-strands': "==0.2.2";
143
+ readonly 'aws-lambda-powertools': "==3.31.0";
144
+ readonly 'aws-lambda-powertools[tracer]': "==3.31.0";
145
+ readonly 'aws-lambda-powertools[parser]': "==3.31.0";
146
+ readonly 'aws-opentelemetry-distro': "==0.18.0";
147
+ readonly 'bedrock-agentcore': "==1.15.1";
148
+ readonly boto3: "==1.43.37";
149
+ readonly checkov: "==3.3.6";
150
+ readonly fastapi: "==0.138.2";
151
+ readonly 'fastapi[standard]': "==0.138.2";
152
152
  readonly httpx: "==0.28.1";
153
- readonly langchain: "==1.3.9";
154
- readonly 'langchain-aws': "==1.5.1";
153
+ readonly langchain: "==1.3.11";
154
+ readonly 'langchain-aws': "==1.6.1";
155
155
  readonly 'langchain-mcp-adapters': "==0.3.0";
156
- readonly langgraph: "==1.2.5";
157
- readonly mcp: "==1.27.2";
158
- readonly 'pip-check-updates': "==0.28.0";
156
+ readonly langgraph: "==1.2.7";
157
+ readonly mcp: "==1.28.1";
158
+ readonly 'pip-check-updates': "==0.29.0";
159
159
  readonly 'pip-licenses': "==5.5.5";
160
- readonly 'strands-agents': "==1.43.0";
161
- readonly 'strands-agents[a2a]': "==1.43.0";
162
- readonly 'strands-agents-tools': "==0.8.0";
163
- readonly ty: "==0.0.49";
160
+ readonly 'strands-agents': "==1.45.0";
161
+ readonly 'strands-agents[a2a]': "==1.45.0";
162
+ readonly 'strands-agents-tools': "==0.8.2";
163
+ readonly ty: "==0.0.55";
164
164
  readonly pynamodb: "==6.1.0";
165
165
  readonly uvicorn: "==0.49.0";
166
166
  };
@@ -5,15 +5,15 @@
5
5
  * Versons for TypeScript dependencies added by generators
6
6
  */ export const TS_VERSIONS = {
7
7
  '@a2a-js/sdk': '0.3.13',
8
- '@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.11.0',
9
- '@aws-sdk/client-dynamodb': '3.1068.0',
10
- '@aws-sdk/client-bedrock-runtime': '3.1068.0',
11
- '@aws-sdk/client-s3': '3.1068.0',
12
- '@aws-sdk/client-sts': '3.1068.0',
13
- '@aws-sdk/credential-providers': '3.1068.0',
14
- '@aws-sdk/credential-provider-cognito-identity': '3.972.45',
15
- '@aws-sdk/client-secrets-manager': '3.1068.0',
16
- '@aws-sdk/rds-signer': '3.1068.0',
8
+ '@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.12.0',
9
+ '@aws-sdk/client-dynamodb': '3.1075.0',
10
+ '@aws-sdk/client-bedrock-runtime': '3.1075.0',
11
+ '@aws-sdk/client-s3': '3.1075.0',
12
+ '@aws-sdk/client-sts': '3.1075.0',
13
+ '@aws-sdk/credential-providers': '3.1075.0',
14
+ '@aws-sdk/credential-provider-cognito-identity': '3.972.48',
15
+ '@aws-sdk/client-secrets-manager': '3.1075.0',
16
+ '@aws-sdk/rds-signer': '3.1075.0',
17
17
  '@aws-smithy/server-apigateway': '1.0.0-alpha.10',
18
18
  '@aws-smithy/server-node': '1.0.0-alpha.10',
19
19
  '@aws-lambda-powertools/logger': '2.33.1',
@@ -21,57 +21,57 @@
21
21
  '@aws-lambda-powertools/parameters': '2.33.1',
22
22
  '@aws-lambda-powertools/tracer': '2.33.1',
23
23
  '@aws-lambda-powertools/parser': '2.33.1',
24
- '@aws-sdk/client-appconfigdata': '3.1068.0',
25
- '@middy/core': '7.6.7',
26
- '@nxlv/python': '22.2.0',
24
+ '@aws-sdk/client-appconfigdata': '3.1075.0',
25
+ '@middy/core': '7.7.0',
26
+ '@nxlv/python': '22.2.1',
27
27
  '@nx-extend/terraform': '10.2.1',
28
28
  '@nx/devkit': '23.0.1',
29
29
  '@nx/react': '23.0.1',
30
30
  'create-nx-workspace': '23.0.1',
31
31
  '@swc-node/register': '1.11.1',
32
- '@swc/core': '1.15.41',
32
+ '@swc/core': '1.15.43',
33
33
  '@modelcontextprotocol/sdk': '1.29.0',
34
34
  '@modelcontextprotocol/inspector': '0.19.0',
35
- '@ag-ui/aws-strands': '0.1.0',
35
+ '@ag-ui/aws-strands': '0.2.3',
36
36
  '@ag-ui/client': '0.0.57',
37
37
  '@ag-ui/core': '0.0.57',
38
38
  '@ag-ui/encoder': '0.0.57',
39
39
  'agent-chat-cli': '0.3.0',
40
- '@copilotkit/react-core': '1.60.1',
40
+ '@copilotkit/react-core': '1.61.2',
41
41
  rxjs: '7.8.2',
42
- '@strands-agents/sdk': '1.5.0',
43
- '@tanstack/react-router': '1.170.15',
42
+ '@strands-agents/sdk': '1.7.0',
43
+ '@tanstack/react-router': '1.170.16',
44
44
  '@tanstack/router-plugin': '1.168.18',
45
45
  '@tanstack/router-generator': '1.167.17',
46
46
  '@tanstack/virtual-file-routes': '1.162.0',
47
47
  '@tanstack/router-utils': '1.162.2',
48
- '@cloudscape-design/board-components': '3.0.190',
49
- '@cloudscape-design/chat-components': '1.0.139',
50
- '@cloudscape-design/components': '3.0.1310',
51
- '@cloudscape-design/global-styles': '1.0.60',
52
- '@tanstack/react-query': '5.101.0',
53
- '@tanstack/react-query-devtools': '5.101.0',
54
- '@trpc/tanstack-react-query': '11.17.0',
55
- '@trpc/client': '11.17.0',
56
- '@trpc/server': '11.17.0',
57
- '@types/node': '25.9.3',
48
+ '@cloudscape-design/board-components': '3.0.197',
49
+ '@cloudscape-design/chat-components': '1.0.146',
50
+ '@cloudscape-design/components': '3.0.1320',
51
+ '@cloudscape-design/global-styles': '1.0.61',
52
+ '@tanstack/react-query': '5.101.2',
53
+ '@tanstack/react-query-devtools': '5.101.2',
54
+ '@trpc/tanstack-react-query': '11.18.0',
55
+ '@trpc/client': '11.18.0',
56
+ '@trpc/server': '11.18.0',
57
+ '@types/node': '25.9.4',
58
58
  '@types/aws-lambda': '8.10.162',
59
59
  '@types/cors': '2.8.19',
60
60
  '@types/pg': '8.20.0',
61
61
  '@types/ws': '8.18.1',
62
62
  '@types/express': '5.0.6',
63
- '@smithy/config-resolver': '4.5.7',
64
- '@smithy/node-config-provider': '4.4.7',
65
- '@smithy/node-http-handler': '4.7.8',
66
- '@smithy/types': '4.14.4',
67
- '@vitest/coverage-v8': '4.1.8',
68
- '@vitest/ui': '4.1.8',
63
+ '@smithy/config-resolver': '4.6.2',
64
+ '@smithy/node-config-provider': '4.5.2',
65
+ '@smithy/node-http-handler': '4.8.2',
66
+ '@smithy/types': '4.15.0',
67
+ '@vitest/coverage-v8': '4.1.9',
68
+ '@vitest/ui': '4.1.9',
69
69
  '@astrojs/react': '5.0.7',
70
70
  '@astrojs/starlight': '0.40.0',
71
- astro: '6.4.6',
71
+ astro: '6.4.8',
72
72
  aws4fetch: '1.0.20',
73
- 'aws-cdk': '2.1126.0',
74
- 'aws-cdk-lib': '2.259.0',
73
+ 'aws-cdk': '2.1129.0',
74
+ 'aws-cdk-lib': '2.260.0',
75
75
  'aws-xray-sdk-core': '3.12.0',
76
76
  constructs: '10.6.0',
77
77
  cors: '2.8.6',
@@ -83,7 +83,7 @@
83
83
  esbuild: '0.28.1',
84
84
  'event-source-polyfill': '1.0.31',
85
85
  '@types/event-source-polyfill': '1.0.5',
86
- '@biomejs/biome': '2.5.0',
86
+ '@biomejs/biome': '2.5.1',
87
87
  '@prisma/adapter-mariadb': '7.8.0',
88
88
  '@prisma/adapter-pg': '7.8.0',
89
89
  '@prisma/client': '7.8.0',
@@ -99,27 +99,27 @@
99
99
  ncp: '2.0.0',
100
100
  'npm-check-updates': '19.6.6',
101
101
  'oidc-client-ts': '3.5.0',
102
- pg: '8.21.0',
102
+ pg: '8.22.0',
103
103
  prisma: '7.8.0',
104
104
  'react-oidc-context': '3.3.1',
105
105
  react: '19.2.7',
106
106
  'react-dom': '19.2.7',
107
107
  rimraf: '6.1.3',
108
- rolldown: '1.1.1',
108
+ rolldown: '1.1.3',
109
109
  'simple-git': '3.36.0',
110
110
  'source-map-support': '0.5.21',
111
111
  'starlight-blog': '0.26.1',
112
112
  tailwindcss: '4.2.2',
113
113
  '@tailwindcss/vite': '4.2.2',
114
114
  tsx: '4.22.4',
115
- 'lucide-react': '1.18.0',
116
- 'radix-ui': '1.5.0',
117
- shadcn: '4.11.0',
115
+ 'lucide-react': '1.22.0',
116
+ 'radix-ui': '1.6.0',
117
+ shadcn: '4.12.0',
118
118
  'tw-animate-css': '1.4.0',
119
119
  'tailwind-merge': '3.6.0',
120
- vite: '8.0.16',
120
+ vite: '8.1.0',
121
121
  typescript: '6.0.3',
122
- vitest: '4.1.8',
122
+ vitest: '4.1.9',
123
123
  zod: '4.4.3',
124
124
  ws: '8.21.0'
125
125
  };
@@ -135,28 +135,28 @@
135
135
  'a2a-sdk': '==0.3.26',
136
136
  'ag-ui-langgraph': '==0.0.42',
137
137
  'ag-ui-protocol': '==0.1.19',
138
- 'ag-ui-strands': '==0.2.1',
139
- 'aws-lambda-powertools': '==3.29.0',
140
- 'aws-lambda-powertools[tracer]': '==3.29.0',
141
- 'aws-lambda-powertools[parser]': '==3.29.0',
142
- 'aws-opentelemetry-distro': '==0.17.1',
143
- 'bedrock-agentcore': '==1.14.1',
144
- boto3: '==1.43.29',
145
- checkov: '==3.3.1',
146
- fastapi: '==0.137.1',
147
- 'fastapi[standard]': '==0.137.1',
138
+ 'ag-ui-strands': '==0.2.2',
139
+ 'aws-lambda-powertools': '==3.31.0',
140
+ 'aws-lambda-powertools[tracer]': '==3.31.0',
141
+ 'aws-lambda-powertools[parser]': '==3.31.0',
142
+ 'aws-opentelemetry-distro': '==0.18.0',
143
+ 'bedrock-agentcore': '==1.15.1',
144
+ boto3: '==1.43.37',
145
+ checkov: '==3.3.6',
146
+ fastapi: '==0.138.2',
147
+ 'fastapi[standard]': '==0.138.2',
148
148
  httpx: '==0.28.1',
149
- langchain: '==1.3.9',
150
- 'langchain-aws': '==1.5.1',
149
+ langchain: '==1.3.11',
150
+ 'langchain-aws': '==1.6.1',
151
151
  'langchain-mcp-adapters': '==0.3.0',
152
- langgraph: '==1.2.5',
153
- mcp: '==1.27.2',
154
- 'pip-check-updates': '==0.28.0',
152
+ langgraph: '==1.2.7',
153
+ mcp: '==1.28.1',
154
+ 'pip-check-updates': '==0.29.0',
155
155
  'pip-licenses': '==5.5.5',
156
- 'strands-agents': '==1.43.0',
157
- 'strands-agents[a2a]': '==1.43.0',
158
- 'strands-agents-tools': '==0.8.0',
159
- ty: '==0.0.49',
156
+ 'strands-agents': '==1.45.0',
157
+ 'strands-agents[a2a]': '==1.45.0',
158
+ 'strands-agents-tools': '==0.8.2',
159
+ ty: '==0.0.55',
160
160
  pynamodb: '==6.1.0',
161
161
  uvicorn: '==0.49.0'
162
162
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"sourcesContent":["/**\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n * SPDX-License-Identifier: Apache-2.0\n */\n\n/**\n * Versons for TypeScript dependencies added by generators\n */\nexport const TS_VERSIONS = {\n '@a2a-js/sdk': '0.3.13',\n '@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.11.0',\n '@aws-sdk/client-dynamodb': '3.1068.0',\n '@aws-sdk/client-bedrock-runtime': '3.1068.0',\n '@aws-sdk/client-s3': '3.1068.0',\n '@aws-sdk/client-sts': '3.1068.0',\n '@aws-sdk/credential-providers': '3.1068.0',\n '@aws-sdk/credential-provider-cognito-identity': '3.972.45',\n '@aws-sdk/client-secrets-manager': '3.1068.0',\n '@aws-sdk/rds-signer': '3.1068.0',\n '@aws-smithy/server-apigateway': '1.0.0-alpha.10',\n '@aws-smithy/server-node': '1.0.0-alpha.10',\n '@aws-lambda-powertools/logger': '2.33.1',\n '@aws-lambda-powertools/metrics': '2.33.1',\n '@aws-lambda-powertools/parameters': '2.33.1',\n '@aws-lambda-powertools/tracer': '2.33.1',\n '@aws-lambda-powertools/parser': '2.33.1',\n '@aws-sdk/client-appconfigdata': '3.1068.0',\n '@middy/core': '7.6.7',\n '@nxlv/python': '22.2.0',\n '@nx-extend/terraform': '10.2.1',\n '@nx/devkit': '23.0.1',\n '@nx/react': '23.0.1',\n 'create-nx-workspace': '23.0.1',\n '@swc-node/register': '1.11.1',\n '@swc/core': '1.15.41',\n '@modelcontextprotocol/sdk': '1.29.0',\n '@modelcontextprotocol/inspector': '0.19.0',\n '@ag-ui/aws-strands': '0.1.0',\n '@ag-ui/client': '0.0.57',\n '@ag-ui/core': '0.0.57',\n '@ag-ui/encoder': '0.0.57',\n 'agent-chat-cli': '0.3.0',\n '@copilotkit/react-core': '1.60.1',\n rxjs: '7.8.2',\n '@strands-agents/sdk': '1.5.0',\n '@tanstack/react-router': '1.170.15',\n '@tanstack/router-plugin': '1.168.18',\n '@tanstack/router-generator': '1.167.17',\n '@tanstack/virtual-file-routes': '1.162.0',\n '@tanstack/router-utils': '1.162.2',\n '@cloudscape-design/board-components': '3.0.190',\n '@cloudscape-design/chat-components': '1.0.139',\n '@cloudscape-design/components': '3.0.1310',\n '@cloudscape-design/global-styles': '1.0.60',\n '@tanstack/react-query': '5.101.0',\n '@tanstack/react-query-devtools': '5.101.0',\n '@trpc/tanstack-react-query': '11.17.0',\n '@trpc/client': '11.17.0',\n '@trpc/server': '11.17.0',\n '@types/node': '25.9.3',\n '@types/aws-lambda': '8.10.162',\n '@types/cors': '2.8.19',\n '@types/pg': '8.20.0',\n '@types/ws': '8.18.1',\n '@types/express': '5.0.6',\n '@smithy/config-resolver': '4.5.7',\n '@smithy/node-config-provider': '4.4.7',\n '@smithy/node-http-handler': '4.7.8',\n '@smithy/types': '4.14.4',\n '@vitest/coverage-v8': '4.1.8',\n '@vitest/ui': '4.1.8',\n '@astrojs/react': '5.0.7',\n '@astrojs/starlight': '0.40.0',\n astro: '6.4.6',\n aws4fetch: '1.0.20',\n 'aws-cdk': '2.1126.0',\n 'aws-cdk-lib': '2.259.0',\n 'aws-xray-sdk-core': '3.12.0',\n constructs: '10.6.0',\n cors: '2.8.6',\n chalk: '5.6.2',\n 'class-variance-authority': '0.7.1',\n clsx: '2.1.1',\n commander: '14.0.3',\n electrodb: '3.9.1',\n esbuild: '0.28.1',\n 'event-source-polyfill': '1.0.31',\n '@types/event-source-polyfill': '1.0.5',\n '@biomejs/biome': '2.5.0',\n '@prisma/adapter-mariadb': '7.8.0',\n '@prisma/adapter-pg': '7.8.0',\n '@prisma/client': '7.8.0',\n ejs: '6.0.1',\n '@types/ejs': '3.1.5',\n express: '5.2.1',\n 'fast-glob': '3.3.3',\n husky: '9.1.7',\n 'fs-extra': '11.3.5',\n '@types/fs-extra': '11.0.4',\n 'make-dir-cli': '4.0.0',\n mariadb: '3.5.3',\n ncp: '2.0.0',\n 'npm-check-updates': '19.6.6',\n 'oidc-client-ts': '3.5.0',\n pg: '8.21.0',\n prisma: '7.8.0',\n 'react-oidc-context': '3.3.1',\n react: '19.2.7',\n 'react-dom': '19.2.7',\n rimraf: '6.1.3',\n rolldown: '1.1.1',\n 'simple-git': '3.36.0',\n 'source-map-support': '0.5.21',\n 'starlight-blog': '0.26.1',\n tailwindcss: '4.2.2',\n '@tailwindcss/vite': '4.2.2',\n tsx: '4.22.4',\n 'lucide-react': '1.18.0',\n 'radix-ui': '1.5.0',\n shadcn: '4.11.0',\n 'tw-animate-css': '1.4.0',\n 'tailwind-merge': '3.6.0',\n vite: '8.0.16',\n typescript: '6.0.3',\n vitest: '4.1.8',\n zod: '4.4.3',\n ws: '8.21.0',\n} as const;\nexport type ITsDepVersion = keyof typeof TS_VERSIONS;\n\n/**\n * Add versions to the given dependencies\n */\nexport const withVersions = (deps: ITsDepVersion[]) =>\n Object.fromEntries(deps.map((dep) => [dep, TS_VERSIONS[dep]]));\n\n/**\n * Versions for Python dependencies added by generators\n */\nexport const PY_VERSIONS = {\n 'a2a-sdk': '==0.3.26',\n 'ag-ui-langgraph': '==0.0.42',\n 'ag-ui-protocol': '==0.1.19',\n 'ag-ui-strands': '==0.2.1',\n 'aws-lambda-powertools': '==3.29.0',\n 'aws-lambda-powertools[tracer]': '==3.29.0',\n 'aws-lambda-powertools[parser]': '==3.29.0',\n 'aws-opentelemetry-distro': '==0.17.1',\n 'bedrock-agentcore': '==1.14.1',\n boto3: '==1.43.29',\n checkov: '==3.3.1',\n fastapi: '==0.137.1',\n 'fastapi[standard]': '==0.137.1',\n httpx: '==0.28.1',\n langchain: '==1.3.9',\n 'langchain-aws': '==1.5.1',\n 'langchain-mcp-adapters': '==0.3.0',\n langgraph: '==1.2.5',\n mcp: '==1.27.2',\n 'pip-check-updates': '==0.28.0',\n 'pip-licenses': '==5.5.5',\n 'strands-agents': '==1.43.0',\n 'strands-agents[a2a]': '==1.43.0',\n 'strands-agents-tools': '==0.8.0',\n ty: '==0.0.49',\n pynamodb: '==6.1.0',\n uvicorn: '==0.49.0',\n} as const;\nexport type IPyDepVersion = keyof typeof PY_VERSIONS;\n\n/**\n * Add versions to the given dependencies\n */\nexport const withPyVersions = (deps: IPyDepVersion[]) =>\n deps.map((dep) => `${dep}${PY_VERSIONS[dep]}`);\n\n/**\n * Versions for vendored tools\n */\nexport const VENDORED_VERSIONS = {\n 'git-secrets': '1.3.0',\n} as const;\n\n/**\n * Exact versions for Terraform providers used by generated `.tf` modules.\n * Pinned exactly (no range operator) so generated infrastructure is reproducible.\n */\nexport const TERRAFORM_VERSIONS = {\n aws: '6.52.0',\n random: '3.9.0',\n null: '3.3.0',\n archive: '2.8.0',\n external: '2.4.0',\n local: '2.9.0',\n} as const;\nexport type ITerraformProviderVersion = keyof typeof TERRAFORM_VERSIONS;\n\n/**\n * Substitution variables exposing Terraform provider version constraints to\n * generated `.tf` templates (e.g. `version = \"<%- awsProviderVersion %>\"`)\n */\nexport const terraformProviderVersions = () => ({\n awsProviderVersion: TERRAFORM_VERSIONS.aws,\n randomProviderVersion: TERRAFORM_VERSIONS.random,\n nullProviderVersion: TERRAFORM_VERSIONS.null,\n archiveProviderVersion: TERRAFORM_VERSIONS.archive,\n externalProviderVersion: TERRAFORM_VERSIONS.external,\n localProviderVersion: TERRAFORM_VERSIONS.local,\n});\n"],"names":["TS_VERSIONS","rxjs","astro","aws4fetch","constructs","cors","chalk","clsx","commander","electrodb","esbuild","ejs","express","husky","mariadb","ncp","pg","prisma","react","rimraf","rolldown","tailwindcss","tsx","shadcn","vite","typescript","vitest","zod","ws","withVersions","deps","Object","fromEntries","map","dep","PY_VERSIONS","boto3","checkov","fastapi","httpx","langchain","langgraph","mcp","ty","pynamodb","uvicorn","withPyVersions","VENDORED_VERSIONS","TERRAFORM_VERSIONS","aws","random","null","archive","external","local","terraformProviderVersions","awsProviderVersion","randomProviderVersion","nullProviderVersion","archiveProviderVersion","externalProviderVersion","localProviderVersion"],"mappings":"AAAA;;;CAGC,GAED;;CAEC,GACD,OAAO,MAAMA,cAAc;IACzB,eAAe;IACf,0DAA0D;IAC1D,4BAA4B;IAC5B,mCAAmC;IACnC,sBAAsB;IACtB,uBAAuB;IACvB,iCAAiC;IACjC,iDAAiD;IACjD,mCAAmC;IACnC,uBAAuB;IACvB,iCAAiC;IACjC,2BAA2B;IAC3B,iCAAiC;IACjC,kCAAkC;IAClC,qCAAqC;IACrC,iCAAiC;IACjC,iCAAiC;IACjC,iCAAiC;IACjC,eAAe;IACf,gBAAgB;IAChB,wBAAwB;IACxB,cAAc;IACd,aAAa;IACb,uBAAuB;IACvB,sBAAsB;IACtB,aAAa;IACb,6BAA6B;IAC7B,mCAAmC;IACnC,sBAAsB;IACtB,iBAAiB;IACjB,eAAe;IACf,kBAAkB;IAClB,kBAAkB;IAClB,0BAA0B;IAC1BC,MAAM;IACN,uBAAuB;IACvB,0BAA0B;IAC1B,2BAA2B;IAC3B,8BAA8B;IAC9B,iCAAiC;IACjC,0BAA0B;IAC1B,uCAAuC;IACvC,sCAAsC;IACtC,iCAAiC;IACjC,oCAAoC;IACpC,yBAAyB;IACzB,kCAAkC;IAClC,8BAA8B;IAC9B,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,qBAAqB;IACrB,eAAe;IACf,aAAa;IACb,aAAa;IACb,kBAAkB;IAClB,2BAA2B;IAC3B,gCAAgC;IAChC,6BAA6B;IAC7B,iBAAiB;IACjB,uBAAuB;IACvB,cAAc;IACd,kBAAkB;IAClB,sBAAsB;IACtBC,OAAO;IACPC,WAAW;IACX,WAAW;IACX,eAAe;IACf,qBAAqB;IACrBC,YAAY;IACZC,MAAM;IACNC,OAAO;IACP,4BAA4B;IAC5BC,MAAM;IACNC,WAAW;IACXC,WAAW;IACXC,SAAS;IACT,yBAAyB;IACzB,gCAAgC;IAChC,kBAAkB;IAClB,2BAA2B;IAC3B,sBAAsB;IACtB,kBAAkB;IAClBC,KAAK;IACL,cAAc;IACdC,SAAS;IACT,aAAa;IACbC,OAAO;IACP,YAAY;IACZ,mBAAmB;IACnB,gBAAgB;IAChBC,SAAS;IACTC,KAAK;IACL,qBAAqB;IACrB,kBAAkB;IAClBC,IAAI;IACJC,QAAQ;IACR,sBAAsB;IACtBC,OAAO;IACP,aAAa;IACbC,QAAQ;IACRC,UAAU;IACV,cAAc;IACd,sBAAsB;IACtB,kBAAkB;IAClBC,aAAa;IACb,qBAAqB;IACrBC,KAAK;IACL,gBAAgB;IAChB,YAAY;IACZC,QAAQ;IACR,kBAAkB;IAClB,kBAAkB;IAClBC,MAAM;IACNC,YAAY;IACZC,QAAQ;IACRC,KAAK;IACLC,IAAI;AACN,EAAW;AAGX;;CAEC,GACD,OAAO,MAAMC,eAAe,CAACC,OAC3BC,OAAOC,WAAW,CAACF,KAAKG,GAAG,CAAC,CAACC,MAAQ;YAACA;YAAKlC,WAAW,CAACkC,IAAI;SAAC,GAAG;AAEjE;;CAEC,GACD,OAAO,MAAMC,cAAc;IACzB,WAAW;IACX,mBAAmB;IACnB,kBAAkB;IAClB,iBAAiB;IACjB,yBAAyB;IACzB,iCAAiC;IACjC,iCAAiC;IACjC,4BAA4B;IAC5B,qBAAqB;IACrBC,OAAO;IACPC,SAAS;IACTC,SAAS;IACT,qBAAqB;IACrBC,OAAO;IACPC,WAAW;IACX,iBAAiB;IACjB,0BAA0B;IAC1BC,WAAW;IACXC,KAAK;IACL,qBAAqB;IACrB,gBAAgB;IAChB,kBAAkB;IAClB,uBAAuB;IACvB,wBAAwB;IACxBC,IAAI;IACJC,UAAU;IACVC,SAAS;AACX,EAAW;AAGX;;CAEC,GACD,OAAO,MAAMC,iBAAiB,CAAChB,OAC7BA,KAAKG,GAAG,CAAC,CAACC,MAAQ,GAAGA,MAAMC,WAAW,CAACD,IAAI,EAAE,EAAE;AAEjD;;CAEC,GACD,OAAO,MAAMa,oBAAoB;IAC/B,eAAe;AACjB,EAAW;AAEX;;;CAGC,GACD,OAAO,MAAMC,qBAAqB;IAChCC,KAAK;IACLC,QAAQ;IACRC,MAAM;IACNC,SAAS;IACTC,UAAU;IACVC,OAAO;AACT,EAAW;AAGX;;;CAGC,GACD,OAAO,MAAMC,4BAA4B,IAAO,CAAA;QAC9CC,oBAAoBR,mBAAmBC,GAAG;QAC1CQ,uBAAuBT,mBAAmBE,MAAM;QAChDQ,qBAAqBV,mBAAmBG,IAAI;QAC5CQ,wBAAwBX,mBAAmBI,OAAO;QAClDQ,yBAAyBZ,mBAAmBK,QAAQ;QACpDQ,sBAAsBb,mBAAmBM,KAAK;IAChD,CAAA,EAAG"}
1
+ {"version":3,"sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"sourcesContent":["/**\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n * SPDX-License-Identifier: Apache-2.0\n */\n\n/**\n * Versons for TypeScript dependencies added by generators\n */\nexport const TS_VERSIONS = {\n '@a2a-js/sdk': '0.3.13',\n '@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.12.0',\n '@aws-sdk/client-dynamodb': '3.1075.0',\n '@aws-sdk/client-bedrock-runtime': '3.1075.0',\n '@aws-sdk/client-s3': '3.1075.0',\n '@aws-sdk/client-sts': '3.1075.0',\n '@aws-sdk/credential-providers': '3.1075.0',\n '@aws-sdk/credential-provider-cognito-identity': '3.972.48',\n '@aws-sdk/client-secrets-manager': '3.1075.0',\n '@aws-sdk/rds-signer': '3.1075.0',\n '@aws-smithy/server-apigateway': '1.0.0-alpha.10',\n '@aws-smithy/server-node': '1.0.0-alpha.10',\n '@aws-lambda-powertools/logger': '2.33.1',\n '@aws-lambda-powertools/metrics': '2.33.1',\n '@aws-lambda-powertools/parameters': '2.33.1',\n '@aws-lambda-powertools/tracer': '2.33.1',\n '@aws-lambda-powertools/parser': '2.33.1',\n '@aws-sdk/client-appconfigdata': '3.1075.0',\n '@middy/core': '7.7.0',\n '@nxlv/python': '22.2.1',\n '@nx-extend/terraform': '10.2.1',\n '@nx/devkit': '23.0.1',\n '@nx/react': '23.0.1',\n 'create-nx-workspace': '23.0.1',\n '@swc-node/register': '1.11.1',\n '@swc/core': '1.15.43',\n '@modelcontextprotocol/sdk': '1.29.0',\n '@modelcontextprotocol/inspector': '0.19.0',\n '@ag-ui/aws-strands': '0.2.3',\n '@ag-ui/client': '0.0.57',\n '@ag-ui/core': '0.0.57',\n '@ag-ui/encoder': '0.0.57',\n 'agent-chat-cli': '0.3.0',\n '@copilotkit/react-core': '1.61.2',\n rxjs: '7.8.2',\n '@strands-agents/sdk': '1.7.0',\n '@tanstack/react-router': '1.170.16',\n '@tanstack/router-plugin': '1.168.18',\n '@tanstack/router-generator': '1.167.17',\n '@tanstack/virtual-file-routes': '1.162.0',\n '@tanstack/router-utils': '1.162.2',\n '@cloudscape-design/board-components': '3.0.197',\n '@cloudscape-design/chat-components': '1.0.146',\n '@cloudscape-design/components': '3.0.1320',\n '@cloudscape-design/global-styles': '1.0.61',\n '@tanstack/react-query': '5.101.2',\n '@tanstack/react-query-devtools': '5.101.2',\n '@trpc/tanstack-react-query': '11.18.0',\n '@trpc/client': '11.18.0',\n '@trpc/server': '11.18.0',\n '@types/node': '25.9.4',\n '@types/aws-lambda': '8.10.162',\n '@types/cors': '2.8.19',\n '@types/pg': '8.20.0',\n '@types/ws': '8.18.1',\n '@types/express': '5.0.6',\n '@smithy/config-resolver': '4.6.2',\n '@smithy/node-config-provider': '4.5.2',\n '@smithy/node-http-handler': '4.8.2',\n '@smithy/types': '4.15.0',\n '@vitest/coverage-v8': '4.1.9',\n '@vitest/ui': '4.1.9',\n '@astrojs/react': '5.0.7',\n '@astrojs/starlight': '0.40.0',\n astro: '6.4.8',\n aws4fetch: '1.0.20',\n 'aws-cdk': '2.1129.0',\n 'aws-cdk-lib': '2.260.0',\n 'aws-xray-sdk-core': '3.12.0',\n constructs: '10.6.0',\n cors: '2.8.6',\n chalk: '5.6.2',\n 'class-variance-authority': '0.7.1',\n clsx: '2.1.1',\n commander: '14.0.3',\n electrodb: '3.9.1',\n esbuild: '0.28.1',\n 'event-source-polyfill': '1.0.31',\n '@types/event-source-polyfill': '1.0.5',\n '@biomejs/biome': '2.5.1',\n '@prisma/adapter-mariadb': '7.8.0',\n '@prisma/adapter-pg': '7.8.0',\n '@prisma/client': '7.8.0',\n ejs: '6.0.1',\n '@types/ejs': '3.1.5',\n express: '5.2.1',\n 'fast-glob': '3.3.3',\n husky: '9.1.7',\n 'fs-extra': '11.3.5',\n '@types/fs-extra': '11.0.4',\n 'make-dir-cli': '4.0.0',\n mariadb: '3.5.3',\n ncp: '2.0.0',\n 'npm-check-updates': '19.6.6',\n 'oidc-client-ts': '3.5.0',\n pg: '8.22.0',\n prisma: '7.8.0',\n 'react-oidc-context': '3.3.1',\n react: '19.2.7',\n 'react-dom': '19.2.7',\n rimraf: '6.1.3',\n rolldown: '1.1.3',\n 'simple-git': '3.36.0',\n 'source-map-support': '0.5.21',\n 'starlight-blog': '0.26.1',\n tailwindcss: '4.2.2',\n '@tailwindcss/vite': '4.2.2',\n tsx: '4.22.4',\n 'lucide-react': '1.22.0',\n 'radix-ui': '1.6.0',\n shadcn: '4.12.0',\n 'tw-animate-css': '1.4.0',\n 'tailwind-merge': '3.6.0',\n vite: '8.1.0',\n typescript: '6.0.3',\n vitest: '4.1.9',\n zod: '4.4.3',\n ws: '8.21.0',\n} as const;\nexport type ITsDepVersion = keyof typeof TS_VERSIONS;\n\n/**\n * Add versions to the given dependencies\n */\nexport const withVersions = (deps: ITsDepVersion[]) =>\n Object.fromEntries(deps.map((dep) => [dep, TS_VERSIONS[dep]]));\n\n/**\n * Versions for Python dependencies added by generators\n */\nexport const PY_VERSIONS = {\n 'a2a-sdk': '==0.3.26',\n 'ag-ui-langgraph': '==0.0.42',\n 'ag-ui-protocol': '==0.1.19',\n 'ag-ui-strands': '==0.2.2',\n 'aws-lambda-powertools': '==3.31.0',\n 'aws-lambda-powertools[tracer]': '==3.31.0',\n 'aws-lambda-powertools[parser]': '==3.31.0',\n 'aws-opentelemetry-distro': '==0.18.0',\n 'bedrock-agentcore': '==1.15.1',\n boto3: '==1.43.37',\n checkov: '==3.3.6',\n fastapi: '==0.138.2',\n 'fastapi[standard]': '==0.138.2',\n httpx: '==0.28.1',\n langchain: '==1.3.11',\n 'langchain-aws': '==1.6.1',\n 'langchain-mcp-adapters': '==0.3.0',\n langgraph: '==1.2.7',\n mcp: '==1.28.1',\n 'pip-check-updates': '==0.29.0',\n 'pip-licenses': '==5.5.5',\n 'strands-agents': '==1.45.0',\n 'strands-agents[a2a]': '==1.45.0',\n 'strands-agents-tools': '==0.8.2',\n ty: '==0.0.55',\n pynamodb: '==6.1.0',\n uvicorn: '==0.49.0',\n} as const;\nexport type IPyDepVersion = keyof typeof PY_VERSIONS;\n\n/**\n * Add versions to the given dependencies\n */\nexport const withPyVersions = (deps: IPyDepVersion[]) =>\n deps.map((dep) => `${dep}${PY_VERSIONS[dep]}`);\n\n/**\n * Versions for vendored tools\n */\nexport const VENDORED_VERSIONS = {\n 'git-secrets': '1.3.0',\n} as const;\n\n/**\n * Exact versions for Terraform providers used by generated `.tf` modules.\n * Pinned exactly (no range operator) so generated infrastructure is reproducible.\n */\nexport const TERRAFORM_VERSIONS = {\n aws: '6.52.0',\n random: '3.9.0',\n null: '3.3.0',\n archive: '2.8.0',\n external: '2.4.0',\n local: '2.9.0',\n} as const;\nexport type ITerraformProviderVersion = keyof typeof TERRAFORM_VERSIONS;\n\n/**\n * Substitution variables exposing Terraform provider version constraints to\n * generated `.tf` templates (e.g. `version = \"<%- awsProviderVersion %>\"`)\n */\nexport const terraformProviderVersions = () => ({\n awsProviderVersion: TERRAFORM_VERSIONS.aws,\n randomProviderVersion: TERRAFORM_VERSIONS.random,\n nullProviderVersion: TERRAFORM_VERSIONS.null,\n archiveProviderVersion: TERRAFORM_VERSIONS.archive,\n externalProviderVersion: TERRAFORM_VERSIONS.external,\n localProviderVersion: TERRAFORM_VERSIONS.local,\n});\n"],"names":["TS_VERSIONS","rxjs","astro","aws4fetch","constructs","cors","chalk","clsx","commander","electrodb","esbuild","ejs","express","husky","mariadb","ncp","pg","prisma","react","rimraf","rolldown","tailwindcss","tsx","shadcn","vite","typescript","vitest","zod","ws","withVersions","deps","Object","fromEntries","map","dep","PY_VERSIONS","boto3","checkov","fastapi","httpx","langchain","langgraph","mcp","ty","pynamodb","uvicorn","withPyVersions","VENDORED_VERSIONS","TERRAFORM_VERSIONS","aws","random","null","archive","external","local","terraformProviderVersions","awsProviderVersion","randomProviderVersion","nullProviderVersion","archiveProviderVersion","externalProviderVersion","localProviderVersion"],"mappings":"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"}