@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
@@ -1,59 +0,0 @@
1
- import { MsSubtleCrypto } from "./MsSubtleCrypto";
2
-
3
- type SubtleCryptoMethod =
4
- | "decrypt"
5
- | "digest"
6
- | "encrypt"
7
- | "exportKey"
8
- | "generateKey"
9
- | "importKey"
10
- | "sign"
11
- | "verify";
12
-
13
- const msSubtleCryptoMethods: Array<SubtleCryptoMethod> = [
14
- "decrypt",
15
- "digest",
16
- "encrypt",
17
- "exportKey",
18
- "generateKey",
19
- "importKey",
20
- "sign",
21
- "verify"
22
- ];
23
-
24
- /**
25
- * The value accessible as `window.msCrypto` in Internet Explorer 11.
26
- */
27
- export interface MsCrypto {
28
- getRandomValues: (toFill: Uint8Array) => void;
29
- subtle: MsSubtleCrypto;
30
- }
31
-
32
- /**
33
- * The `window` object in Internet Explorer 11. This interface does not
34
- * exhaustively document the prefixed features of `window` in IE11.
35
- */
36
- export interface MsWindow extends Window {
37
- MSInputMethodContext: any;
38
- msCrypto: MsCrypto;
39
- }
40
-
41
- function quacksLikeAnMsWindow(window: Window): window is MsWindow {
42
- return "MSInputMethodContext" in window && "msCrypto" in window;
43
- }
44
-
45
- /**
46
- * Determines if the provided window is (or is like) the window object one would
47
- * expect to encounter in Internet Explorer 11.
48
- */
49
- export function isMsWindow(window: Window): window is MsWindow {
50
- if (quacksLikeAnMsWindow(window) && window.msCrypto.subtle !== undefined) {
51
- const { getRandomValues, subtle } = window.msCrypto;
52
- return msSubtleCryptoMethods
53
- .map<Function>(methodName => subtle[methodName])
54
- .concat(getRandomValues)
55
- .every(method => typeof method === "function");
56
- }
57
-
58
- return false;
59
- }
@@ -1,5 +0,0 @@
1
- export * from "./CryptoOperation";
2
- export * from "./Key";
3
- export * from "./KeyOperation";
4
- export * from "./MsSubtleCrypto";
5
- export * from "./MsWindow";
@@ -1,17 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "module": "commonjs",
4
- "target": "es5",
5
- "lib": ["dom", "es5", "es2015.collection"],
6
- "strict": true,
7
- "sourceMap": true,
8
- "declaration": true,
9
- "stripInternal": true,
10
- "rootDir": "./src",
11
- "outDir": "./build",
12
- "importHelpers": true,
13
- "noEmitHelpers": true
14
- },
15
- "include": ["src/**/*.ts"],
16
- "exclude": ["node_modules/**"]
17
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAwB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;AAExD,QAAA,iBAAiB,GAAgD;IAC5E,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,oBAAY;CACnB,CAAC;AAEW,QAAA,kBAAkB,GAAG,IAAI,UAAU,CAAC;IAC/C,GAAG;IACH,GAAG;IACH,GAAG;IACH,EAAE;IACF,GAAG;IACH,GAAG;IACH,EAAE;IACF,EAAE;IACF,GAAG;IACH,GAAG;IACH,GAAG;IACH,GAAG;IACH,GAAG;IACH,GAAG;IACH,GAAG;IACH,EAAE;IACF,EAAE;IACF,GAAG;IACH,EAAE;IACF,GAAG;IACH,GAAG;IACH,GAAG;IACH,GAAG;IACH,EAAE;IACF,GAAG;IACH,GAAG;IACH,GAAG;IACH,EAAE;IACF,GAAG;IACH,EAAE;IACF,GAAG;IACH,EAAE;CACH,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"crossPlatformSha256.js","sourceRoot":"","sources":["../src/crossPlatformSha256.ts"],"names":[],"mappings":";;;AAAA,2CAAoD;AACpD,qDAA8D;AAC9D,mDAA2D;AAE3D,uEAAoE;AACpE,6DAAwD;AACxD,kEAA2D;AAC3D,yCAAmD;AAEnD;IAGE,gBAAY,MAAmB;QAC7B,IAAI,IAAA,uCAAiB,EAAC,IAAA,iCAAY,GAAE,CAAC,EAAE;YACrC,IAAI,CAAC,IAAI,GAAG,IAAI,wBAAe,CAAC,MAAM,CAAC,CAAC;SACzC;aAAM,IAAI,IAAA,2BAAU,EAAC,IAAA,iCAAY,GAAE,CAAC,EAAE;YACrC,IAAI,CAAC,IAAI,GAAG,IAAI,mBAAU,CAAC,MAAM,CAAC,CAAC;SACpC;aAAM;YACL,IAAI,CAAC,IAAI,GAAG,IAAI,kBAAQ,CAAC,MAAM,CAAC,CAAC;SAClC;IACH,CAAC;IAED,uBAAM,GAAN,UAAO,IAAgB,EAAE,QAAsC;QAC7D,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,IAAA,sBAAe,EAAC,IAAI,CAAC,CAAC,CAAC;IAC1C,CAAC;IAED,uBAAM,GAAN;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;IAC5B,CAAC;IAED,sBAAK,GAAL;QACE,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;IACpB,CAAC;IACH,aAAC;AAAD,CAAC,AAxBD,IAwBC;AAxBY,wBAAM"}
@@ -1,80 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Sha256 = void 0;
4
- var isEmptyData_1 = require("./isEmptyData");
5
- var constants_1 = require("./constants");
6
- var util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
7
- var util_locate_window_1 = require("@aws-sdk/util-locate-window");
8
- var Sha256 = /** @class */ (function () {
9
- function Sha256(secret) {
10
- this.secret = secret;
11
- this.reset();
12
- }
13
- Sha256.prototype.update = function (toHash) {
14
- var _this = this;
15
- if ((0, isEmptyData_1.isEmptyData)(toHash)) {
16
- return;
17
- }
18
- this.operation = this.operation.then(function (operation) {
19
- operation.onerror = function () {
20
- _this.operation = Promise.reject(new Error("Error encountered updating hash"));
21
- };
22
- operation.process(toArrayBufferView(toHash));
23
- return operation;
24
- });
25
- this.operation.catch(function () { });
26
- };
27
- Sha256.prototype.digest = function () {
28
- return this.operation.then(function (operation) {
29
- return new Promise(function (resolve, reject) {
30
- operation.onerror = function () {
31
- reject(new Error("Error encountered finalizing hash"));
32
- };
33
- operation.oncomplete = function () {
34
- if (operation.result) {
35
- resolve(new Uint8Array(operation.result));
36
- }
37
- reject(new Error("Error encountered finalizing hash"));
38
- };
39
- operation.finish();
40
- });
41
- });
42
- };
43
- Sha256.prototype.reset = function () {
44
- if (this.secret) {
45
- this.operation = getKeyPromise(this.secret).then(function (keyData) {
46
- return (0, util_locate_window_1.locateWindow)().msCrypto.subtle.sign(constants_1.SHA_256_HMAC_ALGO, keyData);
47
- });
48
- this.operation.catch(function () { });
49
- }
50
- else {
51
- this.operation = Promise.resolve((0, util_locate_window_1.locateWindow)().msCrypto.subtle.digest("SHA-256"));
52
- }
53
- };
54
- return Sha256;
55
- }());
56
- exports.Sha256 = Sha256;
57
- function getKeyPromise(secret) {
58
- return new Promise(function (resolve, reject) {
59
- var keyOperation = (0, util_locate_window_1.locateWindow)().msCrypto.subtle.importKey("raw", toArrayBufferView(secret), constants_1.SHA_256_HMAC_ALGO, false, ["sign"]);
60
- keyOperation.oncomplete = function () {
61
- if (keyOperation.result) {
62
- resolve(keyOperation.result);
63
- }
64
- reject(new Error("ImportKey completed without importing key."));
65
- };
66
- keyOperation.onerror = function () {
67
- reject(new Error("ImportKey failed to import key."));
68
- };
69
- });
70
- }
71
- function toArrayBufferView(data) {
72
- if (typeof data === "string") {
73
- return (0, util_utf8_browser_1.fromUtf8)(data);
74
- }
75
- if (ArrayBuffer.isView(data)) {
76
- return new Uint8Array(data.buffer, data.byteOffset, data.byteLength / Uint8Array.BYTES_PER_ELEMENT);
77
- }
78
- return new Uint8Array(data);
79
- }
80
- //# sourceMappingURL=ie11Sha256.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ie11Sha256.js","sourceRoot":"","sources":["../src/ie11Sha256.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAAA,gEAAsC;AACtC,2CAAoD;AAA3C,wGAAA,MAAM,OAAc;AAC7B,qDAA8D;AAArD,kHAAA,MAAM,OAAmB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"isEmptyData.js","sourceRoot":"","sources":["../src/isEmptyData.ts"],"names":[],"mappings":";;;AAEA,SAAgB,WAAW,CAAC,IAAgB;IAC1C,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;QAC5B,OAAO,IAAI,CAAC,MAAM,KAAK,CAAC,CAAC;KAC1B;IAED,OAAO,IAAI,CAAC,UAAU,KAAK,CAAC,CAAC;AAC/B,CAAC;AAND,kCAMC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"webCryptoSha256.js","sourceRoot":"","sources":["../src/webCryptoSha256.ts"],"names":[],"mappings":";;;AACA,yCAAgE;AAChE,yCAIqB;AACrB,kEAA2D;AAE3D;IAKE,gBAAY,MAAmB;QAFvB,WAAM,GAAe,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC;QAG7C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,KAAK,EAAE,CAAC;IACf,CAAC;IAED,uBAAM,GAAN,UAAO,IAAgB;QACrB,IAAI,IAAA,kBAAW,EAAC,IAAI,CAAC,EAAE;YACrB,OAAO;SACR;QAED,IAAM,MAAM,GAAG,IAAA,sBAAe,EAAC,IAAI,CAAC,CAAC;QACrC,IAAM,UAAU,GAAG,IAAI,UAAU,CAC/B,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC,UAAU,CAC3C,CAAC;QACF,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;QAC/B,UAAU,CAAC,GAAG,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;QAC/C,IAAI,CAAC,MAAM,GAAG,UAAU,CAAC;IAC3B,CAAC;IAED,uBAAM,GAAN;QAAA,iBAkBC;QAjBC,IAAI,IAAI,CAAC,GAAG,EAAE;YACZ,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,UAAC,GAAG;gBACvB,OAAA,IAAA,iCAAY,GAAE;qBACX,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,6BAAiB,EAAE,GAAG,EAAE,KAAI,CAAC,MAAM,CAAC;qBACvD,IAAI,CAAC,UAAC,IAAI,IAAK,OAAA,IAAI,UAAU,CAAC,IAAI,CAAC,EAApB,CAAoB,CAAC;YAFvC,CAEuC,CACxC,CAAC;SACH;QAED,IAAI,IAAA,kBAAW,EAAC,IAAI,CAAC,MAAM,CAAC,EAAE;YAC5B,OAAO,OAAO,CAAC,OAAO,CAAC,8BAAkB,CAAC,CAAC;SAC5C;QAED,OAAO,OAAO,CAAC,OAAO,EAAE;aACrB,IAAI,CAAC;YACJ,OAAA,IAAA,iCAAY,GAAE,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,wBAAY,EAAE,KAAI,CAAC,MAAM,CAAC;QAA9D,CAA8D,CAC/D;aACA,IAAI,CAAC,UAAC,IAAI,IAAK,OAAA,OAAO,CAAC,OAAO,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC,EAArC,CAAqC,CAAC,CAAC;IAC3D,CAAC;IAED,sBAAK,GAAL;QAAA,iBAgBC;QAfC,IAAI,CAAC,MAAM,GAAG,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC;QAChC,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,KAAK,KAAK,CAAC,EAAE;YACzC,IAAI,CAAC,GAAG,GAAG,IAAI,OAAO,CAAC,UAAC,OAAO,EAAE,MAAM;gBACrC,IAAA,iCAAY,GAAE;qBACT,MAAM,CAAC,MAAM,CAAC,SAAS,CACxB,KAAK,EACL,IAAA,sBAAe,EAAC,KAAI,CAAC,MAAoB,CAAC,EAC1C,6BAAiB,EACjB,KAAK,EACL,CAAC,MAAM,CAAC,CACX;qBACI,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;YAC7B,CAAC,CAAC,CAAC;YACH,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,cAAO,CAAC,CAAC,CAAC;SAC1B;IACH,CAAC;IACH,aAAC;AAAD,CAAC,AA7DD,IA6DC;AA7DY,wBAAM"}
@@ -1,15 +0,0 @@
1
- /*! *****************************************************************************
2
- Copyright (c) Microsoft Corporation.
3
-
4
- Permission to use, copy, modify, and/or distribute this software for any
5
- purpose with or without fee is hereby granted.
6
-
7
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
- PERFORMANCE OF THIS SOFTWARE.
14
- ***************************************************************************** */
15
-
@@ -1,12 +0,0 @@
1
- Copyright (c) Microsoft Corporation.
2
-
3
- Permission to use, copy, modify, and/or distribute this software for any
4
- purpose with or without fee is hereby granted.
5
-
6
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
7
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
8
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
9
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
10
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
11
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
12
- PERFORMANCE OF THIS SOFTWARE.
@@ -1,142 +0,0 @@
1
- # tslib
2
-
3
- This is a runtime library for [TypeScript](http://www.typescriptlang.org/) that contains all of the TypeScript helper functions.
4
-
5
- This library is primarily used by the `--importHelpers` flag in TypeScript.
6
- When using `--importHelpers`, a module that uses helper functions like `__extends` and `__assign` in the following emitted file:
7
-
8
- ```ts
9
- var __assign = (this && this.__assign) || Object.assign || function(t) {
10
- for (var s, i = 1, n = arguments.length; i < n; i++) {
11
- s = arguments[i];
12
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
13
- t[p] = s[p];
14
- }
15
- return t;
16
- };
17
- exports.x = {};
18
- exports.y = __assign({}, exports.x);
19
-
20
- ```
21
-
22
- will instead be emitted as something like the following:
23
-
24
- ```ts
25
- var tslib_1 = require("tslib");
26
- exports.x = {};
27
- exports.y = tslib_1.__assign({}, exports.x);
28
- ```
29
-
30
- Because this can avoid duplicate declarations of things like `__extends`, `__assign`, etc., this means delivering users smaller files on average, as well as less runtime overhead.
31
- For optimized bundles with TypeScript, you should absolutely consider using `tslib` and `--importHelpers`.
32
-
33
- # Installing
34
-
35
- For the latest stable version, run:
36
-
37
- ## npm
38
-
39
- ```sh
40
- # TypeScript 2.3.3 or later
41
- npm install tslib
42
-
43
- # TypeScript 2.3.2 or earlier
44
- npm install tslib@1.6.1
45
- ```
46
-
47
- ## yarn
48
-
49
- ```sh
50
- # TypeScript 2.3.3 or later
51
- yarn add tslib
52
-
53
- # TypeScript 2.3.2 or earlier
54
- yarn add tslib@1.6.1
55
- ```
56
-
57
- ## bower
58
-
59
- ```sh
60
- # TypeScript 2.3.3 or later
61
- bower install tslib
62
-
63
- # TypeScript 2.3.2 or earlier
64
- bower install tslib@1.6.1
65
- ```
66
-
67
- ## JSPM
68
-
69
- ```sh
70
- # TypeScript 2.3.3 or later
71
- jspm install tslib
72
-
73
- # TypeScript 2.3.2 or earlier
74
- jspm install tslib@1.6.1
75
- ```
76
-
77
- # Usage
78
-
79
- Set the `importHelpers` compiler option on the command line:
80
-
81
- ```
82
- tsc --importHelpers file.ts
83
- ```
84
-
85
- or in your tsconfig.json:
86
-
87
- ```json
88
- {
89
- "compilerOptions": {
90
- "importHelpers": true
91
- }
92
- }
93
- ```
94
-
95
- #### For bower and JSPM users
96
-
97
- You will need to add a `paths` mapping for `tslib`, e.g. For Bower users:
98
-
99
- ```json
100
- {
101
- "compilerOptions": {
102
- "module": "amd",
103
- "importHelpers": true,
104
- "baseUrl": "./",
105
- "paths": {
106
- "tslib" : ["bower_components/tslib/tslib.d.ts"]
107
- }
108
- }
109
- }
110
- ```
111
-
112
- For JSPM users:
113
-
114
- ```json
115
- {
116
- "compilerOptions": {
117
- "module": "system",
118
- "importHelpers": true,
119
- "baseUrl": "./",
120
- "paths": {
121
- "tslib" : ["jspm_packages/npm/tslib@1.[version].0/tslib.d.ts"]
122
- }
123
- }
124
- }
125
- ```
126
-
127
-
128
- # Contribute
129
-
130
- There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md) to TypeScript.
131
-
132
- * [Submit bugs](https://github.com/Microsoft/TypeScript/issues) and help us verify fixes as they are checked in.
133
- * Review the [source code changes](https://github.com/Microsoft/TypeScript/pulls).
134
- * Engage with other TypeScript users and developers on [StackOverflow](http://stackoverflow.com/questions/tagged/typescript).
135
- * Join the [#typescript](http://twitter.com/#!/search/realtime/%23typescript) discussion on Twitter.
136
- * [Contribute bug fixes](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md).
137
-
138
- # Documentation
139
-
140
- * [Quick tutorial](http://www.typescriptlang.org/Tutorial)
141
- * [Programming handbook](http://www.typescriptlang.org/Handbook)
142
- * [Homepage](http://www.typescriptlang.org/)
@@ -1,51 +0,0 @@
1
- import tslib from '../tslib.js';
2
- const {
3
- __extends,
4
- __assign,
5
- __rest,
6
- __decorate,
7
- __param,
8
- __metadata,
9
- __awaiter,
10
- __generator,
11
- __exportStar,
12
- __createBinding,
13
- __values,
14
- __read,
15
- __spread,
16
- __spreadArrays,
17
- __await,
18
- __asyncGenerator,
19
- __asyncDelegator,
20
- __asyncValues,
21
- __makeTemplateObject,
22
- __importStar,
23
- __importDefault,
24
- __classPrivateFieldGet,
25
- __classPrivateFieldSet,
26
- } = tslib;
27
- export {
28
- __extends,
29
- __assign,
30
- __rest,
31
- __decorate,
32
- __param,
33
- __metadata,
34
- __awaiter,
35
- __generator,
36
- __exportStar,
37
- __createBinding,
38
- __values,
39
- __read,
40
- __spread,
41
- __spreadArrays,
42
- __await,
43
- __asyncGenerator,
44
- __asyncDelegator,
45
- __asyncValues,
46
- __makeTemplateObject,
47
- __importStar,
48
- __importDefault,
49
- __classPrivateFieldGet,
50
- __classPrivateFieldSet,
51
- };
@@ -1,37 +0,0 @@
1
- {
2
- "name": "tslib",
3
- "author": "Microsoft Corp.",
4
- "homepage": "https://www.typescriptlang.org/",
5
- "version": "1.14.1",
6
- "license": "0BSD",
7
- "description": "Runtime library for TypeScript helper functions",
8
- "keywords": [
9
- "TypeScript",
10
- "Microsoft",
11
- "compiler",
12
- "language",
13
- "javascript",
14
- "tslib",
15
- "runtime"
16
- ],
17
- "bugs": {
18
- "url": "https://github.com/Microsoft/TypeScript/issues"
19
- },
20
- "repository": {
21
- "type": "git",
22
- "url": "https://github.com/Microsoft/tslib.git"
23
- },
24
- "main": "tslib.js",
25
- "module": "tslib.es6.js",
26
- "jsnext:main": "tslib.es6.js",
27
- "typings": "tslib.d.ts",
28
- "sideEffects": false,
29
- "exports": {
30
- ".": {
31
- "module": "./tslib.es6.js",
32
- "import": "./modules/index.js",
33
- "default": "./tslib.js"
34
- },
35
- "./": "./"
36
- }
37
- }
@@ -1,23 +0,0 @@
1
- // When on node 14, it validates that all of the commonjs exports
2
- // are correctly re-exported for es modules importers.
3
-
4
- const nodeMajor = Number(process.version.split(".")[0].slice(1))
5
- if (nodeMajor < 14) {
6
- console.log("Skipping because node does not support module exports.")
7
- process.exit(0)
8
- }
9
-
10
- // ES Modules import via the ./modules folder
11
- import * as esTSLib from "../../modules/index.js"
12
-
13
- // Force a commonjs resolve
14
- import { createRequire } from "module";
15
- const commonJSTSLib = createRequire(import.meta.url)("../../tslib.js");
16
-
17
- for (const key in commonJSTSLib) {
18
- if (commonJSTSLib.hasOwnProperty(key)) {
19
- if(!esTSLib[key]) throw new Error(`ESModules is missing ${key} - it needs to be re-exported in ./modules/index.js`)
20
- }
21
- }
22
-
23
- console.log("All exports in commonjs are available for es module consumers.")
@@ -1,6 +0,0 @@
1
- {
2
- "type": "module",
3
- "scripts": {
4
- "test": "node index.js"
5
- }
6
- }
@@ -1,37 +0,0 @@
1
- /*! *****************************************************************************
2
- Copyright (c) Microsoft Corporation.
3
-
4
- Permission to use, copy, modify, and/or distribute this software for any
5
- purpose with or without fee is hereby granted.
6
-
7
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
- PERFORMANCE OF THIS SOFTWARE.
14
- ***************************************************************************** */
15
- export declare function __extends(d: Function, b: Function): void;
16
- export declare function __assign(t: any, ...sources: any[]): any;
17
- export declare function __rest(t: any, propertyNames: (string | symbol)[]): any;
18
- export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any;
19
- export declare function __param(paramIndex: number, decorator: Function): Function;
20
- export declare function __metadata(metadataKey: any, metadataValue: any): Function;
21
- export declare function __awaiter(thisArg: any, _arguments: any, P: Function, generator: Function): any;
22
- export declare function __generator(thisArg: any, body: Function): any;
23
- export declare function __exportStar(m: any, exports: any): void;
24
- export declare function __values(o: any): any;
25
- export declare function __read(o: any, n?: number): any[];
26
- export declare function __spread(...args: any[][]): any[];
27
- export declare function __spreadArrays(...args: any[][]): any[];
28
- export declare function __await(v: any): any;
29
- export declare function __asyncGenerator(thisArg: any, _arguments: any, generator: Function): any;
30
- export declare function __asyncDelegator(o: any): any;
31
- export declare function __asyncValues(o: any): any;
32
- export declare function __makeTemplateObject(cooked: string[], raw: string[]): TemplateStringsArray;
33
- export declare function __importStar<T>(mod: T): T;
34
- export declare function __importDefault<T>(mod: T): T | { default: T };
35
- export declare function __classPrivateFieldGet<T extends object, V>(receiver: T, privateMap: { has(o: T): boolean, get(o: T): V | undefined }): V;
36
- export declare function __classPrivateFieldSet<T extends object, V>(receiver: T, privateMap: { has(o: T): boolean, set(o: T, value: V): any }, value: V): V;
37
- export declare function __createBinding(object: object, target: object, key: PropertyKey, objectKey?: PropertyKey): void;
@@ -1 +0,0 @@
1
- <script src="tslib.es6.js"></script>