@psnext/slingcli 2.5.20260629-1 → 2.5.20260707-1

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 (443) hide show
  1. package/node_modules/@aws/lambda-invoke-store/README.md +25 -1
  2. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +12 -0
  3. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +12 -0
  4. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +6 -0
  5. package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
  6. package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +1 -3
  7. package/node_modules/@aws-sdk/core/client.d.ts +1 -3
  8. package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +1 -3
  9. package/node_modules/@aws-sdk/core/package.json +11 -18
  10. package/node_modules/@aws-sdk/core/protocols.d.ts +1 -3
  11. package/node_modules/@aws-sdk/core/util.d.ts +1 -3
  12. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  13. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +172 -1
  14. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -51
  15. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -3
  16. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -3
  17. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +4 -4
  18. package/node_modules/@aws-sdk/credential-provider-http/package.json +8 -10
  19. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  20. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  21. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  22. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  23. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +6 -6
  24. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  25. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +58 -3
  26. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -8
  27. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +4 -4
  28. package/node_modules/@aws-sdk/middleware-eventstream/package.json +4 -4
  29. package/node_modules/@aws-sdk/middleware-websocket/package.json +7 -7
  30. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +1 -3
  31. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +13 -25
  32. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +13 -17
  33. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +12 -15
  34. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +12 -15
  35. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +13 -25
  36. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commandBuilder.js +6 -0
  37. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -14
  38. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -14
  39. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +1 -0
  40. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +0 -2
  41. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +1 -2
  42. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.native.js +0 -2
  43. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +2 -0
  44. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commandBuilder.js +8 -0
  45. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -17
  46. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +1 -0
  47. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +0 -2
  48. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +1 -2
  49. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +0 -2
  50. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
  51. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commandBuilder.js +6 -0
  52. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -14
  53. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +1 -0
  54. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +0 -2
  55. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +1 -2
  56. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +0 -2
  57. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +2 -0
  58. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commandBuilder.js +6 -0
  59. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -14
  60. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +1 -0
  61. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -2
  62. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +1 -2
  63. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +0 -2
  64. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  65. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commandBuilder.js +6 -0
  66. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -14
  67. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -14
  68. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -0
  69. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +0 -2
  70. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +1 -2
  71. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -2
  72. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
  73. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commandBuilder.d.ts +18 -0
  74. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +3 -8
  75. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +3 -8
  76. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +1 -0
  77. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
  78. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
  79. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
  80. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -0
  81. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commandBuilder.d.ts +18 -0
  82. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +3 -8
  83. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -0
  84. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
  85. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
  86. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
  87. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -0
  88. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commandBuilder.d.ts +18 -0
  89. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +3 -8
  90. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +1 -0
  91. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -2
  92. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +2 -2
  93. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -2
  94. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +1 -0
  95. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commandBuilder.d.ts +18 -0
  96. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -8
  97. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -0
  98. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
  99. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
  100. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
  101. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
  102. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commandBuilder.d.ts +18 -0
  103. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -8
  104. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -8
  105. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -0
  106. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -2
  107. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +2 -2
  108. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -2
  109. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
  110. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commandBuilder.d.ts +46 -0
  111. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +7 -16
  112. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +7 -16
  113. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +1 -0
  114. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +8 -2
  115. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +8 -2
  116. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +8 -2
  117. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -0
  118. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commandBuilder.d.ts +42 -0
  119. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +3 -8
  120. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  121. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +8 -2
  122. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +8 -2
  123. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +8 -2
  124. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -0
  125. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commandBuilder.d.ts +42 -0
  126. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +3 -8
  127. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +1 -0
  128. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +8 -2
  129. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +8 -2
  130. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +8 -2
  131. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +1 -0
  132. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commandBuilder.d.ts +42 -0
  133. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -8
  134. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  135. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +8 -2
  136. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +8 -2
  137. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +8 -2
  138. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
  139. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commandBuilder.d.ts +46 -0
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +7 -16
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +7 -16
  142. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  143. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +8 -2
  144. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +8 -2
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +8 -2
  146. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +1 -0
  147. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -51
  148. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -3
  149. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -3
  150. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +4 -4
  151. package/node_modules/@aws-sdk/nested-clients/package.json +8 -10
  152. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +1 -3
  153. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +1 -3
  154. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +1 -3
  155. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +1 -3
  156. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
  157. package/node_modules/@aws-sdk/types/package.json +2 -2
  158. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +236 -3
  159. package/node_modules/@aws-sdk/xml-builder/package.json +3 -4
  160. package/node_modules/@earendil-works/pi-agent-core/dist/agent.js +10 -1
  161. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +4 -6
  162. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js +20 -2
  163. package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
  164. package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js +2 -14
  165. package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js +16 -5
  166. package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.js +2 -1
  167. package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.js +2 -1
  168. package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +54 -19
  169. package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +8 -3
  170. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js +2 -14
  171. package/node_modules/@earendil-works/pi-ai/dist/api/openrouter-images.js +2 -1
  172. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +15 -45
  173. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +141 -4
  174. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +21 -173
  175. package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.js +18 -0
  176. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js +18 -0
  177. package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +5 -4
  178. package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js +57 -0
  179. package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.js +1 -1
  180. package/node_modules/@earendil-works/pi-ai/dist/providers/huggingface.models.js +18 -0
  181. package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.js +4 -4
  182. package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.js +4 -4
  183. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js +5 -5
  184. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +93 -2
  185. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +194 -87
  186. package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.js +2 -2
  187. package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +41 -4
  188. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.js +12 -12
  189. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.js +12 -12
  190. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.js +12 -12
  191. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.js +15 -15
  192. package/node_modules/@earendil-works/pi-ai/dist/utils/error-body.js +109 -0
  193. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js +15 -2
  194. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js +3 -2
  195. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +3 -0
  196. package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js +1 -0
  197. package/node_modules/@earendil-works/pi-ai/package.json +1 -1
  198. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +35 -4
  199. package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +13 -5
  200. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +5 -8
  201. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js +6 -0
  202. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js +33 -1
  203. package/node_modules/@earendil-works/pi-coding-agent/dist/core/http-dispatcher.js +28 -1
  204. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +14 -17
  205. package/node_modules/@earendil-works/pi-coding-agent/dist/core/project-trust.js +1 -1
  206. package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.js +0 -10
  207. package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js +87 -68
  208. package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js +8 -0
  209. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +20 -5
  210. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.js +2 -2
  211. package/node_modules/@earendil-works/pi-coding-agent/dist/index.js +2 -1
  212. package/node_modules/@earendil-works/pi-coding-agent/dist/main.js +1 -1
  213. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.js +15 -7
  214. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-entry.js +52 -0
  215. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js +13 -1
  216. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/status-indicator.js +60 -0
  217. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.js +18 -5
  218. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +143 -130
  219. package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +7 -0
  220. package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +12 -12
  221. package/node_modules/@earendil-works/pi-coding-agent/package.json +4 -4
  222. package/node_modules/@earendil-works/pi-orchestrator/package.json +2 -2
  223. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  224. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.d.ts +254 -597
  225. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +254 -597
  226. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js.map +1 -1
  227. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.d.ts +26 -0
  228. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js +26 -0
  229. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js.map +1 -1
  230. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.d.ts +174 -111
  231. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +174 -111
  232. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js.map +1 -1
  233. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.d.ts +484 -4
  234. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +484 -4
  235. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js.map +1 -1
  236. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.d.ts +1 -1
  237. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js +1 -1
  238. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js.map +1 -1
  239. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.d.ts +254 -597
  240. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +254 -597
  241. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js.map +1 -1
  242. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.d.ts +26 -0
  243. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js +26 -0
  244. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js.map +1 -1
  245. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts +174 -111
  246. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +174 -111
  247. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js.map +1 -1
  248. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.d.ts +484 -4
  249. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +484 -4
  250. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js.map +1 -1
  251. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.d.ts +1 -1
  252. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js +1 -1
  253. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js.map +1 -1
  254. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.d.ts +254 -597
  255. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +289 -650
  256. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js.map +1 -1
  257. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.d.ts +26 -0
  258. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js +27 -1
  259. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js.map +1 -1
  260. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts +174 -111
  261. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +181 -118
  262. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js.map +1 -1
  263. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.d.ts +484 -4
  264. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +506 -7
  265. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js.map +1 -1
  266. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.d.ts +1 -1
  267. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +1 -1
  268. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js.map +1 -1
  269. package/node_modules/@opentelemetry/semantic-conventions/package.json +3 -3
  270. package/node_modules/@protobufjs/utf8/CHANGELOG.md +8 -0
  271. package/node_modules/@protobufjs/utf8/index.js +29 -18
  272. package/node_modules/@protobufjs/utf8/package.json +2 -2
  273. package/node_modules/@protobufjs/utf8/tests/index.js +5 -0
  274. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +358 -145
  275. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +462 -142
  276. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +358 -145
  277. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +18 -0
  278. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +108 -63
  279. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +11 -8
  280. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -8
  281. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -2
  282. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +30 -36
  283. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +85 -137
  284. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +30 -36
  285. package/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Js.js +30 -0
  286. package/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Node.js +24 -0
  287. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.browser.js +7 -1
  288. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.js +7 -1
  289. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.native.js +7 -1
  290. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Js.js +92 -0
  291. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Node.js +29 -0
  292. package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Js.js +179 -0
  293. package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Node.js +59 -0
  294. package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256WebCrypto.js +71 -0
  295. package/node_modules/@smithy/core/dist-es/submodules/client/index.js +1 -0
  296. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client-command-builder.js +17 -0
  297. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/config.js +6 -1
  298. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.js +92 -0
  299. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/constants.js +3 -0
  300. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js +3 -56
  301. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/EventStreamCodec.js +5 -3
  302. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/splitMessage.js +7 -6
  303. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +4 -1
  304. package/node_modules/@smithy/core/dist-es/submodules/serde/concatBytes.js +15 -0
  305. package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +2 -0
  306. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +2 -0
  307. package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +2 -0
  308. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +35 -27
  309. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js +2 -1
  310. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +12 -38
  311. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js +18 -33
  312. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js +3 -0
  313. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.js +3 -0
  314. package/node_modules/@smithy/core/dist-types/submodules/checksum/crc32/Crc32Js.d.ts +18 -0
  315. package/node_modules/@smithy/core/dist-types/submodules/checksum/crc32/Crc32Node.d.ts +18 -0
  316. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.browser.d.ts +7 -1
  317. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.d.ts +7 -1
  318. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.native.d.ts +7 -1
  319. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Js.d.ts +19 -0
  320. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Node.d.ts +17 -0
  321. package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Js.d.ts +28 -0
  322. package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Node.d.ts +13 -0
  323. package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256WebCrypto.d.ts +22 -0
  324. package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +1 -0
  325. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client-command-builder.d.ts +22 -0
  326. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/command.d.ts +5 -6
  327. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.d.ts +7 -0
  328. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/constants.d.ts +12 -0
  329. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +4 -5
  330. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +4 -5
  331. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +3 -4
  332. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +1 -2
  333. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +1 -2
  334. package/node_modules/@smithy/core/dist-types/submodules/serde/concatBytes.d.ts +6 -0
  335. package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +2 -0
  336. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +2 -0
  337. package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +2 -0
  338. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +29 -12
  339. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.browser.d.ts +8 -2
  340. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.d.ts +4 -1
  341. package/node_modules/@smithy/core/package.json +5 -5
  342. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  343. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -55
  344. package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -2
  345. package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -2
  346. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  347. package/node_modules/@smithy/signature-v4/package.json +3 -4
  348. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  349. package/node_modules/@smithy/types/package.json +1 -1
  350. package/node_modules/@types/node/README.md +1 -1
  351. package/node_modules/@types/node/buffer.d.ts +64 -25
  352. package/node_modules/@types/node/crypto.d.ts +18 -5
  353. package/node_modules/@types/node/diagnostics_channel.d.ts +237 -3
  354. package/node_modules/@types/node/dns.d.ts +1 -1
  355. package/node_modules/@types/node/ffi.d.ts +486 -0
  356. package/node_modules/@types/node/fs/promises.d.ts +3 -0
  357. package/node_modules/@types/node/fs.d.ts +21 -6
  358. package/node_modules/@types/node/http.d.ts +25 -0
  359. package/node_modules/@types/node/index.d.ts +1 -0
  360. package/node_modules/@types/node/package.json +2 -2
  361. package/node_modules/@types/node/process.d.ts +14 -1
  362. package/node_modules/@types/node/quic.d.ts +92 -11
  363. package/node_modules/@types/node/sqlite.d.ts +55 -0
  364. package/node_modules/@types/node/stream/iter.d.ts +150 -0
  365. package/node_modules/@types/node/stream.d.ts +32 -0
  366. package/node_modules/@types/node/test.d.ts +112 -2
  367. package/node_modules/@types/node/ts5.6/index.d.ts +1 -0
  368. package/node_modules/@types/node/ts5.7/index.d.ts +1 -0
  369. package/node_modules/@types/node/util.d.ts +19 -2
  370. package/node_modules/@types/node/v8.d.ts +84 -2
  371. package/node_modules/@types/node/worker_threads.d.ts +8 -7
  372. package/node_modules/gaxios/build/cjs/src/gaxios.js +1 -1
  373. package/node_modules/gaxios/build/cjs/src/gaxios.js.map +1 -1
  374. package/node_modules/gaxios/build/cjs/test/test.getch.js +66 -0
  375. package/node_modules/gaxios/build/cjs/test/test.getch.js.map +1 -1
  376. package/node_modules/gaxios/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
  377. package/node_modules/gaxios/build/esm/src/gaxios.js +1 -1
  378. package/node_modules/gaxios/build/esm/src/gaxios.js.map +1 -1
  379. package/node_modules/gaxios/build/esm/test/test.getch.js +66 -0
  380. package/node_modules/gaxios/build/esm/test/test.getch.js.map +1 -1
  381. package/node_modules/gaxios/build/esm/tsconfig.tsbuildinfo +1 -1
  382. package/node_modules/gaxios/package.json +4 -4
  383. package/node_modules/protobufjs/dist/light/protobuf.js +2 -2
  384. package/node_modules/protobufjs/dist/light/protobuf.min.js +2 -2
  385. package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
  386. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
  387. package/node_modules/protobufjs/dist/protobuf.js +5 -2
  388. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  389. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  390. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  391. package/node_modules/protobufjs/package.json +1 -1
  392. package/node_modules/protobufjs/src/parse.js +3 -0
  393. package/package.json +7 -7
  394. package/sling-default-packages.json +2 -1
  395. package/slingshot/index.js +261 -261
  396. package/node_modules/@aws-crypto/crc32/CHANGELOG.md +0 -100
  397. package/node_modules/@aws-crypto/crc32/LICENSE +0 -201
  398. package/node_modules/@aws-crypto/crc32/README.md +0 -16
  399. package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.d.ts +0 -7
  400. package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js +0 -31
  401. package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js.map +0 -1
  402. package/node_modules/@aws-crypto/crc32/build/main/index.d.ts +0 -7
  403. package/node_modules/@aws-crypto/crc32/build/main/index.js +0 -108
  404. package/node_modules/@aws-crypto/crc32/build/main/index.js.map +0 -1
  405. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.d.ts +0 -7
  406. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js +0 -28
  407. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js.map +0 -1
  408. package/node_modules/@aws-crypto/crc32/build/module/index.d.ts +0 -7
  409. package/node_modules/@aws-crypto/crc32/build/module/index.js +0 -103
  410. package/node_modules/@aws-crypto/crc32/build/module/index.js.map +0 -1
  411. package/node_modules/@aws-crypto/crc32/package.json +0 -32
  412. package/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +0 -24
  413. package/node_modules/@aws-crypto/crc32/src/index.ts +0 -92
  414. package/node_modules/@aws-crypto/crc32/tsconfig.json +0 -9
  415. package/node_modules/@aws-crypto/crc32/tsconfig.module.json +0 -7
  416. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +0 -869
  417. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +0 -862
  418. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -42
  419. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -27
  420. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -71
  421. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -49
  422. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -13
  423. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -2
  424. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -8
  425. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -41
  426. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -5
  427. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -7
  428. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -29
  429. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -25
  430. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -8
  431. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -41
  432. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -5
  433. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -7
  434. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +0 -57
  435. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -234
  436. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/constants.js +0 -3
  437. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/md5.js +0 -168
  438. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/constants.d.ts +0 -12
  439. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/md5.d.ts +0 -16
  440. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -53
  441. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  442. /package/node_modules/@smithy/{core/dist-es/submodules/endpoints/middleware-endpoint/types.js → types/dist-es/endpoints/EndpointParameterInstructions.js} +0 -0
  443. /package/node_modules/@smithy/{core/dist-types/submodules/endpoints/middleware-endpoint/types.d.ts → types/dist-types/endpoints/EndpointParameterInstructions.d.ts} +0 -0
@@ -8,7 +8,7 @@ concurrent executions.
8
8
  ## Features
9
9
 
10
10
  - **Invocation Isolation**: Safely store and retrieve data within a single Lambda invocation.
11
- - **Protected Lambda Context**: Built-in protection for Lambda execution metadata (requestId, [traceId](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-traces))
11
+ - **Protected Lambda Context**: Built-in protection for Lambda execution metadata (requestId, [traceId](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-traces), [W3C Trace Context](https://www.w3.org/TR/trace-context/), [W3C Baggage](https://www.w3.org/TR/baggage/))
12
12
  - **Custom Data Storage**: Store any custom data within the invocation context
13
13
  - **Async/Await Support**: Full support for asynchronous operations with context preservation
14
14
  - **Type Safety**: Complete TypeScript type definitions
@@ -123,6 +123,30 @@ Convenience method to get the current [X-Ray trace ID](https://docs.aws.amazon.c
123
123
  const traceId = invokeStore.getXRayTraceId(); // Returns undefined if not set or outside context
124
124
  ```
125
125
 
126
+ ### invokeStore.getTraceparent()
127
+
128
+ Convenience method to get the [W3C `traceparent`](https://www.w3.org/TR/trace-context/#traceparent-header) header value.
129
+
130
+ ```typescript
131
+ const traceparent = invokeStore.getTraceparent(); // e.g. "00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01"
132
+ ```
133
+
134
+ ### invokeStore.getTracestate()
135
+
136
+ Convenience method to get the [W3C `tracestate`](https://www.w3.org/TR/trace-context/#tracestate-header) header value.
137
+
138
+ ```typescript
139
+ const tracestate = invokeStore.getTracestate(); // e.g. "congo=t61rcWkgMzE,rojo=00f067aa0ba902b7"
140
+ ```
141
+
142
+ ### invokeStore.getBaggage()
143
+
144
+ Convenience method to get the [W3C Baggage](https://www.w3.org/TR/baggage/) header value.
145
+
146
+ ```typescript
147
+ const baggage = invokeStore.getBaggage(); // e.g. "userId=alice,serverNode=DF28"
148
+ ```
149
+
126
150
  ### invokeStore.hasContext()
127
151
 
128
152
  Checks if code is currently running within an invoke context.
@@ -4,6 +4,9 @@ const PROTECTED_KEYS = {
4
4
  REQUEST_ID: Symbol.for("_AWS_LAMBDA_REQUEST_ID"),
5
5
  X_RAY_TRACE_ID: Symbol.for("_AWS_LAMBDA_X_RAY_TRACE_ID"),
6
6
  TENANT_ID: Symbol.for("_AWS_LAMBDA_TENANT_ID"),
7
+ TRACEPARENT: Symbol.for("_AWS_LAMBDA_TRACEPARENT"),
8
+ TRACESTATE: Symbol.for("_AWS_LAMBDA_TRACESTATE"),
9
+ BAGGAGE: Symbol.for("_AWS_LAMBDA_BAGGAGE"),
7
10
  };
8
11
  const NO_GLOBAL_AWS_LAMBDA = ["true", "1"].includes(process.env?.AWS_LAMBDA_NODEJS_NO_GLOBAL_AWSLAMBDA ?? "");
9
12
  if (!NO_GLOBAL_AWS_LAMBDA) {
@@ -23,6 +26,15 @@ class InvokeStoreBase {
23
26
  getTenantId() {
24
27
  return this.get(PROTECTED_KEYS.TENANT_ID);
25
28
  }
29
+ getTraceparent() {
30
+ return this.get(PROTECTED_KEYS.TRACEPARENT);
31
+ }
32
+ getTracestate() {
33
+ return this.get(PROTECTED_KEYS.TRACESTATE);
34
+ }
35
+ getBaggage() {
36
+ return this.get(PROTECTED_KEYS.BAGGAGE);
37
+ }
26
38
  }
27
39
  class InvokeStoreSingle extends InvokeStoreBase {
28
40
  currentContext;
@@ -2,6 +2,9 @@ const PROTECTED_KEYS = {
2
2
  REQUEST_ID: Symbol.for("_AWS_LAMBDA_REQUEST_ID"),
3
3
  X_RAY_TRACE_ID: Symbol.for("_AWS_LAMBDA_X_RAY_TRACE_ID"),
4
4
  TENANT_ID: Symbol.for("_AWS_LAMBDA_TENANT_ID"),
5
+ TRACEPARENT: Symbol.for("_AWS_LAMBDA_TRACEPARENT"),
6
+ TRACESTATE: Symbol.for("_AWS_LAMBDA_TRACESTATE"),
7
+ BAGGAGE: Symbol.for("_AWS_LAMBDA_BAGGAGE"),
5
8
  };
6
9
  const NO_GLOBAL_AWS_LAMBDA = ["true", "1"].includes(process.env?.AWS_LAMBDA_NODEJS_NO_GLOBAL_AWSLAMBDA ?? "");
7
10
  if (!NO_GLOBAL_AWS_LAMBDA) {
@@ -21,6 +24,15 @@ class InvokeStoreBase {
21
24
  getTenantId() {
22
25
  return this.get(PROTECTED_KEYS.TENANT_ID);
23
26
  }
27
+ getTraceparent() {
28
+ return this.get(PROTECTED_KEYS.TRACEPARENT);
29
+ }
30
+ getTracestate() {
31
+ return this.get(PROTECTED_KEYS.TRACESTATE);
32
+ }
33
+ getBaggage() {
34
+ return this.get(PROTECTED_KEYS.BAGGAGE);
35
+ }
24
36
  }
25
37
  class InvokeStoreSingle extends InvokeStoreBase {
26
38
  currentContext;
@@ -21,6 +21,9 @@ export declare abstract class InvokeStoreBase {
21
21
  readonly REQUEST_ID: symbol;
22
22
  readonly X_RAY_TRACE_ID: symbol;
23
23
  readonly TENANT_ID: symbol;
24
+ readonly TRACEPARENT: symbol;
25
+ readonly TRACESTATE: symbol;
26
+ readonly BAGGAGE: symbol;
24
27
  };
25
28
  abstract getContext(): Context | undefined;
26
29
  abstract hasContext(): boolean;
@@ -31,6 +34,9 @@ export declare abstract class InvokeStoreBase {
31
34
  getRequestId(): string;
32
35
  getXRayTraceId(): string | undefined;
33
36
  getTenantId(): string | undefined;
37
+ getTraceparent(): string | undefined;
38
+ getTracestate(): string | undefined;
39
+ getBaggage(): string | undefined;
34
40
  }
35
41
  /**
36
42
  * Provides access to AWS Lambda execution context storage.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/lambda-invoke-store",
3
- "version": "0.2.4",
3
+ "version": "0.3.0",
4
4
  "description": "Invoke scoped data storage for AWS Lambda Node.js Runtime Environment",
5
5
  "homepage": "https://github.com/awslabs/aws-lambda-invoke-store",
6
6
  "main": "./dist-cjs/invoke-store.js",
@@ -2,6 +2,4 @@
2
2
  * Do not edit:
3
3
  * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
4
  */
5
- declare module "@aws-sdk/core/account-id-endpoint" {
6
- export * from "@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d";
7
- }
5
+ export * from "./dist-types/submodules/account-id-endpoint/index";
@@ -2,6 +2,4 @@
2
2
  * Do not edit:
3
3
  * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
4
  */
5
- declare module "@aws-sdk/core/client" {
6
- export * from "@aws-sdk/core/dist-types/submodules/client/index.d";
7
- }
5
+ export * from "./dist-types/submodules/client/index";
@@ -2,6 +2,4 @@
2
2
  * Do not edit:
3
3
  * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
4
  */
5
- declare module "@aws-sdk/core/httpAuthSchemes" {
6
- export * from "@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d";
7
- }
5
+ export * from "./dist-types/submodules/httpAuthSchemes/index";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.974.23",
3
+ "version": "3.974.28",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -12,7 +12,7 @@
12
12
  "clean": "premove dist-cjs dist-es dist-types",
13
13
  "extract:docs": "api-extractor run --local",
14
14
  "lint": "node ../../scripts/validation/submodules-linter.js",
15
- "prebuild": "node scripts/copy-partitions.js && yarn lint",
15
+ "prebuild": "yarn lint",
16
16
  "test": "yarn g:vitest run",
17
17
  "test:watch": "yarn g:vitest watch",
18
18
  "test:integration": "yarn g:vitest run -c vitest.config.integ.mts && yarn test:temp:retry",
@@ -38,14 +38,8 @@
38
38
  },
39
39
  "./client": {
40
40
  "types": "./dist-types/submodules/client/index.d.ts",
41
- "react-native": {
42
- "import": "./dist-es/submodules/client/index.native.js",
43
- "require": "./dist-cjs/submodules/client/index.native.js"
44
- },
45
- "browser": {
46
- "import": "./dist-es/submodules/client/index.browser.js",
47
- "require": "./dist-cjs/submodules/client/index.browser.js"
48
- },
41
+ "react-native": "./dist-es/submodules/client/index.native.js",
42
+ "browser": "./dist-es/submodules/client/index.browser.js",
49
43
  "module": "./dist-es/submodules/client/index.js",
50
44
  "node": "./dist-cjs/submodules/client/index.js",
51
45
  "import": "./dist-es/submodules/client/index.js",
@@ -84,8 +78,7 @@
84
78
  "./dist-es/submodules/client/index.js": "./dist-es/submodules/client/index.browser.js"
85
79
  },
86
80
  "react-native": {
87
- "./dist-es/submodules/client/index.js": "./dist-es/submodules/client/index.native.js",
88
- "./dist-cjs/submodules/client/index.js": "./dist-cjs/submodules/client/index.native.js"
81
+ "./dist-es/submodules/client/index.js": "./dist-es/submodules/client/index.native.js"
89
82
  },
90
83
  "files": [
91
84
  "./account-id-endpoint.d.ts",
@@ -110,12 +103,12 @@
110
103
  },
111
104
  "license": "Apache-2.0",
112
105
  "dependencies": {
113
- "@aws-sdk/types": "^3.973.13",
114
- "@aws-sdk/xml-builder": "^3.972.31",
115
- "@aws/lambda-invoke-store": "^0.2.2",
116
- "@smithy/core": "^3.24.6",
117
- "@smithy/signature-v4": "^5.4.6",
118
- "@smithy/types": "^4.14.3",
106
+ "@aws-sdk/types": "^3.973.15",
107
+ "@aws-sdk/xml-builder": "^3.972.33",
108
+ "@aws/lambda-invoke-store": "^0.3.0",
109
+ "@smithy/core": "^3.29.0",
110
+ "@smithy/signature-v4": "^5.6.1",
111
+ "@smithy/types": "^4.15.1",
119
112
  "bowser": "^2.11.0",
120
113
  "tslib": "^2.6.2"
121
114
  },
@@ -2,6 +2,4 @@
2
2
  * Do not edit:
3
3
  * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
4
  */
5
- declare module "@aws-sdk/core/protocols" {
6
- export * from "@aws-sdk/core/dist-types/submodules/protocols/index.d";
7
- }
5
+ export * from "./dist-types/submodules/protocols/index";
@@ -2,6 +2,4 @@
2
2
  * Do not edit:
3
3
  * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
4
  */
5
- declare module "@aws-sdk/core/util" {
6
- export * from "@aws-sdk/core/dist-types/submodules/util/index.d";
7
- }
5
+ export * from "./dist-types/submodules/util/index";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.49",
3
+ "version": "3.972.54",
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,10 +26,10 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.974.23",
30
- "@aws-sdk/types": "^3.973.13",
31
- "@smithy/core": "^3.24.6",
32
- "@smithy/types": "^4.14.3",
29
+ "@aws-sdk/core": "^3.974.28",
30
+ "@aws-sdk/types": "^3.973.15",
31
+ "@smithy/core": "^3.29.0",
32
+ "@smithy/types": "^4.15.1",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,2 +1,173 @@
1
- const { fromHttp } = require("./fromHttp/fromHttp");
1
+ const { setCredentialFeature } = require("@aws-sdk/core/client");
2
+ const { CredentialsProviderError } = require("@smithy/core/config");
3
+ const { NodeHttpHandler } = require("@smithy/node-http-handler");
4
+ const fs = require("node:fs/promises");
5
+ const { HttpRequest } = require("@smithy/core/protocols");
6
+ const { sdkStreamMixin, parseRfc3339DateTime } = require("@smithy/core/serde");
7
+
8
+ const ECS_CONTAINER_HOST = "169.254.170.2";
9
+ const EKS_CONTAINER_HOST_IPv4 = "169.254.170.23";
10
+ const EKS_CONTAINER_HOST_IPv6 = "[fd00:ec2::23]";
11
+ const checkUrl = (url, logger) => {
12
+ if (url.protocol === "https:") {
13
+ return;
14
+ }
15
+ if (url.hostname === ECS_CONTAINER_HOST ||
16
+ url.hostname === EKS_CONTAINER_HOST_IPv4 ||
17
+ url.hostname === EKS_CONTAINER_HOST_IPv6) {
18
+ return;
19
+ }
20
+ if (url.hostname.includes("[")) {
21
+ if (url.hostname === "[::1]" || url.hostname === "[0000:0000:0000:0000:0000:0000:0000:0001]") {
22
+ return;
23
+ }
24
+ }
25
+ else {
26
+ if (url.hostname === "localhost") {
27
+ return;
28
+ }
29
+ const ipComponents = url.hostname.split(".");
30
+ const inRange = (component) => {
31
+ const num = parseInt(component, 10);
32
+ return 0 <= num && num <= 255;
33
+ };
34
+ if (ipComponents[0] === "127" &&
35
+ inRange(ipComponents[1]) &&
36
+ inRange(ipComponents[2]) &&
37
+ inRange(ipComponents[3]) &&
38
+ ipComponents.length === 4) {
39
+ return;
40
+ }
41
+ }
42
+ throw new CredentialsProviderError(`URL not accepted. It must either be HTTPS or match one of the following:
43
+ - loopback CIDR 127.0.0.0/8 or [::1/128]
44
+ - ECS container host 169.254.170.2
45
+ - EKS container host 169.254.170.23 or [fd00:ec2::23]`, { logger });
46
+ };
47
+
48
+ function createGetRequest(url) {
49
+ return new HttpRequest({
50
+ protocol: url.protocol,
51
+ hostname: url.hostname,
52
+ port: Number(url.port),
53
+ path: url.pathname,
54
+ query: Array.from(url.searchParams.entries()).reduce((acc, [k, v]) => {
55
+ acc[k] = v;
56
+ return acc;
57
+ }, {}),
58
+ fragment: url.hash,
59
+ });
60
+ }
61
+ async function getCredentials(response, logger) {
62
+ const stream = sdkStreamMixin(response.body);
63
+ const str = await stream.transformToString();
64
+ if (response.statusCode === 200) {
65
+ const parsed = JSON.parse(str);
66
+ if (typeof parsed.AccessKeyId !== "string" ||
67
+ typeof parsed.SecretAccessKey !== "string" ||
68
+ typeof parsed.Token !== "string" ||
69
+ typeof parsed.Expiration !== "string") {
70
+ throw new CredentialsProviderError("HTTP credential provider response not of the required format, an object matching: " +
71
+ "{ AccessKeyId: string, SecretAccessKey: string, Token: string, Expiration: string(rfc3339) }", { logger });
72
+ }
73
+ return {
74
+ accessKeyId: parsed.AccessKeyId,
75
+ secretAccessKey: parsed.SecretAccessKey,
76
+ sessionToken: parsed.Token,
77
+ expiration: parseRfc3339DateTime(parsed.Expiration),
78
+ };
79
+ }
80
+ if (response.statusCode >= 400 && response.statusCode < 500) {
81
+ let parsedBody = {};
82
+ try {
83
+ parsedBody = JSON.parse(str);
84
+ }
85
+ catch (e) { }
86
+ throw Object.assign(new CredentialsProviderError(`Server responded with status: ${response.statusCode}`, { logger }), {
87
+ Code: parsedBody.Code,
88
+ Message: parsedBody.Message,
89
+ });
90
+ }
91
+ throw new CredentialsProviderError(`Server responded with status: ${response.statusCode}`, { logger });
92
+ }
93
+
94
+ const retryWrapper = (toRetry, maxRetries, delayMs) => {
95
+ return async () => {
96
+ for (let i = 0; i < maxRetries; ++i) {
97
+ try {
98
+ return await toRetry();
99
+ }
100
+ catch (e) {
101
+ await new Promise((resolve) => setTimeout(resolve, delayMs));
102
+ }
103
+ }
104
+ return await toRetry();
105
+ };
106
+ };
107
+
108
+ const AWS_CONTAINER_CREDENTIALS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI";
109
+ const DEFAULT_LINK_LOCAL_HOST = "http://169.254.170.2";
110
+ const AWS_CONTAINER_CREDENTIALS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI";
111
+ const AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE = "AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE";
112
+ const AWS_CONTAINER_AUTHORIZATION_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN";
113
+ const fromHttp = (options = {}) => {
114
+ options.logger?.debug("@aws-sdk/credential-provider-http - fromHttp");
115
+ let host;
116
+ const relative = options.awsContainerCredentialsRelativeUri ?? process.env[AWS_CONTAINER_CREDENTIALS_RELATIVE_URI];
117
+ const full = options.awsContainerCredentialsFullUri ?? process.env[AWS_CONTAINER_CREDENTIALS_FULL_URI];
118
+ const token = options.awsContainerAuthorizationToken ?? process.env[AWS_CONTAINER_AUTHORIZATION_TOKEN];
119
+ const tokenFile = options.awsContainerAuthorizationTokenFile ?? process.env[AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE];
120
+ const warn = options.logger?.constructor?.name === "NoOpLogger" || !options.logger?.warn
121
+ ? console.warn
122
+ : options.logger.warn.bind(options.logger);
123
+ if (relative && full) {
124
+ warn("@aws-sdk/credential-provider-http: " +
125
+ "you have set both awsContainerCredentialsRelativeUri and awsContainerCredentialsFullUri.");
126
+ warn("awsContainerCredentialsFullUri will take precedence.");
127
+ }
128
+ if (token && tokenFile) {
129
+ warn("@aws-sdk/credential-provider-http: " +
130
+ "you have set both awsContainerAuthorizationToken and awsContainerAuthorizationTokenFile.");
131
+ warn("awsContainerAuthorizationToken will take precedence.");
132
+ }
133
+ if (full) {
134
+ host = full;
135
+ }
136
+ else if (relative) {
137
+ host = `${DEFAULT_LINK_LOCAL_HOST}${relative}`;
138
+ }
139
+ else {
140
+ throw new CredentialsProviderError(`No HTTP credential provider host provided.
141
+ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI.`, { logger: options.logger });
142
+ }
143
+ const url = new URL(host);
144
+ checkUrl(url, options.logger);
145
+ const requestHandler = NodeHttpHandler.create({ connectionTimeout: options.timeout ?? 1000 });
146
+ const requestTimeout = options.timeout ?? 1000;
147
+ const provider = retryWrapper(async () => {
148
+ const request = createGetRequest(url);
149
+ if (token) {
150
+ request.headers.Authorization = token;
151
+ }
152
+ else if (tokenFile) {
153
+ request.headers.Authorization = (await fs.readFile(tokenFile)).toString();
154
+ }
155
+ try {
156
+ const result = await requestHandler.handle(request, { requestTimeout });
157
+ return getCredentials(result.response).then((creds) => setCredentialFeature(creds, "CREDENTIALS_HTTP", "z"));
158
+ }
159
+ catch (e) {
160
+ throw new CredentialsProviderError(String(e), { logger: options.logger });
161
+ }
162
+ }, options.maxRetries ?? 3, options.timeout ?? 1000);
163
+ return async () => {
164
+ try {
165
+ return await provider();
166
+ }
167
+ finally {
168
+ requestHandler.destroy?.();
169
+ }
170
+ };
171
+ };
172
+
2
173
  exports.fromHttp = fromHttp;
@@ -1,7 +1,9 @@
1
1
  const { buildQueryString, HttpResponse } = require("@smithy/core/protocols");
2
2
  const node_https = require("node:https");
3
- const { Readable, Writable } = require("node:stream");
3
+ const { Readable } = require("node:stream");
4
4
  const http2 = require("node:http2");
5
+ const { streamCollector } = require("@smithy/core/serde");
6
+ exports.streamCollector = streamCollector;
5
7
 
6
8
  function buildAbortError(abortSignal) {
7
9
  const reason = abortSignal && typeof abortSignal === "object" && "reason" in abortSignal
@@ -833,56 +835,6 @@ class NodeHttp2Handler {
833
835
  }
834
836
  }
835
837
 
836
- class Collector extends Writable {
837
- bufferedBytes = [];
838
- _write(chunk, encoding, callback) {
839
- this.bufferedBytes.push(chunk);
840
- callback();
841
- }
842
- }
843
-
844
- const streamCollector = (stream) => {
845
- if (isReadableStreamInstance(stream)) {
846
- return collectReadableStream(stream);
847
- }
848
- return new Promise((resolve, reject) => {
849
- const collector = new Collector();
850
- stream.pipe(collector);
851
- stream.on("error", (err) => {
852
- collector.end();
853
- reject(err);
854
- });
855
- collector.on("error", reject);
856
- collector.on("finish", function () {
857
- const bytes = new Uint8Array(Buffer.concat(this.bufferedBytes));
858
- resolve(bytes);
859
- });
860
- });
861
- };
862
- const isReadableStreamInstance = (stream) => typeof ReadableStream === "function" && stream instanceof ReadableStream;
863
- async function collectReadableStream(stream) {
864
- const chunks = [];
865
- const reader = stream.getReader();
866
- let isDone = false;
867
- let length = 0;
868
- while (!isDone) {
869
- const { done, value } = await reader.read();
870
- if (value) {
871
- chunks.push(value);
872
- length += value.length;
873
- }
874
- isDone = done;
875
- }
876
- const collected = new Uint8Array(length);
877
- let offset = 0;
878
- for (const chunk of chunks) {
879
- collected.set(chunk, offset);
880
- offset += chunk.length;
881
- }
882
- return collected;
883
- }
884
-
885
838
  exports.DEFAULT_REQUEST_TIMEOUT = DEFAULT_REQUEST_TIMEOUT;
886
839
  exports.NodeHttp2Handler = NodeHttp2Handler;
887
840
  exports.NodeHttpHandler = NodeHttpHandler;
888
- exports.streamCollector = streamCollector;
@@ -1,3 +1,3 @@
1
- export * from "./node-http-handler";
2
- export * from "./node-http2-handler";
3
- export * from "./stream-collector";
1
+ export { DEFAULT_REQUEST_TIMEOUT, NodeHttpHandler } from "./node-http-handler";
2
+ export { NodeHttp2Handler } from "./node-http2-handler";
3
+ export { streamCollector } from "@smithy/core/serde";
@@ -1,3 +1,3 @@
1
- export * from "./node-http-handler";
2
- export * from "./node-http2-handler";
3
- export * from "./stream-collector";
1
+ export { DEFAULT_REQUEST_TIMEOUT, NodeHttpHandler, type NodeHttpHandlerOptions } from "./node-http-handler";
2
+ export { NodeHttp2Handler, type NodeHttp2HandlerOptions } from "./node-http2-handler";
3
+ export { streamCollector } from "@smithy/core/serde";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-http-handler",
3
- "version": "4.8.2",
3
+ "version": "4.9.3",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
@@ -26,12 +26,12 @@
26
26
  "module": "./dist-es/index.js",
27
27
  "types": "./dist-types/index.d.ts",
28
28
  "dependencies": {
29
- "@smithy/core": "^3.26.0",
30
- "@smithy/types": "^4.15.0",
29
+ "@smithy/core": "^3.29.1",
30
+ "@smithy/types": "^4.15.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@smithy/abort-controller": "^4.3.0",
34
+ "@smithy/abort-controller": "^4.3.1",
35
35
  "@types/node": "^18.11.9",
36
36
  "concurrently": "7.0.0",
37
37
  "downlevel-dts": "0.10.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.51",
3
+ "version": "3.972.56",
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",
@@ -10,9 +10,7 @@
10
10
  },
11
11
  "react-native": {
12
12
  "./dist-es/index": "./dist-es/index.browser",
13
- "./dist-cjs/index": "./dist-cjs/index.browser",
14
- "./dist-es/fromHttp/fromHttp": "./dist-es/fromHttp/fromHttp.browser",
15
- "./dist-cjs/fromHttp/fromHttp": "./dist-cjs/fromHttp/fromHttp.browser"
13
+ "./dist-es/fromHttp/fromHttp": "./dist-es/fromHttp/fromHttp.browser"
16
14
  },
17
15
  "scripts": {
18
16
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -38,12 +36,12 @@
38
36
  },
39
37
  "license": "Apache-2.0",
40
38
  "dependencies": {
41
- "@aws-sdk/core": "^3.974.23",
42
- "@aws-sdk/types": "^3.973.13",
43
- "@smithy/core": "^3.24.6",
44
- "@smithy/fetch-http-handler": "^5.4.6",
45
- "@smithy/node-http-handler": "^4.7.6",
46
- "@smithy/types": "^4.14.3",
39
+ "@aws-sdk/core": "^3.974.28",
40
+ "@aws-sdk/types": "^3.973.15",
41
+ "@smithy/core": "^3.29.0",
42
+ "@smithy/fetch-http-handler": "^5.6.2",
43
+ "@smithy/node-http-handler": "^4.9.2",
44
+ "@smithy/types": "^4.15.1",
47
45
  "tslib": "^2.6.2"
48
46
  },
49
47
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.972.56",
3
+ "version": "3.972.61",
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,18 +28,18 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.23",
32
- "@aws-sdk/credential-provider-env": "^3.972.49",
33
- "@aws-sdk/credential-provider-http": "^3.972.51",
34
- "@aws-sdk/credential-provider-login": "^3.972.55",
35
- "@aws-sdk/credential-provider-process": "^3.972.49",
36
- "@aws-sdk/credential-provider-sso": "^3.972.55",
37
- "@aws-sdk/credential-provider-web-identity": "^3.972.55",
38
- "@aws-sdk/nested-clients": "^3.997.23",
39
- "@aws-sdk/types": "^3.973.13",
40
- "@smithy/core": "^3.24.6",
41
- "@smithy/credential-provider-imds": "^4.3.7",
42
- "@smithy/types": "^4.14.3",
31
+ "@aws-sdk/core": "^3.974.28",
32
+ "@aws-sdk/credential-provider-env": "^3.972.54",
33
+ "@aws-sdk/credential-provider-http": "^3.972.56",
34
+ "@aws-sdk/credential-provider-login": "^3.972.60",
35
+ "@aws-sdk/credential-provider-process": "^3.972.54",
36
+ "@aws-sdk/credential-provider-sso": "^3.972.60",
37
+ "@aws-sdk/credential-provider-web-identity": "^3.972.60",
38
+ "@aws-sdk/nested-clients": "^3.997.28",
39
+ "@aws-sdk/types": "^3.973.15",
40
+ "@smithy/core": "^3.29.0",
41
+ "@smithy/credential-provider-imds": "^4.4.5",
42
+ "@smithy/types": "^4.15.1",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.55",
3
+ "version": "3.972.60",
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,11 +28,11 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.23",
32
- "@aws-sdk/nested-clients": "^3.997.23",
33
- "@aws-sdk/types": "^3.973.13",
34
- "@smithy/core": "^3.24.6",
35
- "@smithy/types": "^4.14.3",
31
+ "@aws-sdk/core": "^3.974.28",
32
+ "@aws-sdk/nested-clients": "^3.997.28",
33
+ "@aws-sdk/types": "^3.973.15",
34
+ "@smithy/core": "^3.29.0",
35
+ "@smithy/types": "^4.15.1",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {