@cdk8s/awscdk-resolver 0.0.118 → 0.0.120

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 (401) hide show
  1. package/.jsii +4 -4
  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/README.md +3 -3
  186. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  187. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  188. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  189. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
  190. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  191. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  192. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  193. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  194. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  195. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  196. package/node_modules/@aws-sdk/types/package.json +2 -2
  197. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  198. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  199. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  200. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +7 -4
  201. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +6 -3
  202. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +7 -4
  203. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +6 -3
  204. package/node_modules/@smithy/abort-controller/package.json +3 -3
  205. package/node_modules/@smithy/config-resolver/package.json +5 -5
  206. package/node_modules/@smithy/core/package.json +9 -9
  207. package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  208. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +13 -3
  209. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +11 -2
  210. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  211. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  212. package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  213. package/node_modules/@smithy/hash-node/package.json +3 -3
  214. package/node_modules/@smithy/invalid-dependency/package.json +3 -3
  215. package/node_modules/@smithy/middleware-content-length/package.json +5 -5
  216. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  217. package/node_modules/@smithy/middleware-retry/package.json +10 -10
  218. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  219. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  220. package/node_modules/@smithy/node-config-provider/package.json +5 -5
  221. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +36 -15
  222. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +19 -6
  223. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -1
  224. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -2
  225. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -2
  226. package/node_modules/@smithy/node-http-handler/package.json +6 -6
  227. package/node_modules/@smithy/property-provider/package.json +3 -3
  228. package/node_modules/@smithy/protocol-http/package.json +3 -3
  229. package/node_modules/@smithy/querystring-builder/package.json +3 -3
  230. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  231. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  232. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
  233. package/node_modules/@smithy/signature-v4/package.json +6 -6
  234. package/node_modules/@smithy/smithy-client/package.json +7 -7
  235. package/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
  236. package/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  237. package/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  238. package/node_modules/@smithy/types/dist-types/abort.d.ts +4 -3
  239. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +5 -0
  240. package/node_modules/@smithy/types/dist-types/http.d.ts +2 -2
  241. package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  242. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +4 -3
  243. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +5 -0
  244. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +2 -2
  245. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +3 -3
  246. package/node_modules/@smithy/types/dist-types/waiter.d.ts +3 -3
  247. package/node_modules/@smithy/types/package.json +1 -1
  248. package/node_modules/@smithy/url-parser/package.json +4 -4
  249. package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
  250. package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
  251. package/node_modules/@smithy/util-endpoints/package.json +4 -4
  252. package/node_modules/@smithy/util-middleware/package.json +3 -3
  253. package/node_modules/@smithy/util-retry/package.json +4 -4
  254. package/node_modules/@smithy/util-stream/package.json +6 -6
  255. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +6 -1
  256. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +7 -1
  257. package/node_modules/@smithy/util-waiter/package.json +4 -4
  258. package/package.json +4 -4
  259. package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
  260. package/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
  261. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +0 -19
  262. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +0 -3
  263. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +0 -1
  264. package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +0 -12
  265. package/node_modules/@aws-crypto/ie11-detection/build/Key.js +0 -3
  266. package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +0 -1
  267. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +0 -12
  268. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +0 -3
  269. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +0 -1
  270. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +0 -33
  271. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +0 -3
  272. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +0 -1
  273. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +0 -21
  274. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +0 -32
  275. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +0 -1
  276. package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +0 -5
  277. package/node_modules/@aws-crypto/ie11-detection/build/index.js +0 -9
  278. package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +0 -1
  279. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
  280. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
  281. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
  282. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +0 -51
  283. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
  284. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
  285. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  286. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  287. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +0 -37
  288. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
  289. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +0 -218
  290. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
  291. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +0 -284
  292. package/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
  293. package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
  294. package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
  295. package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
  296. package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
  297. package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
  298. package/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
  299. package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
  300. package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +0 -1
  301. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +0 -1
  302. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +0 -80
  303. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +0 -1
  304. package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +0 -1
  305. package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +0 -1
  306. package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +0 -1
  307. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
  308. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
  309. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
  310. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +0 -51
  311. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
  312. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
  313. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  314. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  315. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +0 -37
  316. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
  317. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +0 -218
  318. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
  319. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +0 -284
  320. package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
  321. package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +0 -1
  322. package/node_modules/@aws-crypto/sha256-js/build/index.js.map +0 -1
  323. package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +0 -1
  324. package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +0 -1
  325. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
  326. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
  327. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
  328. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +0 -51
  329. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
  330. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
  331. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  332. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  333. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +0 -37
  334. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
  335. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +0 -218
  336. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
  337. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +0 -284
  338. package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +0 -5
  339. package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +0 -69
  340. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
  341. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
  342. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
  343. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +0 -51
  344. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
  345. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
  346. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  347. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  348. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +0 -37
  349. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
  350. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +0 -218
  351. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
  352. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +0 -284
  353. package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +0 -1
  354. package/node_modules/@aws-crypto/util/build/index.js.map +0 -1
  355. package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +0 -1
  356. package/node_modules/@aws-crypto/util/build/numToUint8.js.map +0 -1
  357. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +0 -1
  358. package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
  359. package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
  360. package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
  361. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +0 -51
  362. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
  363. package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
  364. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  365. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  366. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +0 -37
  367. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
  368. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +0 -218
  369. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
  370. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +0 -284
  371. package/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
  372. package/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
  373. /package/node_modules/@aws-crypto/sha256-browser/build/{constants.d.ts → main/constants.d.ts} +0 -0
  374. /package/node_modules/@aws-crypto/sha256-browser/build/{constants.js → main/constants.js} +0 -0
  375. /package/node_modules/@aws-crypto/sha256-browser/build/{crossPlatformSha256.d.ts → main/crossPlatformSha256.d.ts} +0 -0
  376. /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.d.ts → main/isEmptyData.d.ts} +0 -0
  377. /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
  378. /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.d.ts → main/webCryptoSha256.d.ts} +0 -0
  379. /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.js → main/webCryptoSha256.js} +0 -0
  380. /package/node_modules/@aws-crypto/{util/build → sha256-browser/build/module}/isEmptyData.d.ts +0 -0
  381. /package/node_modules/{@aws-sdk/util-utf8-browser → @aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
  382. /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.d.ts → main/RawSha256.d.ts} +0 -0
  383. /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.js → main/RawSha256.js} +0 -0
  384. /package/node_modules/@aws-crypto/sha256-js/build/{constants.d.ts → main/constants.d.ts} +0 -0
  385. /package/node_modules/@aws-crypto/sha256-js/build/{constants.js → main/constants.js} +0 -0
  386. /package/node_modules/@aws-crypto/sha256-js/build/{index.d.ts → main/index.d.ts} +0 -0
  387. /package/node_modules/@aws-crypto/sha256-js/build/{index.js → main/index.js} +0 -0
  388. /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.d.ts → main/jsSha256.d.ts} +0 -0
  389. /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.js → main/jsSha256.js} +0 -0
  390. /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.d.ts → main/knownHashes.fixture.d.ts} +0 -0
  391. /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.js → main/knownHashes.fixture.js} +0 -0
  392. /package/node_modules/@aws-crypto/supports-web-crypto/build/{index.d.ts → main/index.d.ts} +0 -0
  393. /package/node_modules/@aws-crypto/supports-web-crypto/build/{supportsWebCrypto.d.ts → main/supportsWebCrypto.d.ts} +0 -0
  394. /package/node_modules/@aws-crypto/util/build/{convertToBuffer.d.ts → main/convertToBuffer.d.ts} +0 -0
  395. /package/node_modules/@aws-crypto/util/build/{index.d.ts → main/index.d.ts} +0 -0
  396. /package/node_modules/@aws-crypto/util/build/{index.js → main/index.js} +0 -0
  397. /package/node_modules/@aws-crypto/util/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
  398. /package/node_modules/@aws-crypto/util/build/{numToUint8.d.ts → main/numToUint8.d.ts} +0 -0
  399. /package/node_modules/@aws-crypto/util/build/{numToUint8.js → main/numToUint8.js} +0 -0
  400. /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.d.ts → main/uint32ArrayFrom.d.ts} +0 -0
  401. /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.js → main/uint32ArrayFrom.js} +0 -0
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-node",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-defaults-mode-node",
7
7
  "build:es": "yarn g:tsc -p tsconfig.es.json",
8
8
  "build:types": "yarn g:tsc -p tsconfig.types.json",
9
- "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
9
+ "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
10
  "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
12
12
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
@@ -22,12 +22,12 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/config-resolver": "^3.0.2",
26
- "@smithy/credential-provider-imds": "^3.1.1",
27
- "@smithy/node-config-provider": "^3.1.1",
28
- "@smithy/property-provider": "^3.1.1",
29
- "@smithy/smithy-client": "^3.1.2",
30
- "@smithy/types": "^3.1.0",
25
+ "@smithy/config-resolver": "^3.0.3",
26
+ "@smithy/credential-provider-imds": "^3.1.2",
27
+ "@smithy/node-config-provider": "^3.1.2",
28
+ "@smithy/property-provider": "^3.1.2",
29
+ "@smithy/smithy-client": "^3.1.4",
30
+ "@smithy/types": "^3.2.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-endpoints",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Utilities to help with endpoint resolution.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -9,7 +9,7 @@
9
9
  "build:cjs": "node ../../scripts/inline util-endpoints",
10
10
  "build:es": "yarn g:tsc -p tsconfig.es.json",
11
11
  "build:types": "yarn g:tsc -p tsconfig.types.json",
12
- "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
+ "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
13
13
  "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
15
15
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
@@ -26,8 +26,8 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@smithy/node-config-provider": "^3.1.1",
30
- "@smithy/types": "^3.1.0",
29
+ "@smithy/node-config-provider": "^3.1.2",
30
+ "@smithy/types": "^3.2.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-middleware",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Shared utilities for to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -9,7 +9,7 @@
9
9
  "build:cjs": "node ../../scripts/inline util-middleware",
10
10
  "build:es": "yarn g:tsc -p tsconfig.es.json",
11
11
  "build:types": "yarn g:tsc -p tsconfig.types.json",
12
- "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
+ "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
13
13
  "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
15
15
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@smithy/types": "^3.1.0",
29
+ "@smithy/types": "^3.2.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Shared retry utilities to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -9,7 +9,7 @@
9
9
  "build:cjs": "node ../../scripts/inline util-retry",
10
10
  "build:es": "yarn g:tsc -p tsconfig.es.json",
11
11
  "build:types": "yarn g:tsc -p tsconfig.types.json",
12
- "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
+ "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
13
13
  "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
15
15
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@smithy/service-error-classification": "^3.0.1",
31
- "@smithy/types": "^3.1.0",
30
+ "@smithy/service-error-classification": "^3.0.2",
31
+ "@smithy/types": "^3.2.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-stream",
7
7
  "build:es": "yarn g:tsc -p tsconfig.es.json",
8
8
  "build:types": "yarn g:tsc -p tsconfig.types.json",
9
- "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
9
+ "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
10
  "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
12
12
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/fetch-http-handler": "^3.0.2",
28
- "@smithy/node-http-handler": "^3.0.1",
29
- "@smithy/types": "^3.1.0",
27
+ "@smithy/fetch-http-handler": "^3.1.0",
28
+ "@smithy/node-http-handler": "^3.1.0",
29
+ "@smithy/types": "^3.2.0",
30
30
  "@smithy/util-base64": "^3.0.0",
31
31
  "@smithy/util-buffer-from": "^3.0.0",
32
32
  "@smithy/util-hex-encoding": "^3.0.0",
@@ -34,7 +34,7 @@
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@smithy/util-test": "^0.2.2",
37
+ "@smithy/util-test": "^0.2.3",
38
38
  "@types/node": "^16.18.96",
39
39
  "concurrently": "7.0.0",
40
40
  "downlevel-dts": "0.10.1",
@@ -126,7 +126,12 @@ var validateWaiterOptions = /* @__PURE__ */ __name((options) => {
126
126
  // src/createWaiter.ts
127
127
  var abortTimeout = /* @__PURE__ */ __name(async (abortSignal) => {
128
128
  return new Promise((resolve) => {
129
- abortSignal.onabort = () => resolve({ state: "ABORTED" /* ABORTED */ });
129
+ const onAbort = /* @__PURE__ */ __name(() => resolve({ state: "ABORTED" /* ABORTED */ }), "onAbort");
130
+ if (typeof abortSignal.addEventListener === "function") {
131
+ abortSignal.addEventListener("abort", onAbort);
132
+ } else {
133
+ abortSignal.onabort = onAbort;
134
+ }
130
135
  });
131
136
  }, "abortTimeout");
132
137
  var createWaiter = /* @__PURE__ */ __name(async (options, input, acceptorChecks) => {
@@ -3,7 +3,13 @@ import { validateWaiterOptions } from "./utils";
3
3
  import { waiterServiceDefaults, WaiterState } from "./waiter";
4
4
  const abortTimeout = async (abortSignal) => {
5
5
  return new Promise((resolve) => {
6
- abortSignal.onabort = () => resolve({ state: WaiterState.ABORTED });
6
+ const onAbort = () => resolve({ state: WaiterState.ABORTED });
7
+ if (typeof abortSignal.addEventListener === "function") {
8
+ abortSignal.addEventListener("abort", onAbort);
9
+ }
10
+ else {
11
+ abortSignal.onabort = onAbort;
12
+ }
7
13
  });
8
14
  };
9
15
  export const createWaiter = async (options, input, acceptorChecks) => {
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^3.0.1",
7
- "@smithy/types": "^3.1.0",
6
+ "@smithy/abort-controller": "^3.1.0",
7
+ "@smithy/types": "^3.2.0",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
@@ -12,7 +12,7 @@
12
12
  "build:cjs": "node ../../scripts/inline util-waiter",
13
13
  "build:es": "yarn g:tsc -p tsconfig.es.json",
14
14
  "build:types": "yarn g:tsc -p tsconfig.types.json",
15
- "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
15
+ "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
16
16
  "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
17
17
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
18
18
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "organization": false
43
43
  },
44
44
  "devDependencies": {
45
- "@cdk8s/projen-common": "0.0.528",
45
+ "@cdk8s/projen-common": "0.0.530",
46
46
  "@types/fs-extra": "^11.0.4",
47
47
  "@types/jest": "^27",
48
48
  "@types/node": "16.18.78",
@@ -51,7 +51,7 @@
51
51
  "aws-cdk": "^2.146.0",
52
52
  "aws-cdk-lib": "2.109.0",
53
53
  "cdk8s": "2.68.4",
54
- "cdk8s-cli": "^2.198.145",
54
+ "cdk8s-cli": "^2.198.148",
55
55
  "constructs": "10.3.0",
56
56
  "eslint": "^8",
57
57
  "eslint-import-resolver-typescript": "^3.6.1",
@@ -76,7 +76,7 @@
76
76
  "constructs": "^10.3.0"
77
77
  },
78
78
  "dependencies": {
79
- "@aws-sdk/client-cloudformation": "^3.596.0"
79
+ "@aws-sdk/client-cloudformation": "^3.600.0"
80
80
  },
81
81
  "bundledDependencies": [
82
82
  "@aws-sdk/client-cloudformation"
@@ -92,7 +92,7 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "version": "0.0.118",
95
+ "version": "0.0.120",
96
96
  "jest": {
97
97
  "coverageProvider": "v8",
98
98
  "testMatch": [
@@ -1,46 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [3.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v2.0.2...v3.0.0) (2023-01-12)
7
-
8
- **Note:** Version bump only for package @aws-crypto/ie11-detection
9
-
10
- ## [2.0.2](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v2.0.1...v2.0.2) (2022-09-07)
11
-
12
- **Note:** Version bump only for package @aws-crypto/ie11-detection
13
-
14
- # [2.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.2...v2.0.0) (2021-10-25)
15
-
16
- **Note:** Version bump only for package @aws-crypto/ie11-detection
17
-
18
- # [1.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@1.0.0-alpha.0...@aws-crypto/ie11-detection@1.0.0) (2020-10-22)
19
-
20
- ### Bug Fixes
21
-
22
- - replace `sourceRoot` -> `rootDir` in tsconfig ([#169](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/169)) ([d437167](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/d437167b51d1c56a4fcc2bb8a446b74a7e3b7e06))
23
-
24
- # [1.0.0-alpha.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@0.1.0-preview.4...@aws-crypto/ie11-detection@1.0.0-alpha.0) (2020-02-07)
25
-
26
- **Note:** Version bump only for package @aws-crypto/ie11-detection
27
-
28
- # [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@0.1.0-preview.2...@aws-crypto/ie11-detection@0.1.0-preview.4) (2020-01-16)
29
-
30
- ### Bug Fixes
31
-
32
- - Changed package.json files to point to the right Git repo ([#9](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/9)) ([028245d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/028245d72e642ca98d82226afb300eb154503c4a)), closes [#8](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/8)
33
- - lerna version maintains package-lock ([#14](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/14)) ([2ef29e1](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/2ef29e13779703a5c9b32e93d18918fcb33b7272)), closes [#13](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/13)
34
-
35
- # [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@0.1.0-preview.2...@aws-crypto/ie11-detection@0.1.0-preview.3) (2019-11-15)
36
-
37
- ### Bug Fixes
38
-
39
- - Changed package.json files to point to the right Git repo ([#9](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/9)) ([028245d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/028245d72e642ca98d82226afb300eb154503c4a)), closes [#8](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/8)
40
- - lerna version maintains package-lock ([#14](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/14)) ([2ef29e1](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/2ef29e13779703a5c9b32e93d18918fcb33b7272)), closes [#13](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/13)
41
-
42
- # [0.1.0-preview.2](https://github.com/aws/aws-javascript-crypto-helpers/compare/@aws-crypto/ie11-detection@0.1.0-preview.1...@aws-crypto/ie11-detection@0.1.0-preview.2) (2019-10-30)
43
-
44
- ### Bug Fixes
45
-
46
- - remove /src/ from .npmignore (for sourcemaps) ([#5](https://github.com/aws/aws-javascript-crypto-helpers/issues/5)) ([ec52056](https://github.com/aws/aws-javascript-crypto-helpers/commit/ec52056))
@@ -1,20 +0,0 @@
1
- # @aws-crypto/ie11-detection
2
-
3
- Functions for interact with IE11 browsers Crypto. The IE11 `window.subtle` functions are unique.
4
- This library is used to identify an IE11 `window` and then offering types for crypto functions.
5
- For example see @aws-crypto/random-source-browser
6
-
7
- ## Usage
8
-
9
- ```
10
- import {isMsWindow} from '@aws-crypto/ie11-detection'
11
-
12
- if (isMsWindow(window)) {
13
- // use `window.subtle.mscrypto`
14
- }
15
-
16
- ```
17
-
18
- ## Test
19
-
20
- `npm test`
@@ -1,19 +0,0 @@
1
- import { Key } from "./Key";
2
- /**
3
- * Represents a cryptographic operation that has been instantiated but not
4
- * necessarily fed all data or finalized.
5
- *
6
- * @see https://msdn.microsoft.com/en-us/library/dn280996(v=vs.85).aspx
7
- */
8
- export interface CryptoOperation {
9
- readonly algorithm: string;
10
- readonly key: Key;
11
- onabort: (event: Event) => void;
12
- oncomplete: (event: Event) => void;
13
- onerror: (event: Event) => void;
14
- onprogress: (event: Event) => void;
15
- readonly result: ArrayBuffer | undefined;
16
- abort(): void;
17
- finish(): void;
18
- process(buffer: ArrayBufferView): void;
19
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CryptoOperation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CryptoOperation.js","sourceRoot":"","sources":["../src/CryptoOperation.ts"],"names":[],"mappings":""}
@@ -1,12 +0,0 @@
1
- /**
2
- * The result of a successful KeyOperation.
3
- *
4
- * @see {KeyOperation}
5
- * @see https://msdn.microsoft.com/en-us/library/dn302313(v=vs.85).aspx
6
- */
7
- export interface Key {
8
- readonly algorithm: string;
9
- readonly extractable: boolean;
10
- readonly keyUsage: Array<string>;
11
- readonly type: string;
12
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Key.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Key.js","sourceRoot":"","sources":["../src/Key.ts"],"names":[],"mappings":""}
@@ -1,12 +0,0 @@
1
- import { Key } from "./Key";
2
- /**
3
- * Represents the return of a key-related operation that may or may not have
4
- * been completed.
5
- *
6
- * @see https://msdn.microsoft.com/en-us/library/dn302314(v=vs.85).aspx
7
- */
8
- export interface KeyOperation {
9
- oncomplete: (event: Event) => void;
10
- onerror: (event: Event) => void;
11
- readonly result: Key | undefined;
12
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=KeyOperation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"KeyOperation.js","sourceRoot":"","sources":["../src/KeyOperation.ts"],"names":[],"mappings":""}
@@ -1,33 +0,0 @@
1
- import { CryptoOperation } from "./CryptoOperation";
2
- import { Key } from "./Key";
3
- import { KeyOperation } from "./KeyOperation";
4
- export type KeyUsage = "encrypt" | "decrypt" | "sign" | "verify" | "derive" | "wrapKey" | "unwrapKey" | "importKey";
5
- export type EncryptionOrVerificationAlgorithm = "RSAES-PKCS1-v1_5";
6
- export type Ie11EncryptionAlgorithm = "AES-CBC" | "AES-GCM" | "RSA-OAEP" | EncryptionOrVerificationAlgorithm;
7
- export type Ie11DigestAlgorithm = "SHA-1" | "SHA-256" | "SHA-384";
8
- export interface HashAlgorithm {
9
- name: Ie11DigestAlgorithm;
10
- }
11
- export interface HmacAlgorithm {
12
- name: "HMAC";
13
- hash: HashAlgorithm;
14
- }
15
- export type SigningAlgorithm = HmacAlgorithm;
16
- /**
17
- * Represent ths SubtleCrypto interface as implemented in Internet Explorer 11.
18
- * This implementation was based on an earlier version of the WebCrypto API and
19
- * differs from the `window.crypto.subtle` object exposed in Chrome, Safari,
20
- * Firefox, and MS Edge.
21
- *
22
- * @see https://msdn.microsoft.com/en-us/library/dn302325(v=vs.85).aspx
23
- */
24
- export interface MsSubtleCrypto {
25
- decrypt(algorithm: Ie11EncryptionAlgorithm, key: Key, buffer?: ArrayBufferView): CryptoOperation;
26
- digest(algorithm: Ie11DigestAlgorithm, buffer?: ArrayBufferView): CryptoOperation;
27
- encrypt(algorithm: Ie11EncryptionAlgorithm, key: Key, buffer?: ArrayBufferView): CryptoOperation;
28
- exportKey(format: string, key: Key): KeyOperation;
29
- generateKey(algorithm: SigningAlgorithm | Ie11EncryptionAlgorithm, extractable?: boolean, keyUsages?: Array<KeyUsage>): KeyOperation;
30
- importKey(format: string, keyData: ArrayBufferView, algorithm: any, extractable?: boolean, keyUsages?: Array<KeyUsage>): KeyOperation;
31
- sign(algorithm: SigningAlgorithm, key: Key, buffer?: ArrayBufferView): CryptoOperation;
32
- verify(algorithm: SigningAlgorithm | EncryptionOrVerificationAlgorithm, key: Key, signature: ArrayBufferView, buffer?: ArrayBufferView): CryptoOperation;
33
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=MsSubtleCrypto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MsSubtleCrypto.js","sourceRoot":"","sources":["../src/MsSubtleCrypto.ts"],"names":[],"mappings":""}
@@ -1,21 +0,0 @@
1
- import { MsSubtleCrypto } from "./MsSubtleCrypto";
2
- /**
3
- * The value accessible as `window.msCrypto` in Internet Explorer 11.
4
- */
5
- export interface MsCrypto {
6
- getRandomValues: (toFill: Uint8Array) => void;
7
- subtle: MsSubtleCrypto;
8
- }
9
- /**
10
- * The `window` object in Internet Explorer 11. This interface does not
11
- * exhaustively document the prefixed features of `window` in IE11.
12
- */
13
- export interface MsWindow extends Window {
14
- MSInputMethodContext: any;
15
- msCrypto: MsCrypto;
16
- }
17
- /**
18
- * Determines if the provided window is (or is like) the window object one would
19
- * expect to encounter in Internet Explorer 11.
20
- */
21
- export declare function isMsWindow(window: Window): window is MsWindow;
@@ -1,32 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isMsWindow = void 0;
4
- var msSubtleCryptoMethods = [
5
- "decrypt",
6
- "digest",
7
- "encrypt",
8
- "exportKey",
9
- "generateKey",
10
- "importKey",
11
- "sign",
12
- "verify"
13
- ];
14
- function quacksLikeAnMsWindow(window) {
15
- return "MSInputMethodContext" in window && "msCrypto" in window;
16
- }
17
- /**
18
- * Determines if the provided window is (or is like) the window object one would
19
- * expect to encounter in Internet Explorer 11.
20
- */
21
- function isMsWindow(window) {
22
- if (quacksLikeAnMsWindow(window) && window.msCrypto.subtle !== undefined) {
23
- var _a = window.msCrypto, getRandomValues = _a.getRandomValues, subtle_1 = _a.subtle;
24
- return msSubtleCryptoMethods
25
- .map(function (methodName) { return subtle_1[methodName]; })
26
- .concat(getRandomValues)
27
- .every(function (method) { return typeof method === "function"; });
28
- }
29
- return false;
30
- }
31
- exports.isMsWindow = isMsWindow;
32
- //# sourceMappingURL=MsWindow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MsWindow.js","sourceRoot":"","sources":["../src/MsWindow.ts"],"names":[],"mappings":";;;AAYA,IAAM,qBAAqB,GAA8B;IACvD,SAAS;IACT,QAAQ;IACR,SAAS;IACT,WAAW;IACX,aAAa;IACb,WAAW;IACX,MAAM;IACN,QAAQ;CACT,CAAC;AAmBF,SAAS,oBAAoB,CAAC,MAAc;IAC1C,OAAO,sBAAsB,IAAI,MAAM,IAAI,UAAU,IAAI,MAAM,CAAC;AAClE,CAAC;AAED;;;GAGG;AACH,SAAgB,UAAU,CAAC,MAAc;IACvC,IAAI,oBAAoB,CAAC,MAAM,CAAC,IAAI,MAAM,CAAC,QAAQ,CAAC,MAAM,KAAK,SAAS,EAAE;QAClE,IAAA,KAA8B,MAAM,CAAC,QAAQ,EAA3C,eAAe,qBAAA,EAAE,QAAM,YAAoB,CAAC;QACpD,OAAO,qBAAqB;aACzB,GAAG,CAAW,UAAA,UAAU,IAAI,OAAA,QAAM,CAAC,UAAU,CAAC,EAAlB,CAAkB,CAAC;aAC/C,MAAM,CAAC,eAAe,CAAC;aACvB,KAAK,CAAC,UAAA,MAAM,IAAI,OAAA,OAAO,MAAM,KAAK,UAAU,EAA5B,CAA4B,CAAC,CAAC;KAClD;IAED,OAAO,KAAK,CAAC;AACf,CAAC;AAVD,gCAUC"}
@@ -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,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- var tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CryptoOperation"), exports);
5
- tslib_1.__exportStar(require("./Key"), exports);
6
- tslib_1.__exportStar(require("./KeyOperation"), exports);
7
- tslib_1.__exportStar(require("./MsSubtleCrypto"), exports);
8
- tslib_1.__exportStar(require("./MsWindow"), exports);
9
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,4DAAkC;AAClC,gDAAsB;AACtB,yDAA+B;AAC/B,2DAAiC;AACjC,qDAA2B"}
@@ -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.