@cdk8s/awscdk-resolver 0.0.118 → 0.0.119

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 (343) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +30 -0
  4. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
  5. package/node_modules/@aws-crypto/sha256-browser/build/{crossPlatformSha256.js → main/crossPlatformSha256.js} +0 -5
  6. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
  7. package/node_modules/@aws-crypto/sha256-browser/build/{index.d.ts → main/index.d.ts} +0 -1
  8. package/node_modules/@aws-crypto/sha256-browser/build/{index.js → main/index.js} +1 -3
  9. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
  10. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
  11. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
  12. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
  13. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
  14. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
  15. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
  16. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
  17. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
  18. package/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
  19. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
  20. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
  21. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
  22. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
  23. package/node_modules/@aws-crypto/sha256-browser/build/{ie11Sha256.d.ts → module/webCryptoSha256.d.ts} +3 -2
  24. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
  25. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
  26. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
  27. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  28. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  29. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  30. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  31. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
  32. package/node_modules/@aws-crypto/{ie11-detection → sha256-browser/node_modules/@smithy/util-buffer-from}/LICENSE +4 -5
  33. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
  34. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  35. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  36. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  37. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  38. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
  39. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
  40. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
  41. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  42. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  43. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  44. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  45. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  46. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  47. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  48. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  49. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  50. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  51. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  52. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  53. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  54. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  55. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  56. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  57. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  58. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  59. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  60. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  61. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  62. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  63. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  64. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  65. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
  66. package/node_modules/@aws-crypto/sha256-browser/package.json +11 -11
  67. package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -4
  68. package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -1
  69. package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +3 -15
  70. package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
  71. package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +20 -0
  72. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
  73. package/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
  74. package/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
  75. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
  76. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
  77. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
  78. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
  79. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
  80. package/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
  81. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
  82. package/node_modules/@aws-crypto/sha256-js/build/{constants.js.map → module/constants.js.map} +1 -1
  83. package/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
  84. package/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
  85. package/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
  86. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
  87. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
  88. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
  89. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
  90. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
  91. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
  92. package/node_modules/@aws-crypto/sha256-js/package.json +11 -7
  93. package/node_modules/@aws-crypto/sha256-js/tsconfig.json +3 -10
  94. package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
  95. package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +20 -0
  96. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
  97. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
  98. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
  99. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
  100. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
  101. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
  102. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
  103. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
  104. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
  105. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
  106. package/node_modules/@aws-crypto/supports-web-crypto/package.json +7 -5
  107. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +3 -9
  108. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
  109. package/node_modules/@aws-crypto/util/CHANGELOG.md +24 -0
  110. package/node_modules/@aws-crypto/util/build/{convertToBuffer.js → main/convertToBuffer.js} +2 -2
  111. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
  112. package/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
  113. package/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
  114. package/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
  115. package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
  116. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
  117. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
  118. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
  119. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
  120. package/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
  121. package/node_modules/@aws-crypto/util/build/module/index.js +7 -0
  122. package/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
  123. package/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
  124. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
  125. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
  126. package/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
  127. package/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
  128. package/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
  129. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
  130. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
  131. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
  132. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  133. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
  134. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  135. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  136. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  137. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  138. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
  139. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  140. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
  141. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  142. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  143. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  144. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  145. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
  146. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
  147. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
  148. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  149. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  150. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  151. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  152. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  153. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  154. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  155. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  156. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  157. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  158. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  159. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  160. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  161. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  162. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  163. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  164. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  165. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  166. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  167. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  168. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  169. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  170. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  171. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  172. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
  173. package/node_modules/@aws-crypto/util/package.json +8 -7
  174. package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +1 -1
  175. package/node_modules/@aws-crypto/util/tsconfig.json +2 -16
  176. package/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
  177. package/node_modules/@aws-sdk/client-cloudformation/package.json +38 -38
  178. package/node_modules/@aws-sdk/client-sso/package.json +34 -34
  179. package/node_modules/@aws-sdk/client-sso-oidc/package.json +36 -36
  180. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  181. package/node_modules/@aws-sdk/core/package.json +6 -6
  182. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  183. package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -9
  184. package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
  185. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  186. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  187. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  188. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
  189. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  190. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  191. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  192. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  193. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  194. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  195. package/node_modules/@aws-sdk/types/package.json +2 -2
  196. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  197. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  198. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  199. package/node_modules/@smithy/signature-v4/package.json +2 -2
  200. package/package.json +3 -3
  201. package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
  202. package/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
  203. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +0 -19
  204. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +0 -3
  205. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +0 -1
  206. package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +0 -12
  207. package/node_modules/@aws-crypto/ie11-detection/build/Key.js +0 -3
  208. package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +0 -1
  209. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +0 -12
  210. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +0 -3
  211. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +0 -1
  212. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +0 -33
  213. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +0 -3
  214. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +0 -1
  215. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +0 -21
  216. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +0 -32
  217. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +0 -1
  218. package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +0 -5
  219. package/node_modules/@aws-crypto/ie11-detection/build/index.js +0 -9
  220. package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +0 -1
  221. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
  222. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
  223. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
  224. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +0 -51
  225. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
  226. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
  227. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  228. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  229. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +0 -37
  230. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
  231. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +0 -218
  232. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
  233. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +0 -284
  234. package/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
  235. package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
  236. package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
  237. package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
  238. package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
  239. package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
  240. package/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
  241. package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
  242. package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +0 -1
  243. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +0 -1
  244. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +0 -80
  245. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +0 -1
  246. package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +0 -1
  247. package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +0 -1
  248. package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +0 -1
  249. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
  250. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
  251. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
  252. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +0 -51
  253. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
  254. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
  255. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  256. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  257. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +0 -37
  258. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
  259. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +0 -218
  260. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
  261. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +0 -284
  262. package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
  263. package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +0 -1
  264. package/node_modules/@aws-crypto/sha256-js/build/index.js.map +0 -1
  265. package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +0 -1
  266. package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +0 -1
  267. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
  268. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
  269. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
  270. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +0 -51
  271. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
  272. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
  273. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  274. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  275. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +0 -37
  276. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
  277. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +0 -218
  278. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
  279. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +0 -284
  280. package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +0 -5
  281. package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +0 -69
  282. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
  283. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
  284. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
  285. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +0 -51
  286. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
  287. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
  288. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  289. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  290. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +0 -37
  291. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
  292. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +0 -218
  293. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
  294. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +0 -284
  295. package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +0 -1
  296. package/node_modules/@aws-crypto/util/build/index.js.map +0 -1
  297. package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +0 -1
  298. package/node_modules/@aws-crypto/util/build/numToUint8.js.map +0 -1
  299. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +0 -1
  300. package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
  301. package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
  302. package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
  303. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +0 -51
  304. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
  305. package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
  306. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  307. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  308. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +0 -37
  309. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
  310. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +0 -218
  311. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
  312. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +0 -284
  313. package/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
  314. package/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
  315. /package/node_modules/@aws-crypto/sha256-browser/build/{constants.d.ts → main/constants.d.ts} +0 -0
  316. /package/node_modules/@aws-crypto/sha256-browser/build/{constants.js → main/constants.js} +0 -0
  317. /package/node_modules/@aws-crypto/sha256-browser/build/{crossPlatformSha256.d.ts → main/crossPlatformSha256.d.ts} +0 -0
  318. /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.d.ts → main/isEmptyData.d.ts} +0 -0
  319. /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
  320. /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.d.ts → main/webCryptoSha256.d.ts} +0 -0
  321. /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.js → main/webCryptoSha256.js} +0 -0
  322. /package/node_modules/@aws-crypto/{util/build → sha256-browser/build/module}/isEmptyData.d.ts +0 -0
  323. /package/node_modules/{@aws-sdk/util-utf8-browser → @aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
  324. /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.d.ts → main/RawSha256.d.ts} +0 -0
  325. /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.js → main/RawSha256.js} +0 -0
  326. /package/node_modules/@aws-crypto/sha256-js/build/{constants.d.ts → main/constants.d.ts} +0 -0
  327. /package/node_modules/@aws-crypto/sha256-js/build/{constants.js → main/constants.js} +0 -0
  328. /package/node_modules/@aws-crypto/sha256-js/build/{index.d.ts → main/index.d.ts} +0 -0
  329. /package/node_modules/@aws-crypto/sha256-js/build/{index.js → main/index.js} +0 -0
  330. /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.d.ts → main/jsSha256.d.ts} +0 -0
  331. /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.js → main/jsSha256.js} +0 -0
  332. /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.d.ts → main/knownHashes.fixture.d.ts} +0 -0
  333. /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.js → main/knownHashes.fixture.js} +0 -0
  334. /package/node_modules/@aws-crypto/supports-web-crypto/build/{index.d.ts → main/index.d.ts} +0 -0
  335. /package/node_modules/@aws-crypto/supports-web-crypto/build/{supportsWebCrypto.d.ts → main/supportsWebCrypto.d.ts} +0 -0
  336. /package/node_modules/@aws-crypto/util/build/{convertToBuffer.d.ts → main/convertToBuffer.d.ts} +0 -0
  337. /package/node_modules/@aws-crypto/util/build/{index.d.ts → main/index.d.ts} +0 -0
  338. /package/node_modules/@aws-crypto/util/build/{index.js → main/index.js} +0 -0
  339. /package/node_modules/@aws-crypto/util/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
  340. /package/node_modules/@aws-crypto/util/build/{numToUint8.d.ts → main/numToUint8.d.ts} +0 -0
  341. /package/node_modules/@aws-crypto/util/build/{numToUint8.js → main/numToUint8.js} +0 -0
  342. /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.d.ts → main/uint32ArrayFrom.d.ts} +0 -0
  343. /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.js → main/uint32ArrayFrom.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.592.0",
3
+ "version": "3.598.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -67,11 +67,11 @@
67
67
  },
68
68
  "license": "Apache-2.0",
69
69
  "dependencies": {
70
- "@smithy/core": "^2.2.0",
71
- "@smithy/protocol-http": "^4.0.0",
72
- "@smithy/signature-v4": "^3.0.0",
73
- "@smithy/smithy-client": "^3.1.1",
74
- "@smithy/types": "^3.0.0",
70
+ "@smithy/core": "^2.2.1",
71
+ "@smithy/protocol-http": "^4.0.1",
72
+ "@smithy/signature-v4": "^3.1.0",
73
+ "@smithy/smithy-client": "^3.1.2",
74
+ "@smithy/types": "^3.1.0",
75
75
  "fast-xml-parser": "4.2.5",
76
76
  "tslib": "^2.6.2"
77
77
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
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",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.577.0",
28
- "@smithy/property-provider": "^3.1.0",
29
- "@smithy/types": "^3.0.0",
27
+ "@aws-sdk/types": "3.598.0",
28
+ "@smithy/property-provider": "^3.1.1",
29
+ "@smithy/types": "^3.1.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.596.0",
3
+ "version": "3.598.0",
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",
@@ -26,14 +26,14 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/types": "3.577.0",
30
- "@smithy/fetch-http-handler": "^3.0.1",
31
- "@smithy/node-http-handler": "^3.0.0",
32
- "@smithy/property-provider": "^3.1.0",
33
- "@smithy/protocol-http": "^4.0.0",
34
- "@smithy/smithy-client": "^3.1.1",
35
- "@smithy/types": "^3.0.0",
36
- "@smithy/util-stream": "^3.0.1",
29
+ "@aws-sdk/types": "3.598.0",
30
+ "@smithy/fetch-http-handler": "^3.0.2",
31
+ "@smithy/node-http-handler": "^3.0.1",
32
+ "@smithy/property-provider": "^3.1.1",
33
+ "@smithy/protocol-http": "^4.0.1",
34
+ "@smithy/smithy-client": "^3.1.2",
35
+ "@smithy/types": "^3.1.0",
36
+ "@smithy/util-stream": "^3.0.2",
37
37
  "tslib": "^2.6.2"
38
38
  },
39
39
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.596.0",
3
+ "version": "3.598.0",
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",
@@ -24,16 +24,16 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/credential-provider-env": "3.587.0",
28
- "@aws-sdk/credential-provider-http": "3.596.0",
29
- "@aws-sdk/credential-provider-process": "3.587.0",
30
- "@aws-sdk/credential-provider-sso": "3.592.0",
31
- "@aws-sdk/credential-provider-web-identity": "3.587.0",
32
- "@aws-sdk/types": "3.577.0",
33
- "@smithy/credential-provider-imds": "^3.1.0",
34
- "@smithy/property-provider": "^3.1.0",
35
- "@smithy/shared-ini-file-loader": "^3.1.0",
36
- "@smithy/types": "^3.0.0",
27
+ "@aws-sdk/credential-provider-env": "3.598.0",
28
+ "@aws-sdk/credential-provider-http": "3.598.0",
29
+ "@aws-sdk/credential-provider-process": "3.598.0",
30
+ "@aws-sdk/credential-provider-sso": "3.598.0",
31
+ "@aws-sdk/credential-provider-web-identity": "3.598.0",
32
+ "@aws-sdk/types": "3.598.0",
33
+ "@smithy/credential-provider-imds": "^3.1.1",
34
+ "@smithy/property-provider": "^3.1.1",
35
+ "@smithy/shared-ini-file-loader": "^3.1.1",
36
+ "@smithy/types": "^3.1.0",
37
37
  "tslib": "^2.6.2"
38
38
  },
39
39
  "devDependencies": {
@@ -45,7 +45,7 @@
45
45
  "typescript": "~4.9.5"
46
46
  },
47
47
  "peerDependencies": {
48
- "@aws-sdk/client-sts": "^3.596.0"
48
+ "@aws-sdk/client-sts": "^3.598.0"
49
49
  },
50
50
  "types": "./dist-types/index.d.ts",
51
51
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.596.0",
3
+ "version": "3.598.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -28,17 +28,17 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/credential-provider-env": "3.587.0",
32
- "@aws-sdk/credential-provider-http": "3.596.0",
33
- "@aws-sdk/credential-provider-ini": "3.596.0",
34
- "@aws-sdk/credential-provider-process": "3.587.0",
35
- "@aws-sdk/credential-provider-sso": "3.592.0",
36
- "@aws-sdk/credential-provider-web-identity": "3.587.0",
37
- "@aws-sdk/types": "3.577.0",
38
- "@smithy/credential-provider-imds": "^3.1.0",
39
- "@smithy/property-provider": "^3.1.0",
40
- "@smithy/shared-ini-file-loader": "^3.1.0",
41
- "@smithy/types": "^3.0.0",
31
+ "@aws-sdk/credential-provider-env": "3.598.0",
32
+ "@aws-sdk/credential-provider-http": "3.598.0",
33
+ "@aws-sdk/credential-provider-ini": "3.598.0",
34
+ "@aws-sdk/credential-provider-process": "3.598.0",
35
+ "@aws-sdk/credential-provider-sso": "3.598.0",
36
+ "@aws-sdk/credential-provider-web-identity": "3.598.0",
37
+ "@aws-sdk/types": "3.598.0",
38
+ "@smithy/credential-provider-imds": "^3.1.1",
39
+ "@smithy/property-provider": "^3.1.1",
40
+ "@smithy/shared-ini-file-loader": "^3.1.1",
41
+ "@smithy/types": "^3.1.0",
42
42
  "tslib": "^2.6.2"
43
43
  },
44
44
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.577.0",
28
- "@smithy/property-provider": "^3.1.0",
29
- "@smithy/shared-ini-file-loader": "^3.1.0",
30
- "@smithy/types": "^3.0.0",
27
+ "@aws-sdk/types": "3.598.0",
28
+ "@smithy/property-provider": "^3.1.1",
29
+ "@smithy/shared-ini-file-loader": "^3.1.1",
30
+ "@smithy/types": "^3.1.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.592.0",
3
+ "version": "3.598.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/client-sso": "3.592.0",
28
- "@aws-sdk/token-providers": "3.587.0",
29
- "@aws-sdk/types": "3.577.0",
30
- "@smithy/property-provider": "^3.1.0",
31
- "@smithy/shared-ini-file-loader": "^3.1.0",
32
- "@smithy/types": "^3.0.0",
27
+ "@aws-sdk/client-sso": "3.598.0",
28
+ "@aws-sdk/token-providers": "3.598.0",
29
+ "@aws-sdk/types": "3.598.0",
30
+ "@smithy/property-provider": "^3.1.1",
31
+ "@smithy/shared-ini-file-loader": "^3.1.1",
32
+ "@smithy/types": "^3.1.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -32,9 +32,9 @@
32
32
  },
33
33
  "license": "Apache-2.0",
34
34
  "dependencies": {
35
- "@aws-sdk/types": "3.577.0",
36
- "@smithy/property-provider": "^3.1.0",
37
- "@smithy/types": "^3.0.0",
35
+ "@aws-sdk/types": "3.598.0",
36
+ "@smithy/property-provider": "^3.1.1",
37
+ "@smithy/types": "^3.1.0",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "devDependencies": {
@@ -46,7 +46,7 @@
46
46
  "typescript": "~4.9.5"
47
47
  },
48
48
  "peerDependencies": {
49
- "@aws-sdk/client-sts": "^3.587.0"
49
+ "@aws-sdk/client-sts": "^3.598.0"
50
50
  },
51
51
  "types": "./dist-types/index.d.ts",
52
52
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.577.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.577.0",
25
- "@smithy/protocol-http": "^4.0.0",
26
- "@smithy/types": "^3.0.0",
24
+ "@aws-sdk/types": "3.598.0",
25
+ "@smithy/protocol-http": "^4.0.1",
26
+ "@smithy/types": "^3.1.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.577.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-logger",
@@ -22,8 +22,8 @@
22
22
  "module": "./dist-es/index.js",
23
23
  "types": "./dist-types/index.d.ts",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.577.0",
26
- "@smithy/types": "^3.0.0",
25
+ "@aws-sdk/types": "3.598.0",
26
+ "@smithy/types": "^3.1.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.577.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.577.0",
25
- "@smithy/protocol-http": "^4.0.0",
26
- "@smithy/types": "^3.0.0",
24
+ "@aws-sdk/types": "3.598.0",
25
+ "@smithy/protocol-http": "^4.0.1",
26
+ "@smithy/types": "^3.1.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -22,10 +22,10 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.577.0",
26
- "@aws-sdk/util-endpoints": "3.587.0",
27
- "@smithy/protocol-http": "^4.0.0",
28
- "@smithy/types": "^3.0.0",
25
+ "@aws-sdk/types": "3.598.0",
26
+ "@aws-sdk/util-endpoints": "3.598.0",
27
+ "@smithy/protocol-http": "^4.0.1",
28
+ "@smithy/types": "^3.1.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -21,11 +21,11 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.577.0",
25
- "@smithy/node-config-provider": "^3.1.0",
26
- "@smithy/types": "^3.0.0",
24
+ "@aws-sdk/types": "3.598.0",
25
+ "@smithy/node-config-provider": "^3.1.1",
26
+ "@smithy/types": "^3.1.0",
27
27
  "@smithy/util-config-provider": "^3.0.0",
28
- "@smithy/util-middleware": "^3.0.0",
28
+ "@smithy/util-middleware": "^3.0.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "description": "A collection of token providers",
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/types": "3.577.0",
30
- "@smithy/property-provider": "^3.1.0",
31
- "@smithy/shared-ini-file-loader": "^3.1.0",
32
- "@smithy/types": "^3.0.0",
29
+ "@aws-sdk/types": "3.598.0",
30
+ "@smithy/property-provider": "^3.1.1",
31
+ "@smithy/shared-ini-file-loader": "^3.1.1",
32
+ "@smithy/types": "^3.1.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -41,7 +41,7 @@
41
41
  "typescript": "~4.9.5"
42
42
  },
43
43
  "peerDependencies": {
44
- "@aws-sdk/client-sso-oidc": "^3.587.0"
44
+ "@aws-sdk/client-sso-oidc": "^3.598.0"
45
45
  },
46
46
  "types": "./dist-types/index.d.ts",
47
47
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.577.0",
3
+ "version": "3.598.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -41,7 +41,7 @@
41
41
  "directory": "packages/types"
42
42
  },
43
43
  "dependencies": {
44
- "@smithy/types": "^3.0.0",
44
+ "@smithy/types": "^3.1.0",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -22,9 +22,9 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.577.0",
26
- "@smithy/types": "^3.0.0",
27
- "@smithy/util-endpoints": "^2.0.1",
25
+ "@aws-sdk/types": "3.598.0",
26
+ "@smithy/types": "^3.1.0",
27
+ "@smithy/util-endpoints": "^2.0.2",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.577.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
@@ -22,8 +22,8 @@
22
22
  "license": "Apache-2.0",
23
23
  "react-native": "dist-es/index.native.js",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.577.0",
26
- "@smithy/types": "^3.0.0",
25
+ "@aws-sdk/types": "3.598.0",
26
+ "@smithy/types": "^3.1.0",
27
27
  "bowser": "^2.11.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -20,9 +20,9 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.577.0",
24
- "@smithy/node-config-provider": "^3.1.0",
25
- "@smithy/types": "^3.0.0",
23
+ "@aws-sdk/types": "3.598.0",
24
+ "@smithy/node-config-provider": "^3.1.1",
25
+ "@smithy/types": "^3.1.0",
26
26
  "tslib": "^2.6.2"
27
27
  },
28
28
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/signature-v4",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -33,7 +33,7 @@
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@aws-crypto/sha256-js": "3.0.0",
36
+ "@aws-crypto/sha256-js": "5.2.0",
37
37
  "@smithy/protocol-http": "^4.0.1",
38
38
  "concurrently": "7.0.0",
39
39
  "downlevel-dts": "0.10.1",
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "organization": false
43
43
  },
44
44
  "devDependencies": {
45
- "@cdk8s/projen-common": "0.0.528",
45
+ "@cdk8s/projen-common": "0.0.530",
46
46
  "@types/fs-extra": "^11.0.4",
47
47
  "@types/jest": "^27",
48
48
  "@types/node": "16.18.78",
@@ -76,7 +76,7 @@
76
76
  "constructs": "^10.3.0"
77
77
  },
78
78
  "dependencies": {
79
- "@aws-sdk/client-cloudformation": "^3.596.0"
79
+ "@aws-sdk/client-cloudformation": "^3.598.0"
80
80
  },
81
81
  "bundledDependencies": [
82
82
  "@aws-sdk/client-cloudformation"
@@ -92,7 +92,7 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "version": "0.0.118",
95
+ "version": "0.0.119",
96
96
  "jest": {
97
97
  "coverageProvider": "v8",
98
98
  "testMatch": [
@@ -1,46 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [3.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v2.0.2...v3.0.0) (2023-01-12)
7
-
8
- **Note:** Version bump only for package @aws-crypto/ie11-detection
9
-
10
- ## [2.0.2](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v2.0.1...v2.0.2) (2022-09-07)
11
-
12
- **Note:** Version bump only for package @aws-crypto/ie11-detection
13
-
14
- # [2.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.2...v2.0.0) (2021-10-25)
15
-
16
- **Note:** Version bump only for package @aws-crypto/ie11-detection
17
-
18
- # [1.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@1.0.0-alpha.0...@aws-crypto/ie11-detection@1.0.0) (2020-10-22)
19
-
20
- ### Bug Fixes
21
-
22
- - replace `sourceRoot` -> `rootDir` in tsconfig ([#169](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/169)) ([d437167](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/d437167b51d1c56a4fcc2bb8a446b74a7e3b7e06))
23
-
24
- # [1.0.0-alpha.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@0.1.0-preview.4...@aws-crypto/ie11-detection@1.0.0-alpha.0) (2020-02-07)
25
-
26
- **Note:** Version bump only for package @aws-crypto/ie11-detection
27
-
28
- # [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@0.1.0-preview.2...@aws-crypto/ie11-detection@0.1.0-preview.4) (2020-01-16)
29
-
30
- ### Bug Fixes
31
-
32
- - Changed package.json files to point to the right Git repo ([#9](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/9)) ([028245d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/028245d72e642ca98d82226afb300eb154503c4a)), closes [#8](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/8)
33
- - lerna version maintains package-lock ([#14](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/14)) ([2ef29e1](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/2ef29e13779703a5c9b32e93d18918fcb33b7272)), closes [#13](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/13)
34
-
35
- # [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@0.1.0-preview.2...@aws-crypto/ie11-detection@0.1.0-preview.3) (2019-11-15)
36
-
37
- ### Bug Fixes
38
-
39
- - Changed package.json files to point to the right Git repo ([#9](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/9)) ([028245d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/028245d72e642ca98d82226afb300eb154503c4a)), closes [#8](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/8)
40
- - lerna version maintains package-lock ([#14](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/14)) ([2ef29e1](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/2ef29e13779703a5c9b32e93d18918fcb33b7272)), closes [#13](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/13)
41
-
42
- # [0.1.0-preview.2](https://github.com/aws/aws-javascript-crypto-helpers/compare/@aws-crypto/ie11-detection@0.1.0-preview.1...@aws-crypto/ie11-detection@0.1.0-preview.2) (2019-10-30)
43
-
44
- ### Bug Fixes
45
-
46
- - remove /src/ from .npmignore (for sourcemaps) ([#5](https://github.com/aws/aws-javascript-crypto-helpers/issues/5)) ([ec52056](https://github.com/aws/aws-javascript-crypto-helpers/commit/ec52056))
@@ -1,20 +0,0 @@
1
- # @aws-crypto/ie11-detection
2
-
3
- Functions for interact with IE11 browsers Crypto. The IE11 `window.subtle` functions are unique.
4
- This library is used to identify an IE11 `window` and then offering types for crypto functions.
5
- For example see @aws-crypto/random-source-browser
6
-
7
- ## Usage
8
-
9
- ```
10
- import {isMsWindow} from '@aws-crypto/ie11-detection'
11
-
12
- if (isMsWindow(window)) {
13
- // use `window.subtle.mscrypto`
14
- }
15
-
16
- ```
17
-
18
- ## Test
19
-
20
- `npm test`
@@ -1,19 +0,0 @@
1
- import { Key } from "./Key";
2
- /**
3
- * Represents a cryptographic operation that has been instantiated but not
4
- * necessarily fed all data or finalized.
5
- *
6
- * @see https://msdn.microsoft.com/en-us/library/dn280996(v=vs.85).aspx
7
- */
8
- export interface CryptoOperation {
9
- readonly algorithm: string;
10
- readonly key: Key;
11
- onabort: (event: Event) => void;
12
- oncomplete: (event: Event) => void;
13
- onerror: (event: Event) => void;
14
- onprogress: (event: Event) => void;
15
- readonly result: ArrayBuffer | undefined;
16
- abort(): void;
17
- finish(): void;
18
- process(buffer: ArrayBufferView): void;
19
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CryptoOperation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CryptoOperation.js","sourceRoot":"","sources":["../src/CryptoOperation.ts"],"names":[],"mappings":""}
@@ -1,12 +0,0 @@
1
- /**
2
- * The result of a successful KeyOperation.
3
- *
4
- * @see {KeyOperation}
5
- * @see https://msdn.microsoft.com/en-us/library/dn302313(v=vs.85).aspx
6
- */
7
- export interface Key {
8
- readonly algorithm: string;
9
- readonly extractable: boolean;
10
- readonly keyUsage: Array<string>;
11
- readonly type: string;
12
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Key.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Key.js","sourceRoot":"","sources":["../src/Key.ts"],"names":[],"mappings":""}