@cdk8s/awscdk-resolver 0.0.117 → 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 +7 -7
  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
@@ -0,0 +1,5 @@
1
+ import { fromString } from "@smithy/util-buffer-from";
2
+ export const fromUtf8 = (input) => {
3
+ const buf = fromString(input, "utf8");
4
+ return new Uint8Array(buf.buffer, buf.byteOffset, buf.byteLength / Uint8Array.BYTES_PER_ELEMENT);
5
+ };
@@ -0,0 +1,3 @@
1
+ export * from "./fromUtf8";
2
+ export * from "./toUint8Array";
3
+ export * from "./toUtf8";
@@ -0,0 +1,10 @@
1
+ import { fromUtf8 } from "./fromUtf8";
2
+ export const toUint8Array = (data) => {
3
+ if (typeof data === "string") {
4
+ return fromUtf8(data);
5
+ }
6
+ if (ArrayBuffer.isView(data)) {
7
+ return new Uint8Array(data.buffer, data.byteOffset, data.byteLength / Uint8Array.BYTES_PER_ELEMENT);
8
+ }
9
+ return new Uint8Array(data);
10
+ };
@@ -0,0 +1,9 @@
1
+ export const toUtf8 = (input) => {
2
+ if (typeof input === "string") {
3
+ return input;
4
+ }
5
+ if (typeof input !== "object" || typeof input.byteOffset !== "number" || typeof input.byteLength !== "number") {
6
+ throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");
7
+ }
8
+ return new TextDecoder("utf-8").decode(input);
9
+ };
@@ -0,0 +1,10 @@
1
+ import { fromArrayBuffer } from "@smithy/util-buffer-from";
2
+ export const toUtf8 = (input) => {
3
+ if (typeof input === "string") {
4
+ return input;
5
+ }
6
+ if (typeof input !== "object" || typeof input.byteOffset !== "number" || typeof input.byteLength !== "number") {
7
+ throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");
8
+ }
9
+ return fromArrayBuffer(input.buffer, input.byteOffset, input.byteLength).toString("utf8");
10
+ };
@@ -0,0 +1 @@
1
+ export declare const fromUtf8: (input: string) => Uint8Array;
@@ -0,0 +1 @@
1
+ export declare const fromUtf8: (input: string) => Uint8Array;
@@ -0,0 +1,3 @@
1
+ export * from "./fromUtf8";
2
+ export * from "./toUint8Array";
3
+ export * from "./toUtf8";
@@ -0,0 +1 @@
1
+ export declare const toUint8Array: (data: string | ArrayBuffer | ArrayBufferView) => Uint8Array;
@@ -0,0 +1,7 @@
1
+ /**
2
+ *
3
+ * This does not convert non-utf8 strings to utf8, it only passes through strings if
4
+ * a string is received instead of a Uint8Array.
5
+ *
6
+ */
7
+ export declare const toUtf8: (input: Uint8Array | string) => string;
@@ -0,0 +1,7 @@
1
+ /**
2
+ *
3
+ * This does not convert non-utf8 strings to utf8, it only passes through strings if
4
+ * a string is received instead of a Uint8Array.
5
+ *
6
+ */
7
+ export declare const toUtf8: (input: Uint8Array | string) => string;
@@ -0,0 +1 @@
1
+ export declare const fromUtf8: (input: string) => Uint8Array;
@@ -0,0 +1 @@
1
+ export declare const fromUtf8: (input: string) => Uint8Array;
@@ -0,0 +1,3 @@
1
+ export * from "./fromUtf8";
2
+ export * from "./toUint8Array";
3
+ export * from "./toUtf8";
@@ -0,0 +1 @@
1
+ export declare const toUint8Array: (data: string | ArrayBuffer | ArrayBufferView) => Uint8Array;
@@ -0,0 +1,7 @@
1
+ /**
2
+ *
3
+ * This does not convert non-utf8 strings to utf8, it only passes through strings if
4
+ * a string is received instead of a Uint8Array.
5
+ *
6
+ */
7
+ export declare const toUtf8: (input: Uint8Array | string) => string;
@@ -0,0 +1,7 @@
1
+ /**
2
+ *
3
+ * This does not convert non-utf8 strings to utf8, it only passes through strings if
4
+ * a string is received instead of a Uint8Array.
5
+ *
6
+ */
7
+ export declare const toUtf8: (input: Uint8Array | string) => string;
@@ -0,0 +1,66 @@
1
+ {
2
+ "name": "@smithy/util-utf8",
3
+ "version": "2.3.0",
4
+ "description": "A UTF-8 string <-> UInt8Array converter",
5
+ "main": "./dist-cjs/index.js",
6
+ "module": "./dist-es/index.js",
7
+ "scripts": {
8
+ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
9
+ "build:cjs": "node ../../scripts/inline util-utf8",
10
+ "build:es": "yarn g:tsc -p tsconfig.es.json",
11
+ "build:types": "yarn g:tsc -p tsconfig.types.json",
12
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
+ "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
14
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
15
+ "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
16
+ "format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
17
+ "test": "yarn g:jest"
18
+ },
19
+ "author": {
20
+ "name": "AWS SDK for JavaScript Team",
21
+ "url": "https://aws.amazon.com/javascript/"
22
+ },
23
+ "license": "Apache-2.0",
24
+ "dependencies": {
25
+ "@smithy/util-buffer-from": "^2.2.0",
26
+ "tslib": "^2.6.2"
27
+ },
28
+ "devDependencies": {
29
+ "@tsconfig/recommended": "1.0.1",
30
+ "concurrently": "7.0.0",
31
+ "downlevel-dts": "0.10.1",
32
+ "rimraf": "3.0.2",
33
+ "typedoc": "0.23.23"
34
+ },
35
+ "types": "./dist-types/index.d.ts",
36
+ "engines": {
37
+ "node": ">=14.0.0"
38
+ },
39
+ "typesVersions": {
40
+ "<4.0": {
41
+ "dist-types/*": [
42
+ "dist-types/ts3.4/*"
43
+ ]
44
+ }
45
+ },
46
+ "files": [
47
+ "dist-*/**"
48
+ ],
49
+ "browser": {
50
+ "./dist-es/fromUtf8": "./dist-es/fromUtf8.browser",
51
+ "./dist-es/toUtf8": "./dist-es/toUtf8.browser"
52
+ },
53
+ "react-native": {},
54
+ "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-utf8",
55
+ "repository": {
56
+ "type": "git",
57
+ "url": "https://github.com/awslabs/smithy-typescript.git",
58
+ "directory": "packages/util-utf8"
59
+ },
60
+ "typedoc": {
61
+ "entryPoint": "src/index.ts"
62
+ },
63
+ "publishConfig": {
64
+ "directory": ".release/package"
65
+ }
66
+ }
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@aws-crypto/util",
3
- "version": "3.0.0",
3
+ "version": "5.2.0",
4
4
  "scripts": {
5
- "prepublishOnly": "tsc",
5
+ "prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
6
6
  "pretest": "tsc -p tsconfig.test.json",
7
7
  "test": "mocha --require ts-node/register test/**/*test.ts"
8
8
  },
9
- "main": "./build/index.js",
10
- "types": "./build/index.d.ts",
9
+ "main": "./build/main/index.js",
10
+ "module": "./build/module/index.js",
11
+ "types": "./build/main/index.d.ts",
11
12
  "repository": {
12
13
  "type": "git",
13
14
  "url": "git@github.com:aws/aws-sdk-js-crypto-helpers.git"
@@ -21,11 +22,11 @@
21
22
  "license": "Apache-2.0",
22
23
  "dependencies": {
23
24
  "@aws-sdk/types": "^3.222.0",
24
- "@aws-sdk/util-utf8-browser": "^3.0.0",
25
- "tslib": "^1.11.1"
25
+ "@smithy/util-utf8": "^2.0.0",
26
+ "tslib": "^2.6.2"
26
27
  },
27
28
  "publishConfig": {
28
29
  "access": "public"
29
30
  },
30
- "gitHead": "7f56cee8f62bd65cd397eeec29c3c997215bd80c"
31
+ "gitHead": "c11b171b35ec5c093364f0e0d8dc4ab1af68e748"
31
32
  }
@@ -2,7 +2,7 @@
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { SourceData } from "@aws-sdk/types";
5
- import { fromUtf8 as fromUtf8Browser } from "@aws-sdk/util-utf8-browser";
5
+ import { fromUtf8 as fromUtf8Browser } from "@smithy/util-utf8";
6
6
 
7
7
  // Quick polyfill
8
8
  const fromUtf8 =
@@ -1,22 +1,8 @@
1
1
  {
2
+ "extends": "../tsconfig.json",
2
3
  "compilerOptions": {
3
- "target": "es5",
4
- "module": "commonjs",
5
- "declaration": true,
6
- "strict": true,
7
- "sourceMap": true,
8
- "downlevelIteration": true,
9
- "importHelpers": true,
10
- "noEmitHelpers": true,
11
- "lib": [
12
- "es5",
13
- "es2015.promise",
14
- "es2015.collection",
15
- "es2015.iterable",
16
- "es2015.symbol.wellknown"
17
- ],
18
4
  "rootDir": "./src",
19
- "outDir": "./build"
5
+ "outDir": "./build/main",
20
6
  },
21
7
  "include": ["src/**/*.ts"],
22
8
  "exclude": ["node_modules/**"]
@@ -0,0 +1,7 @@
1
+ {
2
+ "extends": "./tsconfig",
3
+ "compilerOptions": {
4
+ "outDir": "build/module",
5
+ "module": "esnext",
6
+ }
7
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudformation",
3
3
  "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
4
- "version": "3.596.0",
4
+ "version": "3.598.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
@@ -18,47 +18,47 @@
18
18
  "module": "./dist-es/index.js",
19
19
  "sideEffects": false,
20
20
  "dependencies": {
21
- "@aws-crypto/sha256-browser": "3.0.0",
22
- "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.596.0",
24
- "@aws-sdk/client-sts": "3.596.0",
25
- "@aws-sdk/core": "3.592.0",
26
- "@aws-sdk/credential-provider-node": "3.596.0",
27
- "@aws-sdk/middleware-host-header": "3.577.0",
28
- "@aws-sdk/middleware-logger": "3.577.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.577.0",
30
- "@aws-sdk/middleware-user-agent": "3.587.0",
31
- "@aws-sdk/region-config-resolver": "3.587.0",
32
- "@aws-sdk/types": "3.577.0",
33
- "@aws-sdk/util-endpoints": "3.587.0",
34
- "@aws-sdk/util-user-agent-browser": "3.577.0",
35
- "@aws-sdk/util-user-agent-node": "3.587.0",
36
- "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.2.0",
38
- "@smithy/fetch-http-handler": "^3.0.1",
39
- "@smithy/hash-node": "^3.0.0",
40
- "@smithy/invalid-dependency": "^3.0.0",
41
- "@smithy/middleware-content-length": "^3.0.0",
42
- "@smithy/middleware-endpoint": "^3.0.1",
43
- "@smithy/middleware-retry": "^3.0.3",
44
- "@smithy/middleware-serde": "^3.0.0",
45
- "@smithy/middleware-stack": "^3.0.0",
46
- "@smithy/node-config-provider": "^3.1.0",
47
- "@smithy/node-http-handler": "^3.0.0",
48
- "@smithy/protocol-http": "^4.0.0",
49
- "@smithy/smithy-client": "^3.1.1",
50
- "@smithy/types": "^3.0.0",
51
- "@smithy/url-parser": "^3.0.0",
21
+ "@aws-crypto/sha256-browser": "5.2.0",
22
+ "@aws-crypto/sha256-js": "5.2.0",
23
+ "@aws-sdk/client-sso-oidc": "3.598.0",
24
+ "@aws-sdk/client-sts": "3.598.0",
25
+ "@aws-sdk/core": "3.598.0",
26
+ "@aws-sdk/credential-provider-node": "3.598.0",
27
+ "@aws-sdk/middleware-host-header": "3.598.0",
28
+ "@aws-sdk/middleware-logger": "3.598.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.598.0",
30
+ "@aws-sdk/middleware-user-agent": "3.598.0",
31
+ "@aws-sdk/region-config-resolver": "3.598.0",
32
+ "@aws-sdk/types": "3.598.0",
33
+ "@aws-sdk/util-endpoints": "3.598.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.598.0",
35
+ "@aws-sdk/util-user-agent-node": "3.598.0",
36
+ "@smithy/config-resolver": "^3.0.2",
37
+ "@smithy/core": "^2.2.1",
38
+ "@smithy/fetch-http-handler": "^3.0.2",
39
+ "@smithy/hash-node": "^3.0.1",
40
+ "@smithy/invalid-dependency": "^3.0.1",
41
+ "@smithy/middleware-content-length": "^3.0.1",
42
+ "@smithy/middleware-endpoint": "^3.0.2",
43
+ "@smithy/middleware-retry": "^3.0.4",
44
+ "@smithy/middleware-serde": "^3.0.1",
45
+ "@smithy/middleware-stack": "^3.0.1",
46
+ "@smithy/node-config-provider": "^3.1.1",
47
+ "@smithy/node-http-handler": "^3.0.1",
48
+ "@smithy/protocol-http": "^4.0.1",
49
+ "@smithy/smithy-client": "^3.1.2",
50
+ "@smithy/types": "^3.1.0",
51
+ "@smithy/url-parser": "^3.0.1",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.3",
56
- "@smithy/util-defaults-mode-node": "^3.0.3",
57
- "@smithy/util-endpoints": "^2.0.1",
58
- "@smithy/util-middleware": "^3.0.0",
59
- "@smithy/util-retry": "^3.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.4",
56
+ "@smithy/util-defaults-mode-node": "^3.0.4",
57
+ "@smithy/util-endpoints": "^2.0.2",
58
+ "@smithy/util-middleware": "^3.0.1",
59
+ "@smithy/util-retry": "^3.0.1",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
- "@smithy/util-waiter": "^3.0.0",
61
+ "@smithy/util-waiter": "^3.0.1",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"
64
64
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.592.0",
4
+ "version": "3.598.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -18,42 +18,42 @@
18
18
  "module": "./dist-es/index.js",
19
19
  "sideEffects": false,
20
20
  "dependencies": {
21
- "@aws-crypto/sha256-browser": "3.0.0",
22
- "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/core": "3.592.0",
24
- "@aws-sdk/middleware-host-header": "3.577.0",
25
- "@aws-sdk/middleware-logger": "3.577.0",
26
- "@aws-sdk/middleware-recursion-detection": "3.577.0",
27
- "@aws-sdk/middleware-user-agent": "3.587.0",
28
- "@aws-sdk/region-config-resolver": "3.587.0",
29
- "@aws-sdk/types": "3.577.0",
30
- "@aws-sdk/util-endpoints": "3.587.0",
31
- "@aws-sdk/util-user-agent-browser": "3.577.0",
32
- "@aws-sdk/util-user-agent-node": "3.587.0",
33
- "@smithy/config-resolver": "^3.0.1",
34
- "@smithy/core": "^2.2.0",
35
- "@smithy/fetch-http-handler": "^3.0.1",
36
- "@smithy/hash-node": "^3.0.0",
37
- "@smithy/invalid-dependency": "^3.0.0",
38
- "@smithy/middleware-content-length": "^3.0.0",
39
- "@smithy/middleware-endpoint": "^3.0.1",
40
- "@smithy/middleware-retry": "^3.0.3",
41
- "@smithy/middleware-serde": "^3.0.0",
42
- "@smithy/middleware-stack": "^3.0.0",
43
- "@smithy/node-config-provider": "^3.1.0",
44
- "@smithy/node-http-handler": "^3.0.0",
45
- "@smithy/protocol-http": "^4.0.0",
46
- "@smithy/smithy-client": "^3.1.1",
47
- "@smithy/types": "^3.0.0",
48
- "@smithy/url-parser": "^3.0.0",
21
+ "@aws-crypto/sha256-browser": "5.2.0",
22
+ "@aws-crypto/sha256-js": "5.2.0",
23
+ "@aws-sdk/core": "3.598.0",
24
+ "@aws-sdk/middleware-host-header": "3.598.0",
25
+ "@aws-sdk/middleware-logger": "3.598.0",
26
+ "@aws-sdk/middleware-recursion-detection": "3.598.0",
27
+ "@aws-sdk/middleware-user-agent": "3.598.0",
28
+ "@aws-sdk/region-config-resolver": "3.598.0",
29
+ "@aws-sdk/types": "3.598.0",
30
+ "@aws-sdk/util-endpoints": "3.598.0",
31
+ "@aws-sdk/util-user-agent-browser": "3.598.0",
32
+ "@aws-sdk/util-user-agent-node": "3.598.0",
33
+ "@smithy/config-resolver": "^3.0.2",
34
+ "@smithy/core": "^2.2.1",
35
+ "@smithy/fetch-http-handler": "^3.0.2",
36
+ "@smithy/hash-node": "^3.0.1",
37
+ "@smithy/invalid-dependency": "^3.0.1",
38
+ "@smithy/middleware-content-length": "^3.0.1",
39
+ "@smithy/middleware-endpoint": "^3.0.2",
40
+ "@smithy/middleware-retry": "^3.0.4",
41
+ "@smithy/middleware-serde": "^3.0.1",
42
+ "@smithy/middleware-stack": "^3.0.1",
43
+ "@smithy/node-config-provider": "^3.1.1",
44
+ "@smithy/node-http-handler": "^3.0.1",
45
+ "@smithy/protocol-http": "^4.0.1",
46
+ "@smithy/smithy-client": "^3.1.2",
47
+ "@smithy/types": "^3.1.0",
48
+ "@smithy/url-parser": "^3.0.1",
49
49
  "@smithy/util-base64": "^3.0.0",
50
50
  "@smithy/util-body-length-browser": "^3.0.0",
51
51
  "@smithy/util-body-length-node": "^3.0.0",
52
- "@smithy/util-defaults-mode-browser": "^3.0.3",
53
- "@smithy/util-defaults-mode-node": "^3.0.3",
54
- "@smithy/util-endpoints": "^2.0.1",
55
- "@smithy/util-middleware": "^3.0.0",
56
- "@smithy/util-retry": "^3.0.0",
52
+ "@smithy/util-defaults-mode-browser": "^3.0.4",
53
+ "@smithy/util-defaults-mode-node": "^3.0.4",
54
+ "@smithy/util-endpoints": "^2.0.2",
55
+ "@smithy/util-middleware": "^3.0.1",
56
+ "@smithy/util-retry": "^3.0.1",
57
57
  "@smithy/util-utf8": "^3.0.0",
58
58
  "tslib": "^2.6.2"
59
59
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso-oidc",
3
3
  "description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
4
- "version": "3.596.0",
4
+ "version": "3.598.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso-oidc",
@@ -18,44 +18,44 @@
18
18
  "module": "./dist-es/index.js",
19
19
  "sideEffects": false,
20
20
  "dependencies": {
21
- "@aws-crypto/sha256-browser": "3.0.0",
22
- "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.596.0",
24
- "@aws-sdk/core": "3.592.0",
25
- "@aws-sdk/credential-provider-node": "3.596.0",
26
- "@aws-sdk/middleware-host-header": "3.577.0",
27
- "@aws-sdk/middleware-logger": "3.577.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.577.0",
29
- "@aws-sdk/middleware-user-agent": "3.587.0",
30
- "@aws-sdk/region-config-resolver": "3.587.0",
31
- "@aws-sdk/types": "3.577.0",
32
- "@aws-sdk/util-endpoints": "3.587.0",
33
- "@aws-sdk/util-user-agent-browser": "3.577.0",
34
- "@aws-sdk/util-user-agent-node": "3.587.0",
35
- "@smithy/config-resolver": "^3.0.1",
36
- "@smithy/core": "^2.2.0",
37
- "@smithy/fetch-http-handler": "^3.0.1",
38
- "@smithy/hash-node": "^3.0.0",
39
- "@smithy/invalid-dependency": "^3.0.0",
40
- "@smithy/middleware-content-length": "^3.0.0",
41
- "@smithy/middleware-endpoint": "^3.0.1",
42
- "@smithy/middleware-retry": "^3.0.3",
43
- "@smithy/middleware-serde": "^3.0.0",
44
- "@smithy/middleware-stack": "^3.0.0",
45
- "@smithy/node-config-provider": "^3.1.0",
46
- "@smithy/node-http-handler": "^3.0.0",
47
- "@smithy/protocol-http": "^4.0.0",
48
- "@smithy/smithy-client": "^3.1.1",
49
- "@smithy/types": "^3.0.0",
50
- "@smithy/url-parser": "^3.0.0",
21
+ "@aws-crypto/sha256-browser": "5.2.0",
22
+ "@aws-crypto/sha256-js": "5.2.0",
23
+ "@aws-sdk/client-sts": "3.598.0",
24
+ "@aws-sdk/core": "3.598.0",
25
+ "@aws-sdk/credential-provider-node": "3.598.0",
26
+ "@aws-sdk/middleware-host-header": "3.598.0",
27
+ "@aws-sdk/middleware-logger": "3.598.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.598.0",
29
+ "@aws-sdk/middleware-user-agent": "3.598.0",
30
+ "@aws-sdk/region-config-resolver": "3.598.0",
31
+ "@aws-sdk/types": "3.598.0",
32
+ "@aws-sdk/util-endpoints": "3.598.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.598.0",
34
+ "@aws-sdk/util-user-agent-node": "3.598.0",
35
+ "@smithy/config-resolver": "^3.0.2",
36
+ "@smithy/core": "^2.2.1",
37
+ "@smithy/fetch-http-handler": "^3.0.2",
38
+ "@smithy/hash-node": "^3.0.1",
39
+ "@smithy/invalid-dependency": "^3.0.1",
40
+ "@smithy/middleware-content-length": "^3.0.1",
41
+ "@smithy/middleware-endpoint": "^3.0.2",
42
+ "@smithy/middleware-retry": "^3.0.4",
43
+ "@smithy/middleware-serde": "^3.0.1",
44
+ "@smithy/middleware-stack": "^3.0.1",
45
+ "@smithy/node-config-provider": "^3.1.1",
46
+ "@smithy/node-http-handler": "^3.0.1",
47
+ "@smithy/protocol-http": "^4.0.1",
48
+ "@smithy/smithy-client": "^3.1.2",
49
+ "@smithy/types": "^3.1.0",
50
+ "@smithy/url-parser": "^3.0.1",
51
51
  "@smithy/util-base64": "^3.0.0",
52
52
  "@smithy/util-body-length-browser": "^3.0.0",
53
53
  "@smithy/util-body-length-node": "^3.0.0",
54
- "@smithy/util-defaults-mode-browser": "^3.0.3",
55
- "@smithy/util-defaults-mode-node": "^3.0.3",
56
- "@smithy/util-endpoints": "^2.0.1",
57
- "@smithy/util-middleware": "^3.0.0",
58
- "@smithy/util-retry": "^3.0.0",
54
+ "@smithy/util-defaults-mode-browser": "^3.0.4",
55
+ "@smithy/util-defaults-mode-node": "^3.0.4",
56
+ "@smithy/util-endpoints": "^2.0.2",
57
+ "@smithy/util-middleware": "^3.0.1",
58
+ "@smithy/util-retry": "^3.0.1",
59
59
  "@smithy/util-utf8": "^3.0.0",
60
60
  "tslib": "^2.6.2"
61
61
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sts",
3
3
  "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
4
- "version": "3.596.0",
4
+ "version": "3.598.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sts",
@@ -20,44 +20,44 @@
20
20
  "module": "./dist-es/index.js",
21
21
  "sideEffects": false,
22
22
  "dependencies": {
23
- "@aws-crypto/sha256-browser": "3.0.0",
24
- "@aws-crypto/sha256-js": "3.0.0",
25
- "@aws-sdk/client-sso-oidc": "3.596.0",
26
- "@aws-sdk/core": "3.592.0",
27
- "@aws-sdk/credential-provider-node": "3.596.0",
28
- "@aws-sdk/middleware-host-header": "3.577.0",
29
- "@aws-sdk/middleware-logger": "3.577.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.577.0",
31
- "@aws-sdk/middleware-user-agent": "3.587.0",
32
- "@aws-sdk/region-config-resolver": "3.587.0",
33
- "@aws-sdk/types": "3.577.0",
34
- "@aws-sdk/util-endpoints": "3.587.0",
35
- "@aws-sdk/util-user-agent-browser": "3.577.0",
36
- "@aws-sdk/util-user-agent-node": "3.587.0",
37
- "@smithy/config-resolver": "^3.0.1",
38
- "@smithy/core": "^2.2.0",
39
- "@smithy/fetch-http-handler": "^3.0.1",
40
- "@smithy/hash-node": "^3.0.0",
41
- "@smithy/invalid-dependency": "^3.0.0",
42
- "@smithy/middleware-content-length": "^3.0.0",
43
- "@smithy/middleware-endpoint": "^3.0.1",
44
- "@smithy/middleware-retry": "^3.0.3",
45
- "@smithy/middleware-serde": "^3.0.0",
46
- "@smithy/middleware-stack": "^3.0.0",
47
- "@smithy/node-config-provider": "^3.1.0",
48
- "@smithy/node-http-handler": "^3.0.0",
49
- "@smithy/protocol-http": "^4.0.0",
50
- "@smithy/smithy-client": "^3.1.1",
51
- "@smithy/types": "^3.0.0",
52
- "@smithy/url-parser": "^3.0.0",
23
+ "@aws-crypto/sha256-browser": "5.2.0",
24
+ "@aws-crypto/sha256-js": "5.2.0",
25
+ "@aws-sdk/client-sso-oidc": "3.598.0",
26
+ "@aws-sdk/core": "3.598.0",
27
+ "@aws-sdk/credential-provider-node": "3.598.0",
28
+ "@aws-sdk/middleware-host-header": "3.598.0",
29
+ "@aws-sdk/middleware-logger": "3.598.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.598.0",
31
+ "@aws-sdk/middleware-user-agent": "3.598.0",
32
+ "@aws-sdk/region-config-resolver": "3.598.0",
33
+ "@aws-sdk/types": "3.598.0",
34
+ "@aws-sdk/util-endpoints": "3.598.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.598.0",
36
+ "@aws-sdk/util-user-agent-node": "3.598.0",
37
+ "@smithy/config-resolver": "^3.0.2",
38
+ "@smithy/core": "^2.2.1",
39
+ "@smithy/fetch-http-handler": "^3.0.2",
40
+ "@smithy/hash-node": "^3.0.1",
41
+ "@smithy/invalid-dependency": "^3.0.1",
42
+ "@smithy/middleware-content-length": "^3.0.1",
43
+ "@smithy/middleware-endpoint": "^3.0.2",
44
+ "@smithy/middleware-retry": "^3.0.4",
45
+ "@smithy/middleware-serde": "^3.0.1",
46
+ "@smithy/middleware-stack": "^3.0.1",
47
+ "@smithy/node-config-provider": "^3.1.1",
48
+ "@smithy/node-http-handler": "^3.0.1",
49
+ "@smithy/protocol-http": "^4.0.1",
50
+ "@smithy/smithy-client": "^3.1.2",
51
+ "@smithy/types": "^3.1.0",
52
+ "@smithy/url-parser": "^3.0.1",
53
53
  "@smithy/util-base64": "^3.0.0",
54
54
  "@smithy/util-body-length-browser": "^3.0.0",
55
55
  "@smithy/util-body-length-node": "^3.0.0",
56
- "@smithy/util-defaults-mode-browser": "^3.0.3",
57
- "@smithy/util-defaults-mode-node": "^3.0.3",
58
- "@smithy/util-endpoints": "^2.0.1",
59
- "@smithy/util-middleware": "^3.0.0",
60
- "@smithy/util-retry": "^3.0.0",
56
+ "@smithy/util-defaults-mode-browser": "^3.0.4",
57
+ "@smithy/util-defaults-mode-node": "^3.0.4",
58
+ "@smithy/util-endpoints": "^2.0.2",
59
+ "@smithy/util-middleware": "^3.0.1",
60
+ "@smithy/util-retry": "^3.0.1",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
62
  "tslib": "^2.6.2"
63
63
  },