@slycode/slycode 0.2.10 → 0.2.12

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 (366) hide show
  1. package/dist/messaging/index.js +4 -2
  2. package/dist/messaging/index.js.map +1 -1
  3. package/dist/messaging/stt.d.ts +1 -0
  4. package/dist/messaging/stt.js +66 -57
  5. package/dist/messaging/stt.js.map +1 -1
  6. package/dist/messaging/types.d.ts +1 -0
  7. package/dist/web/.next/BUILD_ID +1 -1
  8. package/dist/web/.next/build-manifest.json +2 -2
  9. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/auth/httpAuthSchemeProvider.js +126 -0
  10. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/endpoint/endpointResolver.js +33 -0
  11. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/endpoint/ruleset.js +7 -0
  12. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/index.js +3057 -0
  13. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/models/S3ServiceException.js +12 -0
  14. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/models/errors.js +203 -0
  15. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/runtimeConfig.js +67 -0
  16. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/runtimeConfig.shared.js +56 -0
  17. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/schemas/schemas_0.js +3258 -0
  18. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/package.json +127 -0
  19. package/dist/web/.next/prerender-manifest.json +3 -3
  20. package/dist/web/.next/server/app/_global-error.html +2 -2
  21. package/dist/web/.next/server/app/_global-error.rsc +1 -1
  22. package/dist/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  23. package/dist/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  24. package/dist/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  25. package/dist/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  26. package/dist/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  27. package/dist/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  28. package/dist/web/.next/server/app/_not-found.html +1 -1
  29. package/dist/web/.next/server/app/_not-found.rsc +2 -2
  30. package/dist/web/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  31. package/dist/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  32. package/dist/web/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  33. package/dist/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  34. package/dist/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  35. package/dist/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  36. package/dist/web/.next/server/app/api/cli-assets/assistant/route.js.nft.json +1 -1
  37. package/dist/web/.next/server/app/api/cli-assets/fix/route.js.nft.json +1 -1
  38. package/dist/web/.next/server/app/api/cli-assets/import/route.js.nft.json +1 -1
  39. package/dist/web/.next/server/app/api/cli-assets/route.js.nft.json +1 -1
  40. package/dist/web/.next/server/app/api/cli-assets/store/preview/route.js.nft.json +1 -1
  41. package/dist/web/.next/server/app/api/cli-assets/store/route.js.nft.json +1 -1
  42. package/dist/web/.next/server/app/api/cli-assets/sync/route.js.nft.json +1 -1
  43. package/dist/web/.next/server/app/api/cli-assets/updates/route.js.nft.json +1 -1
  44. package/dist/web/.next/server/app/api/dashboard/route.js.nft.json +1 -1
  45. package/dist/web/.next/server/app/api/file/route.js.nft.json +1 -1
  46. package/dist/web/.next/server/app/api/git-status/route.js.nft.json +1 -1
  47. package/dist/web/.next/server/app/api/kanban/route.js.nft.json +1 -1
  48. package/dist/web/.next/server/app/api/kanban/stream/route.js.nft.json +1 -1
  49. package/dist/web/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
  50. package/dist/web/.next/server/app/api/projects/reorder/route.js.nft.json +1 -1
  51. package/dist/web/.next/server/app/api/projects/route.js.nft.json +1 -1
  52. package/dist/web/.next/server/app/api/scheduler/route.js.nft.json +1 -1
  53. package/dist/web/.next/server/app/api/search/route.js.nft.json +1 -1
  54. package/dist/web/.next/server/app/api/sly-actions/invalidate/route.js.nft.json +1 -1
  55. package/dist/web/.next/server/app/api/sly-actions/route.js.nft.json +1 -1
  56. package/dist/web/.next/server/app/api/transcribe/route.js +5 -5
  57. package/dist/web/.next/server/app/api/transcribe/route.js.nft.json +1 -1
  58. package/dist/web/.next/server/app/api/version-check/route.js.nft.json +1 -1
  59. package/dist/web/.next/server/app/page.js.nft.json +1 -1
  60. package/dist/web/.next/server/app/page_client-reference-manifest.js +1 -1
  61. package/dist/web/.next/server/app/project/[id]/page.js.nft.json +1 -1
  62. package/dist/web/.next/server/app/project/[id]/page_client-reference-manifest.js +1 -1
  63. package/dist/web/.next/server/chunks/[root-of-the-server]__1b9e0d6e._.js +19 -0
  64. package/dist/web/.next/server/chunks/{[root-of-the-server]__104b2da3._.js → [root-of-the-server]__4297cb97._.js} +3 -3
  65. package/dist/web/.next/server/chunks/[root-of-the-server]__52da7fe0._.js +5 -0
  66. package/dist/web/.next/server/chunks/{[root-of-the-server]__41df0777._.js → [root-of-the-server]__cf14e306._.js} +2 -2
  67. package/dist/web/.next/server/chunks/[root-of-the-server]__d5272169._.js +3 -0
  68. package/dist/web/.next/server/chunks/[root-of-the-server]__d56e68cb._.js +3 -0
  69. package/dist/web/.next/server/chunks/[root-of-the-server]__f5dae2ad._.js +3 -0
  70. package/dist/web/.next/server/chunks/{node_modules_ec9ae6c4._.js → node_modules_269a84e6._.js} +5 -5
  71. package/dist/web/.next/server/chunks/node_modules_9fc3887b._.js +3 -0
  72. package/dist/web/.next/server/chunks/node_modules_@aws-sdk_credential-provider-sso_dist-es_loadSso_570f147e.js +3 -0
  73. package/dist/web/.next/server/chunks/node_modules_@aws-sdk_nested-clients_dist-es_submodules_sts_index_c78619b3.js +1 -1
  74. package/dist/web/.next/server/chunks/node_modules_@smithy_smithy-client_dist-es_create-aggregated-client_db42850b.js +3 -0
  75. package/dist/web/.next/server/chunks/node_modules_c58ca22f._.js +3 -0
  76. package/dist/web/.next/server/chunks/node_modules_f96dfac4._.js +7 -0
  77. package/dist/web/.next/server/pages/404.html +1 -1
  78. package/dist/web/.next/server/pages/500.html +2 -2
  79. package/dist/web/.next/server/server-reference-manifest.js +1 -1
  80. package/dist/web/.next/server/server-reference-manifest.json +1 -1
  81. package/dist/web/.next/static/chunks/{0bab8c7c82cef548.js → 17bf7ad67057dc74.js} +1 -1
  82. package/dist/web/.next/static/chunks/{1b46e836090e130b.js → 29b5d391d655a999.js} +1 -1
  83. package/dist/web/.next/static/chunks/3df3846316317676.css +1 -0
  84. package/dist/web/.next/static/chunks/{345c46e638c28d26.js → 8cb404d087e9f3c7.js} +1 -1
  85. package/dist/web/.next/static/chunks/{de965b463aff71a9.js → e8b318caa49fce00.js} +1 -1
  86. package/dist/web/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
  87. package/dist/web/node_modules/@aws/lambda-invoke-store/package.json +55 -0
  88. package/dist/web/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js +31 -0
  89. package/dist/web/node_modules/@aws-crypto/crc32/build/main/index.js +108 -0
  90. package/dist/web/node_modules/@aws-crypto/crc32/package.json +32 -0
  91. package/dist/web/node_modules/@aws-crypto/crc32c/build/main/aws_crc32c.js +31 -0
  92. package/dist/web/node_modules/@aws-crypto/crc32c/build/main/index.js +78 -0
  93. package/dist/web/node_modules/@aws-crypto/crc32c/package.json +32 -0
  94. package/dist/web/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
  95. package/dist/web/node_modules/@aws-crypto/util/build/main/index.js +14 -0
  96. package/dist/web/node_modules/@aws-crypto/util/build/main/isEmptyData.js +13 -0
  97. package/dist/web/node_modules/@aws-crypto/util/build/main/numToUint8.js +15 -0
  98. package/dist/web/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +20 -0
  99. package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  100. package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
  101. package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  102. package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
  103. package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  104. package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
  105. package/dist/web/node_modules/@aws-crypto/util/package.json +32 -0
  106. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +126 -0
  107. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +33 -0
  108. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +7 -0
  109. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3057 -0
  110. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  111. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
  112. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +67 -0
  113. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +56 -0
  114. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3258 -0
  115. package/dist/web/node_modules/@aws-sdk/client-s3/package.json +127 -0
  116. package/dist/web/node_modules/@aws-sdk/core/dist-cjs/index.js +2212 -0
  117. package/dist/web/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +51 -0
  118. package/dist/web/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +307 -0
  119. package/dist/web/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1859 -0
  120. package/dist/web/node_modules/@aws-sdk/core/package.json +121 -0
  121. package/dist/web/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
  122. package/dist/web/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
  123. package/dist/web/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +41 -0
  124. package/dist/web/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
  125. package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
  126. package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +70 -0
  127. package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +53 -0
  128. package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
  129. package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
  130. package/dist/web/node_modules/@aws-sdk/credential-provider-http/package.json +70 -0
  131. package/dist/web/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +224 -0
  132. package/dist/web/node_modules/@aws-sdk/credential-provider-ini/package.json +74 -0
  133. package/dist/web/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  134. package/dist/web/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  135. package/dist/web/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +156 -0
  136. package/dist/web/node_modules/@aws-sdk/credential-provider-node/package.json +72 -0
  137. package/dist/web/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +79 -0
  138. package/dist/web/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
  139. package/dist/web/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +192 -0
  140. package/dist/web/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  141. package/dist/web/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
  142. package/dist/web/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +34 -0
  143. package/dist/web/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +62 -0
  144. package/dist/web/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +27 -0
  145. package/dist/web/node_modules/@aws-sdk/credential-provider-web-identity/package.json +73 -0
  146. package/dist/web/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +352 -0
  147. package/dist/web/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +60 -0
  148. package/dist/web/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +48 -0
  149. package/dist/web/node_modules/@aws-sdk/middleware-expect-continue/package.json +58 -0
  150. package/dist/web/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +26 -0
  151. package/dist/web/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +451 -0
  152. package/dist/web/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +78 -0
  153. package/dist/web/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +41 -0
  154. package/dist/web/node_modules/@aws-sdk/middleware-host-header/package.json +59 -0
  155. package/dist/web/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +30 -0
  156. package/dist/web/node_modules/@aws-sdk/middleware-location-constraint/package.json +57 -0
  157. package/dist/web/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +48 -0
  158. package/dist/web/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
  159. package/dist/web/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +29 -0
  160. package/dist/web/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
  161. package/dist/web/node_modules/@aws-sdk/middleware-recursion-detection/package.json +63 -0
  162. package/dist/web/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +570 -0
  163. package/dist/web/node_modules/@aws-sdk/middleware-sdk-s3/package.json +72 -0
  164. package/dist/web/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +73 -0
  165. package/dist/web/node_modules/@aws-sdk/middleware-ssec/package.json +57 -0
  166. package/dist/web/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +194 -0
  167. package/dist/web/node_modules/@aws-sdk/middleware-user-agent/package.json +63 -0
  168. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  169. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  170. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +133 -0
  171. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +170 -0
  172. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  173. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  174. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +53 -0
  175. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +49 -0
  176. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  177. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
  178. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  179. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  180. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
  181. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
  182. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
  183. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  184. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
  185. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  186. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  187. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  188. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +106 -0
  189. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +172 -0
  190. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  191. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  192. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +53 -0
  193. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +49 -0
  194. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  195. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +54 -0
  196. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  197. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
  198. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
  199. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  200. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +145 -0
  201. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +202 -0
  202. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  203. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  204. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +67 -0
  205. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +50 -0
  206. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
  207. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  208. package/dist/web/node_modules/@aws-sdk/nested-clients/package.json +147 -0
  209. package/dist/web/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +38 -0
  210. package/dist/web/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  211. package/dist/web/node_modules/@aws-sdk/region-config-resolver/package.json +62 -0
  212. package/dist/web/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +121 -0
  213. package/dist/web/node_modules/@aws-sdk/signature-v4-multi-region/package.json +61 -0
  214. package/dist/web/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +157 -0
  215. package/dist/web/node_modules/@aws-sdk/token-providers/package.json +70 -0
  216. package/dist/web/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +27 -0
  217. package/dist/web/node_modules/@aws-sdk/util-arn-parser/package.json +55 -0
  218. package/dist/web/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
  219. package/dist/web/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  220. package/dist/web/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +185 -0
  221. package/dist/web/node_modules/@aws-sdk/util-user-agent-node/package.json +69 -0
  222. package/dist/web/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +131 -0
  223. package/dist/web/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +23 -0
  224. package/dist/web/node_modules/@aws-sdk/xml-builder/package.json +63 -0
  225. package/dist/web/node_modules/@smithy/config-resolver/dist-cjs/index.js +198 -0
  226. package/dist/web/node_modules/@smithy/config-resolver/package.json +66 -0
  227. package/dist/web/node_modules/@smithy/core/dist-cjs/index.js +345 -0
  228. package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1096 -0
  229. package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  230. package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +259 -0
  231. package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +884 -0
  232. package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +698 -0
  233. package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +694 -0
  234. package/dist/web/node_modules/@smithy/core/package.json +146 -0
  235. package/dist/web/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +372 -0
  236. package/dist/web/node_modules/@smithy/credential-provider-imds/package.json +70 -0
  237. package/dist/web/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +388 -0
  238. package/dist/web/node_modules/@smithy/eventstream-codec/package.json +65 -0
  239. package/dist/web/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +7 -0
  240. package/dist/web/node_modules/@smithy/eventstream-serde-config-resolver/package.json +62 -0
  241. package/dist/web/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +53 -0
  242. package/dist/web/node_modules/@smithy/eventstream-serde-node/package.json +62 -0
  243. package/dist/web/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +132 -0
  244. package/dist/web/node_modules/@smithy/eventstream-serde-universal/package.json +66 -0
  245. package/dist/web/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +233 -0
  246. package/dist/web/node_modules/@smithy/fetch-http-handler/package.json +69 -0
  247. package/dist/web/node_modules/@smithy/hash-node/dist-cjs/index.js +42 -0
  248. package/dist/web/node_modules/@smithy/hash-node/package.json +65 -0
  249. package/dist/web/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +67 -0
  250. package/dist/web/node_modules/@smithy/hash-stream-node/package.json +65 -0
  251. package/dist/web/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +6 -0
  252. package/dist/web/node_modules/@smithy/is-array-buffer/package.json +61 -0
  253. package/dist/web/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +46 -0
  254. package/dist/web/node_modules/@smithy/middleware-content-length/package.json +64 -0
  255. package/dist/web/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
  256. package/dist/web/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
  257. package/dist/web/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +264 -0
  258. package/dist/web/node_modules/@smithy/middleware-endpoint/package.json +75 -0
  259. package/dist/web/node_modules/@smithy/middleware-retry/dist-cjs/index.js +355 -0
  260. package/dist/web/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
  261. package/dist/web/node_modules/@smithy/middleware-retry/package.json +79 -0
  262. package/dist/web/node_modules/@smithy/middleware-serde/dist-cjs/index.js +104 -0
  263. package/dist/web/node_modules/@smithy/middleware-serde/package.json +66 -0
  264. package/dist/web/node_modules/@smithy/middleware-stack/dist-cjs/index.js +285 -0
  265. package/dist/web/node_modules/@smithy/middleware-stack/package.json +64 -0
  266. package/dist/web/node_modules/@smithy/node-config-provider/dist-cjs/index.js +62 -0
  267. package/dist/web/node_modules/@smithy/node-config-provider/package.json +66 -0
  268. package/dist/web/node_modules/@smithy/node-http-handler/dist-cjs/index.js +762 -0
  269. package/dist/web/node_modules/@smithy/node-http-handler/package.json +68 -0
  270. package/dist/web/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
  271. package/dist/web/node_modules/@smithy/property-provider/package.json +61 -0
  272. package/dist/web/node_modules/@smithy/protocol-http/dist-cjs/index.js +169 -0
  273. package/dist/web/node_modules/@smithy/protocol-http/package.json +62 -0
  274. package/dist/web/node_modules/@smithy/querystring-builder/dist-cjs/index.js +26 -0
  275. package/dist/web/node_modules/@smithy/querystring-builder/package.json +61 -0
  276. package/dist/web/node_modules/@smithy/querystring-parser/dist-cjs/index.js +27 -0
  277. package/dist/web/node_modules/@smithy/querystring-parser/package.json +61 -0
  278. package/dist/web/node_modules/@smithy/service-error-classification/dist-cjs/index.js +77 -0
  279. package/dist/web/node_modules/@smithy/service-error-classification/package.json +60 -0
  280. package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  281. package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  282. package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +15 -0
  283. package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +196 -0
  284. package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  285. package/dist/web/node_modules/@smithy/shared-ini-file-loader/package.json +73 -0
  286. package/dist/web/node_modules/@smithy/signature-v4/dist-cjs/index.js +556 -0
  287. package/dist/web/node_modules/@smithy/signature-v4/package.json +70 -0
  288. package/dist/web/node_modules/@smithy/smithy-client/dist-cjs/index.js +635 -0
  289. package/dist/web/node_modules/@smithy/smithy-client/package.json +70 -0
  290. package/dist/web/node_modules/@smithy/types/dist-cjs/index.js +91 -0
  291. package/dist/web/node_modules/@smithy/types/package.json +61 -0
  292. package/dist/web/node_modules/@smithy/url-parser/dist-cjs/index.js +23 -0
  293. package/dist/web/node_modules/@smithy/url-parser/package.json +62 -0
  294. package/dist/web/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
  295. package/dist/web/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
  296. package/dist/web/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
  297. package/dist/web/node_modules/@smithy/util-base64/package.json +74 -0
  298. package/dist/web/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +30 -0
  299. package/dist/web/node_modules/@smithy/util-body-length-browser/package.json +61 -0
  300. package/dist/web/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +32 -0
  301. package/dist/web/node_modules/@smithy/util-body-length-node/package.json +62 -0
  302. package/dist/web/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +20 -0
  303. package/dist/web/node_modules/@smithy/util-buffer-from/package.json +62 -0
  304. package/dist/web/node_modules/@smithy/util-config-provider/dist-cjs/index.js +30 -0
  305. package/dist/web/node_modules/@smithy/util-config-provider/package.json +63 -0
  306. package/dist/web/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +74 -0
  307. package/dist/web/node_modules/@smithy/util-defaults-mode-node/package.json +67 -0
  308. package/dist/web/node_modules/@smithy/util-endpoints/dist-cjs/index.js +472 -0
  309. package/dist/web/node_modules/@smithy/util-endpoints/package.json +69 -0
  310. package/dist/web/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +38 -0
  311. package/dist/web/node_modules/@smithy/util-hex-encoding/package.json +61 -0
  312. package/dist/web/node_modules/@smithy/util-middleware/dist-cjs/index.js +15 -0
  313. package/dist/web/node_modules/@smithy/util-middleware/package.json +67 -0
  314. package/dist/web/node_modules/@smithy/util-retry/dist-cjs/index.js +278 -0
  315. package/dist/web/node_modules/@smithy/util-retry/package.json +71 -0
  316. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +36 -0
  317. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
  318. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +64 -0
  319. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +39 -0
  320. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +12 -0
  321. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +60 -0
  322. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +103 -0
  323. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
  324. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +41 -0
  325. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +34 -0
  326. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/headStream.js +42 -0
  327. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/index.js +108 -0
  328. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +68 -0
  329. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +54 -0
  330. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +10 -0
  331. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +16 -0
  332. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +10 -0
  333. package/dist/web/node_modules/@smithy/util-stream/package.json +99 -0
  334. package/dist/web/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +9 -0
  335. package/dist/web/node_modules/@smithy/util-uri-escape/package.json +60 -0
  336. package/dist/web/node_modules/@smithy/util-utf8/dist-cjs/index.js +32 -0
  337. package/dist/web/node_modules/@smithy/util-utf8/package.json +67 -0
  338. package/dist/web/node_modules/@smithy/util-waiter/dist-cjs/index.js +179 -0
  339. package/dist/web/node_modules/@smithy/util-waiter/package.json +63 -0
  340. package/dist/web/node_modules/@smithy/uuid/dist-cjs/index.js +36 -0
  341. package/dist/web/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
  342. package/dist/web/node_modules/@smithy/uuid/package.json +66 -0
  343. package/dist/web/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  344. package/dist/web/node_modules/fast-xml-parser/package.json +94 -0
  345. package/dist/web/node_modules/tslib/package.json +47 -0
  346. package/dist/web/node_modules/tslib/tslib.js +484 -0
  347. package/dist/web/package-lock.json +470 -161
  348. package/dist/web/package.json +3 -1
  349. package/dist/web/src/app/api/transcribe/route.ts +84 -68
  350. package/dist/web/src/components/VoiceControlBar.tsx +1 -0
  351. package/dist/web/src/lib/webm-to-ogg-opus.ts +254 -0
  352. package/dist/web/tsconfig.tsbuildinfo +1 -1
  353. package/package.json +1 -1
  354. package/templates/kanban-seed.json +1 -1
  355. package/dist/web/.next/server/chunks/[root-of-the-server]__0f8687da._.js +0 -3
  356. package/dist/web/.next/server/chunks/[root-of-the-server]__1cdc76ef._.js +0 -3
  357. package/dist/web/.next/server/chunks/[root-of-the-server]__3998d59e._.js +0 -19
  358. package/dist/web/.next/server/chunks/[root-of-the-server]__3dc5531f._.js +0 -5
  359. package/dist/web/.next/server/chunks/[root-of-the-server]__403750fd._.js +0 -3
  360. package/dist/web/.next/server/chunks/[root-of-the-server]__934c9bb4._.js +0 -5
  361. package/dist/web/.next/server/chunks/[root-of-the-server]__e00fb85f._.js +0 -9
  362. package/dist/web/.next/server/chunks/a9bf9_@aws-sdk_core_dist-es_submodules_protocols_json_AwsRestJsonProtocol_764d7a83.js +0 -3
  363. package/dist/web/.next/static/chunks/f3d7065d54a0b9ac.css +0 -1
  364. /package/dist/web/.next/static/{_fCicMElBguqtWA_EpzdZ → rlJUIaeDUP-JDj2nvHySS}/_buildManifest.js +0 -0
  365. /package/dist/web/.next/static/{_fCicMElBguqtWA_EpzdZ → rlJUIaeDUP-JDj2nvHySS}/_clientMiddlewareManifest.json +0 -0
  366. /package/dist/web/.next/static/{_fCicMElBguqtWA_EpzdZ → rlJUIaeDUP-JDj2nvHySS}/_ssgManifest.js +0 -0
@@ -0,0 +1,121 @@
1
+ {
2
+ "name": "@aws-sdk/core",
3
+ "version": "3.973.22",
4
+ "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
+ "scripts": {
6
+ "build": "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
+ "build:cjs": "node ../../scripts/compilation/inline core && premove ./dist-cjs/api-extractor-type-index.js",
8
+ "build:es": "tsc -p tsconfig.es.json && premove ./dist-es/api-extractor-type-index.js",
9
+ "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
+ "build:types": "tsc -p tsconfig.types.json",
11
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
+ "lint": "node ../../scripts/validation/submodules-linter.js --pkg core",
13
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
15
+ "test": "yarn g:vitest run",
16
+ "test:watch": "yarn g:vitest watch",
17
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
18
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
19
+ },
20
+ "main": "./dist-cjs/index.js",
21
+ "module": "./dist-es/index.js",
22
+ "types": "./dist-types/index.d.ts",
23
+ "exports": {
24
+ ".": {
25
+ "types": "./dist-types/index.d.ts",
26
+ "module": "./dist-es/index.js",
27
+ "node": "./dist-cjs/index.js",
28
+ "import": "./dist-es/index.js",
29
+ "require": "./dist-cjs/index.js"
30
+ },
31
+ "./package.json": {
32
+ "module": "./package.json",
33
+ "node": "./package.json",
34
+ "import": "./package.json",
35
+ "require": "./package.json"
36
+ },
37
+ "./client": {
38
+ "types": "./dist-types/submodules/client/index.d.ts",
39
+ "module": "./dist-es/submodules/client/index.js",
40
+ "node": "./dist-cjs/submodules/client/index.js",
41
+ "import": "./dist-es/submodules/client/index.js",
42
+ "require": "./dist-cjs/submodules/client/index.js"
43
+ },
44
+ "./httpAuthSchemes": {
45
+ "types": "./dist-types/submodules/httpAuthSchemes/index.d.ts",
46
+ "module": "./dist-es/submodules/httpAuthSchemes/index.js",
47
+ "node": "./dist-cjs/submodules/httpAuthSchemes/index.js",
48
+ "import": "./dist-es/submodules/httpAuthSchemes/index.js",
49
+ "require": "./dist-cjs/submodules/httpAuthSchemes/index.js"
50
+ },
51
+ "./account-id-endpoint": {
52
+ "types": "./dist-types/submodules/account-id-endpoint/index.d.ts",
53
+ "module": "./dist-es/submodules/account-id-endpoint/index.js",
54
+ "node": "./dist-cjs/submodules/account-id-endpoint/index.js",
55
+ "import": "./dist-es/submodules/account-id-endpoint/index.js",
56
+ "require": "./dist-cjs/submodules/account-id-endpoint/index.js"
57
+ },
58
+ "./protocols": {
59
+ "types": "./dist-types/submodules/protocols/index.d.ts",
60
+ "module": "./dist-es/submodules/protocols/index.js",
61
+ "node": "./dist-cjs/submodules/protocols/index.js",
62
+ "import": "./dist-es/submodules/protocols/index.js",
63
+ "require": "./dist-cjs/submodules/protocols/index.js"
64
+ }
65
+ },
66
+ "files": [
67
+ "./account-id-endpoint.d.ts",
68
+ "./account-id-endpoint.js",
69
+ "./client.d.ts",
70
+ "./client.js",
71
+ "./httpAuthSchemes.d.ts",
72
+ "./httpAuthSchemes.js",
73
+ "./protocols.d.ts",
74
+ "./protocols.js",
75
+ "dist-*/**"
76
+ ],
77
+ "sideEffects": false,
78
+ "author": {
79
+ "name": "AWS SDK for JavaScript Team",
80
+ "url": "https://aws.amazon.com/javascript/"
81
+ },
82
+ "license": "Apache-2.0",
83
+ "dependencies": {
84
+ "@aws-sdk/types": "^3.973.6",
85
+ "@aws-sdk/xml-builder": "^3.972.14",
86
+ "@smithy/core": "^3.23.12",
87
+ "@smithy/node-config-provider": "^4.3.12",
88
+ "@smithy/property-provider": "^4.2.12",
89
+ "@smithy/protocol-http": "^5.3.12",
90
+ "@smithy/signature-v4": "^5.3.12",
91
+ "@smithy/smithy-client": "^4.12.6",
92
+ "@smithy/types": "^4.13.1",
93
+ "@smithy/util-base64": "^4.3.2",
94
+ "@smithy/util-middleware": "^4.2.12",
95
+ "@smithy/util-utf8": "^4.2.2",
96
+ "tslib": "^2.6.2"
97
+ },
98
+ "devDependencies": {
99
+ "@tsconfig/recommended": "1.0.1",
100
+ "concurrently": "7.0.0",
101
+ "downlevel-dts": "0.10.1",
102
+ "premove": "4.0.0",
103
+ "typescript": "~5.8.3"
104
+ },
105
+ "engines": {
106
+ "node": ">=20.0.0"
107
+ },
108
+ "typesVersions": {
109
+ "<4.5": {
110
+ "dist-types/*": [
111
+ "dist-types/ts3.4/*"
112
+ ]
113
+ }
114
+ },
115
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/core",
116
+ "repository": {
117
+ "type": "git",
118
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
119
+ "directory": "packages-internal/core"
120
+ }
121
+ }
@@ -0,0 +1,101 @@
1
+ 'use strict';
2
+
3
+ const generateCRC64NVMETable = () => {
4
+ const sliceLength = 8;
5
+ const tables = new Array(sliceLength);
6
+ for (let slice = 0; slice < sliceLength; slice++) {
7
+ const table = new Array(512);
8
+ for (let i = 0; i < 256; i++) {
9
+ let crc = BigInt(i);
10
+ for (let j = 0; j < 8 * (slice + 1); j++) {
11
+ if (crc & 1n) {
12
+ crc = (crc >> 1n) ^ 0x9a6c9329ac4bc9b5n;
13
+ }
14
+ else {
15
+ crc = crc >> 1n;
16
+ }
17
+ }
18
+ table[i * 2] = Number((crc >> 32n) & 0xffffffffn);
19
+ table[i * 2 + 1] = Number(crc & 0xffffffffn);
20
+ }
21
+ tables[slice] = new Uint32Array(table);
22
+ }
23
+ return tables;
24
+ };
25
+ let CRC64_NVME_REVERSED_TABLE;
26
+ let t0, t1, t2, t3;
27
+ let t4, t5, t6, t7;
28
+ const ensureTablesInitialized = () => {
29
+ if (!CRC64_NVME_REVERSED_TABLE) {
30
+ CRC64_NVME_REVERSED_TABLE = generateCRC64NVMETable();
31
+ [t0, t1, t2, t3, t4, t5, t6, t7] = CRC64_NVME_REVERSED_TABLE;
32
+ }
33
+ };
34
+ class Crc64Nvme {
35
+ c1 = 0;
36
+ c2 = 0;
37
+ constructor() {
38
+ ensureTablesInitialized();
39
+ this.reset();
40
+ }
41
+ update(data) {
42
+ const len = data.length;
43
+ let i = 0;
44
+ let crc1 = this.c1;
45
+ let crc2 = this.c2;
46
+ while (i + 8 <= len) {
47
+ const idx0 = ((crc2 ^ data[i++]) & 255) << 1;
48
+ const idx1 = (((crc2 >>> 8) ^ data[i++]) & 255) << 1;
49
+ const idx2 = (((crc2 >>> 16) ^ data[i++]) & 255) << 1;
50
+ const idx3 = (((crc2 >>> 24) ^ data[i++]) & 255) << 1;
51
+ const idx4 = ((crc1 ^ data[i++]) & 255) << 1;
52
+ const idx5 = (((crc1 >>> 8) ^ data[i++]) & 255) << 1;
53
+ const idx6 = (((crc1 >>> 16) ^ data[i++]) & 255) << 1;
54
+ const idx7 = (((crc1 >>> 24) ^ data[i++]) & 255) << 1;
55
+ crc1 = t7[idx0] ^ t6[idx1] ^ t5[idx2] ^ t4[idx3] ^ t3[idx4] ^ t2[idx5] ^ t1[idx6] ^ t0[idx7];
56
+ crc2 =
57
+ t7[idx0 + 1] ^
58
+ t6[idx1 + 1] ^
59
+ t5[idx2 + 1] ^
60
+ t4[idx3 + 1] ^
61
+ t3[idx4 + 1] ^
62
+ t2[idx5 + 1] ^
63
+ t1[idx6 + 1] ^
64
+ t0[idx7 + 1];
65
+ }
66
+ while (i < len) {
67
+ const idx = ((crc2 ^ data[i]) & 255) << 1;
68
+ crc2 = ((crc2 >>> 8) | ((crc1 & 255) << 24)) >>> 0;
69
+ crc1 = (crc1 >>> 8) ^ t0[idx];
70
+ crc2 ^= t0[idx + 1];
71
+ i++;
72
+ }
73
+ this.c1 = crc1;
74
+ this.c2 = crc2;
75
+ }
76
+ async digest() {
77
+ const c1 = this.c1 ^ 4294967295;
78
+ const c2 = this.c2 ^ 4294967295;
79
+ return new Uint8Array([
80
+ c1 >>> 24,
81
+ (c1 >>> 16) & 255,
82
+ (c1 >>> 8) & 255,
83
+ c1 & 255,
84
+ c2 >>> 24,
85
+ (c2 >>> 16) & 255,
86
+ (c2 >>> 8) & 255,
87
+ c2 & 255,
88
+ ]);
89
+ }
90
+ reset() {
91
+ this.c1 = 4294967295;
92
+ this.c2 = 4294967295;
93
+ }
94
+ }
95
+
96
+ const crc64NvmeCrtContainer = {
97
+ CrtCrc64Nvme: null,
98
+ };
99
+
100
+ exports.Crc64Nvme = Crc64Nvme;
101
+ exports.crc64NvmeCrtContainer = crc64NvmeCrtContainer;
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "@aws-sdk/crc64-nvme",
3
+ "version": "3.972.5",
4
+ "description": "A pure JS implementation of CRC64-NVME checksum",
5
+ "main": "./dist-cjs/index.js",
6
+ "module": "./dist-es/index.js",
7
+ "types": "./dist-types/index.d.ts",
8
+ "scripts": {
9
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
10
+ "build:cjs": "node ../../scripts/compilation/inline crc64-nvme",
11
+ "build:es": "tsc -p tsconfig.es.json",
12
+ "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
13
+ "build:types": "tsc -p tsconfig.types.json",
14
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
15
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
16
+ "extract:docs": "api-extractor run --local",
17
+ "test": "yarn g:vitest run",
18
+ "test:watch": "yarn g:vitest watch"
19
+ },
20
+ "sideEffects": true,
21
+ "author": {
22
+ "name": "AWS SDK for JavaScript Team",
23
+ "url": "https://aws.amazon.com/javascript/"
24
+ },
25
+ "license": "Apache-2.0",
26
+ "dependencies": {
27
+ "@smithy/types": "^4.13.1",
28
+ "tslib": "^2.6.2"
29
+ },
30
+ "devDependencies": {
31
+ "@smithy/util-base64": "^4.3.2",
32
+ "@tsconfig/recommended": "1.0.1",
33
+ "concurrently": "7.0.0",
34
+ "downlevel-dts": "0.10.1",
35
+ "premove": "4.0.0",
36
+ "typescript": "~5.8.3"
37
+ },
38
+ "engines": {
39
+ "node": ">=20.0.0"
40
+ },
41
+ "files": [
42
+ "dist-*/**"
43
+ ],
44
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/crc64-nvme",
45
+ "repository": {
46
+ "type": "git",
47
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
48
+ "directory": "packages/crc64-nvme"
49
+ }
50
+ }
@@ -0,0 +1,41 @@
1
+ 'use strict';
2
+
3
+ var client = require('@aws-sdk/core/client');
4
+ var propertyProvider = require('@smithy/property-provider');
5
+
6
+ const ENV_KEY = "AWS_ACCESS_KEY_ID";
7
+ const ENV_SECRET = "AWS_SECRET_ACCESS_KEY";
8
+ const ENV_SESSION = "AWS_SESSION_TOKEN";
9
+ const ENV_EXPIRATION = "AWS_CREDENTIAL_EXPIRATION";
10
+ const ENV_CREDENTIAL_SCOPE = "AWS_CREDENTIAL_SCOPE";
11
+ const ENV_ACCOUNT_ID = "AWS_ACCOUNT_ID";
12
+ const fromEnv = (init) => async () => {
13
+ init?.logger?.debug("@aws-sdk/credential-provider-env - fromEnv");
14
+ const accessKeyId = process.env[ENV_KEY];
15
+ const secretAccessKey = process.env[ENV_SECRET];
16
+ const sessionToken = process.env[ENV_SESSION];
17
+ const expiry = process.env[ENV_EXPIRATION];
18
+ const credentialScope = process.env[ENV_CREDENTIAL_SCOPE];
19
+ const accountId = process.env[ENV_ACCOUNT_ID];
20
+ if (accessKeyId && secretAccessKey) {
21
+ const credentials = {
22
+ accessKeyId,
23
+ secretAccessKey,
24
+ ...(sessionToken && { sessionToken }),
25
+ ...(expiry && { expiration: new Date(expiry) }),
26
+ ...(credentialScope && { credentialScope }),
27
+ ...(accountId && { accountId }),
28
+ };
29
+ client.setCredentialFeature(credentials, "CREDENTIALS_ENV_VARS", "g");
30
+ return credentials;
31
+ }
32
+ throw new propertyProvider.CredentialsProviderError("Unable to find environment variable credentials.", { logger: init?.logger });
33
+ };
34
+
35
+ exports.ENV_ACCOUNT_ID = ENV_ACCOUNT_ID;
36
+ exports.ENV_CREDENTIAL_SCOPE = ENV_CREDENTIAL_SCOPE;
37
+ exports.ENV_EXPIRATION = ENV_EXPIRATION;
38
+ exports.ENV_KEY = ENV_KEY;
39
+ exports.ENV_SECRET = ENV_SECRET;
40
+ exports.ENV_SESSION = ENV_SESSION;
41
+ exports.fromEnv = fromEnv;
@@ -0,0 +1,63 @@
1
+ {
2
+ "name": "@aws-sdk/credential-provider-env",
3
+ "version": "3.972.20",
4
+ "description": "AWS credential provider that sources credentials from known environment variables",
5
+ "main": "./dist-cjs/index.js",
6
+ "module": "./dist-es/index.js",
7
+ "scripts": {
8
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
9
+ "build:cjs": "node ../../scripts/compilation/inline credential-provider-env",
10
+ "build:es": "tsc -p tsconfig.es.json",
11
+ "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
12
+ "build:types": "tsc -p tsconfig.types.json",
13
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
14
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
15
+ "test": "yarn g:vitest run",
16
+ "test:watch": "yarn g:vitest watch"
17
+ },
18
+ "keywords": [
19
+ "aws",
20
+ "credentials"
21
+ ],
22
+ "sideEffects": false,
23
+ "author": {
24
+ "name": "AWS SDK for JavaScript Team",
25
+ "url": "https://aws.amazon.com/javascript/"
26
+ },
27
+ "license": "Apache-2.0",
28
+ "dependencies": {
29
+ "@aws-sdk/core": "^3.973.22",
30
+ "@aws-sdk/types": "^3.973.6",
31
+ "@smithy/property-provider": "^4.2.12",
32
+ "@smithy/types": "^4.13.1",
33
+ "tslib": "^2.6.2"
34
+ },
35
+ "devDependencies": {
36
+ "@tsconfig/recommended": "1.0.1",
37
+ "@types/node": "^20.14.8",
38
+ "concurrently": "7.0.0",
39
+ "downlevel-dts": "0.10.1",
40
+ "premove": "4.0.0",
41
+ "typescript": "~5.8.3"
42
+ },
43
+ "types": "./dist-types/index.d.ts",
44
+ "engines": {
45
+ "node": ">=20.0.0"
46
+ },
47
+ "typesVersions": {
48
+ "<4.5": {
49
+ "dist-types/*": [
50
+ "dist-types/ts3.4/*"
51
+ ]
52
+ }
53
+ },
54
+ "files": [
55
+ "dist-*/**"
56
+ ],
57
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-env",
58
+ "repository": {
59
+ "type": "git",
60
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
61
+ "directory": "packages-internal/credential-provider-env"
62
+ }
63
+ }
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.checkUrl = void 0;
4
+ const property_provider_1 = require("@smithy/property-provider");
5
+ const LOOPBACK_CIDR_IPv4 = "127.0.0.0/8";
6
+ const LOOPBACK_CIDR_IPv6 = "::1/128";
7
+ const ECS_CONTAINER_HOST = "169.254.170.2";
8
+ const EKS_CONTAINER_HOST_IPv4 = "169.254.170.23";
9
+ const EKS_CONTAINER_HOST_IPv6 = "[fd00:ec2::23]";
10
+ const checkUrl = (url, logger) => {
11
+ if (url.protocol === "https:") {
12
+ return;
13
+ }
14
+ if (url.hostname === ECS_CONTAINER_HOST ||
15
+ url.hostname === EKS_CONTAINER_HOST_IPv4 ||
16
+ url.hostname === EKS_CONTAINER_HOST_IPv6) {
17
+ return;
18
+ }
19
+ if (url.hostname.includes("[")) {
20
+ if (url.hostname === "[::1]" || url.hostname === "[0000:0000:0000:0000:0000:0000:0000:0001]") {
21
+ return;
22
+ }
23
+ }
24
+ else {
25
+ if (url.hostname === "localhost") {
26
+ return;
27
+ }
28
+ const ipComponents = url.hostname.split(".");
29
+ const inRange = (component) => {
30
+ const num = parseInt(component, 10);
31
+ return 0 <= num && num <= 255;
32
+ };
33
+ if (ipComponents[0] === "127" &&
34
+ inRange(ipComponents[1]) &&
35
+ inRange(ipComponents[2]) &&
36
+ inRange(ipComponents[3]) &&
37
+ ipComponents.length === 4) {
38
+ return;
39
+ }
40
+ }
41
+ throw new property_provider_1.CredentialsProviderError(`URL not accepted. It must either be HTTPS or match one of the following:
42
+ - loopback CIDR 127.0.0.0/8 or [::1/128]
43
+ - ECS container host 169.254.170.2
44
+ - EKS container host 169.254.170.23 or [fd00:ec2::23]`, { logger });
45
+ };
46
+ exports.checkUrl = checkUrl;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fromHttp = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const client_1 = require("@aws-sdk/core/client");
6
+ const node_http_handler_1 = require("@smithy/node-http-handler");
7
+ const property_provider_1 = require("@smithy/property-provider");
8
+ const promises_1 = tslib_1.__importDefault(require("node:fs/promises"));
9
+ const checkUrl_1 = require("./checkUrl");
10
+ const requestHelpers_1 = require("./requestHelpers");
11
+ const retry_wrapper_1 = require("./retry-wrapper");
12
+ const AWS_CONTAINER_CREDENTIALS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI";
13
+ const DEFAULT_LINK_LOCAL_HOST = "http://169.254.170.2";
14
+ const AWS_CONTAINER_CREDENTIALS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI";
15
+ const AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE = "AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE";
16
+ const AWS_CONTAINER_AUTHORIZATION_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN";
17
+ const fromHttp = (options = {}) => {
18
+ options.logger?.debug("@aws-sdk/credential-provider-http - fromHttp");
19
+ let host;
20
+ const relative = options.awsContainerCredentialsRelativeUri ?? process.env[AWS_CONTAINER_CREDENTIALS_RELATIVE_URI];
21
+ const full = options.awsContainerCredentialsFullUri ?? process.env[AWS_CONTAINER_CREDENTIALS_FULL_URI];
22
+ const token = options.awsContainerAuthorizationToken ?? process.env[AWS_CONTAINER_AUTHORIZATION_TOKEN];
23
+ const tokenFile = options.awsContainerAuthorizationTokenFile ?? process.env[AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE];
24
+ const warn = options.logger?.constructor?.name === "NoOpLogger" || !options.logger?.warn
25
+ ? console.warn
26
+ : options.logger.warn.bind(options.logger);
27
+ if (relative && full) {
28
+ warn("@aws-sdk/credential-provider-http: " +
29
+ "you have set both awsContainerCredentialsRelativeUri and awsContainerCredentialsFullUri.");
30
+ warn("awsContainerCredentialsFullUri will take precedence.");
31
+ }
32
+ if (token && tokenFile) {
33
+ warn("@aws-sdk/credential-provider-http: " +
34
+ "you have set both awsContainerAuthorizationToken and awsContainerAuthorizationTokenFile.");
35
+ warn("awsContainerAuthorizationToken will take precedence.");
36
+ }
37
+ if (full) {
38
+ host = full;
39
+ }
40
+ else if (relative) {
41
+ host = `${DEFAULT_LINK_LOCAL_HOST}${relative}`;
42
+ }
43
+ else {
44
+ throw new property_provider_1.CredentialsProviderError(`No HTTP credential provider host provided.
45
+ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI.`, { logger: options.logger });
46
+ }
47
+ const url = new URL(host);
48
+ (0, checkUrl_1.checkUrl)(url, options.logger);
49
+ const requestHandler = node_http_handler_1.NodeHttpHandler.create({
50
+ requestTimeout: options.timeout ?? 1000,
51
+ connectionTimeout: options.timeout ?? 1000,
52
+ });
53
+ return (0, retry_wrapper_1.retryWrapper)(async () => {
54
+ const request = (0, requestHelpers_1.createGetRequest)(url);
55
+ if (token) {
56
+ request.headers.Authorization = token;
57
+ }
58
+ else if (tokenFile) {
59
+ request.headers.Authorization = (await promises_1.default.readFile(tokenFile)).toString();
60
+ }
61
+ try {
62
+ const result = await requestHandler.handle(request);
63
+ return (0, requestHelpers_1.getCredentials)(result.response).then((creds) => (0, client_1.setCredentialFeature)(creds, "CREDENTIALS_HTTP", "z"));
64
+ }
65
+ catch (e) {
66
+ throw new property_provider_1.CredentialsProviderError(String(e), { logger: options.logger });
67
+ }
68
+ }, options.maxRetries ?? 3, options.timeout ?? 1000);
69
+ };
70
+ exports.fromHttp = fromHttp;
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createGetRequest = createGetRequest;
4
+ exports.getCredentials = getCredentials;
5
+ const property_provider_1 = require("@smithy/property-provider");
6
+ const protocol_http_1 = require("@smithy/protocol-http");
7
+ const smithy_client_1 = require("@smithy/smithy-client");
8
+ const util_stream_1 = require("@smithy/util-stream");
9
+ function createGetRequest(url) {
10
+ return new protocol_http_1.HttpRequest({
11
+ protocol: url.protocol,
12
+ hostname: url.hostname,
13
+ port: Number(url.port),
14
+ path: url.pathname,
15
+ query: Array.from(url.searchParams.entries()).reduce((acc, [k, v]) => {
16
+ acc[k] = v;
17
+ return acc;
18
+ }, {}),
19
+ fragment: url.hash,
20
+ });
21
+ }
22
+ async function getCredentials(response, logger) {
23
+ const stream = (0, util_stream_1.sdkStreamMixin)(response.body);
24
+ const str = await stream.transformToString();
25
+ if (response.statusCode === 200) {
26
+ const parsed = JSON.parse(str);
27
+ if (typeof parsed.AccessKeyId !== "string" ||
28
+ typeof parsed.SecretAccessKey !== "string" ||
29
+ typeof parsed.Token !== "string" ||
30
+ typeof parsed.Expiration !== "string") {
31
+ throw new property_provider_1.CredentialsProviderError("HTTP credential provider response not of the required format, an object matching: " +
32
+ "{ AccessKeyId: string, SecretAccessKey: string, Token: string, Expiration: string(rfc3339) }", { logger });
33
+ }
34
+ return {
35
+ accessKeyId: parsed.AccessKeyId,
36
+ secretAccessKey: parsed.SecretAccessKey,
37
+ sessionToken: parsed.Token,
38
+ expiration: (0, smithy_client_1.parseRfc3339DateTime)(parsed.Expiration),
39
+ };
40
+ }
41
+ if (response.statusCode >= 400 && response.statusCode < 500) {
42
+ let parsedBody = {};
43
+ try {
44
+ parsedBody = JSON.parse(str);
45
+ }
46
+ catch (e) { }
47
+ throw Object.assign(new property_provider_1.CredentialsProviderError(`Server responded with status: ${response.statusCode}`, { logger }), {
48
+ Code: parsedBody.Code,
49
+ Message: parsedBody.Message,
50
+ });
51
+ }
52
+ throw new property_provider_1.CredentialsProviderError(`Server responded with status: ${response.statusCode}`, { logger });
53
+ }
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.retryWrapper = void 0;
4
+ const retryWrapper = (toRetry, maxRetries, delayMs) => {
5
+ return async () => {
6
+ for (let i = 0; i < maxRetries; ++i) {
7
+ try {
8
+ return await toRetry();
9
+ }
10
+ catch (e) {
11
+ await new Promise((resolve) => setTimeout(resolve, delayMs));
12
+ }
13
+ }
14
+ return await toRetry();
15
+ };
16
+ };
17
+ exports.retryWrapper = retryWrapper;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fromHttp = void 0;
4
+ var fromHttp_1 = require("./fromHttp/fromHttp");
5
+ Object.defineProperty(exports, "fromHttp", { enumerable: true, get: function () { return fromHttp_1.fromHttp; } });
@@ -0,0 +1,70 @@
1
+ {
2
+ "name": "@aws-sdk/credential-provider-http",
3
+ "version": "3.972.22",
4
+ "description": "AWS credential provider for containers and HTTP sources",
5
+ "main": "./dist-cjs/index.js",
6
+ "module": "./dist-es/index.js",
7
+ "browser": "./dist-es/index.browser.js",
8
+ "react-native": "./dist-es/index.browser.js",
9
+ "scripts": {
10
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
11
+ "build:cjs": "node ../../scripts/compilation/inline credential-provider-http",
12
+ "build:es": "tsc -p tsconfig.es.json",
13
+ "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
14
+ "build:types": "tsc -p tsconfig.types.json",
15
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
16
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
17
+ "test": "yarn g:vitest run",
18
+ "test:watch": "yarn g:vitest watch"
19
+ },
20
+ "keywords": [
21
+ "aws",
22
+ "credentials"
23
+ ],
24
+ "sideEffects": false,
25
+ "author": {
26
+ "name": "AWS SDK for JavaScript Team",
27
+ "url": "https://aws.amazon.com/javascript/"
28
+ },
29
+ "license": "Apache-2.0",
30
+ "dependencies": {
31
+ "@aws-sdk/core": "^3.973.22",
32
+ "@aws-sdk/types": "^3.973.6",
33
+ "@smithy/fetch-http-handler": "^5.3.15",
34
+ "@smithy/node-http-handler": "^4.5.0",
35
+ "@smithy/property-provider": "^4.2.12",
36
+ "@smithy/protocol-http": "^5.3.12",
37
+ "@smithy/smithy-client": "^4.12.6",
38
+ "@smithy/types": "^4.13.1",
39
+ "@smithy/util-stream": "^4.5.20",
40
+ "tslib": "^2.6.2"
41
+ },
42
+ "devDependencies": {
43
+ "@tsconfig/recommended": "1.0.1",
44
+ "@types/node": "^20.14.8",
45
+ "concurrently": "7.0.0",
46
+ "downlevel-dts": "0.10.1",
47
+ "premove": "4.0.0",
48
+ "typescript": "~5.8.3"
49
+ },
50
+ "types": "./dist-types/index.d.ts",
51
+ "engines": {
52
+ "node": ">=20.0.0"
53
+ },
54
+ "typesVersions": {
55
+ "<4.5": {
56
+ "dist-types/*": [
57
+ "dist-types/ts3.4/*"
58
+ ]
59
+ }
60
+ },
61
+ "files": [
62
+ "dist-*/**"
63
+ ],
64
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-http",
65
+ "repository": {
66
+ "type": "git",
67
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
68
+ "directory": "packages-internal/credential-provider-http"
69
+ }
70
+ }