@aws-amplify/graphql-model-transformer 2.1.3-jsii-build.1 → 2.2.0-rds-2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3478) hide show
  1. package/API.md +15 -15
  2. package/CHANGELOG.md +9 -5
  3. package/lib/graphql-types/mutation.d.ts.map +1 -1
  4. package/lib/graphql-types/mutation.js +9 -2
  5. package/lib/graphql-types/mutation.js.map +1 -1
  6. package/lib/rds-lambda.zip +0 -0
  7. package/lib/rds-notification-lambda.zip +0 -0
  8. package/lib/rds-patching-lambda.zip +0 -0
  9. package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +6 -5
  10. package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +1 -1
  11. package/lib/resolvers/generators/dynamodb-vtl-generator.js +5 -5
  12. package/lib/resolvers/generators/dynamodb-vtl-generator.js.map +1 -1
  13. package/lib/resolvers/generators/rds-vtl-generator.d.ts +6 -5
  14. package/lib/resolvers/generators/rds-vtl-generator.d.ts.map +1 -1
  15. package/lib/resolvers/generators/rds-vtl-generator.js +10 -10
  16. package/lib/resolvers/generators/rds-vtl-generator.js.map +1 -1
  17. package/lib/resolvers/generators/vtl-generator.d.ts +6 -5
  18. package/lib/resolvers/generators/vtl-generator.d.ts.map +1 -1
  19. package/lib/resolvers/rds/mutation.d.ts +4 -3
  20. package/lib/resolvers/rds/mutation.d.ts.map +1 -1
  21. package/lib/resolvers/rds/mutation.js +68 -55
  22. package/lib/resolvers/rds/mutation.js.map +1 -1
  23. package/lib/resolvers/rds/query.d.ts +2 -1
  24. package/lib/resolvers/rds/query.d.ts.map +1 -1
  25. package/lib/resolvers/rds/query.js +5 -2
  26. package/lib/resolvers/rds/query.js.map +1 -1
  27. package/lib/resolvers/rds/resolver.d.ts +7 -3
  28. package/lib/resolvers/rds/resolver.d.ts.map +1 -1
  29. package/lib/resolvers/rds/resolver.js +103 -42
  30. package/lib/resolvers/rds/resolver.js.map +1 -1
  31. package/lib/resources/model-resource-generator.js +5 -5
  32. package/lib/resources/model-resource-generator.js.map +1 -1
  33. package/package.json +9 -9
  34. package/publish-notification-lambda/README.md +39 -0
  35. package/publish-notification-lambda/node_modules/.package-lock.json +1951 -0
  36. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
  37. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/LICENSE +201 -0
  38. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/README.md +16 -0
  39. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
  40. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
  41. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
  42. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
  43. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
  44. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  45. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
  46. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
  47. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/package.json +28 -0
  48. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
  49. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
  50. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
  51. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
  52. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
  53. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
  54. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
  55. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
  56. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
  57. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
  58. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
  59. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  60. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
  61. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
  62. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
  63. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
  64. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
  65. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
  66. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
  67. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
  68. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
  69. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
  70. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
  71. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  72. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  73. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
  74. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
  75. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
  76. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
  77. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
  78. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  79. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
  80. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
  81. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  82. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  83. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
  84. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
  85. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
  86. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  87. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  88. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
  89. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
  90. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  91. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  92. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
  93. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
  94. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
  95. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
  96. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
  97. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  98. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
  99. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
  100. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
  101. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  102. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  103. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  104. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  105. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  106. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
  107. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
  108. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  109. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  110. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
  111. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
  112. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
  113. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
  114. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
  115. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  116. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
  117. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
  118. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
  119. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  120. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  121. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
  122. package/publish-notification-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
  123. package/publish-notification-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
  124. package/publish-notification-lambda/node_modules/@aws-crypto/util/README.md +16 -0
  125. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
  126. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
  127. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
  128. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
  129. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
  130. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  131. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
  132. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
  133. package/publish-notification-lambda/node_modules/@aws-crypto/util/package.json +31 -0
  134. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  135. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
  136. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  137. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  138. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  139. package/publish-notification-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
  140. package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
  141. package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
  142. package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
  143. package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/LICENSE +201 -0
  144. package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/README.md +798 -0
  145. package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/package.json +103 -0
  146. package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/LICENSE +201 -0
  147. package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/README.md +554 -0
  148. package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/package.json +100 -0
  149. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  150. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
  151. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
  152. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
  153. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
  154. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
  155. package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  156. package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
  157. package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
  158. package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
  159. package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
  160. package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
  161. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  162. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  163. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
  164. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
  165. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
  166. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
  167. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  168. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  169. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
  170. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  171. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
  172. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
  173. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  174. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  175. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
  176. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  177. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  178. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
  179. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  180. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  181. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
  182. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
  183. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-codec/README.md +4 -0
  184. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-codec/package.json +57 -0
  185. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +201 -0
  186. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +10 -0
  187. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +57 -0
  188. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +201 -0
  189. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +10 -0
  190. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +56 -0
  191. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +201 -0
  192. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +10 -0
  193. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +58 -0
  194. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +201 -0
  195. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +10 -0
  196. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +59 -0
  197. package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
  198. package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
  199. package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
  200. package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
  201. package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
  202. package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/package.json +60 -0
  203. package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
  204. package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
  205. package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
  206. package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
  207. package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
  208. package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
  209. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
  210. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
  211. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
  212. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
  213. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
  214. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +60 -0
  215. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  216. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  217. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
  218. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  219. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  220. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
  221. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  222. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
  223. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
  224. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
  225. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
  226. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
  227. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
  228. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
  229. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
  230. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
  231. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
  232. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
  233. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
  234. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
  235. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
  236. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
  237. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
  238. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
  239. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  240. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  241. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
  242. package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
  243. package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
  244. package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
  245. package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
  246. package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
  247. package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
  248. package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
  249. package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
  250. package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
  251. package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
  252. package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
  253. package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
  254. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
  255. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
  256. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
  257. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
  258. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
  259. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
  260. package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
  261. package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
  262. package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
  263. package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
  264. package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
  265. package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
  266. package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
  267. package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
  268. package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/package.json +66 -0
  269. package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
  270. package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
  271. package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
  272. package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  273. package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
  274. package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
  275. package/publish-notification-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
  276. package/publish-notification-lambda/node_modules/@aws-sdk/types/README.md +4 -0
  277. package/publish-notification-lambda/node_modules/@aws-sdk/types/package.json +57 -0
  278. package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
  279. package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
  280. package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
  281. package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
  282. package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
  283. package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
  284. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
  285. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
  286. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
  287. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
  288. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
  289. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
  290. package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
  291. package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
  292. package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
  293. package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
  294. package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
  295. package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
  296. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
  297. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
  298. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
  299. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
  300. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
  301. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
  302. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  303. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  304. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +203 -0
  305. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +203 -0
  306. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
  307. package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
  308. package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
  309. package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
  310. package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  311. package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  312. package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
  313. package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
  314. package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
  315. package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
  316. package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
  317. package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
  318. package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
  319. package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
  320. package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
  321. package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
  322. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  323. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
  324. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
  325. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  326. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  327. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
  328. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
  329. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
  330. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
  331. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
  332. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
  333. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
  334. package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
  335. package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
  336. package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
  337. package/publish-notification-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
  338. package/publish-notification-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
  339. package/publish-notification-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
  340. package/publish-notification-lambda/node_modules/@smithy/types/LICENSE +201 -0
  341. package/publish-notification-lambda/node_modules/@smithy/types/README.md +41 -0
  342. package/publish-notification-lambda/node_modules/@smithy/types/package.json +63 -0
  343. package/publish-notification-lambda/node_modules/@types/node/LICENSE +21 -0
  344. package/publish-notification-lambda/node_modules/@types/node/README.md +16 -0
  345. package/publish-notification-lambda/node_modules/@types/node/package.json +232 -0
  346. package/publish-notification-lambda/node_modules/ansi-regex/license +9 -0
  347. package/publish-notification-lambda/node_modules/ansi-regex/package.json +55 -0
  348. package/publish-notification-lambda/node_modules/ansi-regex/readme.md +78 -0
  349. package/publish-notification-lambda/node_modules/ansi-styles/license +9 -0
  350. package/publish-notification-lambda/node_modules/ansi-styles/package.json +56 -0
  351. package/publish-notification-lambda/node_modules/ansi-styles/readme.md +152 -0
  352. package/publish-notification-lambda/node_modules/archiver/CHANGELOG.md +246 -0
  353. package/publish-notification-lambda/node_modules/archiver/LICENSE +22 -0
  354. package/publish-notification-lambda/node_modules/archiver/README.md +94 -0
  355. package/publish-notification-lambda/node_modules/archiver/package.json +60 -0
  356. package/publish-notification-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
  357. package/publish-notification-lambda/node_modules/archiver-utils/LICENSE +22 -0
  358. package/publish-notification-lambda/node_modules/archiver-utils/README.md +7 -0
  359. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
  360. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  361. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
  362. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
  363. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
  364. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  365. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
  366. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
  367. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
  368. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
  369. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
  370. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
  371. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
  372. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
  373. package/publish-notification-lambda/node_modules/archiver-utils/package.json +54 -0
  374. package/publish-notification-lambda/node_modules/async/CHANGELOG.md +348 -0
  375. package/publish-notification-lambda/node_modules/async/LICENSE +19 -0
  376. package/publish-notification-lambda/node_modules/async/README.md +59 -0
  377. package/publish-notification-lambda/node_modules/async/bower.json +17 -0
  378. package/publish-notification-lambda/node_modules/async/dist/async.mjs +5947 -0
  379. package/publish-notification-lambda/node_modules/async/package.json +75 -0
  380. package/publish-notification-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  381. package/publish-notification-lambda/node_modules/balanced-match/LICENSE.md +21 -0
  382. package/publish-notification-lambda/node_modules/balanced-match/README.md +97 -0
  383. package/publish-notification-lambda/node_modules/balanced-match/package.json +48 -0
  384. package/publish-notification-lambda/node_modules/base64-js/LICENSE +21 -0
  385. package/publish-notification-lambda/node_modules/base64-js/README.md +34 -0
  386. package/publish-notification-lambda/node_modules/base64-js/package.json +47 -0
  387. package/publish-notification-lambda/node_modules/bestzip/LICENSE +21 -0
  388. package/publish-notification-lambda/node_modules/bestzip/package.json +46 -0
  389. package/publish-notification-lambda/node_modules/bestzip/readme.md +91 -0
  390. package/publish-notification-lambda/node_modules/bl/.travis.yml +17 -0
  391. package/publish-notification-lambda/node_modules/bl/LICENSE.md +13 -0
  392. package/publish-notification-lambda/node_modules/bl/README.md +247 -0
  393. package/publish-notification-lambda/node_modules/bl/package.json +37 -0
  394. package/publish-notification-lambda/node_modules/bowser/CHANGELOG.md +218 -0
  395. package/publish-notification-lambda/node_modules/bowser/LICENSE +39 -0
  396. package/publish-notification-lambda/node_modules/bowser/README.md +179 -0
  397. package/publish-notification-lambda/node_modules/bowser/package.json +83 -0
  398. package/publish-notification-lambda/node_modules/brace-expansion/LICENSE +21 -0
  399. package/publish-notification-lambda/node_modules/brace-expansion/README.md +129 -0
  400. package/publish-notification-lambda/node_modules/brace-expansion/package.json +47 -0
  401. package/publish-notification-lambda/node_modules/buffer/AUTHORS.md +70 -0
  402. package/publish-notification-lambda/node_modules/buffer/LICENSE +21 -0
  403. package/publish-notification-lambda/node_modules/buffer/README.md +410 -0
  404. package/publish-notification-lambda/node_modules/buffer/package.json +96 -0
  405. package/publish-notification-lambda/node_modules/buffer-crc32/LICENSE +19 -0
  406. package/publish-notification-lambda/node_modules/buffer-crc32/README.md +47 -0
  407. package/publish-notification-lambda/node_modules/buffer-crc32/package.json +39 -0
  408. package/publish-notification-lambda/node_modules/cliui/CHANGELOG.md +121 -0
  409. package/publish-notification-lambda/node_modules/cliui/LICENSE.txt +14 -0
  410. package/publish-notification-lambda/node_modules/cliui/README.md +141 -0
  411. package/publish-notification-lambda/node_modules/cliui/build/index.cjs +302 -0
  412. package/publish-notification-lambda/node_modules/cliui/index.mjs +13 -0
  413. package/publish-notification-lambda/node_modules/cliui/package.json +83 -0
  414. package/publish-notification-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
  415. package/publish-notification-lambda/node_modules/color-convert/LICENSE +21 -0
  416. package/publish-notification-lambda/node_modules/color-convert/README.md +68 -0
  417. package/publish-notification-lambda/node_modules/color-convert/package.json +48 -0
  418. package/publish-notification-lambda/node_modules/color-name/LICENSE +8 -0
  419. package/publish-notification-lambda/node_modules/color-name/README.md +11 -0
  420. package/publish-notification-lambda/node_modules/color-name/package.json +28 -0
  421. package/publish-notification-lambda/node_modules/compress-commons/CHANGELOG.md +60 -0
  422. package/publish-notification-lambda/node_modules/compress-commons/LICENSE +22 -0
  423. package/publish-notification-lambda/node_modules/compress-commons/README.md +25 -0
  424. package/publish-notification-lambda/node_modules/compress-commons/package.json +45 -0
  425. package/publish-notification-lambda/node_modules/concat-map/.travis.yml +4 -0
  426. package/publish-notification-lambda/node_modules/concat-map/LICENSE +18 -0
  427. package/publish-notification-lambda/node_modules/concat-map/README.markdown +62 -0
  428. package/publish-notification-lambda/node_modules/concat-map/package.json +43 -0
  429. package/publish-notification-lambda/node_modules/core-util-is/LICENSE +19 -0
  430. package/publish-notification-lambda/node_modules/core-util-is/README.md +3 -0
  431. package/publish-notification-lambda/node_modules/core-util-is/package.json +38 -0
  432. package/publish-notification-lambda/node_modules/crc-32/LICENSE +201 -0
  433. package/publish-notification-lambda/node_modules/crc-32/README.md +200 -0
  434. package/publish-notification-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
  435. package/publish-notification-lambda/node_modules/crc-32/package.json +43 -0
  436. package/publish-notification-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
  437. package/publish-notification-lambda/node_modules/crc-32/types/tslint.json +11 -0
  438. package/publish-notification-lambda/node_modules/crc32-stream/CHANGELOG.md +59 -0
  439. package/publish-notification-lambda/node_modules/crc32-stream/LICENSE +22 -0
  440. package/publish-notification-lambda/node_modules/crc32-stream/README.md +79 -0
  441. package/publish-notification-lambda/node_modules/crc32-stream/package.json +45 -0
  442. package/publish-notification-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  443. package/publish-notification-lambda/node_modules/emoji-regex/README.md +73 -0
  444. package/publish-notification-lambda/node_modules/emoji-regex/package.json +50 -0
  445. package/publish-notification-lambda/node_modules/end-of-stream/LICENSE +21 -0
  446. package/publish-notification-lambda/node_modules/end-of-stream/README.md +54 -0
  447. package/publish-notification-lambda/node_modules/end-of-stream/package.json +37 -0
  448. package/publish-notification-lambda/node_modules/escalade/dist/index.mjs +22 -0
  449. package/publish-notification-lambda/node_modules/escalade/license +9 -0
  450. package/publish-notification-lambda/node_modules/escalade/package.json +61 -0
  451. package/publish-notification-lambda/node_modules/escalade/readme.md +211 -0
  452. package/publish-notification-lambda/node_modules/escalade/sync/index.mjs +18 -0
  453. package/publish-notification-lambda/node_modules/fast-xml-parser/CHANGELOG.md +551 -0
  454. package/publish-notification-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
  455. package/publish-notification-lambda/node_modules/fast-xml-parser/README.md +204 -0
  456. package/publish-notification-lambda/node_modules/fast-xml-parser/package.json +71 -0
  457. package/publish-notification-lambda/node_modules/fs-constants/LICENSE +21 -0
  458. package/publish-notification-lambda/node_modules/fs-constants/README.md +26 -0
  459. package/publish-notification-lambda/node_modules/fs-constants/package.json +19 -0
  460. package/publish-notification-lambda/node_modules/fs.realpath/LICENSE +43 -0
  461. package/publish-notification-lambda/node_modules/fs.realpath/README.md +33 -0
  462. package/publish-notification-lambda/node_modules/fs.realpath/package.json +26 -0
  463. package/publish-notification-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
  464. package/publish-notification-lambda/node_modules/get-caller-file/README.md +41 -0
  465. package/publish-notification-lambda/node_modules/get-caller-file/package.json +42 -0
  466. package/publish-notification-lambda/node_modules/glob/LICENSE +21 -0
  467. package/publish-notification-lambda/node_modules/glob/README.md +378 -0
  468. package/publish-notification-lambda/node_modules/glob/package.json +55 -0
  469. package/publish-notification-lambda/node_modules/graceful-fs/LICENSE +15 -0
  470. package/publish-notification-lambda/node_modules/graceful-fs/README.md +143 -0
  471. package/publish-notification-lambda/node_modules/graceful-fs/package.json +53 -0
  472. package/publish-notification-lambda/node_modules/ieee754/LICENSE +11 -0
  473. package/publish-notification-lambda/node_modules/ieee754/README.md +51 -0
  474. package/publish-notification-lambda/node_modules/ieee754/package.json +52 -0
  475. package/publish-notification-lambda/node_modules/inflight/LICENSE +15 -0
  476. package/publish-notification-lambda/node_modules/inflight/README.md +37 -0
  477. package/publish-notification-lambda/node_modules/inflight/package.json +29 -0
  478. package/publish-notification-lambda/node_modules/inherits/LICENSE +16 -0
  479. package/publish-notification-lambda/node_modules/inherits/README.md +42 -0
  480. package/publish-notification-lambda/node_modules/inherits/package.json +29 -0
  481. package/publish-notification-lambda/node_modules/is-fullwidth-code-point/license +9 -0
  482. package/publish-notification-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
  483. package/publish-notification-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
  484. package/publish-notification-lambda/node_modules/isarray/.travis.yml +4 -0
  485. package/publish-notification-lambda/node_modules/isarray/Makefile +6 -0
  486. package/publish-notification-lambda/node_modules/isarray/README.md +60 -0
  487. package/publish-notification-lambda/node_modules/isarray/component.json +19 -0
  488. package/publish-notification-lambda/node_modules/isarray/package.json +45 -0
  489. package/publish-notification-lambda/node_modules/isexe/LICENSE +15 -0
  490. package/publish-notification-lambda/node_modules/isexe/README.md +51 -0
  491. package/publish-notification-lambda/node_modules/isexe/package.json +31 -0
  492. package/publish-notification-lambda/node_modules/lazystream/LICENSE +23 -0
  493. package/publish-notification-lambda/node_modules/lazystream/README.md +114 -0
  494. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
  495. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  496. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
  497. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
  498. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
  499. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  500. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
  501. package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
  502. package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
  503. package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
  504. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
  505. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
  506. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
  507. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
  508. package/publish-notification-lambda/node_modules/lazystream/package.json +46 -0
  509. package/publish-notification-lambda/node_modules/lazystream/test/data.md +13 -0
  510. package/publish-notification-lambda/node_modules/lodash.defaults/LICENSE +47 -0
  511. package/publish-notification-lambda/node_modules/lodash.defaults/README.md +18 -0
  512. package/publish-notification-lambda/node_modules/lodash.defaults/package.json +17 -0
  513. package/publish-notification-lambda/node_modules/lodash.difference/LICENSE +47 -0
  514. package/publish-notification-lambda/node_modules/lodash.difference/README.md +18 -0
  515. package/publish-notification-lambda/node_modules/lodash.difference/package.json +17 -0
  516. package/publish-notification-lambda/node_modules/lodash.flatten/LICENSE +47 -0
  517. package/publish-notification-lambda/node_modules/lodash.flatten/README.md +18 -0
  518. package/publish-notification-lambda/node_modules/lodash.flatten/package.json +17 -0
  519. package/publish-notification-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
  520. package/publish-notification-lambda/node_modules/lodash.isplainobject/README.md +18 -0
  521. package/publish-notification-lambda/node_modules/lodash.isplainobject/package.json +17 -0
  522. package/publish-notification-lambda/node_modules/lodash.union/LICENSE +47 -0
  523. package/publish-notification-lambda/node_modules/lodash.union/README.md +18 -0
  524. package/publish-notification-lambda/node_modules/lodash.union/package.json +17 -0
  525. package/publish-notification-lambda/node_modules/minimatch/LICENSE +15 -0
  526. package/publish-notification-lambda/node_modules/minimatch/README.md +230 -0
  527. package/publish-notification-lambda/node_modules/minimatch/package.json +33 -0
  528. package/publish-notification-lambda/node_modules/normalize-path/LICENSE +21 -0
  529. package/publish-notification-lambda/node_modules/normalize-path/README.md +127 -0
  530. package/publish-notification-lambda/node_modules/normalize-path/package.json +77 -0
  531. package/publish-notification-lambda/node_modules/once/LICENSE +15 -0
  532. package/publish-notification-lambda/node_modules/once/README.md +79 -0
  533. package/publish-notification-lambda/node_modules/once/package.json +33 -0
  534. package/publish-notification-lambda/node_modules/path-is-absolute/license +21 -0
  535. package/publish-notification-lambda/node_modules/path-is-absolute/package.json +43 -0
  536. package/publish-notification-lambda/node_modules/path-is-absolute/readme.md +59 -0
  537. package/publish-notification-lambda/node_modules/process-nextick-args/license.md +19 -0
  538. package/publish-notification-lambda/node_modules/process-nextick-args/package.json +25 -0
  539. package/publish-notification-lambda/node_modules/process-nextick-args/readme.md +18 -0
  540. package/publish-notification-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  541. package/publish-notification-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
  542. package/publish-notification-lambda/node_modules/readable-stream/LICENSE +47 -0
  543. package/publish-notification-lambda/node_modules/readable-stream/README.md +106 -0
  544. package/publish-notification-lambda/node_modules/readable-stream/package.json +68 -0
  545. package/publish-notification-lambda/node_modules/readdir-glob/LICENSE +201 -0
  546. package/publish-notification-lambda/node_modules/readdir-glob/README.md +85 -0
  547. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  548. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
  549. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
  550. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
  551. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
  552. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
  553. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
  554. package/publish-notification-lambda/node_modules/readdir-glob/package.json +43 -0
  555. package/publish-notification-lambda/node_modules/require-directory/.jshintrc +67 -0
  556. package/publish-notification-lambda/node_modules/require-directory/.travis.yml +3 -0
  557. package/publish-notification-lambda/node_modules/require-directory/LICENSE +22 -0
  558. package/publish-notification-lambda/node_modules/require-directory/README.markdown +184 -0
  559. package/publish-notification-lambda/node_modules/require-directory/package.json +40 -0
  560. package/publish-notification-lambda/node_modules/safe-buffer/LICENSE +21 -0
  561. package/publish-notification-lambda/node_modules/safe-buffer/README.md +584 -0
  562. package/publish-notification-lambda/node_modules/safe-buffer/package.json +51 -0
  563. package/publish-notification-lambda/node_modules/string-width/license +9 -0
  564. package/publish-notification-lambda/node_modules/string-width/package.json +56 -0
  565. package/publish-notification-lambda/node_modules/string-width/readme.md +50 -0
  566. package/publish-notification-lambda/node_modules/string_decoder/LICENSE +48 -0
  567. package/publish-notification-lambda/node_modules/string_decoder/README.md +47 -0
  568. package/publish-notification-lambda/node_modules/string_decoder/package.json +34 -0
  569. package/publish-notification-lambda/node_modules/strip-ansi/license +9 -0
  570. package/publish-notification-lambda/node_modules/strip-ansi/package.json +54 -0
  571. package/publish-notification-lambda/node_modules/strip-ansi/readme.md +46 -0
  572. package/publish-notification-lambda/node_modules/strnum/.vscode/launch.json +25 -0
  573. package/publish-notification-lambda/node_modules/strnum/LICENSE +21 -0
  574. package/publish-notification-lambda/node_modules/strnum/README.md +86 -0
  575. package/publish-notification-lambda/node_modules/strnum/package.json +24 -0
  576. package/publish-notification-lambda/node_modules/tar-stream/LICENSE +21 -0
  577. package/publish-notification-lambda/node_modules/tar-stream/README.md +168 -0
  578. package/publish-notification-lambda/node_modules/tar-stream/package.json +58 -0
  579. package/publish-notification-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
  580. package/publish-notification-lambda/node_modules/tslib/LICENSE.txt +12 -0
  581. package/publish-notification-lambda/node_modules/tslib/README.md +164 -0
  582. package/publish-notification-lambda/node_modules/tslib/SECURITY.md +41 -0
  583. package/publish-notification-lambda/node_modules/tslib/modules/package.json +3 -0
  584. package/publish-notification-lambda/node_modules/tslib/package.json +47 -0
  585. package/publish-notification-lambda/node_modules/tslib/tslib.es6.html +1 -0
  586. package/publish-notification-lambda/node_modules/tslib/tslib.es6.mjs +370 -0
  587. package/publish-notification-lambda/node_modules/tslib/tslib.html +1 -0
  588. package/publish-notification-lambda/node_modules/typescript/LICENSE.txt +55 -0
  589. package/publish-notification-lambda/node_modules/typescript/README.md +51 -0
  590. package/publish-notification-lambda/node_modules/typescript/SECURITY.md +41 -0
  591. package/publish-notification-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
  592. package/publish-notification-lambda/node_modules/typescript/bin/tsc +2 -0
  593. package/publish-notification-lambda/node_modules/typescript/bin/tsserver +2 -0
  594. package/publish-notification-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
  595. package/publish-notification-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
  596. package/publish-notification-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
  597. package/publish-notification-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
  598. package/publish-notification-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
  599. package/publish-notification-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
  600. package/publish-notification-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
  601. package/publish-notification-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
  602. package/publish-notification-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
  603. package/publish-notification-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
  604. package/publish-notification-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
  605. package/publish-notification-lambda/node_modules/typescript/lib/typesMap.json +497 -0
  606. package/publish-notification-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
  607. package/publish-notification-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
  608. package/publish-notification-lambda/node_modules/typescript/package.json +116 -0
  609. package/publish-notification-lambda/node_modules/util-deprecate/History.md +16 -0
  610. package/publish-notification-lambda/node_modules/util-deprecate/LICENSE +24 -0
  611. package/publish-notification-lambda/node_modules/util-deprecate/README.md +53 -0
  612. package/publish-notification-lambda/node_modules/util-deprecate/package.json +27 -0
  613. package/publish-notification-lambda/node_modules/uuid/CHANGELOG.md +229 -0
  614. package/publish-notification-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
  615. package/publish-notification-lambda/node_modules/uuid/LICENSE.md +9 -0
  616. package/publish-notification-lambda/node_modules/uuid/README.md +505 -0
  617. package/publish-notification-lambda/node_modules/uuid/dist/bin/uuid +2 -0
  618. package/publish-notification-lambda/node_modules/uuid/package.json +135 -0
  619. package/publish-notification-lambda/node_modules/uuid/wrapper.mjs +10 -0
  620. package/publish-notification-lambda/node_modules/which/CHANGELOG.md +166 -0
  621. package/publish-notification-lambda/node_modules/which/LICENSE +15 -0
  622. package/publish-notification-lambda/node_modules/which/README.md +54 -0
  623. package/publish-notification-lambda/node_modules/which/bin/node-which +52 -0
  624. package/publish-notification-lambda/node_modules/which/package.json +43 -0
  625. package/publish-notification-lambda/node_modules/wrap-ansi/license +9 -0
  626. package/publish-notification-lambda/node_modules/wrap-ansi/package.json +62 -0
  627. package/publish-notification-lambda/node_modules/wrap-ansi/readme.md +91 -0
  628. package/publish-notification-lambda/node_modules/wrappy/LICENSE +15 -0
  629. package/publish-notification-lambda/node_modules/wrappy/README.md +36 -0
  630. package/publish-notification-lambda/node_modules/wrappy/package.json +29 -0
  631. package/publish-notification-lambda/node_modules/y18n/CHANGELOG.md +100 -0
  632. package/publish-notification-lambda/node_modules/y18n/LICENSE +13 -0
  633. package/publish-notification-lambda/node_modules/y18n/README.md +127 -0
  634. package/publish-notification-lambda/node_modules/y18n/build/index.cjs +203 -0
  635. package/publish-notification-lambda/node_modules/y18n/index.mjs +8 -0
  636. package/publish-notification-lambda/node_modules/y18n/package.json +70 -0
  637. package/publish-notification-lambda/node_modules/yargs/CHANGELOG.md +88 -0
  638. package/publish-notification-lambda/node_modules/yargs/LICENSE +21 -0
  639. package/publish-notification-lambda/node_modules/yargs/README.md +202 -0
  640. package/publish-notification-lambda/node_modules/yargs/browser.mjs +7 -0
  641. package/publish-notification-lambda/node_modules/yargs/build/index.cjs +2920 -0
  642. package/publish-notification-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
  643. package/publish-notification-lambda/node_modules/yargs/helpers/package.json +3 -0
  644. package/publish-notification-lambda/node_modules/yargs/index.cjs +39 -0
  645. package/publish-notification-lambda/node_modules/yargs/index.mjs +8 -0
  646. package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
  647. package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
  648. package/publish-notification-lambda/node_modules/yargs/locales/be.json +46 -0
  649. package/publish-notification-lambda/node_modules/yargs/locales/de.json +46 -0
  650. package/publish-notification-lambda/node_modules/yargs/locales/en.json +51 -0
  651. package/publish-notification-lambda/node_modules/yargs/locales/es.json +46 -0
  652. package/publish-notification-lambda/node_modules/yargs/locales/fi.json +49 -0
  653. package/publish-notification-lambda/node_modules/yargs/locales/fr.json +53 -0
  654. package/publish-notification-lambda/node_modules/yargs/locales/hi.json +49 -0
  655. package/publish-notification-lambda/node_modules/yargs/locales/hu.json +46 -0
  656. package/publish-notification-lambda/node_modules/yargs/locales/id.json +50 -0
  657. package/publish-notification-lambda/node_modules/yargs/locales/it.json +46 -0
  658. package/publish-notification-lambda/node_modules/yargs/locales/ja.json +51 -0
  659. package/publish-notification-lambda/node_modules/yargs/locales/ko.json +49 -0
  660. package/publish-notification-lambda/node_modules/yargs/locales/nb.json +44 -0
  661. package/publish-notification-lambda/node_modules/yargs/locales/nl.json +49 -0
  662. package/publish-notification-lambda/node_modules/yargs/locales/nn.json +44 -0
  663. package/publish-notification-lambda/node_modules/yargs/locales/pirate.json +13 -0
  664. package/publish-notification-lambda/node_modules/yargs/locales/pl.json +49 -0
  665. package/publish-notification-lambda/node_modules/yargs/locales/pt.json +45 -0
  666. package/publish-notification-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
  667. package/publish-notification-lambda/node_modules/yargs/locales/ru.json +46 -0
  668. package/publish-notification-lambda/node_modules/yargs/locales/th.json +46 -0
  669. package/publish-notification-lambda/node_modules/yargs/locales/tr.json +48 -0
  670. package/publish-notification-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
  671. package/publish-notification-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
  672. package/publish-notification-lambda/node_modules/yargs/package.json +122 -0
  673. package/publish-notification-lambda/node_modules/yargs/yargs +9 -0
  674. package/publish-notification-lambda/node_modules/yargs-parser/CHANGELOG.md +263 -0
  675. package/publish-notification-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
  676. package/publish-notification-lambda/node_modules/yargs-parser/README.md +518 -0
  677. package/publish-notification-lambda/node_modules/yargs-parser/build/index.cjs +1042 -0
  678. package/publish-notification-lambda/node_modules/yargs-parser/package.json +87 -0
  679. package/publish-notification-lambda/node_modules/zip-stream/CHANGELOG.md +112 -0
  680. package/publish-notification-lambda/node_modules/zip-stream/LICENSE +22 -0
  681. package/publish-notification-lambda/node_modules/zip-stream/README.md +45 -0
  682. package/publish-notification-lambda/node_modules/zip-stream/node_modules/archiver-utils/LICENSE +22 -0
  683. package/publish-notification-lambda/node_modules/zip-stream/node_modules/archiver-utils/README.md +6 -0
  684. package/publish-notification-lambda/node_modules/zip-stream/node_modules/archiver-utils/package.json +54 -0
  685. package/publish-notification-lambda/node_modules/zip-stream/package.json +49 -0
  686. package/publish-notification-lambda/package-lock.json +1965 -0
  687. package/publish-notification-lambda/package.json +23 -0
  688. package/publish-notification-lambda/src/index.ts +101 -0
  689. package/publish-notification-lambda/tsconfig.json +13 -0
  690. package/rds-lambda/handler.ts +73 -0
  691. package/rds-lambda/node_modules/.package-lock.json +6242 -0
  692. package/rds-lambda/node_modules/@ampproject/remapping/LICENSE +202 -0
  693. package/rds-lambda/node_modules/@ampproject/remapping/README.md +218 -0
  694. package/rds-lambda/node_modules/@ampproject/remapping/dist/remapping.mjs +191 -0
  695. package/rds-lambda/node_modules/@ampproject/remapping/dist/remapping.mjs.map +1 -0
  696. package/rds-lambda/node_modules/@ampproject/remapping/package.json +75 -0
  697. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
  698. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
  699. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
  700. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
  701. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
  702. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
  703. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
  704. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
  705. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  706. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
  707. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
  708. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
  709. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
  710. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
  711. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
  712. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
  713. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
  714. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
  715. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
  716. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
  717. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  718. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  719. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
  720. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
  721. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
  722. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
  723. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
  724. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  725. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
  726. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
  727. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  728. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  729. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
  730. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
  731. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
  732. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  733. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  734. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
  735. package/rds-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
  736. package/rds-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  737. package/rds-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  738. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
  739. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
  740. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
  741. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
  742. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
  743. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  744. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
  745. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
  746. package/rds-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
  747. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  748. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  749. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  750. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  751. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  752. package/rds-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
  753. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
  754. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  755. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  756. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
  757. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
  758. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
  759. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
  760. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
  761. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  762. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
  763. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
  764. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
  765. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  766. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  767. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
  768. package/rds-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
  769. package/rds-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
  770. package/rds-lambda/node_modules/@aws-crypto/util/README.md +16 -0
  771. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
  772. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
  773. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
  774. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
  775. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
  776. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  777. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
  778. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
  779. package/rds-lambda/node_modules/@aws-crypto/util/package.json +31 -0
  780. package/rds-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  781. package/rds-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
  782. package/rds-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  783. package/rds-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  784. package/rds-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  785. package/rds-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
  786. package/rds-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
  787. package/rds-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
  788. package/rds-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
  789. package/rds-lambda/node_modules/@aws-sdk/client-ssm/LICENSE +201 -0
  790. package/rds-lambda/node_modules/@aws-sdk/client-ssm/README.md +1344 -0
  791. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CHANGELOG.md +229 -0
  792. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CONTRIBUTING.md +18 -0
  793. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/LICENSE.md +9 -0
  794. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/README.md +505 -0
  795. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/bin/uuid +2 -0
  796. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/package.json +135 -0
  797. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/wrapper.mjs +10 -0
  798. package/rds-lambda/node_modules/@aws-sdk/client-ssm/package.json +102 -0
  799. package/rds-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  800. package/rds-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
  801. package/rds-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
  802. package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
  803. package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
  804. package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
  805. package/rds-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  806. package/rds-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
  807. package/rds-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
  808. package/rds-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
  809. package/rds-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
  810. package/rds-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
  811. package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  812. package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  813. package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
  814. package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
  815. package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
  816. package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
  817. package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  818. package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  819. package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
  820. package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  821. package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
  822. package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
  823. package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  824. package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  825. package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
  826. package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  827. package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  828. package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
  829. package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  830. package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  831. package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
  832. package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
  833. package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
  834. package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
  835. package/rds-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
  836. package/rds-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
  837. package/rds-lambda/node_modules/@aws-sdk/hash-node/package.json +61 -0
  838. package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
  839. package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
  840. package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
  841. package/rds-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
  842. package/rds-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
  843. package/rds-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
  844. package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
  845. package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
  846. package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
  847. package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
  848. package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
  849. package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +61 -0
  850. package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  851. package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  852. package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
  853. package/rds-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  854. package/rds-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  855. package/rds-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
  856. package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  857. package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
  858. package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
  859. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
  860. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
  861. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/CHANGELOG.md +229 -0
  862. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/CONTRIBUTING.md +18 -0
  863. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/LICENSE.md +9 -0
  864. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/README.md +505 -0
  865. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/bin/uuid +2 -0
  866. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/package.json +135 -0
  867. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/wrapper.mjs +10 -0
  868. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
  869. package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
  870. package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
  871. package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
  872. package/rds-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
  873. package/rds-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
  874. package/rds-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
  875. package/rds-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
  876. package/rds-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
  877. package/rds-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
  878. package/rds-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
  879. package/rds-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
  880. package/rds-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
  881. package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  882. package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  883. package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
  884. package/rds-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
  885. package/rds-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
  886. package/rds-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
  887. package/rds-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
  888. package/rds-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
  889. package/rds-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
  890. package/rds-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
  891. package/rds-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
  892. package/rds-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
  893. package/rds-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
  894. package/rds-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
  895. package/rds-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
  896. package/rds-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
  897. package/rds-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
  898. package/rds-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
  899. package/rds-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
  900. package/rds-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
  901. package/rds-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
  902. package/rds-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
  903. package/rds-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
  904. package/rds-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
  905. package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
  906. package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
  907. package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
  908. package/rds-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
  909. package/rds-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
  910. package/rds-lambda/node_modules/@aws-sdk/signature-v4/package.json +65 -0
  911. package/rds-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
  912. package/rds-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
  913. package/rds-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
  914. package/rds-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  915. package/rds-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
  916. package/rds-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
  917. package/rds-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
  918. package/rds-lambda/node_modules/@aws-sdk/types/README.md +4 -0
  919. package/rds-lambda/node_modules/@aws-sdk/types/package.json +57 -0
  920. package/rds-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
  921. package/rds-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
  922. package/rds-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
  923. package/rds-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
  924. package/rds-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
  925. package/rds-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
  926. package/rds-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
  927. package/rds-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
  928. package/rds-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
  929. package/rds-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
  930. package/rds-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
  931. package/rds-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
  932. package/rds-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
  933. package/rds-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
  934. package/rds-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
  935. package/rds-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
  936. package/rds-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
  937. package/rds-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
  938. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
  939. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
  940. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
  941. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
  942. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
  943. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
  944. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  945. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  946. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +192 -0
  947. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +192 -0
  948. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
  949. package/rds-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
  950. package/rds-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
  951. package/rds-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
  952. package/rds-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  953. package/rds-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  954. package/rds-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
  955. package/rds-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
  956. package/rds-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
  957. package/rds-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
  958. package/rds-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
  959. package/rds-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
  960. package/rds-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
  961. package/rds-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
  962. package/rds-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
  963. package/rds-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
  964. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  965. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
  966. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
  967. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  968. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  969. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
  970. package/rds-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
  971. package/rds-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
  972. package/rds-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
  973. package/rds-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
  974. package/rds-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
  975. package/rds-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
  976. package/rds-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
  977. package/rds-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
  978. package/rds-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
  979. package/rds-lambda/node_modules/@babel/code-frame/LICENSE +22 -0
  980. package/rds-lambda/node_modules/@babel/code-frame/README.md +19 -0
  981. package/rds-lambda/node_modules/@babel/code-frame/package.json +30 -0
  982. package/rds-lambda/node_modules/@babel/compat-data/LICENSE +22 -0
  983. package/rds-lambda/node_modules/@babel/compat-data/README.md +19 -0
  984. package/rds-lambda/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2081 -0
  985. package/rds-lambda/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
  986. package/rds-lambda/node_modules/@babel/compat-data/data/native-modules.json +18 -0
  987. package/rds-lambda/node_modules/@babel/compat-data/data/overlapping-plugins.json +25 -0
  988. package/rds-lambda/node_modules/@babel/compat-data/data/plugin-bugfixes.json +201 -0
  989. package/rds-lambda/node_modules/@babel/compat-data/data/plugins.json +763 -0
  990. package/rds-lambda/node_modules/@babel/compat-data/package.json +40 -0
  991. package/rds-lambda/node_modules/@babel/core/LICENSE +22 -0
  992. package/rds-lambda/node_modules/@babel/core/README.md +19 -0
  993. package/rds-lambda/node_modules/@babel/core/cjs-proxy.cjs +53 -0
  994. package/rds-lambda/node_modules/@babel/core/lib/config/files/import.cjs +6 -0
  995. package/rds-lambda/node_modules/@babel/core/lib/config/files/import.cjs.map +1 -0
  996. package/rds-lambda/node_modules/@babel/core/package.json +82 -0
  997. package/rds-lambda/node_modules/@babel/core/src/config/files/index-browser.ts +109 -0
  998. package/rds-lambda/node_modules/@babel/core/src/config/files/index.ts +29 -0
  999. package/rds-lambda/node_modules/@babel/core/src/config/resolve-targets-browser.ts +40 -0
  1000. package/rds-lambda/node_modules/@babel/core/src/config/resolve-targets.ts +56 -0
  1001. package/rds-lambda/node_modules/@babel/core/src/transform-file-browser.ts +31 -0
  1002. package/rds-lambda/node_modules/@babel/core/src/transform-file.ts +55 -0
  1003. package/rds-lambda/node_modules/@babel/generator/LICENSE +22 -0
  1004. package/rds-lambda/node_modules/@babel/generator/README.md +19 -0
  1005. package/rds-lambda/node_modules/@babel/generator/package.json +38 -0
  1006. package/rds-lambda/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
  1007. package/rds-lambda/node_modules/@babel/helper-compilation-targets/README.md +19 -0
  1008. package/rds-lambda/node_modules/@babel/helper-compilation-targets/package.json +40 -0
  1009. package/rds-lambda/node_modules/@babel/helper-environment-visitor/LICENSE +22 -0
  1010. package/rds-lambda/node_modules/@babel/helper-environment-visitor/README.md +19 -0
  1011. package/rds-lambda/node_modules/@babel/helper-environment-visitor/package.json +29 -0
  1012. package/rds-lambda/node_modules/@babel/helper-function-name/LICENSE +22 -0
  1013. package/rds-lambda/node_modules/@babel/helper-function-name/README.md +19 -0
  1014. package/rds-lambda/node_modules/@babel/helper-function-name/package.json +25 -0
  1015. package/rds-lambda/node_modules/@babel/helper-hoist-variables/LICENSE +22 -0
  1016. package/rds-lambda/node_modules/@babel/helper-hoist-variables/README.md +19 -0
  1017. package/rds-lambda/node_modules/@babel/helper-hoist-variables/package.json +28 -0
  1018. package/rds-lambda/node_modules/@babel/helper-module-imports/LICENSE +22 -0
  1019. package/rds-lambda/node_modules/@babel/helper-module-imports/README.md +19 -0
  1020. package/rds-lambda/node_modules/@babel/helper-module-imports/package.json +28 -0
  1021. package/rds-lambda/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
  1022. package/rds-lambda/node_modules/@babel/helper-module-transforms/README.md +19 -0
  1023. package/rds-lambda/node_modules/@babel/helper-module-transforms/package.json +35 -0
  1024. package/rds-lambda/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
  1025. package/rds-lambda/node_modules/@babel/helper-plugin-utils/README.md +19 -0
  1026. package/rds-lambda/node_modules/@babel/helper-plugin-utils/package.json +21 -0
  1027. package/rds-lambda/node_modules/@babel/helper-simple-access/LICENSE +22 -0
  1028. package/rds-lambda/node_modules/@babel/helper-simple-access/README.md +19 -0
  1029. package/rds-lambda/node_modules/@babel/helper-simple-access/package.json +28 -0
  1030. package/rds-lambda/node_modules/@babel/helper-split-export-declaration/LICENSE +22 -0
  1031. package/rds-lambda/node_modules/@babel/helper-split-export-declaration/README.md +19 -0
  1032. package/rds-lambda/node_modules/@babel/helper-split-export-declaration/package.json +24 -0
  1033. package/rds-lambda/node_modules/@babel/helper-string-parser/LICENSE +22 -0
  1034. package/rds-lambda/node_modules/@babel/helper-string-parser/README.md +19 -0
  1035. package/rds-lambda/node_modules/@babel/helper-string-parser/package.json +28 -0
  1036. package/rds-lambda/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  1037. package/rds-lambda/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  1038. package/rds-lambda/node_modules/@babel/helper-validator-identifier/package.json +28 -0
  1039. package/rds-lambda/node_modules/@babel/helper-validator-option/LICENSE +22 -0
  1040. package/rds-lambda/node_modules/@babel/helper-validator-option/README.md +19 -0
  1041. package/rds-lambda/node_modules/@babel/helper-validator-option/package.json +24 -0
  1042. package/rds-lambda/node_modules/@babel/helpers/LICENSE +22 -0
  1043. package/rds-lambda/node_modules/@babel/helpers/README.md +19 -0
  1044. package/rds-lambda/node_modules/@babel/helpers/package.json +33 -0
  1045. package/rds-lambda/node_modules/@babel/helpers/scripts/package.json +1 -0
  1046. package/rds-lambda/node_modules/@babel/highlight/LICENSE +22 -0
  1047. package/rds-lambda/node_modules/@babel/highlight/README.md +19 -0
  1048. package/rds-lambda/node_modules/@babel/highlight/package.json +29 -0
  1049. package/rds-lambda/node_modules/@babel/parser/CHANGELOG.md +1073 -0
  1050. package/rds-lambda/node_modules/@babel/parser/LICENSE +19 -0
  1051. package/rds-lambda/node_modules/@babel/parser/README.md +19 -0
  1052. package/rds-lambda/node_modules/@babel/parser/index.cjs +5 -0
  1053. package/rds-lambda/node_modules/@babel/parser/package.json +46 -0
  1054. package/rds-lambda/node_modules/@babel/plugin-syntax-async-generators/LICENSE +22 -0
  1055. package/rds-lambda/node_modules/@babel/plugin-syntax-async-generators/README.md +19 -0
  1056. package/rds-lambda/node_modules/@babel/plugin-syntax-async-generators/package.json +23 -0
  1057. package/rds-lambda/node_modules/@babel/plugin-syntax-bigint/LICENSE +22 -0
  1058. package/rds-lambda/node_modules/@babel/plugin-syntax-bigint/README.md +19 -0
  1059. package/rds-lambda/node_modules/@babel/plugin-syntax-bigint/package.json +23 -0
  1060. package/rds-lambda/node_modules/@babel/plugin-syntax-class-properties/LICENSE +22 -0
  1061. package/rds-lambda/node_modules/@babel/plugin-syntax-class-properties/README.md +19 -0
  1062. package/rds-lambda/node_modules/@babel/plugin-syntax-class-properties/package.json +28 -0
  1063. package/rds-lambda/node_modules/@babel/plugin-syntax-import-meta/LICENSE +22 -0
  1064. package/rds-lambda/node_modules/@babel/plugin-syntax-import-meta/README.md +19 -0
  1065. package/rds-lambda/node_modules/@babel/plugin-syntax-import-meta/package.json +28 -0
  1066. package/rds-lambda/node_modules/@babel/plugin-syntax-json-strings/LICENSE +22 -0
  1067. package/rds-lambda/node_modules/@babel/plugin-syntax-json-strings/README.md +19 -0
  1068. package/rds-lambda/node_modules/@babel/plugin-syntax-json-strings/package.json +23 -0
  1069. package/rds-lambda/node_modules/@babel/plugin-syntax-jsx/LICENSE +22 -0
  1070. package/rds-lambda/node_modules/@babel/plugin-syntax-jsx/README.md +19 -0
  1071. package/rds-lambda/node_modules/@babel/plugin-syntax-jsx/package.json +33 -0
  1072. package/rds-lambda/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +22 -0
  1073. package/rds-lambda/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +19 -0
  1074. package/rds-lambda/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +28 -0
  1075. package/rds-lambda/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
  1076. package/rds-lambda/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
  1077. package/rds-lambda/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
  1078. package/rds-lambda/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +22 -0
  1079. package/rds-lambda/node_modules/@babel/plugin-syntax-numeric-separator/README.md +19 -0
  1080. package/rds-lambda/node_modules/@babel/plugin-syntax-numeric-separator/package.json +28 -0
  1081. package/rds-lambda/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +22 -0
  1082. package/rds-lambda/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +19 -0
  1083. package/rds-lambda/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +23 -0
  1084. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +22 -0
  1085. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +19 -0
  1086. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +23 -0
  1087. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
  1088. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
  1089. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
  1090. package/rds-lambda/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +22 -0
  1091. package/rds-lambda/node_modules/@babel/plugin-syntax-top-level-await/README.md +19 -0
  1092. package/rds-lambda/node_modules/@babel/plugin-syntax-top-level-await/package.json +32 -0
  1093. package/rds-lambda/node_modules/@babel/plugin-syntax-typescript/LICENSE +22 -0
  1094. package/rds-lambda/node_modules/@babel/plugin-syntax-typescript/README.md +19 -0
  1095. package/rds-lambda/node_modules/@babel/plugin-syntax-typescript/package.json +35 -0
  1096. package/rds-lambda/node_modules/@babel/template/LICENSE +22 -0
  1097. package/rds-lambda/node_modules/@babel/template/README.md +19 -0
  1098. package/rds-lambda/node_modules/@babel/template/package.json +27 -0
  1099. package/rds-lambda/node_modules/@babel/traverse/LICENSE +22 -0
  1100. package/rds-lambda/node_modules/@babel/traverse/README.md +19 -0
  1101. package/rds-lambda/node_modules/@babel/traverse/package.json +38 -0
  1102. package/rds-lambda/node_modules/@babel/types/LICENSE +22 -0
  1103. package/rds-lambda/node_modules/@babel/types/README.md +19 -0
  1104. package/rds-lambda/node_modules/@babel/types/lib/index.js.flow +2602 -0
  1105. package/rds-lambda/node_modules/@babel/types/package.json +40 -0
  1106. package/rds-lambda/node_modules/@bcoe/v8-coverage/.editorconfig +9 -0
  1107. package/rds-lambda/node_modules/@bcoe/v8-coverage/.gitattributes +2 -0
  1108. package/rds-lambda/node_modules/@bcoe/v8-coverage/CHANGELOG.md +250 -0
  1109. package/rds-lambda/node_modules/@bcoe/v8-coverage/LICENSE.md +21 -0
  1110. package/rds-lambda/node_modules/@bcoe/v8-coverage/LICENSE.txt +14 -0
  1111. package/rds-lambda/node_modules/@bcoe/v8-coverage/README.md +11 -0
  1112. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/CHANGELOG.md +250 -0
  1113. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/LICENSE.md +21 -0
  1114. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/README.md +11 -0
  1115. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/ascii.ts +146 -0
  1116. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/clone.ts +70 -0
  1117. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/compare.ts +40 -0
  1118. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/index.ts +6 -0
  1119. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/merge.ts +343 -0
  1120. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/normalize.ts +84 -0
  1121. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/range-tree.ts +156 -0
  1122. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/types.ts +26 -0
  1123. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/ascii.mjs +130 -0
  1124. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/clone.mjs +64 -0
  1125. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/compare.mjs +41 -0
  1126. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/index.mjs +7 -0
  1127. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/merge.mjs +297 -0
  1128. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/normalize.mjs +79 -0
  1129. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/package.json +44 -0
  1130. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.mjs +136 -0
  1131. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/tsconfig.json +62 -0
  1132. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/types.mjs +3 -0
  1133. package/rds-lambda/node_modules/@bcoe/v8-coverage/gulpfile.ts +95 -0
  1134. package/rds-lambda/node_modules/@bcoe/v8-coverage/package.json +48 -0
  1135. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/ascii.ts +146 -0
  1136. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/clone.ts +70 -0
  1137. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/compare.ts +40 -0
  1138. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/index.ts +6 -0
  1139. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/merge.ts +343 -0
  1140. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/normalize.ts +84 -0
  1141. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/range-tree.ts +156 -0
  1142. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/types.ts +26 -0
  1143. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/test/merge.spec.ts +280 -0
  1144. package/rds-lambda/node_modules/@bcoe/v8-coverage/tsconfig.json +59 -0
  1145. package/rds-lambda/node_modules/@istanbuljs/load-nyc-config/CHANGELOG.md +41 -0
  1146. package/rds-lambda/node_modules/@istanbuljs/load-nyc-config/LICENSE +16 -0
  1147. package/rds-lambda/node_modules/@istanbuljs/load-nyc-config/README.md +64 -0
  1148. package/rds-lambda/node_modules/@istanbuljs/load-nyc-config/package.json +49 -0
  1149. package/rds-lambda/node_modules/@istanbuljs/schema/CHANGELOG.md +44 -0
  1150. package/rds-lambda/node_modules/@istanbuljs/schema/LICENSE +21 -0
  1151. package/rds-lambda/node_modules/@istanbuljs/schema/README.md +30 -0
  1152. package/rds-lambda/node_modules/@istanbuljs/schema/package.json +30 -0
  1153. package/rds-lambda/node_modules/@jest/console/LICENSE +21 -0
  1154. package/rds-lambda/node_modules/@jest/console/node_modules/ansi-styles/license +9 -0
  1155. package/rds-lambda/node_modules/@jest/console/node_modules/ansi-styles/package.json +56 -0
  1156. package/rds-lambda/node_modules/@jest/console/node_modules/ansi-styles/readme.md +152 -0
  1157. package/rds-lambda/node_modules/@jest/console/node_modules/chalk/license +9 -0
  1158. package/rds-lambda/node_modules/@jest/console/node_modules/chalk/package.json +68 -0
  1159. package/rds-lambda/node_modules/@jest/console/node_modules/chalk/readme.md +341 -0
  1160. package/rds-lambda/node_modules/@jest/console/node_modules/color-convert/CHANGELOG.md +54 -0
  1161. package/rds-lambda/node_modules/@jest/console/node_modules/color-convert/LICENSE +21 -0
  1162. package/rds-lambda/node_modules/@jest/console/node_modules/color-convert/README.md +68 -0
  1163. package/rds-lambda/node_modules/@jest/console/node_modules/color-convert/package.json +48 -0
  1164. package/rds-lambda/node_modules/@jest/console/node_modules/color-name/LICENSE +8 -0
  1165. package/rds-lambda/node_modules/@jest/console/node_modules/color-name/README.md +11 -0
  1166. package/rds-lambda/node_modules/@jest/console/node_modules/color-name/package.json +28 -0
  1167. package/rds-lambda/node_modules/@jest/console/node_modules/has-flag/license +9 -0
  1168. package/rds-lambda/node_modules/@jest/console/node_modules/has-flag/package.json +46 -0
  1169. package/rds-lambda/node_modules/@jest/console/node_modules/has-flag/readme.md +89 -0
  1170. package/rds-lambda/node_modules/@jest/console/node_modules/supports-color/license +9 -0
  1171. package/rds-lambda/node_modules/@jest/console/node_modules/supports-color/package.json +53 -0
  1172. package/rds-lambda/node_modules/@jest/console/node_modules/supports-color/readme.md +76 -0
  1173. package/rds-lambda/node_modules/@jest/console/package.json +37 -0
  1174. package/rds-lambda/node_modules/@jest/core/LICENSE +21 -0
  1175. package/rds-lambda/node_modules/@jest/core/README.md +3 -0
  1176. package/rds-lambda/node_modules/@jest/core/node_modules/ansi-styles/license +9 -0
  1177. package/rds-lambda/node_modules/@jest/core/node_modules/ansi-styles/package.json +56 -0
  1178. package/rds-lambda/node_modules/@jest/core/node_modules/ansi-styles/readme.md +152 -0
  1179. package/rds-lambda/node_modules/@jest/core/node_modules/chalk/license +9 -0
  1180. package/rds-lambda/node_modules/@jest/core/node_modules/chalk/package.json +68 -0
  1181. package/rds-lambda/node_modules/@jest/core/node_modules/chalk/readme.md +341 -0
  1182. package/rds-lambda/node_modules/@jest/core/node_modules/color-convert/CHANGELOG.md +54 -0
  1183. package/rds-lambda/node_modules/@jest/core/node_modules/color-convert/LICENSE +21 -0
  1184. package/rds-lambda/node_modules/@jest/core/node_modules/color-convert/README.md +68 -0
  1185. package/rds-lambda/node_modules/@jest/core/node_modules/color-convert/package.json +48 -0
  1186. package/rds-lambda/node_modules/@jest/core/node_modules/color-name/LICENSE +8 -0
  1187. package/rds-lambda/node_modules/@jest/core/node_modules/color-name/README.md +11 -0
  1188. package/rds-lambda/node_modules/@jest/core/node_modules/color-name/package.json +28 -0
  1189. package/rds-lambda/node_modules/@jest/core/node_modules/has-flag/license +9 -0
  1190. package/rds-lambda/node_modules/@jest/core/node_modules/has-flag/package.json +46 -0
  1191. package/rds-lambda/node_modules/@jest/core/node_modules/has-flag/readme.md +89 -0
  1192. package/rds-lambda/node_modules/@jest/core/node_modules/supports-color/license +9 -0
  1193. package/rds-lambda/node_modules/@jest/core/node_modules/supports-color/package.json +53 -0
  1194. package/rds-lambda/node_modules/@jest/core/node_modules/supports-color/readme.md +76 -0
  1195. package/rds-lambda/node_modules/@jest/core/package.json +102 -0
  1196. package/rds-lambda/node_modules/@jest/environment/LICENSE +21 -0
  1197. package/rds-lambda/node_modules/@jest/environment/package.json +32 -0
  1198. package/rds-lambda/node_modules/@jest/expect/LICENSE +21 -0
  1199. package/rds-lambda/node_modules/@jest/expect/README.md +5 -0
  1200. package/rds-lambda/node_modules/@jest/expect/package.json +34 -0
  1201. package/rds-lambda/node_modules/@jest/expect-utils/LICENSE +21 -0
  1202. package/rds-lambda/node_modules/@jest/expect-utils/README.md +5 -0
  1203. package/rds-lambda/node_modules/@jest/expect-utils/package.json +35 -0
  1204. package/rds-lambda/node_modules/@jest/fake-timers/LICENSE +21 -0
  1205. package/rds-lambda/node_modules/@jest/fake-timers/package.json +38 -0
  1206. package/rds-lambda/node_modules/@jest/globals/LICENSE +21 -0
  1207. package/rds-lambda/node_modules/@jest/globals/package.json +32 -0
  1208. package/rds-lambda/node_modules/@jest/reporters/LICENSE +21 -0
  1209. package/rds-lambda/node_modules/@jest/reporters/assets/jest_logo.png +0 -0
  1210. package/rds-lambda/node_modules/@jest/reporters/node_modules/ansi-styles/license +9 -0
  1211. package/rds-lambda/node_modules/@jest/reporters/node_modules/ansi-styles/package.json +56 -0
  1212. package/rds-lambda/node_modules/@jest/reporters/node_modules/ansi-styles/readme.md +152 -0
  1213. package/rds-lambda/node_modules/@jest/reporters/node_modules/chalk/license +9 -0
  1214. package/rds-lambda/node_modules/@jest/reporters/node_modules/chalk/package.json +68 -0
  1215. package/rds-lambda/node_modules/@jest/reporters/node_modules/chalk/readme.md +341 -0
  1216. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-convert/CHANGELOG.md +54 -0
  1217. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-convert/LICENSE +21 -0
  1218. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-convert/README.md +68 -0
  1219. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-convert/package.json +48 -0
  1220. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-name/LICENSE +8 -0
  1221. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-name/README.md +11 -0
  1222. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-name/package.json +28 -0
  1223. package/rds-lambda/node_modules/@jest/reporters/node_modules/has-flag/license +9 -0
  1224. package/rds-lambda/node_modules/@jest/reporters/node_modules/has-flag/package.json +46 -0
  1225. package/rds-lambda/node_modules/@jest/reporters/node_modules/has-flag/readme.md +89 -0
  1226. package/rds-lambda/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/CHANGELOG.md +642 -0
  1227. package/rds-lambda/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/LICENSE +24 -0
  1228. package/rds-lambda/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/README.md +22 -0
  1229. package/rds-lambda/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/package.json +50 -0
  1230. package/rds-lambda/node_modules/@jest/reporters/node_modules/lru-cache/LICENSE +15 -0
  1231. package/rds-lambda/node_modules/@jest/reporters/node_modules/lru-cache/README.md +166 -0
  1232. package/rds-lambda/node_modules/@jest/reporters/node_modules/lru-cache/package.json +34 -0
  1233. package/rds-lambda/node_modules/@jest/reporters/node_modules/semver/LICENSE +15 -0
  1234. package/rds-lambda/node_modules/@jest/reporters/node_modules/semver/README.md +637 -0
  1235. package/rds-lambda/node_modules/@jest/reporters/node_modules/semver/package.json +87 -0
  1236. package/rds-lambda/node_modules/@jest/reporters/node_modules/semver/range.bnf +16 -0
  1237. package/rds-lambda/node_modules/@jest/reporters/node_modules/supports-color/license +9 -0
  1238. package/rds-lambda/node_modules/@jest/reporters/node_modules/supports-color/package.json +53 -0
  1239. package/rds-lambda/node_modules/@jest/reporters/node_modules/supports-color/readme.md +76 -0
  1240. package/rds-lambda/node_modules/@jest/reporters/node_modules/yallist/LICENSE +15 -0
  1241. package/rds-lambda/node_modules/@jest/reporters/node_modules/yallist/README.md +204 -0
  1242. package/rds-lambda/node_modules/@jest/reporters/node_modules/yallist/package.json +29 -0
  1243. package/rds-lambda/node_modules/@jest/reporters/package.json +82 -0
  1244. package/rds-lambda/node_modules/@jest/schemas/LICENSE +21 -0
  1245. package/rds-lambda/node_modules/@jest/schemas/README.md +3 -0
  1246. package/rds-lambda/node_modules/@jest/schemas/package.json +29 -0
  1247. package/rds-lambda/node_modules/@jest/source-map/LICENSE +21 -0
  1248. package/rds-lambda/node_modules/@jest/source-map/package.json +34 -0
  1249. package/rds-lambda/node_modules/@jest/test-result/LICENSE +21 -0
  1250. package/rds-lambda/node_modules/@jest/test-result/package.json +36 -0
  1251. package/rds-lambda/node_modules/@jest/test-sequencer/LICENSE +21 -0
  1252. package/rds-lambda/node_modules/@jest/test-sequencer/package.json +36 -0
  1253. package/rds-lambda/node_modules/@jest/transform/LICENSE +21 -0
  1254. package/rds-lambda/node_modules/@jest/transform/node_modules/ansi-styles/license +9 -0
  1255. package/rds-lambda/node_modules/@jest/transform/node_modules/ansi-styles/package.json +56 -0
  1256. package/rds-lambda/node_modules/@jest/transform/node_modules/ansi-styles/readme.md +152 -0
  1257. package/rds-lambda/node_modules/@jest/transform/node_modules/chalk/license +9 -0
  1258. package/rds-lambda/node_modules/@jest/transform/node_modules/chalk/package.json +68 -0
  1259. package/rds-lambda/node_modules/@jest/transform/node_modules/chalk/readme.md +341 -0
  1260. package/rds-lambda/node_modules/@jest/transform/node_modules/color-convert/CHANGELOG.md +54 -0
  1261. package/rds-lambda/node_modules/@jest/transform/node_modules/color-convert/LICENSE +21 -0
  1262. package/rds-lambda/node_modules/@jest/transform/node_modules/color-convert/README.md +68 -0
  1263. package/rds-lambda/node_modules/@jest/transform/node_modules/color-convert/package.json +48 -0
  1264. package/rds-lambda/node_modules/@jest/transform/node_modules/color-name/LICENSE +8 -0
  1265. package/rds-lambda/node_modules/@jest/transform/node_modules/color-name/README.md +11 -0
  1266. package/rds-lambda/node_modules/@jest/transform/node_modules/color-name/package.json +28 -0
  1267. package/rds-lambda/node_modules/@jest/transform/node_modules/convert-source-map/LICENSE +23 -0
  1268. package/rds-lambda/node_modules/@jest/transform/node_modules/convert-source-map/README.md +206 -0
  1269. package/rds-lambda/node_modules/@jest/transform/node_modules/convert-source-map/package.json +38 -0
  1270. package/rds-lambda/node_modules/@jest/transform/node_modules/has-flag/license +9 -0
  1271. package/rds-lambda/node_modules/@jest/transform/node_modules/has-flag/package.json +46 -0
  1272. package/rds-lambda/node_modules/@jest/transform/node_modules/has-flag/readme.md +89 -0
  1273. package/rds-lambda/node_modules/@jest/transform/node_modules/supports-color/license +9 -0
  1274. package/rds-lambda/node_modules/@jest/transform/node_modules/supports-color/package.json +53 -0
  1275. package/rds-lambda/node_modules/@jest/transform/node_modules/supports-color/readme.md +76 -0
  1276. package/rds-lambda/node_modules/@jest/transform/package.json +52 -0
  1277. package/rds-lambda/node_modules/@jest/types/LICENSE +21 -0
  1278. package/rds-lambda/node_modules/@jest/types/README.md +30 -0
  1279. package/rds-lambda/node_modules/@jest/types/node_modules/ansi-styles/license +9 -0
  1280. package/rds-lambda/node_modules/@jest/types/node_modules/ansi-styles/package.json +56 -0
  1281. package/rds-lambda/node_modules/@jest/types/node_modules/ansi-styles/readme.md +152 -0
  1282. package/rds-lambda/node_modules/@jest/types/node_modules/chalk/license +9 -0
  1283. package/rds-lambda/node_modules/@jest/types/node_modules/chalk/package.json +68 -0
  1284. package/rds-lambda/node_modules/@jest/types/node_modules/chalk/readme.md +341 -0
  1285. package/rds-lambda/node_modules/@jest/types/node_modules/color-convert/CHANGELOG.md +54 -0
  1286. package/rds-lambda/node_modules/@jest/types/node_modules/color-convert/LICENSE +21 -0
  1287. package/rds-lambda/node_modules/@jest/types/node_modules/color-convert/README.md +68 -0
  1288. package/rds-lambda/node_modules/@jest/types/node_modules/color-convert/package.json +48 -0
  1289. package/rds-lambda/node_modules/@jest/types/node_modules/color-name/LICENSE +8 -0
  1290. package/rds-lambda/node_modules/@jest/types/node_modules/color-name/README.md +11 -0
  1291. package/rds-lambda/node_modules/@jest/types/node_modules/color-name/package.json +28 -0
  1292. package/rds-lambda/node_modules/@jest/types/node_modules/has-flag/license +9 -0
  1293. package/rds-lambda/node_modules/@jest/types/node_modules/has-flag/package.json +46 -0
  1294. package/rds-lambda/node_modules/@jest/types/node_modules/has-flag/readme.md +89 -0
  1295. package/rds-lambda/node_modules/@jest/types/node_modules/supports-color/license +9 -0
  1296. package/rds-lambda/node_modules/@jest/types/node_modules/supports-color/package.json +53 -0
  1297. package/rds-lambda/node_modules/@jest/types/node_modules/supports-color/readme.md +76 -0
  1298. package/rds-lambda/node_modules/@jest/types/package.json +38 -0
  1299. package/rds-lambda/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  1300. package/rds-lambda/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  1301. package/rds-lambda/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
  1302. package/rds-lambda/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
  1303. package/rds-lambda/node_modules/@jridgewell/gen-mapping/package.json +77 -0
  1304. package/rds-lambda/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  1305. package/rds-lambda/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  1306. package/rds-lambda/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +242 -0
  1307. package/rds-lambda/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
  1308. package/rds-lambda/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  1309. package/rds-lambda/node_modules/@jridgewell/set-array/LICENSE +19 -0
  1310. package/rds-lambda/node_modules/@jridgewell/set-array/README.md +37 -0
  1311. package/rds-lambda/node_modules/@jridgewell/set-array/dist/set-array.mjs +48 -0
  1312. package/rds-lambda/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
  1313. package/rds-lambda/node_modules/@jridgewell/set-array/package.json +66 -0
  1314. package/rds-lambda/node_modules/@jridgewell/set-array/src/set-array.ts +55 -0
  1315. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
  1316. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
  1317. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
  1318. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
  1319. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
  1320. package/rds-lambda/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  1321. package/rds-lambda/node_modules/@jridgewell/trace-mapping/README.md +252 -0
  1322. package/rds-lambda/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +552 -0
  1323. package/rds-lambda/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
  1324. package/rds-lambda/node_modules/@jridgewell/trace-mapping/package.json +75 -0
  1325. package/rds-lambda/node_modules/@sinclair/typebox/license +23 -0
  1326. package/rds-lambda/node_modules/@sinclair/typebox/package.json +47 -0
  1327. package/rds-lambda/node_modules/@sinclair/typebox/readme.md +1424 -0
  1328. package/rds-lambda/node_modules/@sinonjs/commons/LICENSE +29 -0
  1329. package/rds-lambda/node_modules/@sinonjs/commons/README.md +16 -0
  1330. package/rds-lambda/node_modules/@sinonjs/commons/lib/prototypes/README.md +43 -0
  1331. package/rds-lambda/node_modules/@sinonjs/commons/package.json +57 -0
  1332. package/rds-lambda/node_modules/@sinonjs/fake-timers/LICENSE +11 -0
  1333. package/rds-lambda/node_modules/@sinonjs/fake-timers/README.md +358 -0
  1334. package/rds-lambda/node_modules/@sinonjs/fake-timers/package.json +65 -0
  1335. package/rds-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
  1336. package/rds-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
  1337. package/rds-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
  1338. package/rds-lambda/node_modules/@smithy/types/LICENSE +201 -0
  1339. package/rds-lambda/node_modules/@smithy/types/README.md +41 -0
  1340. package/rds-lambda/node_modules/@smithy/types/package.json +63 -0
  1341. package/rds-lambda/node_modules/@types/babel__core/LICENSE +21 -0
  1342. package/rds-lambda/node_modules/@types/babel__core/README.md +16 -0
  1343. package/rds-lambda/node_modules/@types/babel__core/package.json +51 -0
  1344. package/rds-lambda/node_modules/@types/babel__generator/LICENSE +21 -0
  1345. package/rds-lambda/node_modules/@types/babel__generator/README.md +16 -0
  1346. package/rds-lambda/node_modules/@types/babel__generator/package.json +42 -0
  1347. package/rds-lambda/node_modules/@types/babel__template/LICENSE +21 -0
  1348. package/rds-lambda/node_modules/@types/babel__template/README.md +16 -0
  1349. package/rds-lambda/node_modules/@types/babel__template/package.json +43 -0
  1350. package/rds-lambda/node_modules/@types/babel__traverse/LICENSE +21 -0
  1351. package/rds-lambda/node_modules/@types/babel__traverse/README.md +16 -0
  1352. package/rds-lambda/node_modules/@types/babel__traverse/package.json +62 -0
  1353. package/rds-lambda/node_modules/@types/graceful-fs/LICENSE +21 -0
  1354. package/rds-lambda/node_modules/@types/graceful-fs/README.md +38 -0
  1355. package/rds-lambda/node_modules/@types/graceful-fs/package.json +32 -0
  1356. package/rds-lambda/node_modules/@types/istanbul-lib-coverage/LICENSE +21 -0
  1357. package/rds-lambda/node_modules/@types/istanbul-lib-coverage/README.md +16 -0
  1358. package/rds-lambda/node_modules/@types/istanbul-lib-coverage/package.json +25 -0
  1359. package/rds-lambda/node_modules/@types/istanbul-lib-report/LICENSE +21 -0
  1360. package/rds-lambda/node_modules/@types/istanbul-lib-report/README.md +16 -0
  1361. package/rds-lambda/node_modules/@types/istanbul-lib-report/package.json +31 -0
  1362. package/rds-lambda/node_modules/@types/istanbul-reports/LICENSE +21 -0
  1363. package/rds-lambda/node_modules/@types/istanbul-reports/README.md +94 -0
  1364. package/rds-lambda/node_modules/@types/istanbul-reports/package.json +32 -0
  1365. package/rds-lambda/node_modules/@types/jest/LICENSE +21 -0
  1366. package/rds-lambda/node_modules/@types/jest/README.md +17 -0
  1367. package/rds-lambda/node_modules/@types/jest/package.json +159 -0
  1368. package/rds-lambda/node_modules/@types/knex/LICENSE +21 -0
  1369. package/rds-lambda/node_modules/@types/knex/README.md +3 -0
  1370. package/rds-lambda/node_modules/@types/knex/package.json +14 -0
  1371. package/rds-lambda/node_modules/@types/node/LICENSE +21 -0
  1372. package/rds-lambda/node_modules/@types/node/README.md +16 -0
  1373. package/rds-lambda/node_modules/@types/node/package.json +232 -0
  1374. package/rds-lambda/node_modules/@types/stack-utils/LICENSE +21 -0
  1375. package/rds-lambda/node_modules/@types/stack-utils/README.md +85 -0
  1376. package/rds-lambda/node_modules/@types/stack-utils/package.json +25 -0
  1377. package/rds-lambda/node_modules/@types/yargs/LICENSE +21 -0
  1378. package/rds-lambda/node_modules/@types/yargs/README.md +16 -0
  1379. package/rds-lambda/node_modules/@types/yargs/helpers.d.mts +1 -0
  1380. package/rds-lambda/node_modules/@types/yargs/index.d.mts +46 -0
  1381. package/rds-lambda/node_modules/@types/yargs/package.json +87 -0
  1382. package/rds-lambda/node_modules/@types/yargs-parser/LICENSE +21 -0
  1383. package/rds-lambda/node_modules/@types/yargs-parser/README.md +16 -0
  1384. package/rds-lambda/node_modules/@types/yargs-parser/package.json +25 -0
  1385. package/rds-lambda/node_modules/ansi-escapes/license +9 -0
  1386. package/rds-lambda/node_modules/ansi-escapes/package.json +57 -0
  1387. package/rds-lambda/node_modules/ansi-escapes/readme.md +245 -0
  1388. package/rds-lambda/node_modules/ansi-regex/license +9 -0
  1389. package/rds-lambda/node_modules/ansi-regex/package.json +55 -0
  1390. package/rds-lambda/node_modules/ansi-regex/readme.md +78 -0
  1391. package/rds-lambda/node_modules/ansi-styles/license +9 -0
  1392. package/rds-lambda/node_modules/ansi-styles/package.json +56 -0
  1393. package/rds-lambda/node_modules/ansi-styles/readme.md +147 -0
  1394. package/rds-lambda/node_modules/anymatch/LICENSE +15 -0
  1395. package/rds-lambda/node_modules/anymatch/README.md +87 -0
  1396. package/rds-lambda/node_modules/anymatch/package.json +48 -0
  1397. package/rds-lambda/node_modules/archiver/CHANGELOG.md +246 -0
  1398. package/rds-lambda/node_modules/archiver/LICENSE +22 -0
  1399. package/rds-lambda/node_modules/archiver/README.md +94 -0
  1400. package/rds-lambda/node_modules/archiver/package.json +60 -0
  1401. package/rds-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
  1402. package/rds-lambda/node_modules/archiver-utils/LICENSE +22 -0
  1403. package/rds-lambda/node_modules/archiver-utils/README.md +7 -0
  1404. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
  1405. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  1406. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
  1407. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
  1408. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
  1409. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  1410. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
  1411. package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
  1412. package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
  1413. package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
  1414. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
  1415. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
  1416. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
  1417. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
  1418. package/rds-lambda/node_modules/archiver-utils/package.json +54 -0
  1419. package/rds-lambda/node_modules/argparse/CHANGELOG.md +185 -0
  1420. package/rds-lambda/node_modules/argparse/LICENSE +21 -0
  1421. package/rds-lambda/node_modules/argparse/README.md +257 -0
  1422. package/rds-lambda/node_modules/argparse/package.json +34 -0
  1423. package/rds-lambda/node_modules/async/CHANGELOG.md +348 -0
  1424. package/rds-lambda/node_modules/async/LICENSE +19 -0
  1425. package/rds-lambda/node_modules/async/README.md +59 -0
  1426. package/rds-lambda/node_modules/async/bower.json +17 -0
  1427. package/rds-lambda/node_modules/async/dist/async.mjs +5947 -0
  1428. package/rds-lambda/node_modules/async/package.json +75 -0
  1429. package/rds-lambda/node_modules/babel-jest/LICENSE +21 -0
  1430. package/rds-lambda/node_modules/babel-jest/README.md +25 -0
  1431. package/rds-lambda/node_modules/babel-jest/node_modules/ansi-styles/license +9 -0
  1432. package/rds-lambda/node_modules/babel-jest/node_modules/ansi-styles/package.json +56 -0
  1433. package/rds-lambda/node_modules/babel-jest/node_modules/ansi-styles/readme.md +152 -0
  1434. package/rds-lambda/node_modules/babel-jest/node_modules/chalk/license +9 -0
  1435. package/rds-lambda/node_modules/babel-jest/node_modules/chalk/package.json +68 -0
  1436. package/rds-lambda/node_modules/babel-jest/node_modules/chalk/readme.md +341 -0
  1437. package/rds-lambda/node_modules/babel-jest/node_modules/color-convert/CHANGELOG.md +54 -0
  1438. package/rds-lambda/node_modules/babel-jest/node_modules/color-convert/LICENSE +21 -0
  1439. package/rds-lambda/node_modules/babel-jest/node_modules/color-convert/README.md +68 -0
  1440. package/rds-lambda/node_modules/babel-jest/node_modules/color-convert/package.json +48 -0
  1441. package/rds-lambda/node_modules/babel-jest/node_modules/color-name/LICENSE +8 -0
  1442. package/rds-lambda/node_modules/babel-jest/node_modules/color-name/README.md +11 -0
  1443. package/rds-lambda/node_modules/babel-jest/node_modules/color-name/package.json +28 -0
  1444. package/rds-lambda/node_modules/babel-jest/node_modules/has-flag/license +9 -0
  1445. package/rds-lambda/node_modules/babel-jest/node_modules/has-flag/package.json +46 -0
  1446. package/rds-lambda/node_modules/babel-jest/node_modules/has-flag/readme.md +89 -0
  1447. package/rds-lambda/node_modules/babel-jest/node_modules/supports-color/license +9 -0
  1448. package/rds-lambda/node_modules/babel-jest/node_modules/supports-color/package.json +53 -0
  1449. package/rds-lambda/node_modules/babel-jest/node_modules/supports-color/readme.md +76 -0
  1450. package/rds-lambda/node_modules/babel-jest/package.json +44 -0
  1451. package/rds-lambda/node_modules/babel-plugin-istanbul/CHANGELOG.md +320 -0
  1452. package/rds-lambda/node_modules/babel-plugin-istanbul/LICENSE +27 -0
  1453. package/rds-lambda/node_modules/babel-plugin-istanbul/README.md +135 -0
  1454. package/rds-lambda/node_modules/babel-plugin-istanbul/package.json +71 -0
  1455. package/rds-lambda/node_modules/babel-plugin-jest-hoist/LICENSE +21 -0
  1456. package/rds-lambda/node_modules/babel-plugin-jest-hoist/README.md +33 -0
  1457. package/rds-lambda/node_modules/babel-plugin-jest-hoist/package.json +42 -0
  1458. package/rds-lambda/node_modules/babel-preset-current-node-syntax/LICENSE +22 -0
  1459. package/rds-lambda/node_modules/babel-preset-current-node-syntax/README.md +30 -0
  1460. package/rds-lambda/node_modules/babel-preset-current-node-syntax/package.json +41 -0
  1461. package/rds-lambda/node_modules/babel-preset-current-node-syntax/scripts/check-yarn-bug.sh +5 -0
  1462. package/rds-lambda/node_modules/babel-preset-jest/LICENSE +21 -0
  1463. package/rds-lambda/node_modules/babel-preset-jest/README.md +33 -0
  1464. package/rds-lambda/node_modules/babel-preset-jest/package.json +29 -0
  1465. package/rds-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  1466. package/rds-lambda/node_modules/balanced-match/LICENSE.md +21 -0
  1467. package/rds-lambda/node_modules/balanced-match/README.md +97 -0
  1468. package/rds-lambda/node_modules/balanced-match/package.json +48 -0
  1469. package/rds-lambda/node_modules/base64-js/LICENSE +21 -0
  1470. package/rds-lambda/node_modules/base64-js/README.md +34 -0
  1471. package/rds-lambda/node_modules/base64-js/package.json +47 -0
  1472. package/rds-lambda/node_modules/bestzip/LICENSE +21 -0
  1473. package/rds-lambda/node_modules/bestzip/package.json +46 -0
  1474. package/rds-lambda/node_modules/bestzip/readme.md +91 -0
  1475. package/rds-lambda/node_modules/bl/.travis.yml +17 -0
  1476. package/rds-lambda/node_modules/bl/LICENSE.md +13 -0
  1477. package/rds-lambda/node_modules/bl/README.md +247 -0
  1478. package/rds-lambda/node_modules/bl/package.json +37 -0
  1479. package/rds-lambda/node_modules/bowser/CHANGELOG.md +218 -0
  1480. package/rds-lambda/node_modules/bowser/LICENSE +39 -0
  1481. package/rds-lambda/node_modules/bowser/README.md +179 -0
  1482. package/rds-lambda/node_modules/bowser/package.json +83 -0
  1483. package/rds-lambda/node_modules/brace-expansion/LICENSE +21 -0
  1484. package/rds-lambda/node_modules/brace-expansion/README.md +129 -0
  1485. package/rds-lambda/node_modules/brace-expansion/package.json +47 -0
  1486. package/rds-lambda/node_modules/braces/CHANGELOG.md +184 -0
  1487. package/rds-lambda/node_modules/braces/LICENSE +21 -0
  1488. package/rds-lambda/node_modules/braces/README.md +593 -0
  1489. package/rds-lambda/node_modules/braces/package.json +77 -0
  1490. package/rds-lambda/node_modules/browserslist/LICENSE +20 -0
  1491. package/rds-lambda/node_modules/browserslist/README.md +73 -0
  1492. package/rds-lambda/node_modules/browserslist/package.json +44 -0
  1493. package/rds-lambda/node_modules/bs-logger/CHANGELOG.md +60 -0
  1494. package/rds-lambda/node_modules/bs-logger/LICENSE +21 -0
  1495. package/rds-lambda/node_modules/bs-logger/README.md +319 -0
  1496. package/rds-lambda/node_modules/bs-logger/package.json +73 -0
  1497. package/rds-lambda/node_modules/bser/README.md +81 -0
  1498. package/rds-lambda/node_modules/bser/package.json +33 -0
  1499. package/rds-lambda/node_modules/buffer/AUTHORS.md +70 -0
  1500. package/rds-lambda/node_modules/buffer/LICENSE +21 -0
  1501. package/rds-lambda/node_modules/buffer/README.md +410 -0
  1502. package/rds-lambda/node_modules/buffer/package.json +96 -0
  1503. package/rds-lambda/node_modules/buffer-crc32/LICENSE +19 -0
  1504. package/rds-lambda/node_modules/buffer-crc32/README.md +47 -0
  1505. package/rds-lambda/node_modules/buffer-crc32/package.json +39 -0
  1506. package/rds-lambda/node_modules/buffer-from/LICENSE +21 -0
  1507. package/rds-lambda/node_modules/buffer-from/package.json +19 -0
  1508. package/rds-lambda/node_modules/buffer-from/readme.md +69 -0
  1509. package/rds-lambda/node_modules/callsites/license +9 -0
  1510. package/rds-lambda/node_modules/callsites/package.json +39 -0
  1511. package/rds-lambda/node_modules/callsites/readme.md +48 -0
  1512. package/rds-lambda/node_modules/camelcase/license +9 -0
  1513. package/rds-lambda/node_modules/camelcase/package.json +43 -0
  1514. package/rds-lambda/node_modules/camelcase/readme.md +99 -0
  1515. package/rds-lambda/node_modules/caniuse-lite/LICENSE +395 -0
  1516. package/rds-lambda/node_modules/caniuse-lite/README.md +6 -0
  1517. package/rds-lambda/node_modules/caniuse-lite/package.json +34 -0
  1518. package/rds-lambda/node_modules/chalk/index.js.flow +93 -0
  1519. package/rds-lambda/node_modules/chalk/license +9 -0
  1520. package/rds-lambda/node_modules/chalk/package.json +71 -0
  1521. package/rds-lambda/node_modules/chalk/readme.md +314 -0
  1522. package/rds-lambda/node_modules/char-regex/LICENSE +21 -0
  1523. package/rds-lambda/node_modules/char-regex/README.md +27 -0
  1524. package/rds-lambda/node_modules/char-regex/package.json +44 -0
  1525. package/rds-lambda/node_modules/ci-info/CHANGELOG.md +173 -0
  1526. package/rds-lambda/node_modules/ci-info/LICENSE +21 -0
  1527. package/rds-lambda/node_modules/ci-info/README.md +135 -0
  1528. package/rds-lambda/node_modules/ci-info/package.json +45 -0
  1529. package/rds-lambda/node_modules/ci-info/vendors.json +318 -0
  1530. package/rds-lambda/node_modules/cjs-module-lexer/LICENSE +10 -0
  1531. package/rds-lambda/node_modules/cjs-module-lexer/README.md +461 -0
  1532. package/rds-lambda/node_modules/cjs-module-lexer/dist/lexer.mjs +2 -0
  1533. package/rds-lambda/node_modules/cjs-module-lexer/package.json +45 -0
  1534. package/rds-lambda/node_modules/cliui/CHANGELOG.md +121 -0
  1535. package/rds-lambda/node_modules/cliui/LICENSE.txt +14 -0
  1536. package/rds-lambda/node_modules/cliui/README.md +141 -0
  1537. package/rds-lambda/node_modules/cliui/build/index.cjs +302 -0
  1538. package/rds-lambda/node_modules/cliui/index.mjs +13 -0
  1539. package/rds-lambda/node_modules/cliui/package.json +83 -0
  1540. package/rds-lambda/node_modules/co/History.md +172 -0
  1541. package/rds-lambda/node_modules/co/LICENSE +22 -0
  1542. package/rds-lambda/node_modules/co/Readme.md +212 -0
  1543. package/rds-lambda/node_modules/co/package.json +34 -0
  1544. package/rds-lambda/node_modules/collect-v8-coverage/CHANGELOG.md +18 -0
  1545. package/rds-lambda/node_modules/collect-v8-coverage/LICENSE +22 -0
  1546. package/rds-lambda/node_modules/collect-v8-coverage/README.md +15 -0
  1547. package/rds-lambda/node_modules/collect-v8-coverage/package.json +52 -0
  1548. package/rds-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
  1549. package/rds-lambda/node_modules/color-convert/LICENSE +21 -0
  1550. package/rds-lambda/node_modules/color-convert/README.md +68 -0
  1551. package/rds-lambda/node_modules/color-convert/package.json +46 -0
  1552. package/rds-lambda/node_modules/color-name/.eslintrc.json +43 -0
  1553. package/rds-lambda/node_modules/color-name/LICENSE +8 -0
  1554. package/rds-lambda/node_modules/color-name/README.md +11 -0
  1555. package/rds-lambda/node_modules/color-name/package.json +25 -0
  1556. package/rds-lambda/node_modules/colorette/LICENSE.md +7 -0
  1557. package/rds-lambda/node_modules/colorette/README.md +134 -0
  1558. package/rds-lambda/node_modules/colorette/index.cjs +218 -0
  1559. package/rds-lambda/node_modules/colorette/package.json +39 -0
  1560. package/rds-lambda/node_modules/commander/LICENSE +22 -0
  1561. package/rds-lambda/node_modules/commander/Readme.md +1134 -0
  1562. package/rds-lambda/node_modules/commander/esm.mjs +16 -0
  1563. package/rds-lambda/node_modules/commander/package-support.json +16 -0
  1564. package/rds-lambda/node_modules/commander/package.json +80 -0
  1565. package/rds-lambda/node_modules/compress-commons/CHANGELOG.md +60 -0
  1566. package/rds-lambda/node_modules/compress-commons/LICENSE +22 -0
  1567. package/rds-lambda/node_modules/compress-commons/README.md +25 -0
  1568. package/rds-lambda/node_modules/compress-commons/package.json +45 -0
  1569. package/rds-lambda/node_modules/concat-map/.travis.yml +4 -0
  1570. package/rds-lambda/node_modules/concat-map/LICENSE +18 -0
  1571. package/rds-lambda/node_modules/concat-map/README.markdown +62 -0
  1572. package/rds-lambda/node_modules/concat-map/package.json +43 -0
  1573. package/rds-lambda/node_modules/convert-source-map/LICENSE +23 -0
  1574. package/rds-lambda/node_modules/convert-source-map/README.md +123 -0
  1575. package/rds-lambda/node_modules/convert-source-map/package.json +41 -0
  1576. package/rds-lambda/node_modules/core-util-is/LICENSE +19 -0
  1577. package/rds-lambda/node_modules/core-util-is/README.md +3 -0
  1578. package/rds-lambda/node_modules/core-util-is/package.json +38 -0
  1579. package/rds-lambda/node_modules/crc-32/LICENSE +201 -0
  1580. package/rds-lambda/node_modules/crc-32/README.md +200 -0
  1581. package/rds-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
  1582. package/rds-lambda/node_modules/crc-32/package.json +43 -0
  1583. package/rds-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
  1584. package/rds-lambda/node_modules/crc-32/types/tslint.json +11 -0
  1585. package/rds-lambda/node_modules/crc32-stream/CHANGELOG.md +59 -0
  1586. package/rds-lambda/node_modules/crc32-stream/LICENSE +22 -0
  1587. package/rds-lambda/node_modules/crc32-stream/README.md +79 -0
  1588. package/rds-lambda/node_modules/crc32-stream/package.json +45 -0
  1589. package/rds-lambda/node_modules/cross-spawn/CHANGELOG.md +130 -0
  1590. package/rds-lambda/node_modules/cross-spawn/LICENSE +21 -0
  1591. package/rds-lambda/node_modules/cross-spawn/README.md +96 -0
  1592. package/rds-lambda/node_modules/cross-spawn/package.json +73 -0
  1593. package/rds-lambda/node_modules/debug/LICENSE +20 -0
  1594. package/rds-lambda/node_modules/debug/README.md +481 -0
  1595. package/rds-lambda/node_modules/debug/package.json +59 -0
  1596. package/rds-lambda/node_modules/dedent/LICENSE +21 -0
  1597. package/rds-lambda/node_modules/dedent/README.md +115 -0
  1598. package/rds-lambda/node_modules/dedent/dist/dedent.d.mts +17 -0
  1599. package/rds-lambda/node_modules/dedent/dist/dedent.mjs +59 -0
  1600. package/rds-lambda/node_modules/dedent/package.json +87 -0
  1601. package/rds-lambda/node_modules/deepmerge/.editorconfig +7 -0
  1602. package/rds-lambda/node_modules/deepmerge/.eslintcache +1 -0
  1603. package/rds-lambda/node_modules/deepmerge/changelog.md +167 -0
  1604. package/rds-lambda/node_modules/deepmerge/license.txt +21 -0
  1605. package/rds-lambda/node_modules/deepmerge/package.json +42 -0
  1606. package/rds-lambda/node_modules/deepmerge/readme.md +264 -0
  1607. package/rds-lambda/node_modules/detect-newline/license +9 -0
  1608. package/rds-lambda/node_modules/detect-newline/package.json +39 -0
  1609. package/rds-lambda/node_modules/detect-newline/readme.md +42 -0
  1610. package/rds-lambda/node_modules/diff-sequences/LICENSE +21 -0
  1611. package/rds-lambda/node_modules/diff-sequences/README.md +404 -0
  1612. package/rds-lambda/node_modules/diff-sequences/package.json +39 -0
  1613. package/rds-lambda/node_modules/electron-to-chromium/CHANGELOG.md +14 -0
  1614. package/rds-lambda/node_modules/electron-to-chromium/LICENSE +5 -0
  1615. package/rds-lambda/node_modules/electron-to-chromium/README.md +186 -0
  1616. package/rds-lambda/node_modules/electron-to-chromium/chromium-versions.json +1 -0
  1617. package/rds-lambda/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
  1618. package/rds-lambda/node_modules/electron-to-chromium/full-versions.json +1 -0
  1619. package/rds-lambda/node_modules/electron-to-chromium/package.json +44 -0
  1620. package/rds-lambda/node_modules/electron-to-chromium/versions.json +1 -0
  1621. package/rds-lambda/node_modules/emittery/license +9 -0
  1622. package/rds-lambda/node_modules/emittery/package.json +67 -0
  1623. package/rds-lambda/node_modules/emittery/readme.md +569 -0
  1624. package/rds-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  1625. package/rds-lambda/node_modules/emoji-regex/README.md +73 -0
  1626. package/rds-lambda/node_modules/emoji-regex/package.json +50 -0
  1627. package/rds-lambda/node_modules/end-of-stream/LICENSE +21 -0
  1628. package/rds-lambda/node_modules/end-of-stream/README.md +54 -0
  1629. package/rds-lambda/node_modules/end-of-stream/package.json +37 -0
  1630. package/rds-lambda/node_modules/error-ex/LICENSE +21 -0
  1631. package/rds-lambda/node_modules/error-ex/README.md +144 -0
  1632. package/rds-lambda/node_modules/error-ex/package.json +46 -0
  1633. package/rds-lambda/node_modules/escalade/dist/index.mjs +22 -0
  1634. package/rds-lambda/node_modules/escalade/license +9 -0
  1635. package/rds-lambda/node_modules/escalade/package.json +61 -0
  1636. package/rds-lambda/node_modules/escalade/readme.md +211 -0
  1637. package/rds-lambda/node_modules/escalade/sync/index.mjs +18 -0
  1638. package/rds-lambda/node_modules/escape-string-regexp/license +21 -0
  1639. package/rds-lambda/node_modules/escape-string-regexp/package.json +41 -0
  1640. package/rds-lambda/node_modules/escape-string-regexp/readme.md +27 -0
  1641. package/rds-lambda/node_modules/esm/LICENSE +23 -0
  1642. package/rds-lambda/node_modules/esm/README.md +137 -0
  1643. package/rds-lambda/node_modules/esm/package.json +27 -0
  1644. package/rds-lambda/node_modules/esprima/ChangeLog +235 -0
  1645. package/rds-lambda/node_modules/esprima/LICENSE.BSD +21 -0
  1646. package/rds-lambda/node_modules/esprima/README.md +46 -0
  1647. package/rds-lambda/node_modules/esprima/package.json +112 -0
  1648. package/rds-lambda/node_modules/execa/license +9 -0
  1649. package/rds-lambda/node_modules/execa/package.json +74 -0
  1650. package/rds-lambda/node_modules/execa/readme.md +663 -0
  1651. package/rds-lambda/node_modules/exit/.jshintrc +14 -0
  1652. package/rds-lambda/node_modules/exit/.travis.yml +6 -0
  1653. package/rds-lambda/node_modules/exit/LICENSE-MIT +22 -0
  1654. package/rds-lambda/node_modules/exit/README.md +75 -0
  1655. package/rds-lambda/node_modules/exit/package.json +47 -0
  1656. package/rds-lambda/node_modules/exit/test/fixtures/10-stderr.txt +10 -0
  1657. package/rds-lambda/node_modules/exit/test/fixtures/10-stdout-stderr.txt +20 -0
  1658. package/rds-lambda/node_modules/exit/test/fixtures/10-stdout.txt +10 -0
  1659. package/rds-lambda/node_modules/exit/test/fixtures/100-stderr.txt +100 -0
  1660. package/rds-lambda/node_modules/exit/test/fixtures/100-stdout-stderr.txt +200 -0
  1661. package/rds-lambda/node_modules/exit/test/fixtures/100-stdout.txt +100 -0
  1662. package/rds-lambda/node_modules/exit/test/fixtures/1000-stderr.txt +1000 -0
  1663. package/rds-lambda/node_modules/exit/test/fixtures/1000-stdout-stderr.txt +2000 -0
  1664. package/rds-lambda/node_modules/exit/test/fixtures/1000-stdout.txt +1000 -0
  1665. package/rds-lambda/node_modules/exit/test/fixtures/create-files.sh +8 -0
  1666. package/rds-lambda/node_modules/expect/LICENSE +21 -0
  1667. package/rds-lambda/node_modules/expect/README.md +3 -0
  1668. package/rds-lambda/node_modules/expect/package.json +43 -0
  1669. package/rds-lambda/node_modules/fast-json-stable-stringify/.eslintrc.yml +26 -0
  1670. package/rds-lambda/node_modules/fast-json-stable-stringify/.github/FUNDING.yml +1 -0
  1671. package/rds-lambda/node_modules/fast-json-stable-stringify/.travis.yml +8 -0
  1672. package/rds-lambda/node_modules/fast-json-stable-stringify/LICENSE +21 -0
  1673. package/rds-lambda/node_modules/fast-json-stable-stringify/README.md +131 -0
  1674. package/rds-lambda/node_modules/fast-json-stable-stringify/benchmark/test.json +137 -0
  1675. package/rds-lambda/node_modules/fast-json-stable-stringify/package.json +52 -0
  1676. package/rds-lambda/node_modules/fast-xml-parser/CHANGELOG.md +525 -0
  1677. package/rds-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
  1678. package/rds-lambda/node_modules/fast-xml-parser/README.md +203 -0
  1679. package/rds-lambda/node_modules/fast-xml-parser/package.json +68 -0
  1680. package/rds-lambda/node_modules/fb-watchman/README.md +34 -0
  1681. package/rds-lambda/node_modules/fb-watchman/package.json +35 -0
  1682. package/rds-lambda/node_modules/fill-range/LICENSE +21 -0
  1683. package/rds-lambda/node_modules/fill-range/README.md +237 -0
  1684. package/rds-lambda/node_modules/fill-range/package.json +69 -0
  1685. package/rds-lambda/node_modules/find-up/license +9 -0
  1686. package/rds-lambda/node_modules/find-up/package.json +53 -0
  1687. package/rds-lambda/node_modules/find-up/readme.md +156 -0
  1688. package/rds-lambda/node_modules/fs-constants/LICENSE +21 -0
  1689. package/rds-lambda/node_modules/fs-constants/README.md +26 -0
  1690. package/rds-lambda/node_modules/fs-constants/package.json +19 -0
  1691. package/rds-lambda/node_modules/fs.realpath/LICENSE +43 -0
  1692. package/rds-lambda/node_modules/fs.realpath/README.md +33 -0
  1693. package/rds-lambda/node_modules/fs.realpath/package.json +26 -0
  1694. package/rds-lambda/node_modules/function-bind/.editorconfig +20 -0
  1695. package/rds-lambda/node_modules/function-bind/.eslintrc +15 -0
  1696. package/rds-lambda/node_modules/function-bind/.jscs.json +176 -0
  1697. package/rds-lambda/node_modules/function-bind/.travis.yml +168 -0
  1698. package/rds-lambda/node_modules/function-bind/LICENSE +20 -0
  1699. package/rds-lambda/node_modules/function-bind/README.md +48 -0
  1700. package/rds-lambda/node_modules/function-bind/package.json +63 -0
  1701. package/rds-lambda/node_modules/function-bind/test/.eslintrc +9 -0
  1702. package/rds-lambda/node_modules/gensync/LICENSE +7 -0
  1703. package/rds-lambda/node_modules/gensync/README.md +196 -0
  1704. package/rds-lambda/node_modules/gensync/index.js.flow +32 -0
  1705. package/rds-lambda/node_modules/gensync/package.json +37 -0
  1706. package/rds-lambda/node_modules/gensync/test/.babelrc +5 -0
  1707. package/rds-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
  1708. package/rds-lambda/node_modules/get-caller-file/README.md +41 -0
  1709. package/rds-lambda/node_modules/get-caller-file/package.json +42 -0
  1710. package/rds-lambda/node_modules/get-package-type/CHANGELOG.md +10 -0
  1711. package/rds-lambda/node_modules/get-package-type/LICENSE +21 -0
  1712. package/rds-lambda/node_modules/get-package-type/README.md +32 -0
  1713. package/rds-lambda/node_modules/get-package-type/async.cjs +52 -0
  1714. package/rds-lambda/node_modules/get-package-type/cache.cjs +3 -0
  1715. package/rds-lambda/node_modules/get-package-type/index.cjs +7 -0
  1716. package/rds-lambda/node_modules/get-package-type/is-node-modules.cjs +15 -0
  1717. package/rds-lambda/node_modules/get-package-type/package.json +35 -0
  1718. package/rds-lambda/node_modules/get-package-type/sync.cjs +42 -0
  1719. package/rds-lambda/node_modules/get-stream/license +9 -0
  1720. package/rds-lambda/node_modules/get-stream/package.json +47 -0
  1721. package/rds-lambda/node_modules/get-stream/readme.md +124 -0
  1722. package/rds-lambda/node_modules/getopts/LICENSE.md +7 -0
  1723. package/rds-lambda/node_modules/getopts/README.md +264 -0
  1724. package/rds-lambda/node_modules/getopts/index.cjs +193 -0
  1725. package/rds-lambda/node_modules/getopts/package.json +41 -0
  1726. package/rds-lambda/node_modules/glob/LICENSE +21 -0
  1727. package/rds-lambda/node_modules/glob/README.md +378 -0
  1728. package/rds-lambda/node_modules/glob/package.json +55 -0
  1729. package/rds-lambda/node_modules/globals/globals.json +1563 -0
  1730. package/rds-lambda/node_modules/globals/license +9 -0
  1731. package/rds-lambda/node_modules/globals/package.json +41 -0
  1732. package/rds-lambda/node_modules/globals/readme.md +41 -0
  1733. package/rds-lambda/node_modules/graceful-fs/LICENSE +15 -0
  1734. package/rds-lambda/node_modules/graceful-fs/README.md +143 -0
  1735. package/rds-lambda/node_modules/graceful-fs/package.json +53 -0
  1736. package/rds-lambda/node_modules/has/LICENSE-MIT +22 -0
  1737. package/rds-lambda/node_modules/has/README.md +18 -0
  1738. package/rds-lambda/node_modules/has/package.json +48 -0
  1739. package/rds-lambda/node_modules/has-flag/license +9 -0
  1740. package/rds-lambda/node_modules/has-flag/package.json +44 -0
  1741. package/rds-lambda/node_modules/has-flag/readme.md +70 -0
  1742. package/rds-lambda/node_modules/html-escaper/LICENSE.txt +19 -0
  1743. package/rds-lambda/node_modules/html-escaper/README.md +97 -0
  1744. package/rds-lambda/node_modules/html-escaper/cjs/package.json +1 -0
  1745. package/rds-lambda/node_modules/html-escaper/package.json +42 -0
  1746. package/rds-lambda/node_modules/html-escaper/test/package.json +1 -0
  1747. package/rds-lambda/node_modules/human-signals/CHANGELOG.md +11 -0
  1748. package/rds-lambda/node_modules/human-signals/LICENSE +201 -0
  1749. package/rds-lambda/node_modules/human-signals/README.md +165 -0
  1750. package/rds-lambda/node_modules/human-signals/package.json +64 -0
  1751. package/rds-lambda/node_modules/ieee754/LICENSE +11 -0
  1752. package/rds-lambda/node_modules/ieee754/README.md +51 -0
  1753. package/rds-lambda/node_modules/ieee754/package.json +52 -0
  1754. package/rds-lambda/node_modules/import-local/license +9 -0
  1755. package/rds-lambda/node_modules/import-local/package.json +52 -0
  1756. package/rds-lambda/node_modules/import-local/readme.md +37 -0
  1757. package/rds-lambda/node_modules/imurmurhash/README.md +122 -0
  1758. package/rds-lambda/node_modules/imurmurhash/package.json +40 -0
  1759. package/rds-lambda/node_modules/inflight/LICENSE +15 -0
  1760. package/rds-lambda/node_modules/inflight/README.md +37 -0
  1761. package/rds-lambda/node_modules/inflight/package.json +29 -0
  1762. package/rds-lambda/node_modules/inherits/LICENSE +16 -0
  1763. package/rds-lambda/node_modules/inherits/README.md +42 -0
  1764. package/rds-lambda/node_modules/inherits/package.json +29 -0
  1765. package/rds-lambda/node_modules/interpret/CHANGELOG +115 -0
  1766. package/rds-lambda/node_modules/interpret/LICENSE +22 -0
  1767. package/rds-lambda/node_modules/interpret/README.md +229 -0
  1768. package/rds-lambda/node_modules/interpret/package.json +75 -0
  1769. package/rds-lambda/node_modules/is-arrayish/.editorconfig +18 -0
  1770. package/rds-lambda/node_modules/is-arrayish/.istanbul.yml +4 -0
  1771. package/rds-lambda/node_modules/is-arrayish/.travis.yml +17 -0
  1772. package/rds-lambda/node_modules/is-arrayish/LICENSE +21 -0
  1773. package/rds-lambda/node_modules/is-arrayish/README.md +16 -0
  1774. package/rds-lambda/node_modules/is-arrayish/package.json +34 -0
  1775. package/rds-lambda/node_modules/is-core-module/.eslintrc +18 -0
  1776. package/rds-lambda/node_modules/is-core-module/.nycrc +9 -0
  1777. package/rds-lambda/node_modules/is-core-module/CHANGELOG.md +173 -0
  1778. package/rds-lambda/node_modules/is-core-module/LICENSE +20 -0
  1779. package/rds-lambda/node_modules/is-core-module/README.md +40 -0
  1780. package/rds-lambda/node_modules/is-core-module/core.json +158 -0
  1781. package/rds-lambda/node_modules/is-core-module/package.json +73 -0
  1782. package/rds-lambda/node_modules/is-fullwidth-code-point/license +9 -0
  1783. package/rds-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
  1784. package/rds-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
  1785. package/rds-lambda/node_modules/is-generator-fn/license +9 -0
  1786. package/rds-lambda/node_modules/is-generator-fn/package.json +38 -0
  1787. package/rds-lambda/node_modules/is-generator-fn/readme.md +33 -0
  1788. package/rds-lambda/node_modules/is-number/LICENSE +21 -0
  1789. package/rds-lambda/node_modules/is-number/README.md +187 -0
  1790. package/rds-lambda/node_modules/is-number/package.json +82 -0
  1791. package/rds-lambda/node_modules/is-stream/license +9 -0
  1792. package/rds-lambda/node_modules/is-stream/package.json +42 -0
  1793. package/rds-lambda/node_modules/is-stream/readme.md +60 -0
  1794. package/rds-lambda/node_modules/isarray/.travis.yml +4 -0
  1795. package/rds-lambda/node_modules/isarray/Makefile +6 -0
  1796. package/rds-lambda/node_modules/isarray/README.md +60 -0
  1797. package/rds-lambda/node_modules/isarray/component.json +19 -0
  1798. package/rds-lambda/node_modules/isarray/package.json +45 -0
  1799. package/rds-lambda/node_modules/isexe/LICENSE +15 -0
  1800. package/rds-lambda/node_modules/isexe/README.md +51 -0
  1801. package/rds-lambda/node_modules/isexe/package.json +31 -0
  1802. package/rds-lambda/node_modules/istanbul-lib-coverage/CHANGELOG.md +193 -0
  1803. package/rds-lambda/node_modules/istanbul-lib-coverage/LICENSE +24 -0
  1804. package/rds-lambda/node_modules/istanbul-lib-coverage/README.md +29 -0
  1805. package/rds-lambda/node_modules/istanbul-lib-coverage/package.json +47 -0
  1806. package/rds-lambda/node_modules/istanbul-lib-instrument/CHANGELOG.md +631 -0
  1807. package/rds-lambda/node_modules/istanbul-lib-instrument/LICENSE +24 -0
  1808. package/rds-lambda/node_modules/istanbul-lib-instrument/README.md +22 -0
  1809. package/rds-lambda/node_modules/istanbul-lib-instrument/package.json +50 -0
  1810. package/rds-lambda/node_modules/istanbul-lib-report/CHANGELOG.md +192 -0
  1811. package/rds-lambda/node_modules/istanbul-lib-report/LICENSE +24 -0
  1812. package/rds-lambda/node_modules/istanbul-lib-report/README.md +43 -0
  1813. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/has-flag/license +9 -0
  1814. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/has-flag/package.json +46 -0
  1815. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/has-flag/readme.md +89 -0
  1816. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/supports-color/license +9 -0
  1817. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/supports-color/package.json +53 -0
  1818. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/supports-color/readme.md +76 -0
  1819. package/rds-lambda/node_modules/istanbul-lib-report/package.json +44 -0
  1820. package/rds-lambda/node_modules/istanbul-lib-source-maps/CHANGELOG.md +295 -0
  1821. package/rds-lambda/node_modules/istanbul-lib-source-maps/LICENSE +24 -0
  1822. package/rds-lambda/node_modules/istanbul-lib-source-maps/README.md +11 -0
  1823. package/rds-lambda/node_modules/istanbul-lib-source-maps/package.json +45 -0
  1824. package/rds-lambda/node_modules/istanbul-reports/CHANGELOG.md +457 -0
  1825. package/rds-lambda/node_modules/istanbul-reports/LICENSE +24 -0
  1826. package/rds-lambda/node_modules/istanbul-reports/README.md +13 -0
  1827. package/rds-lambda/node_modules/istanbul-reports/lib/html/assets/base.css +224 -0
  1828. package/rds-lambda/node_modules/istanbul-reports/lib/html/assets/favicon.png +0 -0
  1829. package/rds-lambda/node_modules/istanbul-reports/lib/html/assets/sort-arrow-sprite.png +0 -0
  1830. package/rds-lambda/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.css +1 -0
  1831. package/rds-lambda/node_modules/istanbul-reports/lib/html-spa/.babelrc +3 -0
  1832. package/rds-lambda/node_modules/istanbul-reports/lib/html-spa/assets/sort-arrow-sprite.png +0 -0
  1833. package/rds-lambda/node_modules/istanbul-reports/lib/html-spa/assets/spa.css +298 -0
  1834. package/rds-lambda/node_modules/istanbul-reports/package.json +60 -0
  1835. package/rds-lambda/node_modules/jest/LICENSE +21 -0
  1836. package/rds-lambda/node_modules/jest/README.md +11 -0
  1837. package/rds-lambda/node_modules/jest/package.json +74 -0
  1838. package/rds-lambda/node_modules/jest-changed-files/LICENSE +21 -0
  1839. package/rds-lambda/node_modules/jest-changed-files/README.md +95 -0
  1840. package/rds-lambda/node_modules/jest-changed-files/package.json +31 -0
  1841. package/rds-lambda/node_modules/jest-circus/LICENSE +21 -0
  1842. package/rds-lambda/node_modules/jest-circus/README.md +65 -0
  1843. package/rds-lambda/node_modules/jest-circus/node_modules/ansi-styles/license +9 -0
  1844. package/rds-lambda/node_modules/jest-circus/node_modules/ansi-styles/package.json +56 -0
  1845. package/rds-lambda/node_modules/jest-circus/node_modules/ansi-styles/readme.md +152 -0
  1846. package/rds-lambda/node_modules/jest-circus/node_modules/chalk/license +9 -0
  1847. package/rds-lambda/node_modules/jest-circus/node_modules/chalk/package.json +68 -0
  1848. package/rds-lambda/node_modules/jest-circus/node_modules/chalk/readme.md +341 -0
  1849. package/rds-lambda/node_modules/jest-circus/node_modules/color-convert/CHANGELOG.md +54 -0
  1850. package/rds-lambda/node_modules/jest-circus/node_modules/color-convert/LICENSE +21 -0
  1851. package/rds-lambda/node_modules/jest-circus/node_modules/color-convert/README.md +68 -0
  1852. package/rds-lambda/node_modules/jest-circus/node_modules/color-convert/package.json +48 -0
  1853. package/rds-lambda/node_modules/jest-circus/node_modules/color-name/LICENSE +8 -0
  1854. package/rds-lambda/node_modules/jest-circus/node_modules/color-name/README.md +11 -0
  1855. package/rds-lambda/node_modules/jest-circus/node_modules/color-name/package.json +28 -0
  1856. package/rds-lambda/node_modules/jest-circus/node_modules/has-flag/license +9 -0
  1857. package/rds-lambda/node_modules/jest-circus/node_modules/has-flag/package.json +46 -0
  1858. package/rds-lambda/node_modules/jest-circus/node_modules/has-flag/readme.md +89 -0
  1859. package/rds-lambda/node_modules/jest-circus/node_modules/supports-color/license +9 -0
  1860. package/rds-lambda/node_modules/jest-circus/node_modules/supports-color/package.json +53 -0
  1861. package/rds-lambda/node_modules/jest-circus/node_modules/supports-color/readme.md +76 -0
  1862. package/rds-lambda/node_modules/jest-circus/package.json +59 -0
  1863. package/rds-lambda/node_modules/jest-cli/LICENSE +21 -0
  1864. package/rds-lambda/node_modules/jest-cli/README.md +11 -0
  1865. package/rds-lambda/node_modules/jest-cli/node_modules/ansi-styles/license +9 -0
  1866. package/rds-lambda/node_modules/jest-cli/node_modules/ansi-styles/package.json +56 -0
  1867. package/rds-lambda/node_modules/jest-cli/node_modules/ansi-styles/readme.md +152 -0
  1868. package/rds-lambda/node_modules/jest-cli/node_modules/chalk/license +9 -0
  1869. package/rds-lambda/node_modules/jest-cli/node_modules/chalk/package.json +68 -0
  1870. package/rds-lambda/node_modules/jest-cli/node_modules/chalk/readme.md +341 -0
  1871. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/CHANGELOG.md +139 -0
  1872. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/LICENSE.txt +14 -0
  1873. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/README.md +141 -0
  1874. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/build/index.cjs +302 -0
  1875. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/build/index.d.cts +43 -0
  1876. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/index.mjs +13 -0
  1877. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/package.json +83 -0
  1878. package/rds-lambda/node_modules/jest-cli/node_modules/color-convert/CHANGELOG.md +54 -0
  1879. package/rds-lambda/node_modules/jest-cli/node_modules/color-convert/LICENSE +21 -0
  1880. package/rds-lambda/node_modules/jest-cli/node_modules/color-convert/README.md +68 -0
  1881. package/rds-lambda/node_modules/jest-cli/node_modules/color-convert/package.json +48 -0
  1882. package/rds-lambda/node_modules/jest-cli/node_modules/color-name/LICENSE +8 -0
  1883. package/rds-lambda/node_modules/jest-cli/node_modules/color-name/README.md +11 -0
  1884. package/rds-lambda/node_modules/jest-cli/node_modules/color-name/package.json +28 -0
  1885. package/rds-lambda/node_modules/jest-cli/node_modules/has-flag/license +9 -0
  1886. package/rds-lambda/node_modules/jest-cli/node_modules/has-flag/package.json +46 -0
  1887. package/rds-lambda/node_modules/jest-cli/node_modules/has-flag/readme.md +89 -0
  1888. package/rds-lambda/node_modules/jest-cli/node_modules/supports-color/license +9 -0
  1889. package/rds-lambda/node_modules/jest-cli/node_modules/supports-color/package.json +53 -0
  1890. package/rds-lambda/node_modules/jest-cli/node_modules/supports-color/readme.md +76 -0
  1891. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/LICENSE +21 -0
  1892. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/README.md +204 -0
  1893. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/browser.mjs +7 -0
  1894. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/build/index.cjs +1 -0
  1895. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/helpers.mjs +10 -0
  1896. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/package.json +3 -0
  1897. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.cjs +53 -0
  1898. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.mjs +8 -0
  1899. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/browser.mjs +95 -0
  1900. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/esm.mjs +73 -0
  1901. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/be.json +46 -0
  1902. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/cs.json +51 -0
  1903. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/de.json +46 -0
  1904. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/en.json +55 -0
  1905. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/es.json +46 -0
  1906. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fi.json +49 -0
  1907. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fr.json +53 -0
  1908. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hi.json +49 -0
  1909. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hu.json +46 -0
  1910. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/id.json +50 -0
  1911. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/it.json +46 -0
  1912. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ja.json +51 -0
  1913. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ko.json +49 -0
  1914. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nb.json +44 -0
  1915. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nl.json +49 -0
  1916. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nn.json +44 -0
  1917. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pirate.json +13 -0
  1918. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pl.json +49 -0
  1919. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt.json +45 -0
  1920. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt_BR.json +48 -0
  1921. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ru.json +51 -0
  1922. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/th.json +46 -0
  1923. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/tr.json +48 -0
  1924. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/uk_UA.json +51 -0
  1925. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/uz.json +52 -0
  1926. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_CN.json +48 -0
  1927. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_TW.json +51 -0
  1928. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/package.json +123 -0
  1929. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/yargs +9 -0
  1930. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/yargs.mjs +10 -0
  1931. package/rds-lambda/node_modules/jest-cli/package.json +91 -0
  1932. package/rds-lambda/node_modules/jest-config/LICENSE +21 -0
  1933. package/rds-lambda/node_modules/jest-config/node_modules/ansi-styles/license +9 -0
  1934. package/rds-lambda/node_modules/jest-config/node_modules/ansi-styles/package.json +56 -0
  1935. package/rds-lambda/node_modules/jest-config/node_modules/ansi-styles/readme.md +152 -0
  1936. package/rds-lambda/node_modules/jest-config/node_modules/chalk/license +9 -0
  1937. package/rds-lambda/node_modules/jest-config/node_modules/chalk/package.json +68 -0
  1938. package/rds-lambda/node_modules/jest-config/node_modules/chalk/readme.md +341 -0
  1939. package/rds-lambda/node_modules/jest-config/node_modules/color-convert/CHANGELOG.md +54 -0
  1940. package/rds-lambda/node_modules/jest-config/node_modules/color-convert/LICENSE +21 -0
  1941. package/rds-lambda/node_modules/jest-config/node_modules/color-convert/README.md +68 -0
  1942. package/rds-lambda/node_modules/jest-config/node_modules/color-convert/package.json +48 -0
  1943. package/rds-lambda/node_modules/jest-config/node_modules/color-name/LICENSE +8 -0
  1944. package/rds-lambda/node_modules/jest-config/node_modules/color-name/README.md +11 -0
  1945. package/rds-lambda/node_modules/jest-config/node_modules/color-name/package.json +28 -0
  1946. package/rds-lambda/node_modules/jest-config/node_modules/has-flag/license +9 -0
  1947. package/rds-lambda/node_modules/jest-config/node_modules/has-flag/package.json +46 -0
  1948. package/rds-lambda/node_modules/jest-config/node_modules/has-flag/readme.md +89 -0
  1949. package/rds-lambda/node_modules/jest-config/node_modules/supports-color/license +9 -0
  1950. package/rds-lambda/node_modules/jest-config/node_modules/supports-color/package.json +53 -0
  1951. package/rds-lambda/node_modules/jest-config/node_modules/supports-color/readme.md +76 -0
  1952. package/rds-lambda/node_modules/jest-config/package.json +71 -0
  1953. package/rds-lambda/node_modules/jest-diff/LICENSE +21 -0
  1954. package/rds-lambda/node_modules/jest-diff/README.md +671 -0
  1955. package/rds-lambda/node_modules/jest-diff/node_modules/ansi-styles/license +9 -0
  1956. package/rds-lambda/node_modules/jest-diff/node_modules/ansi-styles/package.json +56 -0
  1957. package/rds-lambda/node_modules/jest-diff/node_modules/ansi-styles/readme.md +152 -0
  1958. package/rds-lambda/node_modules/jest-diff/node_modules/chalk/license +9 -0
  1959. package/rds-lambda/node_modules/jest-diff/node_modules/chalk/package.json +68 -0
  1960. package/rds-lambda/node_modules/jest-diff/node_modules/chalk/readme.md +341 -0
  1961. package/rds-lambda/node_modules/jest-diff/node_modules/color-convert/CHANGELOG.md +54 -0
  1962. package/rds-lambda/node_modules/jest-diff/node_modules/color-convert/LICENSE +21 -0
  1963. package/rds-lambda/node_modules/jest-diff/node_modules/color-convert/README.md +68 -0
  1964. package/rds-lambda/node_modules/jest-diff/node_modules/color-convert/package.json +48 -0
  1965. package/rds-lambda/node_modules/jest-diff/node_modules/color-name/LICENSE +8 -0
  1966. package/rds-lambda/node_modules/jest-diff/node_modules/color-name/README.md +11 -0
  1967. package/rds-lambda/node_modules/jest-diff/node_modules/color-name/package.json +28 -0
  1968. package/rds-lambda/node_modules/jest-diff/node_modules/has-flag/license +9 -0
  1969. package/rds-lambda/node_modules/jest-diff/node_modules/has-flag/package.json +46 -0
  1970. package/rds-lambda/node_modules/jest-diff/node_modules/has-flag/readme.md +89 -0
  1971. package/rds-lambda/node_modules/jest-diff/node_modules/supports-color/license +9 -0
  1972. package/rds-lambda/node_modules/jest-diff/node_modules/supports-color/package.json +53 -0
  1973. package/rds-lambda/node_modules/jest-diff/node_modules/supports-color/readme.md +76 -0
  1974. package/rds-lambda/node_modules/jest-diff/package.json +36 -0
  1975. package/rds-lambda/node_modules/jest-docblock/LICENSE +21 -0
  1976. package/rds-lambda/node_modules/jest-docblock/README.md +108 -0
  1977. package/rds-lambda/node_modules/jest-docblock/package.json +32 -0
  1978. package/rds-lambda/node_modules/jest-each/LICENSE +21 -0
  1979. package/rds-lambda/node_modules/jest-each/README.md +548 -0
  1980. package/rds-lambda/node_modules/jest-each/node_modules/ansi-styles/license +9 -0
  1981. package/rds-lambda/node_modules/jest-each/node_modules/ansi-styles/package.json +56 -0
  1982. package/rds-lambda/node_modules/jest-each/node_modules/ansi-styles/readme.md +152 -0
  1983. package/rds-lambda/node_modules/jest-each/node_modules/chalk/license +9 -0
  1984. package/rds-lambda/node_modules/jest-each/node_modules/chalk/package.json +68 -0
  1985. package/rds-lambda/node_modules/jest-each/node_modules/chalk/readme.md +341 -0
  1986. package/rds-lambda/node_modules/jest-each/node_modules/color-convert/CHANGELOG.md +54 -0
  1987. package/rds-lambda/node_modules/jest-each/node_modules/color-convert/LICENSE +21 -0
  1988. package/rds-lambda/node_modules/jest-each/node_modules/color-convert/README.md +68 -0
  1989. package/rds-lambda/node_modules/jest-each/node_modules/color-convert/package.json +48 -0
  1990. package/rds-lambda/node_modules/jest-each/node_modules/color-name/LICENSE +8 -0
  1991. package/rds-lambda/node_modules/jest-each/node_modules/color-name/README.md +11 -0
  1992. package/rds-lambda/node_modules/jest-each/node_modules/color-name/package.json +28 -0
  1993. package/rds-lambda/node_modules/jest-each/node_modules/has-flag/license +9 -0
  1994. package/rds-lambda/node_modules/jest-each/node_modules/has-flag/package.json +46 -0
  1995. package/rds-lambda/node_modules/jest-each/node_modules/has-flag/readme.md +89 -0
  1996. package/rds-lambda/node_modules/jest-each/node_modules/supports-color/license +9 -0
  1997. package/rds-lambda/node_modules/jest-each/node_modules/supports-color/package.json +53 -0
  1998. package/rds-lambda/node_modules/jest-each/node_modules/supports-color/readme.md +76 -0
  1999. package/rds-lambda/node_modules/jest-each/package.json +41 -0
  2000. package/rds-lambda/node_modules/jest-environment-node/LICENSE +21 -0
  2001. package/rds-lambda/node_modules/jest-environment-node/package.json +37 -0
  2002. package/rds-lambda/node_modules/jest-get-type/LICENSE +21 -0
  2003. package/rds-lambda/node_modules/jest-get-type/package.json +27 -0
  2004. package/rds-lambda/node_modules/jest-haste-map/LICENSE +21 -0
  2005. package/rds-lambda/node_modules/jest-haste-map/package.json +47 -0
  2006. package/rds-lambda/node_modules/jest-leak-detector/LICENSE +21 -0
  2007. package/rds-lambda/node_modules/jest-leak-detector/README.md +27 -0
  2008. package/rds-lambda/node_modules/jest-leak-detector/package.json +33 -0
  2009. package/rds-lambda/node_modules/jest-matcher-utils/LICENSE +21 -0
  2010. package/rds-lambda/node_modules/jest-matcher-utils/README.md +24 -0
  2011. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/ansi-styles/license +9 -0
  2012. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/ansi-styles/package.json +56 -0
  2013. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/ansi-styles/readme.md +152 -0
  2014. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/chalk/license +9 -0
  2015. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/chalk/package.json +68 -0
  2016. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/chalk/readme.md +341 -0
  2017. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-convert/CHANGELOG.md +54 -0
  2018. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-convert/LICENSE +21 -0
  2019. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-convert/README.md +68 -0
  2020. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-convert/package.json +48 -0
  2021. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-name/LICENSE +8 -0
  2022. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-name/README.md +11 -0
  2023. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-name/package.json +28 -0
  2024. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/has-flag/license +9 -0
  2025. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/has-flag/package.json +46 -0
  2026. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/has-flag/readme.md +89 -0
  2027. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/supports-color/license +9 -0
  2028. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/supports-color/package.json +53 -0
  2029. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/supports-color/readme.md +76 -0
  2030. package/rds-lambda/node_modules/jest-matcher-utils/package.json +37 -0
  2031. package/rds-lambda/node_modules/jest-message-util/LICENSE +21 -0
  2032. package/rds-lambda/node_modules/jest-message-util/node_modules/ansi-styles/license +9 -0
  2033. package/rds-lambda/node_modules/jest-message-util/node_modules/ansi-styles/package.json +56 -0
  2034. package/rds-lambda/node_modules/jest-message-util/node_modules/ansi-styles/readme.md +152 -0
  2035. package/rds-lambda/node_modules/jest-message-util/node_modules/chalk/license +9 -0
  2036. package/rds-lambda/node_modules/jest-message-util/node_modules/chalk/package.json +68 -0
  2037. package/rds-lambda/node_modules/jest-message-util/node_modules/chalk/readme.md +341 -0
  2038. package/rds-lambda/node_modules/jest-message-util/node_modules/color-convert/CHANGELOG.md +54 -0
  2039. package/rds-lambda/node_modules/jest-message-util/node_modules/color-convert/LICENSE +21 -0
  2040. package/rds-lambda/node_modules/jest-message-util/node_modules/color-convert/README.md +68 -0
  2041. package/rds-lambda/node_modules/jest-message-util/node_modules/color-convert/package.json +48 -0
  2042. package/rds-lambda/node_modules/jest-message-util/node_modules/color-name/LICENSE +8 -0
  2043. package/rds-lambda/node_modules/jest-message-util/node_modules/color-name/README.md +11 -0
  2044. package/rds-lambda/node_modules/jest-message-util/node_modules/color-name/package.json +28 -0
  2045. package/rds-lambda/node_modules/jest-message-util/node_modules/has-flag/license +9 -0
  2046. package/rds-lambda/node_modules/jest-message-util/node_modules/has-flag/package.json +46 -0
  2047. package/rds-lambda/node_modules/jest-message-util/node_modules/has-flag/readme.md +89 -0
  2048. package/rds-lambda/node_modules/jest-message-util/node_modules/supports-color/license +9 -0
  2049. package/rds-lambda/node_modules/jest-message-util/node_modules/supports-color/package.json +53 -0
  2050. package/rds-lambda/node_modules/jest-message-util/node_modules/supports-color/readme.md +76 -0
  2051. package/rds-lambda/node_modules/jest-message-util/package.json +43 -0
  2052. package/rds-lambda/node_modules/jest-mock/LICENSE +21 -0
  2053. package/rds-lambda/node_modules/jest-mock/README.md +106 -0
  2054. package/rds-lambda/node_modules/jest-mock/package.json +35 -0
  2055. package/rds-lambda/node_modules/jest-pnp-resolver/README.md +34 -0
  2056. package/rds-lambda/node_modules/jest-pnp-resolver/package.json +31 -0
  2057. package/rds-lambda/node_modules/jest-regex-util/LICENSE +21 -0
  2058. package/rds-lambda/node_modules/jest-regex-util/package.json +29 -0
  2059. package/rds-lambda/node_modules/jest-resolve/LICENSE +21 -0
  2060. package/rds-lambda/node_modules/jest-resolve/node_modules/ansi-styles/license +9 -0
  2061. package/rds-lambda/node_modules/jest-resolve/node_modules/ansi-styles/package.json +56 -0
  2062. package/rds-lambda/node_modules/jest-resolve/node_modules/ansi-styles/readme.md +152 -0
  2063. package/rds-lambda/node_modules/jest-resolve/node_modules/chalk/license +9 -0
  2064. package/rds-lambda/node_modules/jest-resolve/node_modules/chalk/package.json +68 -0
  2065. package/rds-lambda/node_modules/jest-resolve/node_modules/chalk/readme.md +341 -0
  2066. package/rds-lambda/node_modules/jest-resolve/node_modules/color-convert/CHANGELOG.md +54 -0
  2067. package/rds-lambda/node_modules/jest-resolve/node_modules/color-convert/LICENSE +21 -0
  2068. package/rds-lambda/node_modules/jest-resolve/node_modules/color-convert/README.md +68 -0
  2069. package/rds-lambda/node_modules/jest-resolve/node_modules/color-convert/package.json +48 -0
  2070. package/rds-lambda/node_modules/jest-resolve/node_modules/color-name/LICENSE +8 -0
  2071. package/rds-lambda/node_modules/jest-resolve/node_modules/color-name/README.md +11 -0
  2072. package/rds-lambda/node_modules/jest-resolve/node_modules/color-name/package.json +28 -0
  2073. package/rds-lambda/node_modules/jest-resolve/node_modules/has-flag/license +9 -0
  2074. package/rds-lambda/node_modules/jest-resolve/node_modules/has-flag/package.json +46 -0
  2075. package/rds-lambda/node_modules/jest-resolve/node_modules/has-flag/readme.md +89 -0
  2076. package/rds-lambda/node_modules/jest-resolve/node_modules/supports-color/license +9 -0
  2077. package/rds-lambda/node_modules/jest-resolve/node_modules/supports-color/package.json +53 -0
  2078. package/rds-lambda/node_modules/jest-resolve/node_modules/supports-color/readme.md +76 -0
  2079. package/rds-lambda/node_modules/jest-resolve/package.json +44 -0
  2080. package/rds-lambda/node_modules/jest-resolve-dependencies/LICENSE +21 -0
  2081. package/rds-lambda/node_modules/jest-resolve-dependencies/package.json +37 -0
  2082. package/rds-lambda/node_modules/jest-runner/LICENSE +21 -0
  2083. package/rds-lambda/node_modules/jest-runner/node_modules/ansi-styles/license +9 -0
  2084. package/rds-lambda/node_modules/jest-runner/node_modules/ansi-styles/package.json +56 -0
  2085. package/rds-lambda/node_modules/jest-runner/node_modules/ansi-styles/readme.md +152 -0
  2086. package/rds-lambda/node_modules/jest-runner/node_modules/chalk/license +9 -0
  2087. package/rds-lambda/node_modules/jest-runner/node_modules/chalk/package.json +68 -0
  2088. package/rds-lambda/node_modules/jest-runner/node_modules/chalk/readme.md +341 -0
  2089. package/rds-lambda/node_modules/jest-runner/node_modules/color-convert/CHANGELOG.md +54 -0
  2090. package/rds-lambda/node_modules/jest-runner/node_modules/color-convert/LICENSE +21 -0
  2091. package/rds-lambda/node_modules/jest-runner/node_modules/color-convert/README.md +68 -0
  2092. package/rds-lambda/node_modules/jest-runner/node_modules/color-convert/package.json +48 -0
  2093. package/rds-lambda/node_modules/jest-runner/node_modules/color-name/LICENSE +8 -0
  2094. package/rds-lambda/node_modules/jest-runner/node_modules/color-name/README.md +11 -0
  2095. package/rds-lambda/node_modules/jest-runner/node_modules/color-name/package.json +28 -0
  2096. package/rds-lambda/node_modules/jest-runner/node_modules/has-flag/license +9 -0
  2097. package/rds-lambda/node_modules/jest-runner/node_modules/has-flag/package.json +46 -0
  2098. package/rds-lambda/node_modules/jest-runner/node_modules/has-flag/readme.md +89 -0
  2099. package/rds-lambda/node_modules/jest-runner/node_modules/supports-color/license +9 -0
  2100. package/rds-lambda/node_modules/jest-runner/node_modules/supports-color/package.json +53 -0
  2101. package/rds-lambda/node_modules/jest-runner/node_modules/supports-color/readme.md +76 -0
  2102. package/rds-lambda/node_modules/jest-runner/package.json +58 -0
  2103. package/rds-lambda/node_modules/jest-runtime/LICENSE +21 -0
  2104. package/rds-lambda/node_modules/jest-runtime/node_modules/ansi-styles/license +9 -0
  2105. package/rds-lambda/node_modules/jest-runtime/node_modules/ansi-styles/package.json +56 -0
  2106. package/rds-lambda/node_modules/jest-runtime/node_modules/ansi-styles/readme.md +152 -0
  2107. package/rds-lambda/node_modules/jest-runtime/node_modules/chalk/license +9 -0
  2108. package/rds-lambda/node_modules/jest-runtime/node_modules/chalk/package.json +68 -0
  2109. package/rds-lambda/node_modules/jest-runtime/node_modules/chalk/readme.md +341 -0
  2110. package/rds-lambda/node_modules/jest-runtime/node_modules/color-convert/CHANGELOG.md +54 -0
  2111. package/rds-lambda/node_modules/jest-runtime/node_modules/color-convert/LICENSE +21 -0
  2112. package/rds-lambda/node_modules/jest-runtime/node_modules/color-convert/README.md +68 -0
  2113. package/rds-lambda/node_modules/jest-runtime/node_modules/color-convert/package.json +48 -0
  2114. package/rds-lambda/node_modules/jest-runtime/node_modules/color-name/LICENSE +8 -0
  2115. package/rds-lambda/node_modules/jest-runtime/node_modules/color-name/README.md +11 -0
  2116. package/rds-lambda/node_modules/jest-runtime/node_modules/color-name/package.json +28 -0
  2117. package/rds-lambda/node_modules/jest-runtime/node_modules/has-flag/license +9 -0
  2118. package/rds-lambda/node_modules/jest-runtime/node_modules/has-flag/package.json +46 -0
  2119. package/rds-lambda/node_modules/jest-runtime/node_modules/has-flag/readme.md +89 -0
  2120. package/rds-lambda/node_modules/jest-runtime/node_modules/supports-color/license +9 -0
  2121. package/rds-lambda/node_modules/jest-runtime/node_modules/supports-color/package.json +53 -0
  2122. package/rds-lambda/node_modules/jest-runtime/node_modules/supports-color/readme.md +76 -0
  2123. package/rds-lambda/node_modules/jest-runtime/package.json +56 -0
  2124. package/rds-lambda/node_modules/jest-snapshot/LICENSE +21 -0
  2125. package/rds-lambda/node_modules/jest-snapshot/node_modules/ansi-styles/license +9 -0
  2126. package/rds-lambda/node_modules/jest-snapshot/node_modules/ansi-styles/package.json +56 -0
  2127. package/rds-lambda/node_modules/jest-snapshot/node_modules/ansi-styles/readme.md +152 -0
  2128. package/rds-lambda/node_modules/jest-snapshot/node_modules/chalk/license +9 -0
  2129. package/rds-lambda/node_modules/jest-snapshot/node_modules/chalk/package.json +68 -0
  2130. package/rds-lambda/node_modules/jest-snapshot/node_modules/chalk/readme.md +341 -0
  2131. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-convert/CHANGELOG.md +54 -0
  2132. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-convert/LICENSE +21 -0
  2133. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-convert/README.md +68 -0
  2134. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-convert/package.json +48 -0
  2135. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-name/LICENSE +8 -0
  2136. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-name/README.md +11 -0
  2137. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-name/package.json +28 -0
  2138. package/rds-lambda/node_modules/jest-snapshot/node_modules/has-flag/license +9 -0
  2139. package/rds-lambda/node_modules/jest-snapshot/node_modules/has-flag/package.json +46 -0
  2140. package/rds-lambda/node_modules/jest-snapshot/node_modules/has-flag/readme.md +89 -0
  2141. package/rds-lambda/node_modules/jest-snapshot/node_modules/lru-cache/LICENSE +15 -0
  2142. package/rds-lambda/node_modules/jest-snapshot/node_modules/lru-cache/README.md +166 -0
  2143. package/rds-lambda/node_modules/jest-snapshot/node_modules/lru-cache/package.json +34 -0
  2144. package/rds-lambda/node_modules/jest-snapshot/node_modules/semver/LICENSE +15 -0
  2145. package/rds-lambda/node_modules/jest-snapshot/node_modules/semver/README.md +637 -0
  2146. package/rds-lambda/node_modules/jest-snapshot/node_modules/semver/package.json +87 -0
  2147. package/rds-lambda/node_modules/jest-snapshot/node_modules/semver/range.bnf +16 -0
  2148. package/rds-lambda/node_modules/jest-snapshot/node_modules/supports-color/license +9 -0
  2149. package/rds-lambda/node_modules/jest-snapshot/node_modules/supports-color/package.json +53 -0
  2150. package/rds-lambda/node_modules/jest-snapshot/node_modules/supports-color/readme.md +76 -0
  2151. package/rds-lambda/node_modules/jest-snapshot/node_modules/yallist/LICENSE +15 -0
  2152. package/rds-lambda/node_modules/jest-snapshot/node_modules/yallist/README.md +204 -0
  2153. package/rds-lambda/node_modules/jest-snapshot/node_modules/yallist/package.json +29 -0
  2154. package/rds-lambda/node_modules/jest-snapshot/package.json +63 -0
  2155. package/rds-lambda/node_modules/jest-util/LICENSE +21 -0
  2156. package/rds-lambda/node_modules/jest-util/node_modules/ansi-styles/license +9 -0
  2157. package/rds-lambda/node_modules/jest-util/node_modules/ansi-styles/package.json +56 -0
  2158. package/rds-lambda/node_modules/jest-util/node_modules/ansi-styles/readme.md +152 -0
  2159. package/rds-lambda/node_modules/jest-util/node_modules/chalk/license +9 -0
  2160. package/rds-lambda/node_modules/jest-util/node_modules/chalk/package.json +68 -0
  2161. package/rds-lambda/node_modules/jest-util/node_modules/chalk/readme.md +341 -0
  2162. package/rds-lambda/node_modules/jest-util/node_modules/color-convert/CHANGELOG.md +54 -0
  2163. package/rds-lambda/node_modules/jest-util/node_modules/color-convert/LICENSE +21 -0
  2164. package/rds-lambda/node_modules/jest-util/node_modules/color-convert/README.md +68 -0
  2165. package/rds-lambda/node_modules/jest-util/node_modules/color-convert/package.json +48 -0
  2166. package/rds-lambda/node_modules/jest-util/node_modules/color-name/LICENSE +8 -0
  2167. package/rds-lambda/node_modules/jest-util/node_modules/color-name/README.md +11 -0
  2168. package/rds-lambda/node_modules/jest-util/node_modules/color-name/package.json +28 -0
  2169. package/rds-lambda/node_modules/jest-util/node_modules/has-flag/license +9 -0
  2170. package/rds-lambda/node_modules/jest-util/node_modules/has-flag/package.json +46 -0
  2171. package/rds-lambda/node_modules/jest-util/node_modules/has-flag/readme.md +89 -0
  2172. package/rds-lambda/node_modules/jest-util/node_modules/supports-color/license +9 -0
  2173. package/rds-lambda/node_modules/jest-util/node_modules/supports-color/package.json +53 -0
  2174. package/rds-lambda/node_modules/jest-util/node_modules/supports-color/readme.md +76 -0
  2175. package/rds-lambda/node_modules/jest-util/package.json +38 -0
  2176. package/rds-lambda/node_modules/jest-validate/LICENSE +21 -0
  2177. package/rds-lambda/node_modules/jest-validate/README.md +196 -0
  2178. package/rds-lambda/node_modules/jest-validate/node_modules/ansi-styles/license +9 -0
  2179. package/rds-lambda/node_modules/jest-validate/node_modules/ansi-styles/package.json +56 -0
  2180. package/rds-lambda/node_modules/jest-validate/node_modules/ansi-styles/readme.md +152 -0
  2181. package/rds-lambda/node_modules/jest-validate/node_modules/camelcase/license +9 -0
  2182. package/rds-lambda/node_modules/jest-validate/node_modules/camelcase/package.json +44 -0
  2183. package/rds-lambda/node_modules/jest-validate/node_modules/camelcase/readme.md +144 -0
  2184. package/rds-lambda/node_modules/jest-validate/node_modules/chalk/license +9 -0
  2185. package/rds-lambda/node_modules/jest-validate/node_modules/chalk/package.json +68 -0
  2186. package/rds-lambda/node_modules/jest-validate/node_modules/chalk/readme.md +341 -0
  2187. package/rds-lambda/node_modules/jest-validate/node_modules/color-convert/CHANGELOG.md +54 -0
  2188. package/rds-lambda/node_modules/jest-validate/node_modules/color-convert/LICENSE +21 -0
  2189. package/rds-lambda/node_modules/jest-validate/node_modules/color-convert/README.md +68 -0
  2190. package/rds-lambda/node_modules/jest-validate/node_modules/color-convert/package.json +48 -0
  2191. package/rds-lambda/node_modules/jest-validate/node_modules/color-name/LICENSE +8 -0
  2192. package/rds-lambda/node_modules/jest-validate/node_modules/color-name/README.md +11 -0
  2193. package/rds-lambda/node_modules/jest-validate/node_modules/color-name/package.json +28 -0
  2194. package/rds-lambda/node_modules/jest-validate/node_modules/has-flag/license +9 -0
  2195. package/rds-lambda/node_modules/jest-validate/node_modules/has-flag/package.json +46 -0
  2196. package/rds-lambda/node_modules/jest-validate/node_modules/has-flag/readme.md +89 -0
  2197. package/rds-lambda/node_modules/jest-validate/node_modules/supports-color/license +9 -0
  2198. package/rds-lambda/node_modules/jest-validate/node_modules/supports-color/package.json +53 -0
  2199. package/rds-lambda/node_modules/jest-validate/node_modules/supports-color/readme.md +76 -0
  2200. package/rds-lambda/node_modules/jest-validate/package.json +37 -0
  2201. package/rds-lambda/node_modules/jest-watcher/LICENSE +21 -0
  2202. package/rds-lambda/node_modules/jest-watcher/node_modules/ansi-styles/license +9 -0
  2203. package/rds-lambda/node_modules/jest-watcher/node_modules/ansi-styles/package.json +56 -0
  2204. package/rds-lambda/node_modules/jest-watcher/node_modules/ansi-styles/readme.md +152 -0
  2205. package/rds-lambda/node_modules/jest-watcher/node_modules/chalk/license +9 -0
  2206. package/rds-lambda/node_modules/jest-watcher/node_modules/chalk/package.json +68 -0
  2207. package/rds-lambda/node_modules/jest-watcher/node_modules/chalk/readme.md +341 -0
  2208. package/rds-lambda/node_modules/jest-watcher/node_modules/color-convert/CHANGELOG.md +54 -0
  2209. package/rds-lambda/node_modules/jest-watcher/node_modules/color-convert/LICENSE +21 -0
  2210. package/rds-lambda/node_modules/jest-watcher/node_modules/color-convert/README.md +68 -0
  2211. package/rds-lambda/node_modules/jest-watcher/node_modules/color-convert/package.json +48 -0
  2212. package/rds-lambda/node_modules/jest-watcher/node_modules/color-name/LICENSE +8 -0
  2213. package/rds-lambda/node_modules/jest-watcher/node_modules/color-name/README.md +11 -0
  2214. package/rds-lambda/node_modules/jest-watcher/node_modules/color-name/package.json +28 -0
  2215. package/rds-lambda/node_modules/jest-watcher/node_modules/has-flag/license +9 -0
  2216. package/rds-lambda/node_modules/jest-watcher/node_modules/has-flag/package.json +46 -0
  2217. package/rds-lambda/node_modules/jest-watcher/node_modules/has-flag/readme.md +89 -0
  2218. package/rds-lambda/node_modules/jest-watcher/node_modules/supports-color/license +9 -0
  2219. package/rds-lambda/node_modules/jest-watcher/node_modules/supports-color/package.json +53 -0
  2220. package/rds-lambda/node_modules/jest-watcher/node_modules/supports-color/readme.md +76 -0
  2221. package/rds-lambda/node_modules/jest-watcher/package.json +41 -0
  2222. package/rds-lambda/node_modules/jest-worker/LICENSE +21 -0
  2223. package/rds-lambda/node_modules/jest-worker/README.md +272 -0
  2224. package/rds-lambda/node_modules/jest-worker/node_modules/has-flag/license +9 -0
  2225. package/rds-lambda/node_modules/jest-worker/node_modules/has-flag/package.json +46 -0
  2226. package/rds-lambda/node_modules/jest-worker/node_modules/has-flag/readme.md +89 -0
  2227. package/rds-lambda/node_modules/jest-worker/node_modules/supports-color/license +9 -0
  2228. package/rds-lambda/node_modules/jest-worker/node_modules/supports-color/package.json +58 -0
  2229. package/rds-lambda/node_modules/jest-worker/node_modules/supports-color/readme.md +77 -0
  2230. package/rds-lambda/node_modules/jest-worker/package.json +42 -0
  2231. package/rds-lambda/node_modules/js-tokens/CHANGELOG.md +151 -0
  2232. package/rds-lambda/node_modules/js-tokens/LICENSE +21 -0
  2233. package/rds-lambda/node_modules/js-tokens/README.md +240 -0
  2234. package/rds-lambda/node_modules/js-tokens/package.json +30 -0
  2235. package/rds-lambda/node_modules/js-yaml/CHANGELOG.md +557 -0
  2236. package/rds-lambda/node_modules/js-yaml/LICENSE +21 -0
  2237. package/rds-lambda/node_modules/js-yaml/README.md +299 -0
  2238. package/rds-lambda/node_modules/js-yaml/package.json +49 -0
  2239. package/rds-lambda/node_modules/jsesc/LICENSE-MIT.txt +20 -0
  2240. package/rds-lambda/node_modules/jsesc/README.md +421 -0
  2241. package/rds-lambda/node_modules/jsesc/bin/jsesc +148 -0
  2242. package/rds-lambda/node_modules/jsesc/man/jsesc.1 +94 -0
  2243. package/rds-lambda/node_modules/jsesc/package.json +54 -0
  2244. package/rds-lambda/node_modules/json-parse-even-better-errors/CHANGELOG.md +50 -0
  2245. package/rds-lambda/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
  2246. package/rds-lambda/node_modules/json-parse-even-better-errors/README.md +96 -0
  2247. package/rds-lambda/node_modules/json-parse-even-better-errors/package.json +33 -0
  2248. package/rds-lambda/node_modules/json5/LICENSE.md +23 -0
  2249. package/rds-lambda/node_modules/json5/README.md +282 -0
  2250. package/rds-lambda/node_modules/json5/dist/index.min.mjs +1 -0
  2251. package/rds-lambda/node_modules/json5/dist/index.mjs +1426 -0
  2252. package/rds-lambda/node_modules/json5/package.json +72 -0
  2253. package/rds-lambda/node_modules/kleur/license +21 -0
  2254. package/rds-lambda/node_modules/kleur/package.json +35 -0
  2255. package/rds-lambda/node_modules/kleur/readme.md +172 -0
  2256. package/rds-lambda/node_modules/knex/CHANGELOG.md +2341 -0
  2257. package/rds-lambda/node_modules/knex/CONTRIBUTING.md +194 -0
  2258. package/rds-lambda/node_modules/knex/LICENSE +22 -0
  2259. package/rds-lambda/node_modules/knex/README.md +149 -0
  2260. package/rds-lambda/node_modules/knex/UPGRADING.md +245 -0
  2261. package/rds-lambda/node_modules/knex/knex.mjs +11 -0
  2262. package/rds-lambda/node_modules/knex/lib/dialects/oracle/DEAD_CODE.md +5 -0
  2263. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/cjs.stub +15 -0
  2264. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/coffee.stub +13 -0
  2265. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/eg.stub +14 -0
  2266. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/js-schema.stub +22 -0
  2267. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/js.stub +22 -0
  2268. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-coffee.stub +34 -0
  2269. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-eg.stub +43 -0
  2270. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-js.stub +47 -0
  2271. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-ls.stub +35 -0
  2272. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-ts.stub +47 -0
  2273. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/ls.stub +14 -0
  2274. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/mjs.stub +23 -0
  2275. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/ts-schema.stub +21 -0
  2276. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/ts.stub +21 -0
  2277. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/coffee.stub +9 -0
  2278. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/eg.stub +11 -0
  2279. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/js.stub +13 -0
  2280. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/ls.stub +11 -0
  2281. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/mjs.stub +12 -0
  2282. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/ts.stub +13 -0
  2283. package/rds-lambda/node_modules/knex/package.json +268 -0
  2284. package/rds-lambda/node_modules/knex/scripts/docker-compose.yml +152 -0
  2285. package/rds-lambda/node_modules/knex/scripts/next-release-howto.md +24 -0
  2286. package/rds-lambda/node_modules/knex/scripts/oracledb-install-driver-libs.sh +82 -0
  2287. package/rds-lambda/node_modules/knex/scripts/release.sh +36 -0
  2288. package/rds-lambda/node_modules/knex/scripts/stress-test/README.txt +18 -0
  2289. package/rds-lambda/node_modules/knex/scripts/stress-test/docker-compose.yml +57 -0
  2290. package/rds-lambda/node_modules/lazystream/LICENSE +23 -0
  2291. package/rds-lambda/node_modules/lazystream/README.md +114 -0
  2292. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
  2293. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  2294. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
  2295. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
  2296. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
  2297. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  2298. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
  2299. package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
  2300. package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
  2301. package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
  2302. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
  2303. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
  2304. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
  2305. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
  2306. package/rds-lambda/node_modules/lazystream/package.json +46 -0
  2307. package/rds-lambda/node_modules/lazystream/test/data.md +13 -0
  2308. package/rds-lambda/node_modules/leven/license +9 -0
  2309. package/rds-lambda/node_modules/leven/package.json +57 -0
  2310. package/rds-lambda/node_modules/leven/readme.md +50 -0
  2311. package/rds-lambda/node_modules/lines-and-columns/LICENSE +21 -0
  2312. package/rds-lambda/node_modules/lines-and-columns/README.md +33 -0
  2313. package/rds-lambda/node_modules/lines-and-columns/package.json +49 -0
  2314. package/rds-lambda/node_modules/locate-path/license +9 -0
  2315. package/rds-lambda/node_modules/locate-path/package.json +45 -0
  2316. package/rds-lambda/node_modules/locate-path/readme.md +122 -0
  2317. package/rds-lambda/node_modules/lodash/LICENSE +47 -0
  2318. package/rds-lambda/node_modules/lodash/README.md +39 -0
  2319. package/rds-lambda/node_modules/lodash/flake.lock +40 -0
  2320. package/rds-lambda/node_modules/lodash/flake.nix +20 -0
  2321. package/rds-lambda/node_modules/lodash/package.json +17 -0
  2322. package/rds-lambda/node_modules/lodash/release.md +48 -0
  2323. package/rds-lambda/node_modules/lodash.defaults/LICENSE +47 -0
  2324. package/rds-lambda/node_modules/lodash.defaults/README.md +18 -0
  2325. package/rds-lambda/node_modules/lodash.defaults/package.json +17 -0
  2326. package/rds-lambda/node_modules/lodash.difference/LICENSE +47 -0
  2327. package/rds-lambda/node_modules/lodash.difference/README.md +18 -0
  2328. package/rds-lambda/node_modules/lodash.difference/package.json +17 -0
  2329. package/rds-lambda/node_modules/lodash.flatten/LICENSE +47 -0
  2330. package/rds-lambda/node_modules/lodash.flatten/README.md +18 -0
  2331. package/rds-lambda/node_modules/lodash.flatten/package.json +17 -0
  2332. package/rds-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
  2333. package/rds-lambda/node_modules/lodash.isplainobject/README.md +18 -0
  2334. package/rds-lambda/node_modules/lodash.isplainobject/package.json +17 -0
  2335. package/rds-lambda/node_modules/lodash.memoize/LICENSE +47 -0
  2336. package/rds-lambda/node_modules/lodash.memoize/README.md +18 -0
  2337. package/rds-lambda/node_modules/lodash.memoize/package.json +17 -0
  2338. package/rds-lambda/node_modules/lodash.union/LICENSE +47 -0
  2339. package/rds-lambda/node_modules/lodash.union/README.md +18 -0
  2340. package/rds-lambda/node_modules/lodash.union/package.json +17 -0
  2341. package/rds-lambda/node_modules/lru-cache/LICENSE +15 -0
  2342. package/rds-lambda/node_modules/lru-cache/README.md +166 -0
  2343. package/rds-lambda/node_modules/lru-cache/package.json +32 -0
  2344. package/rds-lambda/node_modules/make-dir/license +9 -0
  2345. package/rds-lambda/node_modules/make-dir/node_modules/lru-cache/LICENSE +15 -0
  2346. package/rds-lambda/node_modules/make-dir/node_modules/lru-cache/README.md +166 -0
  2347. package/rds-lambda/node_modules/make-dir/node_modules/lru-cache/package.json +34 -0
  2348. package/rds-lambda/node_modules/make-dir/node_modules/semver/LICENSE +15 -0
  2349. package/rds-lambda/node_modules/make-dir/node_modules/semver/README.md +637 -0
  2350. package/rds-lambda/node_modules/make-dir/node_modules/semver/package.json +87 -0
  2351. package/rds-lambda/node_modules/make-dir/node_modules/semver/range.bnf +16 -0
  2352. package/rds-lambda/node_modules/make-dir/node_modules/yallist/LICENSE +15 -0
  2353. package/rds-lambda/node_modules/make-dir/node_modules/yallist/README.md +204 -0
  2354. package/rds-lambda/node_modules/make-dir/node_modules/yallist/package.json +29 -0
  2355. package/rds-lambda/node_modules/make-dir/package.json +63 -0
  2356. package/rds-lambda/node_modules/make-dir/readme.md +125 -0
  2357. package/rds-lambda/node_modules/make-error/LICENSE +5 -0
  2358. package/rds-lambda/node_modules/make-error/README.md +112 -0
  2359. package/rds-lambda/node_modules/make-error/package.json +62 -0
  2360. package/rds-lambda/node_modules/makeerror/.travis.yml +3 -0
  2361. package/rds-lambda/node_modules/makeerror/license +28 -0
  2362. package/rds-lambda/node_modules/makeerror/package.json +21 -0
  2363. package/rds-lambda/node_modules/makeerror/readme.md +77 -0
  2364. package/rds-lambda/node_modules/merge-stream/LICENSE +21 -0
  2365. package/rds-lambda/node_modules/merge-stream/README.md +78 -0
  2366. package/rds-lambda/node_modules/merge-stream/package.json +19 -0
  2367. package/rds-lambda/node_modules/micromatch/LICENSE +21 -0
  2368. package/rds-lambda/node_modules/micromatch/README.md +1011 -0
  2369. package/rds-lambda/node_modules/micromatch/package.json +119 -0
  2370. package/rds-lambda/node_modules/mimic-fn/license +9 -0
  2371. package/rds-lambda/node_modules/mimic-fn/package.json +42 -0
  2372. package/rds-lambda/node_modules/mimic-fn/readme.md +69 -0
  2373. package/rds-lambda/node_modules/minimatch/LICENSE +15 -0
  2374. package/rds-lambda/node_modules/minimatch/README.md +230 -0
  2375. package/rds-lambda/node_modules/minimatch/package.json +33 -0
  2376. package/rds-lambda/node_modules/ms/license.md +21 -0
  2377. package/rds-lambda/node_modules/ms/package.json +37 -0
  2378. package/rds-lambda/node_modules/ms/readme.md +60 -0
  2379. package/rds-lambda/node_modules/natural-compare/README.md +125 -0
  2380. package/rds-lambda/node_modules/natural-compare/package.json +42 -0
  2381. package/rds-lambda/node_modules/node-int64/LICENSE +19 -0
  2382. package/rds-lambda/node_modules/node-int64/README.md +78 -0
  2383. package/rds-lambda/node_modules/node-int64/package.json +27 -0
  2384. package/rds-lambda/node_modules/node-releases/LICENSE +21 -0
  2385. package/rds-lambda/node_modules/node-releases/README.md +12 -0
  2386. package/rds-lambda/node_modules/node-releases/data/processed/envs.json +1 -0
  2387. package/rds-lambda/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  2388. package/rds-lambda/node_modules/node-releases/package.json +19 -0
  2389. package/rds-lambda/node_modules/normalize-path/LICENSE +21 -0
  2390. package/rds-lambda/node_modules/normalize-path/README.md +127 -0
  2391. package/rds-lambda/node_modules/normalize-path/package.json +77 -0
  2392. package/rds-lambda/node_modules/npm-run-path/license +9 -0
  2393. package/rds-lambda/node_modules/npm-run-path/package.json +44 -0
  2394. package/rds-lambda/node_modules/npm-run-path/readme.md +115 -0
  2395. package/rds-lambda/node_modules/once/LICENSE +15 -0
  2396. package/rds-lambda/node_modules/once/README.md +79 -0
  2397. package/rds-lambda/node_modules/once/package.json +33 -0
  2398. package/rds-lambda/node_modules/onetime/license +9 -0
  2399. package/rds-lambda/node_modules/onetime/package.json +43 -0
  2400. package/rds-lambda/node_modules/onetime/readme.md +94 -0
  2401. package/rds-lambda/node_modules/p-limit/license +9 -0
  2402. package/rds-lambda/node_modules/p-limit/package.json +52 -0
  2403. package/rds-lambda/node_modules/p-limit/readme.md +101 -0
  2404. package/rds-lambda/node_modules/p-locate/license +9 -0
  2405. package/rds-lambda/node_modules/p-locate/node_modules/p-limit/license +9 -0
  2406. package/rds-lambda/node_modules/p-locate/node_modules/p-limit/package.json +52 -0
  2407. package/rds-lambda/node_modules/p-locate/node_modules/p-limit/readme.md +101 -0
  2408. package/rds-lambda/node_modules/p-locate/package.json +53 -0
  2409. package/rds-lambda/node_modules/p-locate/readme.md +90 -0
  2410. package/rds-lambda/node_modules/p-try/license +9 -0
  2411. package/rds-lambda/node_modules/p-try/package.json +42 -0
  2412. package/rds-lambda/node_modules/p-try/readme.md +58 -0
  2413. package/rds-lambda/node_modules/parse-json/license +9 -0
  2414. package/rds-lambda/node_modules/parse-json/package.json +45 -0
  2415. package/rds-lambda/node_modules/parse-json/readme.md +119 -0
  2416. package/rds-lambda/node_modules/path-exists/license +9 -0
  2417. package/rds-lambda/node_modules/path-exists/package.json +39 -0
  2418. package/rds-lambda/node_modules/path-exists/readme.md +52 -0
  2419. package/rds-lambda/node_modules/path-is-absolute/license +21 -0
  2420. package/rds-lambda/node_modules/path-is-absolute/package.json +43 -0
  2421. package/rds-lambda/node_modules/path-is-absolute/readme.md +59 -0
  2422. package/rds-lambda/node_modules/path-key/license +9 -0
  2423. package/rds-lambda/node_modules/path-key/package.json +39 -0
  2424. package/rds-lambda/node_modules/path-key/readme.md +61 -0
  2425. package/rds-lambda/node_modules/path-parse/LICENSE +21 -0
  2426. package/rds-lambda/node_modules/path-parse/README.md +42 -0
  2427. package/rds-lambda/node_modules/path-parse/package.json +33 -0
  2428. package/rds-lambda/node_modules/pg-connection-string/LICENSE +21 -0
  2429. package/rds-lambda/node_modules/pg-connection-string/README.md +77 -0
  2430. package/rds-lambda/node_modules/pg-connection-string/package.json +40 -0
  2431. package/rds-lambda/node_modules/picocolors/LICENSE +15 -0
  2432. package/rds-lambda/node_modules/picocolors/README.md +21 -0
  2433. package/rds-lambda/node_modules/picocolors/package.json +25 -0
  2434. package/rds-lambda/node_modules/picocolors/types.ts +30 -0
  2435. package/rds-lambda/node_modules/picomatch/CHANGELOG.md +136 -0
  2436. package/rds-lambda/node_modules/picomatch/LICENSE +21 -0
  2437. package/rds-lambda/node_modules/picomatch/README.md +708 -0
  2438. package/rds-lambda/node_modules/picomatch/package.json +81 -0
  2439. package/rds-lambda/node_modules/pirates/LICENSE +21 -0
  2440. package/rds-lambda/node_modules/pirates/README.md +69 -0
  2441. package/rds-lambda/node_modules/pirates/package.json +74 -0
  2442. package/rds-lambda/node_modules/pkg-dir/license +9 -0
  2443. package/rds-lambda/node_modules/pkg-dir/package.json +56 -0
  2444. package/rds-lambda/node_modules/pkg-dir/readme.md +66 -0
  2445. package/rds-lambda/node_modules/pretty-format/LICENSE +21 -0
  2446. package/rds-lambda/node_modules/pretty-format/README.md +463 -0
  2447. package/rds-lambda/node_modules/pretty-format/node_modules/ansi-styles/license +9 -0
  2448. package/rds-lambda/node_modules/pretty-format/node_modules/ansi-styles/package.json +52 -0
  2449. package/rds-lambda/node_modules/pretty-format/node_modules/ansi-styles/readme.md +144 -0
  2450. package/rds-lambda/node_modules/pretty-format/package.json +43 -0
  2451. package/rds-lambda/node_modules/process-nextick-args/license.md +19 -0
  2452. package/rds-lambda/node_modules/process-nextick-args/package.json +25 -0
  2453. package/rds-lambda/node_modules/process-nextick-args/readme.md +18 -0
  2454. package/rds-lambda/node_modules/prompts/license +21 -0
  2455. package/rds-lambda/node_modules/prompts/package.json +53 -0
  2456. package/rds-lambda/node_modules/prompts/readme.md +882 -0
  2457. package/rds-lambda/node_modules/pure-rand/CHANGELOG.md +73 -0
  2458. package/rds-lambda/node_modules/pure-rand/LICENSE +21 -0
  2459. package/rds-lambda/node_modules/pure-rand/README.md +208 -0
  2460. package/rds-lambda/node_modules/pure-rand/lib/esm/package.json +3 -0
  2461. package/rds-lambda/node_modules/pure-rand/package.json +85 -0
  2462. package/rds-lambda/node_modules/react-is/LICENSE +21 -0
  2463. package/rds-lambda/node_modules/react-is/README.md +104 -0
  2464. package/rds-lambda/node_modules/react-is/package.json +26 -0
  2465. package/rds-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  2466. package/rds-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
  2467. package/rds-lambda/node_modules/readable-stream/LICENSE +47 -0
  2468. package/rds-lambda/node_modules/readable-stream/README.md +106 -0
  2469. package/rds-lambda/node_modules/readable-stream/package.json +68 -0
  2470. package/rds-lambda/node_modules/readdir-glob/LICENSE +201 -0
  2471. package/rds-lambda/node_modules/readdir-glob/README.md +85 -0
  2472. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  2473. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
  2474. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
  2475. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
  2476. package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
  2477. package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
  2478. package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
  2479. package/rds-lambda/node_modules/readdir-glob/package.json +43 -0
  2480. package/rds-lambda/node_modules/rechoir/CHANGELOG.md +12 -0
  2481. package/rds-lambda/node_modules/rechoir/LICENSE +21 -0
  2482. package/rds-lambda/node_modules/rechoir/README.md +73 -0
  2483. package/rds-lambda/node_modules/rechoir/package.json +52 -0
  2484. package/rds-lambda/node_modules/require-directory/.jshintrc +67 -0
  2485. package/rds-lambda/node_modules/require-directory/.travis.yml +3 -0
  2486. package/rds-lambda/node_modules/require-directory/LICENSE +22 -0
  2487. package/rds-lambda/node_modules/require-directory/README.markdown +184 -0
  2488. package/rds-lambda/node_modules/require-directory/package.json +40 -0
  2489. package/rds-lambda/node_modules/resolve/.editorconfig +37 -0
  2490. package/rds-lambda/node_modules/resolve/.eslintrc +65 -0
  2491. package/rds-lambda/node_modules/resolve/.github/FUNDING.yml +12 -0
  2492. package/rds-lambda/node_modules/resolve/LICENSE +21 -0
  2493. package/rds-lambda/node_modules/resolve/SECURITY.md +3 -0
  2494. package/rds-lambda/node_modules/resolve/bin/resolve +50 -0
  2495. package/rds-lambda/node_modules/resolve/lib/core.json +158 -0
  2496. package/rds-lambda/node_modules/resolve/package.json +71 -0
  2497. package/rds-lambda/node_modules/resolve/readme.markdown +301 -0
  2498. package/rds-lambda/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
  2499. package/rds-lambda/node_modules/resolve/test/resolver/baz/package.json +4 -0
  2500. package/rds-lambda/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
  2501. package/rds-lambda/node_modules/resolve/test/resolver/cup.coffee +1 -0
  2502. package/rds-lambda/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
  2503. package/rds-lambda/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
  2504. package/rds-lambda/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  2505. package/rds-lambda/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
  2506. package/rds-lambda/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
  2507. package/rds-lambda/node_modules/resolve/test/resolver/malformed_package_json/package.json +1 -0
  2508. package/rds-lambda/node_modules/resolve/test/resolver/mug.coffee +0 -0
  2509. package/rds-lambda/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
  2510. package/rds-lambda/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
  2511. package/rds-lambda/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
  2512. package/rds-lambda/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
  2513. package/rds-lambda/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
  2514. package/rds-lambda/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  2515. package/rds-lambda/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
  2516. package/rds-lambda/node_modules/resolve-cwd/license +9 -0
  2517. package/rds-lambda/node_modules/resolve-cwd/package.json +43 -0
  2518. package/rds-lambda/node_modules/resolve-cwd/readme.md +58 -0
  2519. package/rds-lambda/node_modules/resolve-from/license +9 -0
  2520. package/rds-lambda/node_modules/resolve-from/package.json +36 -0
  2521. package/rds-lambda/node_modules/resolve-from/readme.md +72 -0
  2522. package/rds-lambda/node_modules/resolve.exports/dist/index.mjs +1 -0
  2523. package/rds-lambda/node_modules/resolve.exports/license +21 -0
  2524. package/rds-lambda/node_modules/resolve.exports/package.json +50 -0
  2525. package/rds-lambda/node_modules/resolve.exports/readme.md +458 -0
  2526. package/rds-lambda/node_modules/safe-buffer/LICENSE +21 -0
  2527. package/rds-lambda/node_modules/safe-buffer/README.md +584 -0
  2528. package/rds-lambda/node_modules/safe-buffer/package.json +51 -0
  2529. package/rds-lambda/node_modules/semver/LICENSE +15 -0
  2530. package/rds-lambda/node_modules/semver/README.md +443 -0
  2531. package/rds-lambda/node_modules/semver/package.json +38 -0
  2532. package/rds-lambda/node_modules/semver/range.bnf +16 -0
  2533. package/rds-lambda/node_modules/shebang-command/license +9 -0
  2534. package/rds-lambda/node_modules/shebang-command/package.json +34 -0
  2535. package/rds-lambda/node_modules/shebang-command/readme.md +34 -0
  2536. package/rds-lambda/node_modules/shebang-regex/license +9 -0
  2537. package/rds-lambda/node_modules/shebang-regex/package.json +35 -0
  2538. package/rds-lambda/node_modules/shebang-regex/readme.md +33 -0
  2539. package/rds-lambda/node_modules/signal-exit/LICENSE.txt +16 -0
  2540. package/rds-lambda/node_modules/signal-exit/README.md +39 -0
  2541. package/rds-lambda/node_modules/signal-exit/package.json +38 -0
  2542. package/rds-lambda/node_modules/sisteransi/license +21 -0
  2543. package/rds-lambda/node_modules/sisteransi/package.json +34 -0
  2544. package/rds-lambda/node_modules/sisteransi/readme.md +113 -0
  2545. package/rds-lambda/node_modules/slash/license +9 -0
  2546. package/rds-lambda/node_modules/slash/package.json +35 -0
  2547. package/rds-lambda/node_modules/slash/readme.md +44 -0
  2548. package/rds-lambda/node_modules/source-map/CHANGELOG.md +301 -0
  2549. package/rds-lambda/node_modules/source-map/LICENSE +28 -0
  2550. package/rds-lambda/node_modules/source-map/README.md +742 -0
  2551. package/rds-lambda/node_modules/source-map/package.json +73 -0
  2552. package/rds-lambda/node_modules/source-map-support/LICENSE.md +21 -0
  2553. package/rds-lambda/node_modules/source-map-support/README.md +284 -0
  2554. package/rds-lambda/node_modules/source-map-support/package.json +31 -0
  2555. package/rds-lambda/node_modules/sprintf-js/LICENSE +24 -0
  2556. package/rds-lambda/node_modules/sprintf-js/README.md +88 -0
  2557. package/rds-lambda/node_modules/sprintf-js/bower.json +14 -0
  2558. package/rds-lambda/node_modules/sprintf-js/demo/angular.html +20 -0
  2559. package/rds-lambda/node_modules/sprintf-js/dist/angular-sprintf.min.map +1 -0
  2560. package/rds-lambda/node_modules/sprintf-js/dist/sprintf.min.map +1 -0
  2561. package/rds-lambda/node_modules/sprintf-js/package.json +22 -0
  2562. package/rds-lambda/node_modules/stack-utils/LICENSE.md +21 -0
  2563. package/rds-lambda/node_modules/stack-utils/node_modules/escape-string-regexp/license +9 -0
  2564. package/rds-lambda/node_modules/stack-utils/node_modules/escape-string-regexp/package.json +43 -0
  2565. package/rds-lambda/node_modules/stack-utils/node_modules/escape-string-regexp/readme.md +29 -0
  2566. package/rds-lambda/node_modules/stack-utils/package.json +39 -0
  2567. package/rds-lambda/node_modules/stack-utils/readme.md +143 -0
  2568. package/rds-lambda/node_modules/string-length/license +9 -0
  2569. package/rds-lambda/node_modules/string-length/package.json +45 -0
  2570. package/rds-lambda/node_modules/string-length/readme.md +43 -0
  2571. package/rds-lambda/node_modules/string-width/license +9 -0
  2572. package/rds-lambda/node_modules/string-width/package.json +56 -0
  2573. package/rds-lambda/node_modules/string-width/readme.md +50 -0
  2574. package/rds-lambda/node_modules/string_decoder/LICENSE +48 -0
  2575. package/rds-lambda/node_modules/string_decoder/README.md +47 -0
  2576. package/rds-lambda/node_modules/string_decoder/package.json +34 -0
  2577. package/rds-lambda/node_modules/strip-ansi/license +9 -0
  2578. package/rds-lambda/node_modules/strip-ansi/package.json +54 -0
  2579. package/rds-lambda/node_modules/strip-ansi/readme.md +46 -0
  2580. package/rds-lambda/node_modules/strip-bom/license +9 -0
  2581. package/rds-lambda/node_modules/strip-bom/package.json +42 -0
  2582. package/rds-lambda/node_modules/strip-bom/readme.md +54 -0
  2583. package/rds-lambda/node_modules/strip-final-newline/license +9 -0
  2584. package/rds-lambda/node_modules/strip-final-newline/package.json +40 -0
  2585. package/rds-lambda/node_modules/strip-final-newline/readme.md +30 -0
  2586. package/rds-lambda/node_modules/strip-json-comments/license +9 -0
  2587. package/rds-lambda/node_modules/strip-json-comments/package.json +47 -0
  2588. package/rds-lambda/node_modules/strip-json-comments/readme.md +78 -0
  2589. package/rds-lambda/node_modules/strnum/.vscode/launch.json +25 -0
  2590. package/rds-lambda/node_modules/strnum/LICENSE +21 -0
  2591. package/rds-lambda/node_modules/strnum/README.md +86 -0
  2592. package/rds-lambda/node_modules/strnum/package.json +24 -0
  2593. package/rds-lambda/node_modules/supports-color/license +9 -0
  2594. package/rds-lambda/node_modules/supports-color/package.json +53 -0
  2595. package/rds-lambda/node_modules/supports-color/readme.md +66 -0
  2596. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
  2597. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
  2598. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
  2599. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
  2600. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
  2601. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
  2602. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
  2603. package/rds-lambda/node_modules/tar-stream/LICENSE +21 -0
  2604. package/rds-lambda/node_modules/tar-stream/README.md +168 -0
  2605. package/rds-lambda/node_modules/tar-stream/package.json +58 -0
  2606. package/rds-lambda/node_modules/tarn/LICENSE +22 -0
  2607. package/rds-lambda/node_modules/tarn/README.md +193 -0
  2608. package/rds-lambda/node_modules/tarn/package.json +66 -0
  2609. package/rds-lambda/node_modules/test-exclude/CHANGELOG.md +352 -0
  2610. package/rds-lambda/node_modules/test-exclude/LICENSE.txt +14 -0
  2611. package/rds-lambda/node_modules/test-exclude/README.md +96 -0
  2612. package/rds-lambda/node_modules/test-exclude/package.json +45 -0
  2613. package/rds-lambda/node_modules/tildify/license +9 -0
  2614. package/rds-lambda/node_modules/tildify/package.json +40 -0
  2615. package/rds-lambda/node_modules/tildify/readme.md +30 -0
  2616. package/rds-lambda/node_modules/tmpl/license +28 -0
  2617. package/rds-lambda/node_modules/tmpl/package.json +19 -0
  2618. package/rds-lambda/node_modules/tmpl/readme.md +10 -0
  2619. package/rds-lambda/node_modules/to-fast-properties/license +10 -0
  2620. package/rds-lambda/node_modules/to-fast-properties/package.json +35 -0
  2621. package/rds-lambda/node_modules/to-fast-properties/readme.md +37 -0
  2622. package/rds-lambda/node_modules/to-regex-range/LICENSE +21 -0
  2623. package/rds-lambda/node_modules/to-regex-range/README.md +305 -0
  2624. package/rds-lambda/node_modules/to-regex-range/package.json +88 -0
  2625. package/rds-lambda/node_modules/ts-jest/.ts-jest-digest +1 -0
  2626. package/rds-lambda/node_modules/ts-jest/CHANGELOG.md +1758 -0
  2627. package/rds-lambda/node_modules/ts-jest/CONTRIBUTING.md +120 -0
  2628. package/rds-lambda/node_modules/ts-jest/LICENSE.md +21 -0
  2629. package/rds-lambda/node_modules/ts-jest/README.md +73 -0
  2630. package/rds-lambda/node_modules/ts-jest/TROUBLESHOOTING.md +75 -0
  2631. package/rds-lambda/node_modules/ts-jest/node_modules/lru-cache/LICENSE +15 -0
  2632. package/rds-lambda/node_modules/ts-jest/node_modules/lru-cache/README.md +166 -0
  2633. package/rds-lambda/node_modules/ts-jest/node_modules/lru-cache/package.json +34 -0
  2634. package/rds-lambda/node_modules/ts-jest/node_modules/semver/LICENSE +15 -0
  2635. package/rds-lambda/node_modules/ts-jest/node_modules/semver/README.md +637 -0
  2636. package/rds-lambda/node_modules/ts-jest/node_modules/semver/package.json +87 -0
  2637. package/rds-lambda/node_modules/ts-jest/node_modules/semver/range.bnf +16 -0
  2638. package/rds-lambda/node_modules/ts-jest/node_modules/yallist/LICENSE +15 -0
  2639. package/rds-lambda/node_modules/ts-jest/node_modules/yallist/README.md +204 -0
  2640. package/rds-lambda/node_modules/ts-jest/node_modules/yallist/package.json +29 -0
  2641. package/rds-lambda/node_modules/ts-jest/package.json +148 -0
  2642. package/rds-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
  2643. package/rds-lambda/node_modules/tslib/LICENSE.txt +12 -0
  2644. package/rds-lambda/node_modules/tslib/README.md +164 -0
  2645. package/rds-lambda/node_modules/tslib/SECURITY.md +41 -0
  2646. package/rds-lambda/node_modules/tslib/modules/package.json +3 -0
  2647. package/rds-lambda/node_modules/tslib/package.json +47 -0
  2648. package/rds-lambda/node_modules/tslib/tslib.es6.html +1 -0
  2649. package/rds-lambda/node_modules/tslib/tslib.es6.mjs +370 -0
  2650. package/rds-lambda/node_modules/tslib/tslib.html +1 -0
  2651. package/rds-lambda/node_modules/type-detect/LICENSE +19 -0
  2652. package/rds-lambda/node_modules/type-detect/README.md +228 -0
  2653. package/rds-lambda/node_modules/type-detect/package.json +1 -0
  2654. package/rds-lambda/node_modules/type-fest/license +9 -0
  2655. package/rds-lambda/node_modules/type-fest/package.json +58 -0
  2656. package/rds-lambda/node_modules/type-fest/readme.md +760 -0
  2657. package/rds-lambda/node_modules/typescript/LICENSE.txt +55 -0
  2658. package/rds-lambda/node_modules/typescript/README.md +51 -0
  2659. package/rds-lambda/node_modules/typescript/SECURITY.md +41 -0
  2660. package/rds-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
  2661. package/rds-lambda/node_modules/typescript/bin/tsc +2 -0
  2662. package/rds-lambda/node_modules/typescript/bin/tsserver +2 -0
  2663. package/rds-lambda/node_modules/typescript/lib/README.md +5 -0
  2664. package/rds-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
  2665. package/rds-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
  2666. package/rds-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
  2667. package/rds-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
  2668. package/rds-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
  2669. package/rds-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
  2670. package/rds-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
  2671. package/rds-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
  2672. package/rds-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
  2673. package/rds-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
  2674. package/rds-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
  2675. package/rds-lambda/node_modules/typescript/lib/typesMap.json +497 -0
  2676. package/rds-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
  2677. package/rds-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
  2678. package/rds-lambda/node_modules/typescript/package.json +128 -0
  2679. package/rds-lambda/node_modules/update-browserslist-db/LICENSE +20 -0
  2680. package/rds-lambda/node_modules/update-browserslist-db/README.md +22 -0
  2681. package/rds-lambda/node_modules/update-browserslist-db/package.json +40 -0
  2682. package/rds-lambda/node_modules/util-deprecate/History.md +16 -0
  2683. package/rds-lambda/node_modules/util-deprecate/LICENSE +24 -0
  2684. package/rds-lambda/node_modules/util-deprecate/README.md +53 -0
  2685. package/rds-lambda/node_modules/util-deprecate/package.json +27 -0
  2686. package/rds-lambda/node_modules/uuid/CHANGELOG.md +268 -0
  2687. package/rds-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
  2688. package/rds-lambda/node_modules/uuid/LICENSE.md +9 -0
  2689. package/rds-lambda/node_modules/uuid/README.md +462 -0
  2690. package/rds-lambda/node_modules/uuid/dist/bin/uuid +2 -0
  2691. package/rds-lambda/node_modules/uuid/package.json +131 -0
  2692. package/rds-lambda/node_modules/uuid/wrapper.mjs +10 -0
  2693. package/rds-lambda/node_modules/v8-to-istanbul/CHANGELOG.md +410 -0
  2694. package/rds-lambda/node_modules/v8-to-istanbul/LICENSE.txt +14 -0
  2695. package/rds-lambda/node_modules/v8-to-istanbul/README.md +86 -0
  2696. package/rds-lambda/node_modules/v8-to-istanbul/package.json +49 -0
  2697. package/rds-lambda/node_modules/walker/.travis.yml +3 -0
  2698. package/rds-lambda/node_modules/walker/LICENSE +13 -0
  2699. package/rds-lambda/node_modules/walker/package.json +27 -0
  2700. package/rds-lambda/node_modules/walker/readme.md +52 -0
  2701. package/rds-lambda/node_modules/which/CHANGELOG.md +166 -0
  2702. package/rds-lambda/node_modules/which/LICENSE +15 -0
  2703. package/rds-lambda/node_modules/which/README.md +54 -0
  2704. package/rds-lambda/node_modules/which/bin/node-which +52 -0
  2705. package/rds-lambda/node_modules/which/package.json +43 -0
  2706. package/rds-lambda/node_modules/wrap-ansi/license +9 -0
  2707. package/rds-lambda/node_modules/wrap-ansi/node_modules/ansi-styles/license +9 -0
  2708. package/rds-lambda/node_modules/wrap-ansi/node_modules/ansi-styles/package.json +56 -0
  2709. package/rds-lambda/node_modules/wrap-ansi/node_modules/ansi-styles/readme.md +152 -0
  2710. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-convert/CHANGELOG.md +54 -0
  2711. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-convert/LICENSE +21 -0
  2712. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-convert/README.md +68 -0
  2713. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-convert/package.json +48 -0
  2714. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-name/LICENSE +8 -0
  2715. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-name/README.md +11 -0
  2716. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-name/package.json +28 -0
  2717. package/rds-lambda/node_modules/wrap-ansi/package.json +62 -0
  2718. package/rds-lambda/node_modules/wrap-ansi/readme.md +91 -0
  2719. package/rds-lambda/node_modules/wrappy/LICENSE +15 -0
  2720. package/rds-lambda/node_modules/wrappy/README.md +36 -0
  2721. package/rds-lambda/node_modules/wrappy/package.json +29 -0
  2722. package/rds-lambda/node_modules/write-file-atomic/LICENSE.md +6 -0
  2723. package/rds-lambda/node_modules/write-file-atomic/README.md +91 -0
  2724. package/rds-lambda/node_modules/write-file-atomic/package.json +55 -0
  2725. package/rds-lambda/node_modules/y18n/CHANGELOG.md +100 -0
  2726. package/rds-lambda/node_modules/y18n/LICENSE +13 -0
  2727. package/rds-lambda/node_modules/y18n/README.md +127 -0
  2728. package/rds-lambda/node_modules/y18n/build/index.cjs +203 -0
  2729. package/rds-lambda/node_modules/y18n/index.mjs +8 -0
  2730. package/rds-lambda/node_modules/y18n/package.json +70 -0
  2731. package/rds-lambda/node_modules/yallist/LICENSE +15 -0
  2732. package/rds-lambda/node_modules/yallist/README.md +204 -0
  2733. package/rds-lambda/node_modules/yallist/package.json +29 -0
  2734. package/rds-lambda/node_modules/yargs/CHANGELOG.md +88 -0
  2735. package/rds-lambda/node_modules/yargs/LICENSE +21 -0
  2736. package/rds-lambda/node_modules/yargs/README.md +202 -0
  2737. package/rds-lambda/node_modules/yargs/browser.mjs +7 -0
  2738. package/rds-lambda/node_modules/yargs/build/index.cjs +2920 -0
  2739. package/rds-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
  2740. package/rds-lambda/node_modules/yargs/helpers/package.json +3 -0
  2741. package/rds-lambda/node_modules/yargs/index.cjs +39 -0
  2742. package/rds-lambda/node_modules/yargs/index.mjs +8 -0
  2743. package/rds-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
  2744. package/rds-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
  2745. package/rds-lambda/node_modules/yargs/locales/be.json +46 -0
  2746. package/rds-lambda/node_modules/yargs/locales/de.json +46 -0
  2747. package/rds-lambda/node_modules/yargs/locales/en.json +51 -0
  2748. package/rds-lambda/node_modules/yargs/locales/es.json +46 -0
  2749. package/rds-lambda/node_modules/yargs/locales/fi.json +49 -0
  2750. package/rds-lambda/node_modules/yargs/locales/fr.json +53 -0
  2751. package/rds-lambda/node_modules/yargs/locales/hi.json +49 -0
  2752. package/rds-lambda/node_modules/yargs/locales/hu.json +46 -0
  2753. package/rds-lambda/node_modules/yargs/locales/id.json +50 -0
  2754. package/rds-lambda/node_modules/yargs/locales/it.json +46 -0
  2755. package/rds-lambda/node_modules/yargs/locales/ja.json +51 -0
  2756. package/rds-lambda/node_modules/yargs/locales/ko.json +49 -0
  2757. package/rds-lambda/node_modules/yargs/locales/nb.json +44 -0
  2758. package/rds-lambda/node_modules/yargs/locales/nl.json +49 -0
  2759. package/rds-lambda/node_modules/yargs/locales/nn.json +44 -0
  2760. package/rds-lambda/node_modules/yargs/locales/pirate.json +13 -0
  2761. package/rds-lambda/node_modules/yargs/locales/pl.json +49 -0
  2762. package/rds-lambda/node_modules/yargs/locales/pt.json +45 -0
  2763. package/rds-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
  2764. package/rds-lambda/node_modules/yargs/locales/ru.json +46 -0
  2765. package/rds-lambda/node_modules/yargs/locales/th.json +46 -0
  2766. package/rds-lambda/node_modules/yargs/locales/tr.json +48 -0
  2767. package/rds-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
  2768. package/rds-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
  2769. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/CHANGELOG.md +263 -0
  2770. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/LICENSE.txt +14 -0
  2771. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/README.md +518 -0
  2772. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/build/index.cjs +1042 -0
  2773. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/package.json +87 -0
  2774. package/rds-lambda/node_modules/yargs/package.json +122 -0
  2775. package/rds-lambda/node_modules/yargs/yargs +9 -0
  2776. package/rds-lambda/node_modules/yargs-parser/CHANGELOG.md +308 -0
  2777. package/rds-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
  2778. package/rds-lambda/node_modules/yargs-parser/README.md +518 -0
  2779. package/rds-lambda/node_modules/yargs-parser/build/index.cjs +1050 -0
  2780. package/rds-lambda/node_modules/yargs-parser/package.json +92 -0
  2781. package/rds-lambda/node_modules/yocto-queue/license +9 -0
  2782. package/rds-lambda/node_modules/yocto-queue/package.json +43 -0
  2783. package/rds-lambda/node_modules/yocto-queue/readme.md +64 -0
  2784. package/rds-lambda/node_modules/zip-stream/CHANGELOG.md +112 -0
  2785. package/rds-lambda/node_modules/zip-stream/LICENSE +22 -0
  2786. package/rds-lambda/node_modules/zip-stream/README.md +45 -0
  2787. package/rds-lambda/node_modules/zip-stream/node_modules/archiver-utils/LICENSE +22 -0
  2788. package/rds-lambda/node_modules/zip-stream/node_modules/archiver-utils/README.md +6 -0
  2789. package/rds-lambda/node_modules/zip-stream/node_modules/archiver-utils/package.json +54 -0
  2790. package/rds-lambda/node_modules/zip-stream/package.json +49 -0
  2791. package/rds-lambda/package-lock.json +6270 -0
  2792. package/rds-lambda/package.json +20 -0
  2793. package/rds-lambda/tsconfig.json +14 -0
  2794. package/rds-patching-lambda/node_modules/.package-lock.json +1904 -0
  2795. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
  2796. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/LICENSE +201 -0
  2797. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/README.md +16 -0
  2798. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
  2799. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
  2800. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
  2801. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
  2802. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
  2803. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  2804. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
  2805. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
  2806. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/package.json +28 -0
  2807. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
  2808. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
  2809. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
  2810. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
  2811. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
  2812. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
  2813. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
  2814. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
  2815. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
  2816. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
  2817. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
  2818. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  2819. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
  2820. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
  2821. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
  2822. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
  2823. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
  2824. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
  2825. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
  2826. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
  2827. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
  2828. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
  2829. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
  2830. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  2831. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  2832. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
  2833. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
  2834. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
  2835. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
  2836. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
  2837. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  2838. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
  2839. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
  2840. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  2841. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  2842. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
  2843. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
  2844. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
  2845. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  2846. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  2847. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
  2848. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
  2849. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  2850. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  2851. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
  2852. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
  2853. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
  2854. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
  2855. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
  2856. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  2857. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
  2858. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
  2859. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
  2860. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  2861. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  2862. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  2863. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  2864. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  2865. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
  2866. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
  2867. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  2868. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  2869. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
  2870. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
  2871. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
  2872. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
  2873. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
  2874. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  2875. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
  2876. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
  2877. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
  2878. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  2879. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  2880. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
  2881. package/rds-patching-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
  2882. package/rds-patching-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
  2883. package/rds-patching-lambda/node_modules/@aws-crypto/util/README.md +16 -0
  2884. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
  2885. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
  2886. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
  2887. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
  2888. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
  2889. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  2890. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
  2891. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
  2892. package/rds-patching-lambda/node_modules/@aws-crypto/util/package.json +31 -0
  2893. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  2894. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
  2895. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  2896. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  2897. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  2898. package/rds-patching-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
  2899. package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
  2900. package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
  2901. package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
  2902. package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/LICENSE +201 -0
  2903. package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/README.md +798 -0
  2904. package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/package.json +103 -0
  2905. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  2906. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
  2907. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
  2908. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
  2909. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
  2910. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
  2911. package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  2912. package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
  2913. package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
  2914. package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
  2915. package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
  2916. package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
  2917. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  2918. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  2919. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
  2920. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
  2921. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
  2922. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
  2923. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  2924. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  2925. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
  2926. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  2927. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
  2928. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
  2929. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  2930. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  2931. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
  2932. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  2933. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  2934. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
  2935. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  2936. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  2937. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
  2938. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
  2939. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/README.md +4 -0
  2940. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/package.json +57 -0
  2941. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +201 -0
  2942. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +10 -0
  2943. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +57 -0
  2944. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +201 -0
  2945. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +10 -0
  2946. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +56 -0
  2947. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +201 -0
  2948. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +10 -0
  2949. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +58 -0
  2950. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +201 -0
  2951. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +10 -0
  2952. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +59 -0
  2953. package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
  2954. package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
  2955. package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
  2956. package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
  2957. package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
  2958. package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/package.json +60 -0
  2959. package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
  2960. package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
  2961. package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
  2962. package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
  2963. package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
  2964. package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
  2965. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
  2966. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
  2967. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
  2968. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
  2969. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
  2970. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +60 -0
  2971. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  2972. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  2973. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
  2974. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  2975. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  2976. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
  2977. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  2978. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
  2979. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
  2980. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
  2981. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
  2982. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
  2983. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
  2984. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
  2985. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
  2986. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
  2987. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
  2988. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
  2989. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
  2990. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
  2991. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
  2992. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
  2993. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
  2994. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
  2995. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  2996. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  2997. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
  2998. package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
  2999. package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
  3000. package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
  3001. package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
  3002. package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
  3003. package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
  3004. package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
  3005. package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
  3006. package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
  3007. package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
  3008. package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
  3009. package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
  3010. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
  3011. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
  3012. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
  3013. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
  3014. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
  3015. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
  3016. package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
  3017. package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
  3018. package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
  3019. package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
  3020. package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
  3021. package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
  3022. package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
  3023. package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
  3024. package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/package.json +66 -0
  3025. package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
  3026. package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
  3027. package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
  3028. package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  3029. package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
  3030. package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
  3031. package/rds-patching-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
  3032. package/rds-patching-lambda/node_modules/@aws-sdk/types/README.md +4 -0
  3033. package/rds-patching-lambda/node_modules/@aws-sdk/types/package.json +57 -0
  3034. package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
  3035. package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
  3036. package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
  3037. package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
  3038. package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
  3039. package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
  3040. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
  3041. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
  3042. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
  3043. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
  3044. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
  3045. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
  3046. package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
  3047. package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
  3048. package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
  3049. package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
  3050. package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
  3051. package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
  3052. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
  3053. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
  3054. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
  3055. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
  3056. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
  3057. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
  3058. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  3059. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  3060. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +203 -0
  3061. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +203 -0
  3062. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
  3063. package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
  3064. package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
  3065. package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
  3066. package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  3067. package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  3068. package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
  3069. package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
  3070. package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
  3071. package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
  3072. package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
  3073. package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
  3074. package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
  3075. package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
  3076. package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
  3077. package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
  3078. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  3079. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
  3080. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
  3081. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  3082. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  3083. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
  3084. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
  3085. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
  3086. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
  3087. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
  3088. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
  3089. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
  3090. package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
  3091. package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
  3092. package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
  3093. package/rds-patching-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
  3094. package/rds-patching-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
  3095. package/rds-patching-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
  3096. package/rds-patching-lambda/node_modules/@smithy/types/LICENSE +201 -0
  3097. package/rds-patching-lambda/node_modules/@smithy/types/README.md +41 -0
  3098. package/rds-patching-lambda/node_modules/@smithy/types/package.json +63 -0
  3099. package/rds-patching-lambda/node_modules/@types/node/LICENSE +21 -0
  3100. package/rds-patching-lambda/node_modules/@types/node/README.md +16 -0
  3101. package/rds-patching-lambda/node_modules/@types/node/package.json +232 -0
  3102. package/rds-patching-lambda/node_modules/ansi-regex/license +9 -0
  3103. package/rds-patching-lambda/node_modules/ansi-regex/package.json +55 -0
  3104. package/rds-patching-lambda/node_modules/ansi-regex/readme.md +78 -0
  3105. package/rds-patching-lambda/node_modules/ansi-styles/license +9 -0
  3106. package/rds-patching-lambda/node_modules/ansi-styles/package.json +56 -0
  3107. package/rds-patching-lambda/node_modules/ansi-styles/readme.md +152 -0
  3108. package/rds-patching-lambda/node_modules/archiver/CHANGELOG.md +246 -0
  3109. package/rds-patching-lambda/node_modules/archiver/LICENSE +22 -0
  3110. package/rds-patching-lambda/node_modules/archiver/README.md +94 -0
  3111. package/rds-patching-lambda/node_modules/archiver/package.json +60 -0
  3112. package/rds-patching-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
  3113. package/rds-patching-lambda/node_modules/archiver-utils/LICENSE +22 -0
  3114. package/rds-patching-lambda/node_modules/archiver-utils/README.md +7 -0
  3115. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
  3116. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  3117. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
  3118. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
  3119. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
  3120. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  3121. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
  3122. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
  3123. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
  3124. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
  3125. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
  3126. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
  3127. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
  3128. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
  3129. package/rds-patching-lambda/node_modules/archiver-utils/package.json +54 -0
  3130. package/rds-patching-lambda/node_modules/async/CHANGELOG.md +348 -0
  3131. package/rds-patching-lambda/node_modules/async/LICENSE +19 -0
  3132. package/rds-patching-lambda/node_modules/async/README.md +59 -0
  3133. package/rds-patching-lambda/node_modules/async/bower.json +17 -0
  3134. package/rds-patching-lambda/node_modules/async/dist/async.mjs +5947 -0
  3135. package/rds-patching-lambda/node_modules/async/package.json +75 -0
  3136. package/rds-patching-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  3137. package/rds-patching-lambda/node_modules/balanced-match/LICENSE.md +21 -0
  3138. package/rds-patching-lambda/node_modules/balanced-match/README.md +97 -0
  3139. package/rds-patching-lambda/node_modules/balanced-match/package.json +48 -0
  3140. package/rds-patching-lambda/node_modules/base64-js/LICENSE +21 -0
  3141. package/rds-patching-lambda/node_modules/base64-js/README.md +34 -0
  3142. package/rds-patching-lambda/node_modules/base64-js/package.json +47 -0
  3143. package/rds-patching-lambda/node_modules/bestzip/LICENSE +21 -0
  3144. package/rds-patching-lambda/node_modules/bestzip/package.json +46 -0
  3145. package/rds-patching-lambda/node_modules/bestzip/readme.md +91 -0
  3146. package/rds-patching-lambda/node_modules/bl/.travis.yml +17 -0
  3147. package/rds-patching-lambda/node_modules/bl/LICENSE.md +13 -0
  3148. package/rds-patching-lambda/node_modules/bl/README.md +247 -0
  3149. package/rds-patching-lambda/node_modules/bl/package.json +37 -0
  3150. package/rds-patching-lambda/node_modules/bowser/CHANGELOG.md +218 -0
  3151. package/rds-patching-lambda/node_modules/bowser/LICENSE +39 -0
  3152. package/rds-patching-lambda/node_modules/bowser/README.md +179 -0
  3153. package/rds-patching-lambda/node_modules/bowser/package.json +83 -0
  3154. package/rds-patching-lambda/node_modules/brace-expansion/LICENSE +21 -0
  3155. package/rds-patching-lambda/node_modules/brace-expansion/README.md +129 -0
  3156. package/rds-patching-lambda/node_modules/brace-expansion/package.json +47 -0
  3157. package/rds-patching-lambda/node_modules/buffer/AUTHORS.md +70 -0
  3158. package/rds-patching-lambda/node_modules/buffer/LICENSE +21 -0
  3159. package/rds-patching-lambda/node_modules/buffer/README.md +410 -0
  3160. package/rds-patching-lambda/node_modules/buffer/package.json +96 -0
  3161. package/rds-patching-lambda/node_modules/buffer-crc32/LICENSE +19 -0
  3162. package/rds-patching-lambda/node_modules/buffer-crc32/README.md +47 -0
  3163. package/rds-patching-lambda/node_modules/buffer-crc32/package.json +39 -0
  3164. package/rds-patching-lambda/node_modules/cliui/CHANGELOG.md +121 -0
  3165. package/rds-patching-lambda/node_modules/cliui/LICENSE.txt +14 -0
  3166. package/rds-patching-lambda/node_modules/cliui/README.md +141 -0
  3167. package/rds-patching-lambda/node_modules/cliui/build/index.cjs +302 -0
  3168. package/rds-patching-lambda/node_modules/cliui/index.mjs +13 -0
  3169. package/rds-patching-lambda/node_modules/cliui/package.json +83 -0
  3170. package/rds-patching-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
  3171. package/rds-patching-lambda/node_modules/color-convert/LICENSE +21 -0
  3172. package/rds-patching-lambda/node_modules/color-convert/README.md +68 -0
  3173. package/rds-patching-lambda/node_modules/color-convert/package.json +48 -0
  3174. package/rds-patching-lambda/node_modules/color-name/LICENSE +8 -0
  3175. package/rds-patching-lambda/node_modules/color-name/README.md +11 -0
  3176. package/rds-patching-lambda/node_modules/color-name/package.json +28 -0
  3177. package/rds-patching-lambda/node_modules/compress-commons/CHANGELOG.md +60 -0
  3178. package/rds-patching-lambda/node_modules/compress-commons/LICENSE +22 -0
  3179. package/rds-patching-lambda/node_modules/compress-commons/README.md +25 -0
  3180. package/rds-patching-lambda/node_modules/compress-commons/package.json +45 -0
  3181. package/rds-patching-lambda/node_modules/concat-map/.travis.yml +4 -0
  3182. package/rds-patching-lambda/node_modules/concat-map/LICENSE +18 -0
  3183. package/rds-patching-lambda/node_modules/concat-map/README.markdown +62 -0
  3184. package/rds-patching-lambda/node_modules/concat-map/package.json +43 -0
  3185. package/rds-patching-lambda/node_modules/core-util-is/LICENSE +19 -0
  3186. package/rds-patching-lambda/node_modules/core-util-is/README.md +3 -0
  3187. package/rds-patching-lambda/node_modules/core-util-is/package.json +38 -0
  3188. package/rds-patching-lambda/node_modules/crc-32/LICENSE +201 -0
  3189. package/rds-patching-lambda/node_modules/crc-32/README.md +200 -0
  3190. package/rds-patching-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
  3191. package/rds-patching-lambda/node_modules/crc-32/package.json +43 -0
  3192. package/rds-patching-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
  3193. package/rds-patching-lambda/node_modules/crc-32/types/tslint.json +11 -0
  3194. package/rds-patching-lambda/node_modules/crc32-stream/CHANGELOG.md +59 -0
  3195. package/rds-patching-lambda/node_modules/crc32-stream/LICENSE +22 -0
  3196. package/rds-patching-lambda/node_modules/crc32-stream/README.md +79 -0
  3197. package/rds-patching-lambda/node_modules/crc32-stream/package.json +45 -0
  3198. package/rds-patching-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  3199. package/rds-patching-lambda/node_modules/emoji-regex/README.md +73 -0
  3200. package/rds-patching-lambda/node_modules/emoji-regex/package.json +50 -0
  3201. package/rds-patching-lambda/node_modules/end-of-stream/LICENSE +21 -0
  3202. package/rds-patching-lambda/node_modules/end-of-stream/README.md +54 -0
  3203. package/rds-patching-lambda/node_modules/end-of-stream/package.json +37 -0
  3204. package/rds-patching-lambda/node_modules/escalade/dist/index.mjs +22 -0
  3205. package/rds-patching-lambda/node_modules/escalade/license +9 -0
  3206. package/rds-patching-lambda/node_modules/escalade/package.json +61 -0
  3207. package/rds-patching-lambda/node_modules/escalade/readme.md +211 -0
  3208. package/rds-patching-lambda/node_modules/escalade/sync/index.mjs +18 -0
  3209. package/rds-patching-lambda/node_modules/fast-xml-parser/CHANGELOG.md +551 -0
  3210. package/rds-patching-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
  3211. package/rds-patching-lambda/node_modules/fast-xml-parser/README.md +204 -0
  3212. package/rds-patching-lambda/node_modules/fast-xml-parser/package.json +71 -0
  3213. package/rds-patching-lambda/node_modules/fs-constants/LICENSE +21 -0
  3214. package/rds-patching-lambda/node_modules/fs-constants/README.md +26 -0
  3215. package/rds-patching-lambda/node_modules/fs-constants/package.json +19 -0
  3216. package/rds-patching-lambda/node_modules/fs.realpath/LICENSE +43 -0
  3217. package/rds-patching-lambda/node_modules/fs.realpath/README.md +33 -0
  3218. package/rds-patching-lambda/node_modules/fs.realpath/package.json +26 -0
  3219. package/rds-patching-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
  3220. package/rds-patching-lambda/node_modules/get-caller-file/README.md +41 -0
  3221. package/rds-patching-lambda/node_modules/get-caller-file/package.json +42 -0
  3222. package/rds-patching-lambda/node_modules/glob/LICENSE +21 -0
  3223. package/rds-patching-lambda/node_modules/glob/README.md +378 -0
  3224. package/rds-patching-lambda/node_modules/glob/package.json +55 -0
  3225. package/rds-patching-lambda/node_modules/graceful-fs/LICENSE +15 -0
  3226. package/rds-patching-lambda/node_modules/graceful-fs/README.md +143 -0
  3227. package/rds-patching-lambda/node_modules/graceful-fs/package.json +53 -0
  3228. package/rds-patching-lambda/node_modules/ieee754/LICENSE +11 -0
  3229. package/rds-patching-lambda/node_modules/ieee754/README.md +51 -0
  3230. package/rds-patching-lambda/node_modules/ieee754/package.json +52 -0
  3231. package/rds-patching-lambda/node_modules/inflight/LICENSE +15 -0
  3232. package/rds-patching-lambda/node_modules/inflight/README.md +37 -0
  3233. package/rds-patching-lambda/node_modules/inflight/package.json +29 -0
  3234. package/rds-patching-lambda/node_modules/inherits/LICENSE +16 -0
  3235. package/rds-patching-lambda/node_modules/inherits/README.md +42 -0
  3236. package/rds-patching-lambda/node_modules/inherits/package.json +29 -0
  3237. package/rds-patching-lambda/node_modules/is-fullwidth-code-point/license +9 -0
  3238. package/rds-patching-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
  3239. package/rds-patching-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
  3240. package/rds-patching-lambda/node_modules/isarray/.travis.yml +4 -0
  3241. package/rds-patching-lambda/node_modules/isarray/Makefile +6 -0
  3242. package/rds-patching-lambda/node_modules/isarray/README.md +60 -0
  3243. package/rds-patching-lambda/node_modules/isarray/component.json +19 -0
  3244. package/rds-patching-lambda/node_modules/isarray/package.json +45 -0
  3245. package/rds-patching-lambda/node_modules/isexe/LICENSE +15 -0
  3246. package/rds-patching-lambda/node_modules/isexe/README.md +51 -0
  3247. package/rds-patching-lambda/node_modules/isexe/package.json +31 -0
  3248. package/rds-patching-lambda/node_modules/lazystream/LICENSE +23 -0
  3249. package/rds-patching-lambda/node_modules/lazystream/README.md +114 -0
  3250. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
  3251. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  3252. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
  3253. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
  3254. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
  3255. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  3256. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
  3257. package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
  3258. package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
  3259. package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
  3260. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
  3261. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
  3262. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
  3263. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
  3264. package/rds-patching-lambda/node_modules/lazystream/package.json +46 -0
  3265. package/rds-patching-lambda/node_modules/lazystream/test/data.md +13 -0
  3266. package/rds-patching-lambda/node_modules/lodash.defaults/LICENSE +47 -0
  3267. package/rds-patching-lambda/node_modules/lodash.defaults/README.md +18 -0
  3268. package/rds-patching-lambda/node_modules/lodash.defaults/package.json +17 -0
  3269. package/rds-patching-lambda/node_modules/lodash.difference/LICENSE +47 -0
  3270. package/rds-patching-lambda/node_modules/lodash.difference/README.md +18 -0
  3271. package/rds-patching-lambda/node_modules/lodash.difference/package.json +17 -0
  3272. package/rds-patching-lambda/node_modules/lodash.flatten/LICENSE +47 -0
  3273. package/rds-patching-lambda/node_modules/lodash.flatten/README.md +18 -0
  3274. package/rds-patching-lambda/node_modules/lodash.flatten/package.json +17 -0
  3275. package/rds-patching-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
  3276. package/rds-patching-lambda/node_modules/lodash.isplainobject/README.md +18 -0
  3277. package/rds-patching-lambda/node_modules/lodash.isplainobject/package.json +17 -0
  3278. package/rds-patching-lambda/node_modules/lodash.union/LICENSE +47 -0
  3279. package/rds-patching-lambda/node_modules/lodash.union/README.md +18 -0
  3280. package/rds-patching-lambda/node_modules/lodash.union/package.json +17 -0
  3281. package/rds-patching-lambda/node_modules/minimatch/LICENSE +15 -0
  3282. package/rds-patching-lambda/node_modules/minimatch/README.md +230 -0
  3283. package/rds-patching-lambda/node_modules/minimatch/package.json +33 -0
  3284. package/rds-patching-lambda/node_modules/normalize-path/LICENSE +21 -0
  3285. package/rds-patching-lambda/node_modules/normalize-path/README.md +127 -0
  3286. package/rds-patching-lambda/node_modules/normalize-path/package.json +77 -0
  3287. package/rds-patching-lambda/node_modules/once/LICENSE +15 -0
  3288. package/rds-patching-lambda/node_modules/once/README.md +79 -0
  3289. package/rds-patching-lambda/node_modules/once/package.json +33 -0
  3290. package/rds-patching-lambda/node_modules/path-is-absolute/license +21 -0
  3291. package/rds-patching-lambda/node_modules/path-is-absolute/package.json +43 -0
  3292. package/rds-patching-lambda/node_modules/path-is-absolute/readme.md +59 -0
  3293. package/rds-patching-lambda/node_modules/process-nextick-args/license.md +19 -0
  3294. package/rds-patching-lambda/node_modules/process-nextick-args/package.json +25 -0
  3295. package/rds-patching-lambda/node_modules/process-nextick-args/readme.md +18 -0
  3296. package/rds-patching-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  3297. package/rds-patching-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
  3298. package/rds-patching-lambda/node_modules/readable-stream/LICENSE +47 -0
  3299. package/rds-patching-lambda/node_modules/readable-stream/README.md +106 -0
  3300. package/rds-patching-lambda/node_modules/readable-stream/package.json +68 -0
  3301. package/rds-patching-lambda/node_modules/readdir-glob/LICENSE +201 -0
  3302. package/rds-patching-lambda/node_modules/readdir-glob/README.md +85 -0
  3303. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  3304. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
  3305. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
  3306. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
  3307. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
  3308. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
  3309. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
  3310. package/rds-patching-lambda/node_modules/readdir-glob/package.json +43 -0
  3311. package/rds-patching-lambda/node_modules/require-directory/.jshintrc +67 -0
  3312. package/rds-patching-lambda/node_modules/require-directory/.travis.yml +3 -0
  3313. package/rds-patching-lambda/node_modules/require-directory/LICENSE +22 -0
  3314. package/rds-patching-lambda/node_modules/require-directory/README.markdown +184 -0
  3315. package/rds-patching-lambda/node_modules/require-directory/package.json +40 -0
  3316. package/rds-patching-lambda/node_modules/safe-buffer/LICENSE +21 -0
  3317. package/rds-patching-lambda/node_modules/safe-buffer/README.md +584 -0
  3318. package/rds-patching-lambda/node_modules/safe-buffer/package.json +51 -0
  3319. package/rds-patching-lambda/node_modules/string-width/license +9 -0
  3320. package/rds-patching-lambda/node_modules/string-width/package.json +56 -0
  3321. package/rds-patching-lambda/node_modules/string-width/readme.md +50 -0
  3322. package/rds-patching-lambda/node_modules/string_decoder/LICENSE +48 -0
  3323. package/rds-patching-lambda/node_modules/string_decoder/README.md +47 -0
  3324. package/rds-patching-lambda/node_modules/string_decoder/package.json +34 -0
  3325. package/rds-patching-lambda/node_modules/strip-ansi/license +9 -0
  3326. package/rds-patching-lambda/node_modules/strip-ansi/package.json +54 -0
  3327. package/rds-patching-lambda/node_modules/strip-ansi/readme.md +46 -0
  3328. package/rds-patching-lambda/node_modules/strnum/.vscode/launch.json +25 -0
  3329. package/rds-patching-lambda/node_modules/strnum/LICENSE +21 -0
  3330. package/rds-patching-lambda/node_modules/strnum/README.md +86 -0
  3331. package/rds-patching-lambda/node_modules/strnum/package.json +24 -0
  3332. package/rds-patching-lambda/node_modules/tar-stream/LICENSE +21 -0
  3333. package/rds-patching-lambda/node_modules/tar-stream/README.md +168 -0
  3334. package/rds-patching-lambda/node_modules/tar-stream/package.json +58 -0
  3335. package/rds-patching-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
  3336. package/rds-patching-lambda/node_modules/tslib/LICENSE.txt +12 -0
  3337. package/rds-patching-lambda/node_modules/tslib/README.md +164 -0
  3338. package/rds-patching-lambda/node_modules/tslib/SECURITY.md +41 -0
  3339. package/rds-patching-lambda/node_modules/tslib/modules/package.json +3 -0
  3340. package/rds-patching-lambda/node_modules/tslib/package.json +47 -0
  3341. package/rds-patching-lambda/node_modules/tslib/tslib.es6.html +1 -0
  3342. package/rds-patching-lambda/node_modules/tslib/tslib.es6.mjs +370 -0
  3343. package/rds-patching-lambda/node_modules/tslib/tslib.html +1 -0
  3344. package/rds-patching-lambda/node_modules/typescript/LICENSE.txt +55 -0
  3345. package/rds-patching-lambda/node_modules/typescript/README.md +51 -0
  3346. package/rds-patching-lambda/node_modules/typescript/SECURITY.md +41 -0
  3347. package/rds-patching-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
  3348. package/rds-patching-lambda/node_modules/typescript/bin/tsc +2 -0
  3349. package/rds-patching-lambda/node_modules/typescript/bin/tsserver +2 -0
  3350. package/rds-patching-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
  3351. package/rds-patching-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
  3352. package/rds-patching-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
  3353. package/rds-patching-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
  3354. package/rds-patching-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
  3355. package/rds-patching-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
  3356. package/rds-patching-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
  3357. package/rds-patching-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
  3358. package/rds-patching-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
  3359. package/rds-patching-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
  3360. package/rds-patching-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
  3361. package/rds-patching-lambda/node_modules/typescript/lib/typesMap.json +497 -0
  3362. package/rds-patching-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
  3363. package/rds-patching-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
  3364. package/rds-patching-lambda/node_modules/typescript/package.json +116 -0
  3365. package/rds-patching-lambda/node_modules/util-deprecate/History.md +16 -0
  3366. package/rds-patching-lambda/node_modules/util-deprecate/LICENSE +24 -0
  3367. package/rds-patching-lambda/node_modules/util-deprecate/README.md +53 -0
  3368. package/rds-patching-lambda/node_modules/util-deprecate/package.json +27 -0
  3369. package/rds-patching-lambda/node_modules/uuid/CHANGELOG.md +229 -0
  3370. package/rds-patching-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
  3371. package/rds-patching-lambda/node_modules/uuid/LICENSE.md +9 -0
  3372. package/rds-patching-lambda/node_modules/uuid/README.md +505 -0
  3373. package/rds-patching-lambda/node_modules/uuid/dist/bin/uuid +2 -0
  3374. package/rds-patching-lambda/node_modules/uuid/package.json +135 -0
  3375. package/rds-patching-lambda/node_modules/uuid/wrapper.mjs +10 -0
  3376. package/rds-patching-lambda/node_modules/which/CHANGELOG.md +166 -0
  3377. package/rds-patching-lambda/node_modules/which/LICENSE +15 -0
  3378. package/rds-patching-lambda/node_modules/which/README.md +54 -0
  3379. package/rds-patching-lambda/node_modules/which/bin/node-which +52 -0
  3380. package/rds-patching-lambda/node_modules/which/package.json +43 -0
  3381. package/rds-patching-lambda/node_modules/wrap-ansi/license +9 -0
  3382. package/rds-patching-lambda/node_modules/wrap-ansi/package.json +62 -0
  3383. package/rds-patching-lambda/node_modules/wrap-ansi/readme.md +91 -0
  3384. package/rds-patching-lambda/node_modules/wrappy/LICENSE +15 -0
  3385. package/rds-patching-lambda/node_modules/wrappy/README.md +36 -0
  3386. package/rds-patching-lambda/node_modules/wrappy/package.json +29 -0
  3387. package/rds-patching-lambda/node_modules/y18n/CHANGELOG.md +100 -0
  3388. package/rds-patching-lambda/node_modules/y18n/LICENSE +13 -0
  3389. package/rds-patching-lambda/node_modules/y18n/README.md +127 -0
  3390. package/rds-patching-lambda/node_modules/y18n/build/index.cjs +203 -0
  3391. package/rds-patching-lambda/node_modules/y18n/index.mjs +8 -0
  3392. package/rds-patching-lambda/node_modules/y18n/package.json +70 -0
  3393. package/rds-patching-lambda/node_modules/yargs/CHANGELOG.md +88 -0
  3394. package/rds-patching-lambda/node_modules/yargs/LICENSE +21 -0
  3395. package/rds-patching-lambda/node_modules/yargs/README.md +202 -0
  3396. package/rds-patching-lambda/node_modules/yargs/browser.mjs +7 -0
  3397. package/rds-patching-lambda/node_modules/yargs/build/index.cjs +2920 -0
  3398. package/rds-patching-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
  3399. package/rds-patching-lambda/node_modules/yargs/helpers/package.json +3 -0
  3400. package/rds-patching-lambda/node_modules/yargs/index.cjs +39 -0
  3401. package/rds-patching-lambda/node_modules/yargs/index.mjs +8 -0
  3402. package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
  3403. package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
  3404. package/rds-patching-lambda/node_modules/yargs/locales/be.json +46 -0
  3405. package/rds-patching-lambda/node_modules/yargs/locales/de.json +46 -0
  3406. package/rds-patching-lambda/node_modules/yargs/locales/en.json +51 -0
  3407. package/rds-patching-lambda/node_modules/yargs/locales/es.json +46 -0
  3408. package/rds-patching-lambda/node_modules/yargs/locales/fi.json +49 -0
  3409. package/rds-patching-lambda/node_modules/yargs/locales/fr.json +53 -0
  3410. package/rds-patching-lambda/node_modules/yargs/locales/hi.json +49 -0
  3411. package/rds-patching-lambda/node_modules/yargs/locales/hu.json +46 -0
  3412. package/rds-patching-lambda/node_modules/yargs/locales/id.json +50 -0
  3413. package/rds-patching-lambda/node_modules/yargs/locales/it.json +46 -0
  3414. package/rds-patching-lambda/node_modules/yargs/locales/ja.json +51 -0
  3415. package/rds-patching-lambda/node_modules/yargs/locales/ko.json +49 -0
  3416. package/rds-patching-lambda/node_modules/yargs/locales/nb.json +44 -0
  3417. package/rds-patching-lambda/node_modules/yargs/locales/nl.json +49 -0
  3418. package/rds-patching-lambda/node_modules/yargs/locales/nn.json +44 -0
  3419. package/rds-patching-lambda/node_modules/yargs/locales/pirate.json +13 -0
  3420. package/rds-patching-lambda/node_modules/yargs/locales/pl.json +49 -0
  3421. package/rds-patching-lambda/node_modules/yargs/locales/pt.json +45 -0
  3422. package/rds-patching-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
  3423. package/rds-patching-lambda/node_modules/yargs/locales/ru.json +46 -0
  3424. package/rds-patching-lambda/node_modules/yargs/locales/th.json +46 -0
  3425. package/rds-patching-lambda/node_modules/yargs/locales/tr.json +48 -0
  3426. package/rds-patching-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
  3427. package/rds-patching-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
  3428. package/rds-patching-lambda/node_modules/yargs/package.json +122 -0
  3429. package/rds-patching-lambda/node_modules/yargs/yargs +9 -0
  3430. package/rds-patching-lambda/node_modules/yargs-parser/CHANGELOG.md +263 -0
  3431. package/rds-patching-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
  3432. package/rds-patching-lambda/node_modules/yargs-parser/README.md +518 -0
  3433. package/rds-patching-lambda/node_modules/yargs-parser/build/index.cjs +1042 -0
  3434. package/rds-patching-lambda/node_modules/yargs-parser/package.json +87 -0
  3435. package/rds-patching-lambda/node_modules/zip-stream/CHANGELOG.md +112 -0
  3436. package/rds-patching-lambda/node_modules/zip-stream/LICENSE +22 -0
  3437. package/rds-patching-lambda/node_modules/zip-stream/README.md +45 -0
  3438. package/rds-patching-lambda/node_modules/zip-stream/node_modules/archiver-utils/LICENSE +22 -0
  3439. package/rds-patching-lambda/node_modules/zip-stream/node_modules/archiver-utils/README.md +6 -0
  3440. package/rds-patching-lambda/node_modules/zip-stream/node_modules/archiver-utils/package.json +54 -0
  3441. package/rds-patching-lambda/node_modules/zip-stream/package.json +49 -0
  3442. package/rds-patching-lambda/package-lock.json +1917 -0
  3443. package/rds-patching-lambda/package.json +22 -0
  3444. package/rds-patching-lambda/src/index.ts +74 -0
  3445. package/rds-patching-lambda/tsconfig.json +13 -0
  3446. package/src/__tests__/__snapshots__/model-transformer.test.ts.snap +5733 -0
  3447. package/src/__tests__/model-directive-arguments.test.ts +256 -0
  3448. package/src/__tests__/model-transformer.test.ts +1630 -0
  3449. package/src/__tests__/test-utils/helpers.ts +67 -0
  3450. package/src/definitions.ts +50 -0
  3451. package/src/directive.ts +37 -0
  3452. package/src/graphql-model-transformer.ts +870 -0
  3453. package/src/graphql-types/common.ts +522 -0
  3454. package/src/graphql-types/index.ts +3 -0
  3455. package/src/graphql-types/mutation.ts +172 -0
  3456. package/src/graphql-types/query.ts +33 -0
  3457. package/src/index.ts +6 -0
  3458. package/src/resolvers/common.ts +25 -0
  3459. package/src/resolvers/dynamodb/common.ts +84 -0
  3460. package/src/resolvers/dynamodb/index.ts +4 -0
  3461. package/src/resolvers/dynamodb/mutation.ts +367 -0
  3462. package/src/resolvers/dynamodb/query.ts +275 -0
  3463. package/src/resolvers/dynamodb/subscriptions.ts +22 -0
  3464. package/src/resolvers/generators/dynamodb-vtl-generator.ts +73 -0
  3465. package/src/resolvers/generators/index.ts +3 -0
  3466. package/src/resolvers/generators/rds-vtl-generator.ts +72 -0
  3467. package/src/resolvers/generators/vtl-generator.ts +47 -0
  3468. package/src/resolvers/index.ts +3 -0
  3469. package/src/resolvers/rds/index.ts +3 -0
  3470. package/src/resolvers/rds/mutation.ts +190 -0
  3471. package/src/resolvers/rds/query.ts +34 -0
  3472. package/src/resolvers/rds/resolver.ts +453 -0
  3473. package/src/resources/dynamo-model-resource-generator.ts +290 -0
  3474. package/src/resources/model-resource-generator.ts +722 -0
  3475. package/src/resources/rds-model-resource-generator.ts +101 -0
  3476. package/src/types.ts +6 -0
  3477. package/tsconfig.json +14 -0
  3478. package/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,1758 @@
1
+ ## [29.1.1](https://github.com/kulshekhar/ts-jest/compare/v29.1.0...v29.1.1) (2023-06-23)
2
+
3
+
4
+ ### Security Fixes
5
+
6
+ * bump `semver` to `7.5.3`
7
+
8
+
9
+
10
+ # [29.1.0](https://github.com/kulshekhar/ts-jest/compare/v29.0.5...v29.1.0) (2023-03-26)
11
+
12
+
13
+ ### Features
14
+
15
+ * Support TypeScript 5.x ([#4064](https://github.com/kulshekhar/ts-jest/issues/4064)) ([db98cc9](https://github.com/kulshekhar/ts-jest/commit/87f27821db99be411288b50a4f9baa7bedb98cc9)), closes [#4048](https://github.com/kulshekhar/ts-jest/issues/4048)
16
+
17
+
18
+
19
+ ## [29.0.5](https://github.com/kulshekhar/ts-jest/compare/v29.0.4...v29.0.5) (2023-01-13)
20
+
21
+
22
+ ### Reverts
23
+
24
+ * Revert "fix(transformer): don't use cache when `tsJestConfig` is different (#3966)" ([185eb18](https://github.com/kulshekhar/ts-jest/commit/185eb189d7076c717a107066817d2d6959a8fe39)), closes [#3966](https://github.com/kulshekhar/ts-jest/issues/3966)
25
+
26
+
27
+
28
+ ## [29.0.4](https://github.com/kulshekhar/ts-jest/compare/v29.0.3...v29.0.4) (2023-01-10)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **transformer:** don't use cache when `tsJestConfig` is different ([#3966](https://github.com/kulshekhar/ts-jest/issues/3966)) ([a445638](https://github.com/kulshekhar/ts-jest/commit/a445638ca631911e8ab1a896ffdfcd21506ce71a))
34
+ * bump `json5` to `2.2.3` ([#3976](https://github.com/kulshekhar/ts-jest/pull/3976))([b9f7809](https://github.com/kulshekhar/ts-jest/commit/b9f7809948309f92534aeba63f3ffb01cb7dc536))
35
+
36
+
37
+
38
+ ## [29.0.3](https://github.com/kulshekhar/ts-jest/compare/v29.0.2...v29.0.3) (2022-09-28)
39
+
40
+
41
+ ### Bug Fixes
42
+
43
+ * merge config from `globals` with transformer config correctly ([#3842](https://github.com/kulshekhar/ts-jest/issues/3842)) ([9c9fd60](https://github.com/kulshekhar/ts-jest/commit/9c9fd6097aea36a6e8b06b0e8841df22896f9121)), closes [#3841](https://github.com/kulshekhar/ts-jest/issues/3841)
44
+ * **presets:** allow merging transform config when using presets ([#3833](https://github.com/kulshekhar/ts-jest/issues/3833)) ([afc6a94](https://github.com/kulshekhar/ts-jest/commit/afc6a948b17c2dc22be51b1a9475a0f6ecbbc372))
45
+
46
+
47
+ ### Features
48
+
49
+ * add `useESM` option to `pathsToModuleNameMapper` options ([#3792](https://github.com/kulshekhar/ts-jest/issues/3792)) ([eabe906](https://github.com/kulshekhar/ts-jest/commit/eabe906e1dd6b132a7b0d05ffc13172cd8a6b73b))
50
+
51
+
52
+
53
+ ## [29.0.2](https://github.com/kulshekhar/ts-jest/compare/v29.0.1...v29.0.2) (2022-09-23)
54
+
55
+
56
+ ### Bug Fixes
57
+
58
+ * mark `ts-jest` as optional in `ConfigGlobals` ([#3816](https://github.com/kulshekhar/ts-jest/issues/3816)) ([cbb88bb](https://github.com/kulshekhar/ts-jest/commit/cbb88bba34dbb852d8f4013be6e020769feb306d)), closes [#3815](https://github.com/kulshekhar/ts-jest/issues/3815)
59
+ * use correct typings for `config:init` command ([#3825](https://github.com/kulshekhar/ts-jest/issues/3825)) ([21b94db](https://github.com/kulshekhar/ts-jest/commit/21b94dbca25b762f79e63b92dea12d830f444570))
60
+
61
+
62
+
63
+ ## [29.0.2](https://github.com/kulshekhar/ts-jest/compare/v29.0.1...v29.0.2) (2022-09-22)
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * mark `ts-jest` as optional in `ConfigGlobals` ([#3816](https://github.com/kulshekhar/ts-jest/issues/3816)) ([cbb88bb](https://github.com/kulshekhar/ts-jest/commit/cbb88bba34dbb852d8f4013be6e020769feb306d)), closes [#3815](https://github.com/kulshekhar/ts-jest/issues/3815)
69
+
70
+
71
+
72
+ ## [29.0.1](https://github.com/kulshekhar/ts-jest/compare/v29.0.0...v29.0.1) (2022-09-13)
73
+
74
+
75
+ ### Bug Fixes
76
+
77
+ * **legacy:** include existing globals config in cached config ([#3803](https://github.com/kulshekhar/ts-jest/issues/3803)) ([e79be47](https://github.com/kulshekhar/ts-jest/commit/e79be47d2b81a677d0dd39d84328a38ca0f0ffc6))
78
+
79
+
80
+ ### Features
81
+
82
+ * add typings for `ts-jest` options via `transform` config ([#3805](https://github.com/kulshekhar/ts-jest/issues/3805)) ([664b0f2](https://github.com/kulshekhar/ts-jest/commit/664b0f2b446a36dd7661f4840ca3dd7722f1f6ff))
83
+
84
+
85
+
86
+ # [29.0.0](https://github.com/kulshekhar/ts-jest/compare/v29.0.0-next.1...v29.0.0) (2022-09-08)
87
+
88
+
89
+ ### Features
90
+
91
+ * drop Node 12 and Node 17 support ([#3787](https://github.com/kulshekhar/ts-jest/issues/3787)) ([0f1de16](https://github.com/kulshekhar/ts-jest/commit/0f1de16608dcc7a8ab00bf7fd6a01ebcec6a210a))
92
+ * migrate globals config to transformer config ([#3780](https://github.com/kulshekhar/ts-jest/issues/3780)) ([31e5843](https://github.com/kulshekhar/ts-jest/commit/31e584355434c4fc96022f9e8b41f04c11d24343))
93
+ * support Jest 29 ([#3767](https://github.com/kulshekhar/ts-jest/issues/3767)) ([94b553b](https://github.com/kulshekhar/ts-jest/commit/94b553ba085c52db60f7a7078e3a74d9a02121b1))
94
+
95
+
96
+ ### DEPRECATIONS
97
+
98
+ * Define `ts-jest` config under `globals` is now deprecated. Please define the config via transformer config instead.
99
+
100
+
101
+ ### BREAKING CHANGES
102
+
103
+ * Only Node 14, 16 and 18 are supported
104
+ * **Jest 29** is required.
105
+
106
+
107
+
108
+ # [29.0.0-next.1](https://github.com/kulshekhar/ts-jest/compare/v29.0.0-next.0...v29.0.0-next.1) (2022-09-02)
109
+
110
+
111
+ ### Features
112
+
113
+ * drop Node 12 and Node 17 support ([#3787](https://github.com/kulshekhar/ts-jest/issues/3787)) ([0f1de16](https://github.com/kulshekhar/ts-jest/commit/0f1de16608dcc7a8ab00bf7fd6a01ebcec6a210a))
114
+ * migrate globals config to transformer config ([#3780](https://github.com/kulshekhar/ts-jest/issues/3780)) ([31e5843](https://github.com/kulshekhar/ts-jest/commit/31e584355434c4fc96022f9e8b41f04c11d24343))
115
+
116
+
117
+ ### DEPRECATIONS
118
+
119
+ * Define `ts-jest` config under `globals` is now deprecated. Please define the config via transformer config instead.
120
+
121
+
122
+ ### BREAKING CHANGES
123
+
124
+ * Only Node 14, 16 and 18 are supported
125
+
126
+
127
+
128
+ # [29.0.0-next.0](https://github.com/kulshekhar/ts-jest/compare/v28.0.8...v29.0.0-next.0) (2022-08-28)
129
+
130
+
131
+ ### Features
132
+
133
+ * support Jest 29 ([#3767](https://github.com/kulshekhar/ts-jest/issues/3767)) ([94b553b](https://github.com/kulshekhar/ts-jest/commit/94b553ba085c52db60f7a7078e3a74d9a02121b1))
134
+
135
+
136
+ ### BREAKING CHANGES
137
+
138
+ * **Jest 29** is required.
139
+
140
+
141
+
142
+ ## [28.0.8](https://github.com/kulshekhar/ts-jest/compare/v28.0.7...v28.0.8) (2022-08-14)
143
+
144
+
145
+ ### Bug Fixes
146
+
147
+ * allow `.mts` to be processed ([#3713](https://github.com/kulshekhar/ts-jest/issues/3713)) ([effae71](https://github.com/kulshekhar/ts-jest/commit/effae717369860e16cb0ccbf24027651493b9bf1)), closes [#3702](https://github.com/kulshekhar/ts-jest/issues/3702)
148
+
149
+
150
+
151
+ ## [28.0.7](https://github.com/kulshekhar/ts-jest/compare/v28.0.6...v28.0.7) (2022-07-15)
152
+
153
+
154
+ ### Bug Fixes
155
+
156
+ * update `@jest/types` to be an optional peer dependency ([#3690](https://github.com/kulshekhar/ts-jest/issues/3690)) ([8a8c3fa](https://github.com/kulshekhar/ts-jest/commit/8a8c3fafecffd19380171c661e94246024cae2ff)), closes [#3689](https://github.com/kulshekhar/ts-jest/issues/3689)
157
+
158
+
159
+
160
+ ## [28.0.6](https://github.com/kulshekhar/ts-jest/compare/v28.0.5...v28.0.6) (2022-07-13)
161
+
162
+
163
+ ### Bug Fixes
164
+
165
+ * **config:** don't show diagnostics warning with `diagnostics: false` ([#3647](https://github.com/kulshekhar/ts-jest/issues/3647)) ([9a9bc02](https://github.com/kulshekhar/ts-jest/commit/9a9bc02935968fb5eb9fd3614a1f7cce019b80d8)), closes [#3638](https://github.com/kulshekhar/ts-jest/issues/3638)
166
+ * **legacy:** add `useCaseSensitiveFileNames` wherever needed ([#3683](https://github.com/kulshekhar/ts-jest/issues/3683)) ([c40bc34](https://github.com/kulshekhar/ts-jest/commit/c40bc34625d63cccc0db7296e616af27868fe1fe)), closes [#3665](https://github.com/kulshekhar/ts-jest/issues/3665)
167
+ * set `@jest/types` as peer dependency ([#3633](https://github.com/kulshekhar/ts-jest/issues/3633)) ([24567e1](https://github.com/kulshekhar/ts-jest/commit/24567e13d2780ad8a11c7ff35f9151ec53f8c211))
168
+
169
+
170
+
171
+ ## [28.0.5](https://github.com/kulshekhar/ts-jest/compare/v28.0.4...v28.0.5) (2022-06-11)
172
+
173
+
174
+ ### Bug Fixes
175
+
176
+ * **legacy:** throw type check error in ESM mode with `reject` ([#3618](https://github.com/kulshekhar/ts-jest/issues/3618)) ([7dd01ff](https://github.com/kulshekhar/ts-jest/commit/7dd01ffe0c7ad3add87b11227964544f2586355a)), closes [#3507](https://github.com/kulshekhar/ts-jest/issues/3507)
177
+
178
+
179
+
180
+ ## [28.0.4](https://github.com/kulshekhar/ts-jest/compare/v28.0.3...v28.0.4) (2022-06-02)
181
+
182
+
183
+ ### Bug Fixes
184
+
185
+ * remove `@types/jest` from peer deps ([#3592](https://github.com/kulshekhar/ts-jest/issues/3592)) ([b66b656](https://github.com/kulshekhar/ts-jest/commit/b66b656e0f29eea9234a4d1e883c6d249437f03c))
186
+
187
+
188
+
189
+ ## [28.0.3](https://github.com/kulshekhar/ts-jest/compare/v28.0.2...v28.0.3) (2022-05-23)
190
+
191
+
192
+ ### Bug Fixes
193
+
194
+ * **security:** update version of `json5` ([#3528](https://github.com/kulshekhar/ts-jest/issues/3528)) ([b31f5ba](https://github.com/kulshekhar/ts-jest/commit/b31f5bab142466fd8b6157ec03eff7316584e51d))
195
+
196
+
197
+
198
+ ## [28.0.2](https://github.com/kulshekhar/ts-jest/compare/v28.0.1...v28.0.2) (2022-05-07)
199
+
200
+
201
+ ### Bug Fixes
202
+
203
+ * **transformers:** use `Array.sort` in hoisting transformer ([#3498](https://github.com/kulshekhar/ts-jest/issues/3498)) ([e400a6e](https://github.com/kulshekhar/ts-jest/commit/e400a6ec0e4706f606ae9b1e2897b0bb1cff6343)), closes [#3476](https://github.com/kulshekhar/ts-jest/issues/3476)
204
+
205
+
206
+
207
+ ## [28.0.1](https://github.com/kulshekhar/ts-jest/compare/v28.0.0...v28.0.1) (2022-05-03)
208
+
209
+
210
+ ### Bug Fixes
211
+
212
+ * lower the required node version to ^16.10 ([#3495](https://github.com/kulshekhar/ts-jest/issues/3495)) ([3a4e48a](https://github.com/kulshekhar/ts-jest/commit/3a4e48afffa56f76efb98f48ad3e07a92731748e)), closes [#3494](https://github.com/kulshekhar/ts-jest/issues/3494)
213
+
214
+
215
+
216
+ # [28.0.0](https://github.com/kulshekhar/ts-jest/compare/v28.0.0-next.3...v28.0.0) (2022-05-02)
217
+
218
+
219
+ ### Bug Fixes
220
+
221
+ * **legacy** invoke Babel `processAsync` for `babel-jest` in ESM mode instead of `process` ([#3430](https://github.com/kulshekhar/ts-jest/issues/3430)) ([0d7356c](https://github.com/kulshekhar/ts-jest/commit/0d7356cd767a924e5b57e3a93679eef4ca8fae51))
222
+
223
+
224
+ ### Features
225
+
226
+ * **presets:** add presets for legacy mode ([#3465](https://github.com/kulshekhar/ts-jest/issues/3465)) ([543b4ad](https://github.com/kulshekhar/ts-jest/commit/543b4ad729d20fbd46a2de5cd4660dc50b94ebe7))
227
+ * mark `ConfigSet` as legacy ([#3456](https://github.com/kulshekhar/ts-jest/issues/3456)) ([a986729](https://github.com/kulshekhar/ts-jest/commit/a98672977a679d1ed882605a3e71ed405432ffdc))
228
+ * mark `TsCompiler` and `TsJestCompiler` as legacy ([#3457](https://github.com/kulshekhar/ts-jest/issues/3457)) ([0f2fe30](https://github.com/kulshekhar/ts-jest/commit/0f2fe306762d8549bd29737becd4aed14a650427))
229
+ * remove `path-mapping` AST transformer ([#3455](https://github.com/kulshekhar/ts-jest/issues/3455)) ([f566869](https://github.com/kulshekhar/ts-jest/commit/f5668698f8fab78b3008d936aa5001f134f530e2))
230
+ * set Jest peer dependencies to v28 ([#3454](https://github.com/kulshekhar/ts-jest/issues/3454)) ([1e880ff](https://github.com/kulshekhar/ts-jest/commit/1e880fffe82bca231d1d23f6508f4ab4bc31e03e))
231
+ * **core:** drop support for Node.js 10 ([#3332](https://github.com/kulshekhar/ts-jest/issues/3332)) ([7a9aa61](https://github.com/kulshekhar/ts-jest/commit/7a9aa615ea0be881105676a17d5bd655afdc27f5))
232
+ * **core:** remove `mocked` testing util ([#3333](https://github.com/kulshekhar/ts-jest/issues/3333)) ([2d9017d](https://github.com/kulshekhar/ts-jest/commit/2d9017ddfea39f45aa991876b314d1dbe4a36aad))
233
+ * **core:** remove `ts-jest/utils` sub path export ([#3334](https://github.com/kulshekhar/ts-jest/issues/3334)) ([9f253d3](https://github.com/kulshekhar/ts-jest/commit/9f253d31dfcefa35ae00049d0d2dc4a3fe1b2f34))
234
+ * mark `TsJestTransformer` as legacy ([#3451](https://github.com/kulshekhar/ts-jest/issues/3451)) ([b090179](https://github.com/kulshekhar/ts-jest/commit/b0901799adc519959a954dba5e7b8fc8b97a9665))
235
+
236
+
237
+ ### BREAKING CHANGES
238
+
239
+ * `path-mapping` AST transformer is no longer shipped in `ts-jest` v28. Please use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.
240
+ * Any imports `ts-jest/dist/compiler/ts-compiler` should change to `ts-jest/dist/legacy/compiler/ts-compiler`
241
+ * Any imports `ts-jest/dist/compiler/ts-jest-compiler` should change to `ts-jest/dist/legacy/compiler/ts-jest-compiler`
242
+ * Any imports `ts-jest/dist/config/config-set` should change to `ts-jest/dist/legacy/config/config-set`
243
+ * Minimum support `TypeScript` version is now **4.3** since Jest 28 requires it.
244
+ * **Jest 28** is required.
245
+ * **core:** Any imports `ts-jest/utils` should be replaced with `ts-jest`.
246
+ * **core:** Starting from Jest 27.4, `mocked` has been integrated into Jest repo.
247
+ * **core:** Support for Node.js v10 has been removed as Jest drops support for it.
248
+
249
+
250
+
251
+ ## [27.1.5](https://github.com/kulshekhar/ts-jest/compare/v27.1.3...v27.1.4) (2022-05-17)
252
+
253
+
254
+ ### Bug Fixes
255
+
256
+ * **transformers** use `Array.sort` in hoisting transformer ([#3498](https://github.com/kulshekhar/ts-jest/pull/3498)) ([e400a6e](https://github.com/kulshekhar/ts-jest/commit/e400a6ec0e4706f606ae9b1e2897b0bb1cff6343)), fixes [#3476](https://github.com/kulshekhar/ts-jest/issues/3476)
257
+
258
+
259
+
260
+ ## [27.1.4](https://github.com/kulshekhar/ts-jest/compare/v27.1.3...v27.1.4) (2022-03-24)
261
+
262
+
263
+ ### Bug Fixes
264
+
265
+ * **compiler:** revert [#3194](https://github.com/kulshekhar/ts-jest/issues/3194) ([#3362](https://github.com/kulshekhar/ts-jest/issues/3362)) ([2b7dffe](https://github.com/kulshekhar/ts-jest/commit/2b7dffeac940f779922c43cefba3f741a3911b49)), closes [#3272](https://github.com/kulshekhar/ts-jest/issues/3272)
266
+ * remove `esbuild` from peer dependency ([#3360](https://github.com/kulshekhar/ts-jest/issues/3360)) ([8c8c1ca](https://github.com/kulshekhar/ts-jest/commit/8c8c1ca615b1edeedc9f4282557c28e82acee543)), closes [#3346](https://github.com/kulshekhar/ts-jest/issues/3346)
267
+ * support Babel config file with `.cjs` extension ([#3361](https://github.com/kulshekhar/ts-jest/issues/3361)) ([5e5ac4a](https://github.com/kulshekhar/ts-jest/commit/5e5ac4ac286bdcce157d0bdc31f3a57202fdbdfe)), closes [#3335](https://github.com/kulshekhar/ts-jest/issues/3335)
268
+
269
+
270
+
271
+ ## [27.1.3](https://github.com/kulshekhar/ts-jest/compare/v27.1.2...v27.1.3) (2022-01-14)
272
+
273
+
274
+ ### Bug Fixes
275
+
276
+ * **compiler:** update memory cache for compiler using received file content ([#3194](https://github.com/kulshekhar/ts-jest/issues/3194)) ([e4d9541](https://github.com/kulshekhar/ts-jest/commit/e4d9541f262ca14cb25563c757c0f2345dbf5c51))
277
+
278
+
279
+
280
+ ## [27.1.2](https://github.com/kulshekhar/ts-jest/compare/v27.1.1...v27.1.2) (2021-12-15)
281
+
282
+
283
+ ### Bug Fixes
284
+
285
+ * stimulate `esbuild` type to avoid importing `esbuild` directly ([#3147](https://github.com/kulshekhar/ts-jest/issues/3147)) ([9ace0a9](https://github.com/kulshekhar/ts-jest/commit/9ace0a9991da8bcb0f04a2e603f7601d6fb630e7))
286
+
287
+
288
+
289
+ ## [27.1.1](https://github.com/kulshekhar/ts-jest/compare/v27.1.0...v27.1.1) (2021-12-07)
290
+
291
+
292
+ ### Bug Fixes
293
+
294
+ * bring back `afterProcess` hook ([#3132](https://github.com/kulshekhar/ts-jest/issues/3132)) ([2b6b86e](https://github.com/kulshekhar/ts-jest/commit/2b6b86e01dcd3d9d9906f24fe3db5cadb799146a))
295
+ * make `esbuild` as optional peer dependency ([#3129](https://github.com/kulshekhar/ts-jest/pull/3129)) ([20258de](https://github.com/kulshekhar/ts-jest/commit/20258de54c9c10f8d2495bda174f9865a3cebc91))
296
+
297
+
298
+
299
+ # [27.1.0](https://github.com/kulshekhar/ts-jest/compare/v27.0.7...v27.1.0) (2021-11-30)
300
+
301
+
302
+ ### Features
303
+
304
+ * allow subclasses to extend `processAsync` and `getCacheKeyAsync` ([#3047](https://github.com/kulshekhar/ts-jest/issues/3047)) ([571a880](https://github.com/kulshekhar/ts-jest/commit/571a880007642c9dcbcd7bf109c5392e7eb78cc4))
305
+ * **config:** support custom AST transformers written in TypeScript ([#3063](https://github.com/kulshekhar/ts-jest/issues/3063)) ([340a305](https://github.com/kulshekhar/ts-jest/commit/340a30573e5ff92df77c94af51c371ce4bf956e7)), closes [#2831](https://github.com/kulshekhar/ts-jest/issues/2831)
306
+ * export `ts-jest` public apis from `index.js` ([#3080](https://github.com/kulshekhar/ts-jest/issues/3080)) ([53175dd](https://github.com/kulshekhar/ts-jest/commit/53175dd04218bf22ead464e30aa01b258c87e7af)), closes [#3045](https://github.com/kulshekhar/ts-jest/issues/3045)
307
+
308
+
309
+ ### Code Refactoring
310
+
311
+ * **utils:** deprecate `mocked` util function ([#3102](https://github.com/kulshekhar/ts-jest/issues/3102)) ([55e69f1](https://github.com/kulshekhar/ts-jest/commit/55e69f12f65d678962c3087fca7673992f5f1b26))
312
+ * define clear type for `compiler` option ([#3087](https://github.com/kulshekhar/ts-jest/issues/3087)) ([cc42daf](https://github.com/kulshekhar/ts-jest/commit/cc42daf795585887664be59956d2c52244237bda))
313
+ * **transformers**: deprecate `path-mapping` AST transformer ([#3088](https://github.com/kulshekhar/ts-jest/issues/3088)) ([d8f6b96](https://github.com/kulshekhar/ts-jest/commit/d8f6b9624ee76a164aa7003720cd3f83fc6c4865))
314
+ * **transformers**: use ts `factory` API for `hoisting` AST transformer ([#3058](https://github.com/kulshekhar/ts-jest/issues/3058)) ([a72f51d](https://github.com/kulshekhar/ts-jest/commit/a72f51d9b7c4ea2866e486c0aac4f4706c3ed542))
315
+
316
+
317
+ ## DEPRECATIONS
318
+
319
+ * **transformers**: `path-mapping` AST transformer is deprecated and will be removed in **v28.0.0**. One should use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.
320
+ * **utils**: `mocked` function is deprecated and will be removed in **v28.0.0**. The function has been integrated into `jest-mock` package as a part of Jest **27.4.0**, see https://github.com/facebook/jest/pull/12089. One should use the one from Jest instead
321
+
322
+
323
+
324
+ ## [27.0.7](https://github.com/kulshekhar/ts-jest/compare/v27.0.6...v27.0.7) (2021-10-16)
325
+
326
+
327
+ ### Bug Fixes
328
+
329
+ * correct `lodash` import ([#2978](https://github.com/kulshekhar/ts-jest/issues/2978)) ([8b60679](https://github.com/kulshekhar/ts-jest/commit/8b60679574eb60a3c8109ffd389b64b86a167e72)), closes [#2977](https://github.com/kulshekhar/ts-jest/issues/2977)
330
+
331
+
332
+
333
+ ## [27.0.6](https://github.com/kulshekhar/ts-jest/compare/v27.0.5...v27.0.6) (2021-10-14)
334
+
335
+
336
+ ### Bug Fixes
337
+
338
+ * use specific `lodash` package instead of full package `lodash` ([#2959](https://github.com/kulshekhar/ts-jest/issues/2959)) ([dc89fe5](https://github.com/kulshekhar/ts-jest/commit/dc89fe55f2b77da76443f827fe3055f07cf4809c)), closes [#2954](https://github.com/kulshekhar/ts-jest/issues/2954)
339
+
340
+
341
+
342
+ ## [27.0.5](https://github.com/kulshekhar/ts-jest/compare/v27.0.4...v27.0.5) (2021-08-14)
343
+
344
+
345
+ ### Bug Fixes
346
+
347
+ * **cli:** add migration `tsConfig` option for `ts-jest` config options ([#2794](https://github.com/kulshekhar/ts-jest/issues/2794)) ([781710b](https://github.com/kulshekhar/ts-jest/commit/781710bf6b84853fffbb02543062a726fe1ad9c2)), closes [#2764](https://github.com/kulshekhar/ts-jest/issues/2764)
348
+ * **cli:** fix `config:init` genarate invalid type comment ([#2773](https://github.com/kulshekhar/ts-jest/issues/2773)) ([ede8a20](https://github.com/kulshekhar/ts-jest/commit/ede8a2061e20b717c0d56e4d81a3cd0ec7db8b1a)), closes [#2772](https://github.com/kulshekhar/ts-jest/issues/2772)
349
+ * **config:** handle `./` in tsconfig `paths` for `pathsToModuleNameMapper` ([#2797](https://github.com/kulshekhar/ts-jest/issues/2797)) ([42ff5e4](https://github.com/kulshekhar/ts-jest/commit/42ff5e469fb5d315b92e85eee105e5a040949c01)), closes [#2709](https://github.com/kulshekhar/ts-jest/issues/2709)
350
+
351
+
352
+ ### Code Refactoring
353
+
354
+ * use native `Buffer.from` and `mkdird` ([#2774](https://github.com/kulshekhar/ts-jest/issues/2774)) ([4869660](https://github.com/kulshekhar/ts-jest/commit/4869660e3917deb063745c5acaf079123d6d2ca8))
355
+
356
+
357
+
358
+ ## [27.0.4](https://github.com/kulshekhar/ts-jest/compare/v27.0.3...v27.0.4) (2021-07-21)
359
+
360
+
361
+ ### Bug Fixes
362
+
363
+ * add `@types/jest` as optional `peerDependencies` to solve yarn 2 ([#2756](https://github.com/kulshekhar/ts-jest/issues/2756)) ([5fbf43e](https://github.com/kulshekhar/ts-jest/commit/5fbf43e64691d5146add1da4690a14b3095c4234))
364
+ * add `babel-jest` as optional `peerDependencies` to solve yarn 2 ([#2751](https://github.com/kulshekhar/ts-jest/issues/2751)) ([8bede2e](https://github.com/kulshekhar/ts-jest/commit/8bede2e57546a18999b96871069f1f94a3ecf3c1))
365
+ * **config:** include AST transformer's `name` and `version` into cache key ([#2755](https://github.com/kulshekhar/ts-jest/issues/2755)) ([310fb9a](https://github.com/kulshekhar/ts-jest/commit/310fb9a1d7b40a8274d6fb93745e66a6da891a75)), closes [#2753](https://github.com/kulshekhar/ts-jest/issues/2753)
366
+
367
+
368
+ ### Features
369
+
370
+ * link jest config types on `npx ts-jest:init` ([#2742](https://github.com/kulshekhar/ts-jest/issues/2742)) ([f51ba05](https://github.com/kulshekhar/ts-jest/commit/f51ba0507568ba8a5dece48c159d7857a2ed61d6))
371
+ * set env var `TS_JEST` to allow detecting of `ts-jest` ([#2717](https://github.com/kulshekhar/ts-jest/issues/2717)) ([56c137a](https://github.com/kulshekhar/ts-jest/commit/56c137a3c1906f49cb0b9e044fa8e233707cbaa4)), closes [#2716](https://github.com/kulshekhar/ts-jest/issues/2716)
372
+
373
+
374
+
375
+ ## [27.0.3](https://github.com/kulshekhar/ts-jest/compare/v27.0.2...v27.0.3) (2021-06-06)
376
+
377
+
378
+ ### Bug Fixes
379
+
380
+ * revert `exports` field to support all node versions ([#2658](https://github.com/kulshekhar/ts-jest/issues/2658)) ([132c8ba](https://github.com/kulshekhar/ts-jest/commit/132c8ba85c3e61b7d9ede0dc9730580b79618ab7))
381
+
382
+
383
+ ### Features
384
+
385
+ * emit ESM codes if using ESM mode with Babel ([#2661](https://github.com/kulshekhar/ts-jest/issues/2661)) ([9b55404](https://github.com/kulshekhar/ts-jest/commit/9b55404a8dfc760238e19786da98a2edf043b9da)), closes [#2650](https://github.com/kulshekhar/ts-jest/issues/2650)
386
+
387
+
388
+
389
+ ## [27.0.2](https://github.com/kulshekhar/ts-jest/compare/v27.0.1...v27.0.2) (2021-05-30)
390
+
391
+
392
+ ### Bug Fixes
393
+
394
+ * **compiler:** add empty string file content to compiler cache ([#2633](https://github.com/kulshekhar/ts-jest/issues/2633)) ([0feb556](https://github.com/kulshekhar/ts-jest/commit/0feb5560a588f87d1d989bf521859fba0fda20fe)), closes [#2625](https://github.com/kulshekhar/ts-jest/issues/2625)
395
+ * **config:** `exclude` should only exclude files which match glob values ([#2637](https://github.com/kulshekhar/ts-jest/issues/2637)) ([c5ce979](https://github.com/kulshekhar/ts-jest/commit/c5ce97902c1b84dc354f270a4f596a6f5f634611)), closes [#2634](https://github.com/kulshekhar/ts-jest/issues/2634)
396
+
397
+
398
+
399
+ ## [27.0.1](https://github.com/kulshekhar/ts-jest/compare/v27.0.0...v27.0.1) (2021-05-26)
400
+
401
+
402
+ ### Bug Fixes
403
+
404
+ * **cli:** keep `testMatch` if old jest config contains it ([#2618](https://github.com/kulshekhar/ts-jest/issues/2618)) ([c568f49](https://github.com/kulshekhar/ts-jest/commit/c568f49907fb5559ba1e8c67f1ec5d5eb4af920a)), closes [#2616](https://github.com/kulshekhar/ts-jest/issues/2616)
405
+ * **compiler:** make sure `isolatedModules: false` use updated compiler options ([#2628](https://github.com/kulshekhar/ts-jest/issues/2628)) ([348e30f](https://github.com/kulshekhar/ts-jest/commit/348e30f426803efc51ecba26ab42619938fcb5af)), closes [#2629](https://github.com/kulshekhar/ts-jest/issues/2629)
406
+ * add missing export `presets` ([#2624](https://github.com/kulshekhar/ts-jest/issues/2624)) ([0ea025e](https://github.com/kulshekhar/ts-jest/commit/0ea025ebb456d3a31671e31fac0b401c2734a2b1)), closes [#2623](https://github.com/kulshekhar/ts-jest/issues/2623)
407
+
408
+
409
+
410
+ # [27.0.0](https://github.com/kulshekhar/ts-jest/compare/v26.5.6...v27.0.0) (2021-05-25)
411
+
412
+
413
+ ### Bug Fixes
414
+
415
+ * **compiler:** return file content on emitSkipped for non ts/tsx files ([#2519](https://github.com/kulshekhar/ts-jest/issues/2519)) ([a4e5640](https://github.com/kulshekhar/ts-jest/commit/a4e5640f54a7810c9b7aba32663ce4a53893d22f)), closes [#2513](https://github.com/kulshekhar/ts-jest/issues/2513)
416
+ * **compiler:** retype check other files if processing file is used by those ones in watch mode ([#2481](https://github.com/kulshekhar/ts-jest/issues/2481)) ([ac8f3d0](https://github.com/kulshekhar/ts-jest/commit/ac8f3d025de67bfc2708a8422ee657fc42455513)), closes [#943](https://github.com/kulshekhar/ts-jest/issues/943)
417
+ * **compiler:** initialize compiler with `.ts`/`.tsx`/`.d.ts` files only ([#2458](https://github.com/kulshekhar/ts-jest/issues/2458)) ([a89f0e2](https://github.com/kulshekhar/ts-jest/commit/a89f0e2061e01440337dde4134639ff6a2d69936)), closes [#2445](https://github.com/kulshekhar/ts-jest/issues/2445)
418
+ * **compiler:** resolve nested imported modules for each processing file ([#2436](https://github.com/kulshekhar/ts-jest/issues/2436)) ([3cb9019](https://github.com/kulshekhar/ts-jest/commit/3cb9019289bb64deecffaf52e840faf6a4656092)), closes [#1390](https://github.com/kulshekhar/ts-jest/issues/1390) [#1747](https://github.com/kulshekhar/ts-jest/issues/1747)
419
+ * **config:** create fallback jest config when jest config is `undefined` ([#2433](https://github.com/kulshekhar/ts-jest/issues/2433)) ([c6d6e4c](https://github.com/kulshekhar/ts-jest/commit/c6d6e4cd534e1c368fcb7141784ee43584525ca4)), closes [#2085](https://github.com/kulshekhar/ts-jest/issues/2085)
420
+ * remove `@types/jest` from direct dep ([#2409](https://github.com/kulshekhar/ts-jest/issues/2409)) ([8913120](https://github.com/kulshekhar/ts-jest/commit/89131203c358c8f9e89655800e500a9e88a17334)), closes [#2406](https://github.com/kulshekhar/ts-jest/issues/2406) [#2411](https://github.com/kulshekhar/ts-jest/issues/2411)
421
+ * **compiler:** return original file content and show warning on emit skip ([#2410](https://github.com/kulshekhar/ts-jest/issues/2410)) ([c2b2164](https://github.com/kulshekhar/ts-jest/commit/c2b2164ddd1e606fc2490326244a6efc63f6c4a0)), closes [#2407](https://github.com/kulshekhar/ts-jest/issues/2407)
422
+ * **compiler:** type check correctly in watch mode when a file content itself has changed ([#2405](https://github.com/kulshekhar/ts-jest/issues/2405)) ([064bf3a](https://github.com/kulshekhar/ts-jest/commit/064bf3a73e9a304aa9366d27db8973b68be23ffd)), closes [#2118](https://github.com/kulshekhar/ts-jest/issues/2118)
423
+ * **compiler:** exclude files in `outDir` from compiler source files ([#2375](https://github.com/kulshekhar/ts-jest/issues/2375)) ([ec68c74](https://github.com/kulshekhar/ts-jest/commit/ec68c74bccf56d682a7ed9e5c48ea676dcf3fbf9)), closes [#2350](https://github.com/kulshekhar/ts-jest/issues/2350) [#2374](https://github.com/kulshekhar/ts-jest/issues/2374)
424
+ * **config:** cache config and compiler correctly between runs ([#2356](https://github.com/kulshekhar/ts-jest/issues/2356)) ([5f91336](https://github.com/kulshekhar/ts-jest/commit/5f91336b9023da1051cc85b509ad02c525679fcb))
425
+ * **config:** improve emit skipped error message ([#2358](https://github.com/kulshekhar/ts-jest/issues/2358)) ([2ae8df4](https://github.com/kulshekhar/ts-jest/commit/2ae8df4515d6f6e975e57719a89184b5583f9e2f)), closes [#2350](https://github.com/kulshekhar/ts-jest/issues/2350)
426
+ * **typings:** set correct typing for `tsconfig` option ([#2383](https://github.com/kulshekhar/ts-jest/issues/2383)) ([584324a](https://github.com/kulshekhar/ts-jest/commit/584324a60c0784275e9bf8bcfd0814735a250d24)), closes [#2368](https://github.com/kulshekhar/ts-jest/issues/2368)
427
+ * **config:** invalidate Jest transform cache when `astTransformers` value changes ([#2345](https://github.com/kulshekhar/ts-jest/issues/2345)) ([d726016](https://github.com/kulshekhar/ts-jest/commit/d726016a17a26215fad782cf57bb9b9bec807307))
428
+ * reduce size of `node_modules` when adding `ts-jest` ([#2263](https://github.com/kulshekhar/ts-jest/issues/2263)) ([8e0675c](https://github.com/kulshekhar/ts-jest/commit/8e0675c02b6095af6656df50c8782c01ad9e87a3))
429
+
430
+
431
+ ### Features
432
+
433
+ * **config:** allow disable sourcemap ([#2544](https://github.com/kulshekhar/ts-jest/issues/2544)) ([47da6ad](https://github.com/kulshekhar/ts-jest/commit/47da6ada5089e58e9bc68ce8e9bc9e17aaa127ae))
434
+ * **compiler:** expose `TsCompiler` as public api ([#2344](https://github.com/kulshekhar/ts-jest/issues/2344)) ([871cd6a](https://github.com/kulshekhar/ts-jest/commit/871cd6a3abb10569a04d05f72bbb41c952665ed4))
435
+ * **config:** support typed config options for jest config typescript ([#2335](https://github.com/kulshekhar/ts-jest/issues/2335)) ([3cfc37b](https://github.com/kulshekhar/ts-jest/commit/3cfc37b1eba125fe861cea0415095dbe1f538520))
436
+ * **presets:** add typing for `presets` entry point ([#2337](https://github.com/kulshekhar/ts-jest/issues/2337)) ([1a3058f](https://github.com/kulshekhar/ts-jest/commit/1a3058f3b7f8a2e377cb6a7e829cea310a06d4fa))
437
+ * **compiler:** allow custom transformers to access internal `Program` ([#2299](https://github.com/kulshekhar/ts-jest/issues/2299)) ([387964f](https://github.com/kulshekhar/ts-jest/commit/387964faed14ce24d2cf8170a04eee244d69b8b9))
438
+ * **config:** replace `pathRegex` with `exclude` ([#2295](https://github.com/kulshekhar/ts-jest/issues/2295)) ([f2f99c3](https://github.com/kulshekhar/ts-jest/commit/f2f99c3a46ac18a1fd6cc98922329b71a7e8c4e8))
439
+ * **config:** type checking `js` files based on `checkJs` ([#2283](https://github.com/kulshekhar/ts-jest/issues/2283)) ([1e04433](https://github.com/kulshekhar/ts-jest/commit/1e044335a38907ff5c06eb43efeb2e5fd9769a0c))
440
+ * **compiler:** support ESM for `isolatedModules: false` ([#2269](https://github.com/kulshekhar/ts-jest/issues/2269)) ([9bb0c05](https://github.com/kulshekhar/ts-jest/commit/9bb0c054a3a7bd8949b0c12b2bb42348f69e2e2e)), closes [#1709](https://github.com/kulshekhar/ts-jest/issues/1709)
441
+ * **compiler:** support ESM for `isolatedModule: true` ([#2219](https://github.com/kulshekhar/ts-jest/issues/2219)) ([e101db0](https://github.com/kulshekhar/ts-jest/commit/e101db01095ce75ce9a48e27a1d9bf84bb8e19ee)), closes [#1709](https://github.com/kulshekhar/ts-jest/issues/1709)
442
+ * **presets:** add 3 new presets to work with ESM ([#2207](https://github.com/kulshekhar/ts-jest/issues/2207)) ([c277858](https://github.com/kulshekhar/ts-jest/commit/c277858c7820d8873c2d7d0c6e3704a47868d600))
443
+ * allow subclasses of `TsJestTransformer` to have version checking ([#2176](https://github.com/kulshekhar/ts-jest/issues/2176)) ([ca8d7c4](https://github.com/kulshekhar/ts-jest/commit/ca8d7c44779105ef208d17cdd8c6baaf96b479ad))
444
+
445
+
446
+ ### Performance Improvements
447
+
448
+ * reuse jest file system cache for `isolatedModules: false` ([#2189](https://github.com/kulshekhar/ts-jest/issues/2189)) ([68f446b](https://github.com/kulshekhar/ts-jest/commit/68f446b8351bb8925ac4822aa631aa6b23f2f711))
449
+
450
+
451
+ ### Code Refactoring
452
+
453
+ * **config:** remove support for `astTransformers` string array ([#2129](https://github.com/kulshekhar/ts-jest/issues/2129)) ([1e0b2ce](https://github.com/kulshekhar/ts-jest/commit/1e0b2ce5599a35c108712456e455bf29c8c5fd24))
454
+ * **config:** remove support for `packageJson` option ([#2128](https://github.com/kulshekhar/ts-jest/issues/2128)) ([05916b9](https://github.com/kulshekhar/ts-jest/commit/05916b920160da5b43a20b47025eea43b4a1a5c3))
455
+ * move jest transformer class to package entry ([#2122](https://github.com/kulshekhar/ts-jest/issues/2122)) ([5bbfd06](https://github.com/kulshekhar/ts-jest/commit/5bbfd06a0c114dbecd75b763bcfa76d4a6203ab1))
456
+ * **config:** remove support for `tsConfig` option ([#2127](https://github.com/kulshekhar/ts-jest/issues/2127)) ([3cc9b80](https://github.com/kulshekhar/ts-jest/commit/3cc9b806be2b2096b981253d39ca40df65bb0f7b))
457
+
458
+
459
+ ## BREAKING CHANGES
460
+
461
+ * By default, `ts-jest` will use `sourceMap` option from your `tsconfig`. If users want to have sourcemap on, they need to set `sourceMap: true` in `tsconfig`.
462
+ * follow Jest support Node engines ([#2478](https://github.com/kulshekhar/ts-jest/pull/2478)) ([1fecf7f](https://github.com/kulshekhar/ts-jest/commit/1fecf7ff92a5f1a0cc6ea1d27026f9f54a3d5ead))
463
+ * add `exports` field to `package.json`, see https://nodejs.org/api/packages.html#packages_package_entry_points ([#2467](https://github.com/kulshekhar/ts-jest/pull/2467)) ([d3aba3e](https://github.com/kulshekhar/ts-jest/commit/d3aba3e103f85b3a42d0e2ecaea9d3457917319e))
464
+ * `ts-jest` custom AST transformer function signature has changed to
465
+ ```
466
+ import type { TsCompilerInstance } from 'ts-jest/dist/types'
467
+
468
+ export function factory(compilerInstance: TsCompilerInstance) {
469
+ //...
470
+ }
471
+ ```
472
+ * One is currently using `pathRegex` should use `exclude` with `glob` patterns.
473
+ * If one currently relies on type check for `js` files, please set `checkJs: true` in your tsconfig.
474
+ * Now both `isolatedModules: true` and `isolatedModule: false` codes are in one single class `TsCompiler` which is an instance created in `TsJestCompiler` based on config option `compiler` with value `typescript` or `ttypescript`.
475
+ * **config:** `packageJson` config option is not used in internal `ts-jest` so this option is now removed.
476
+ * **config:** One is defining ast transformers in `jest.config.js`/`package.json` should change to
477
+ ```
478
+ // jest.config.js
479
+ module.exports = {
480
+ //...
481
+ globals: {
482
+ 'ts-jest': {
483
+ astTransformers: {
484
+ before: ['your_before_transformer_path'],
485
+ after: ['your_after_transformer_path'],
486
+ afterDeclarations: ['your_afterDeclarations_transformer_path'],
487
+ }
488
+ }
489
+ }
490
+ }
491
+ ```
492
+
493
+ or
494
+ ```
495
+ // package.json
496
+ {
497
+ "jest": {
498
+ "globals": {
499
+ "ts-jest": {
500
+ "astTransformers": {
501
+ "before": ["your_before_transformer_path"],
502
+ "after": ["your_after_transformer_path"],
503
+ "afterDeclarations": ["your_afterDeclarations_transformer_path"]
504
+ }
505
+ }
506
+ }
507
+ }
508
+ }
509
+ ```
510
+ * One currently refers type in `jest.config.js`
511
+ ```
512
+ /** @typedef {import('ts-jest')} */
513
+ module.exports = {
514
+ //...
515
+ }
516
+ ```
517
+
518
+ should change to
519
+ ```
520
+ /** @typedef {import('ts-jest/dist/types')} */
521
+ module.exports = {
522
+ //...
523
+ }
524
+ ```
525
+ * Remove possibilities to import `mocked`, `createJestPreset`, `pathsToModuleNameMapper` from package entry. One should change to
526
+ ```
527
+ import { mocked, createJestPreset, pathsToModuleNameMapper } from 'ts-jest/utils'
528
+ ```
529
+ * **config:** One currently uses `tsConfig` should change to `tsconfig` in your `jest.config.js` or `package.json`.
530
+
531
+
532
+
533
+ ## [26.5.6](https://github.com/kulshekhar/ts-jest/compare/v26.5.5...v26.5.6) (2021-05-05)
534
+
535
+
536
+ ### Code Refactoring
537
+
538
+ * refactor(config): show warning message for `sourceMap: false` ([#2557](https://github.com/kulshekhar/ts-jest/pull/2557)) ([cf60990](https://github.com/kulshekhar/ts-jest/commit/cf609900e2c5937755123bd08ca2c5f2ff5e0651)).
539
+
540
+
541
+
542
+ # [27.0.0-next.12](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.11...v27.0.0-next.12) (2021-05-05)
543
+
544
+
545
+ ### Features
546
+
547
+ * **config:** allow disable sourcemap ([#2544](https://github.com/kulshekhar/ts-jest/issues/2544)) ([47da6ad](https://github.com/kulshekhar/ts-jest/commit/47da6ada5089e58e9bc68ce8e9bc9e17aaa127ae))
548
+
549
+
550
+ ## BREAKING CHANGES
551
+
552
+ * By default, `ts-jest` will use `sourceMap` option from your `tsconfig`. If users want to have sourcemap on, they need to either remove `sourceMap` or set `sourceMap: true` in `tsconfig`
553
+
554
+
555
+
556
+ ## [26.5.5](https://github.com/kulshekhar/ts-jest/compare/v26.5.4...v26.5.5) (2021-04-15)
557
+
558
+
559
+ ### Bug Fixes
560
+
561
+ * **compiler:** return file content on emitSkipped for non ts/tsx files ([#2515](https://github.com/kulshekhar/ts-jest/issues/2515)) ([0320fb3](https://github.com/kulshekhar/ts-jest/commit/0320fb3ac22056aafe4d7ae966eab84dbf23fda9)), closes [#2513](https://github.com/kulshekhar/ts-jest/issues/2513)
562
+
563
+
564
+
565
+ # [27.0.0-next.11](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.10...v27.0.0-next.11) (2021-04-15)
566
+
567
+
568
+ ### Bug Fixes
569
+
570
+ * **compiler:** return file content on emitSkipped for non ts/tsx files ([#2519](https://github.com/kulshekhar/ts-jest/issues/2519)) ([a4e5640](https://github.com/kulshekhar/ts-jest/commit/a4e5640f54a7810c9b7aba32663ce4a53893d22f)), closes [#2513](https://github.com/kulshekhar/ts-jest/issues/2513)
571
+
572
+
573
+
574
+ # [27.0.0-next.10](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.9...v27.0.0-next.10) (2021-03-30)
575
+
576
+
577
+ ### Bug Fixes
578
+
579
+ * **compiler:** retype check other files if processing file is used by those ones in watch mode ([#2481](https://github.com/kulshekhar/ts-jest/issues/2481)) ([ac8f3d0](https://github.com/kulshekhar/ts-jest/commit/ac8f3d025de67bfc2708a8422ee657fc42455513)), closes [#943](https://github.com/kulshekhar/ts-jest/issues/943)
580
+
581
+
582
+ ## BREAKING CHANGES
583
+
584
+ * follow Jest node engines ([#2478](https://github.com/kulshekhar/ts-jest/pull/2478)) ([1fecf7f](https://github.com/kulshekhar/ts-jest/commit/1fecf7ff92a5f1a0cc6ea1d27026f9f54a3d5ead))
585
+ * add `exports` field to `package.json`, see https://nodejs.org/api/packages.html#packages_package_entry_points ([#2467](https://github.com/kulshekhar/ts-jest/pull/2467)) ([d3aba3e](https://github.com/kulshekhar/ts-jest/commit/d3aba3e103f85b3a42d0e2ecaea9d3457917319e))
586
+
587
+
588
+
589
+ # [27.0.0-next.9](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.8...v27.0.0-next.9) (2021-03-19)
590
+
591
+
592
+ ### Bug Fixes
593
+
594
+ * **compiler:** initialize compiler with `.ts`/`.tsx`/`.d.ts` files only ([#2458](https://github.com/kulshekhar/ts-jest/issues/2458)) ([a89f0e2](https://github.com/kulshekhar/ts-jest/commit/a89f0e2061e01440337dde4134639ff6a2d69936)), closes [#2445](https://github.com/kulshekhar/ts-jest/issues/2445)
595
+
596
+
597
+
598
+ ## [26.5.4](https://github.com/kulshekhar/ts-jest/compare/v26.5.3...v26.5.4) (2021-03-17)
599
+
600
+
601
+ ### Bug Fixes
602
+
603
+ * **compiler:** initialize compiler with `.ts`/`.tsx`/`.d.ts` files only ([#2457](https://github.com/kulshekhar/ts-jest/issues/2457)) ([1dc731a](https://github.com/kulshekhar/ts-jest/commit/1dc731a5faf7cda59db1cc642eb99fae973b1246)), closes [#2445](https://github.com/kulshekhar/ts-jest/issues/2445)
604
+
605
+
606
+
607
+ # [27.0.0-next.8](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.7...v27.0.0-next.8) (2021-03-11)
608
+
609
+
610
+ ### Bug Fixes
611
+
612
+ * **compiler:** resolve nested imported modules for each processing file ([#2436](https://github.com/kulshekhar/ts-jest/issues/2436)) ([3cb9019](https://github.com/kulshekhar/ts-jest/commit/3cb9019289bb64deecffaf52e840faf6a4656092)), closes [#1390](https://github.com/kulshekhar/ts-jest/issues/1390) [#1747](https://github.com/kulshekhar/ts-jest/issues/1747)
613
+ * **config:** create fallback jest config when jest config is `undefined` ([#2433](https://github.com/kulshekhar/ts-jest/issues/2433)) ([c6d6e4c](https://github.com/kulshekhar/ts-jest/commit/c6d6e4cd534e1c368fcb7141784ee43584525ca4)), closes [#2085](https://github.com/kulshekhar/ts-jest/issues/2085)
614
+ * remove `@types/jest` from direct dep ([#2409](https://github.com/kulshekhar/ts-jest/issues/2409)) ([8913120](https://github.com/kulshekhar/ts-jest/commit/89131203c358c8f9e89655800e500a9e88a17334)), closes [#2406](https://github.com/kulshekhar/ts-jest/issues/2406) [#2411](https://github.com/kulshekhar/ts-jest/issues/2411)
615
+ * **compiler:** return original file content and show warning on emit skip ([#2410](https://github.com/kulshekhar/ts-jest/issues/2410)) ([c2b2164](https://github.com/kulshekhar/ts-jest/commit/c2b2164ddd1e606fc2490326244a6efc63f6c4a0)), closes [#2407](https://github.com/kulshekhar/ts-jest/issues/2407)
616
+ * **compiler:** type check correctly in watch mode when a file content itself has changed ([#2405](https://github.com/kulshekhar/ts-jest/issues/2405)) ([064bf3a](https://github.com/kulshekhar/ts-jest/commit/064bf3a73e9a304aa9366d27db8973b68be23ffd)), closes [#2118](https://github.com/kulshekhar/ts-jest/issues/2118)
617
+
618
+
619
+
620
+ ## [26.5.3](https://github.com/kulshekhar/ts-jest/compare/v26.5.2...v26.5.3) (2021-03-03)
621
+
622
+
623
+ ### Bug Fixes
624
+
625
+ * **config:** create fallback jest config when jest config is undefined ([#2421](https://github.com/kulshekhar/ts-jest/issues/2421)) ([0fb6b45](https://github.com/kulshekhar/ts-jest/commit/0fb6b45e7dc3dd7588d27f09ac9a8849dff470cb)), closes [#2085](https://github.com/kulshekhar/ts-jest/issues/2085)
626
+ * remove `@types/jest` from direct dep ([#2416](https://github.com/kulshekhar/ts-jest/issues/2416)) ([060302e](https://github.com/kulshekhar/ts-jest/commit/060302ed1eb8708df0acd7ab1d613ff06fc08cf3)), closes [#2406](https://github.com/kulshekhar/ts-jest/issues/2406) [#2411](https://github.com/kulshekhar/ts-jest/issues/2411)
627
+ * **compiler:** return original file content on emit skip ([#2408](https://github.com/kulshekhar/ts-jest/issues/2408)) ([cfba8f4](https://github.com/kulshekhar/ts-jest/commit/cfba8f423dd59536d8b1e1374ef2b20bff2ed857)), closes [#2407](https://github.com/kulshekhar/ts-jest/issues/2407)
628
+
629
+
630
+
631
+ # [27.0.0-next.7](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.6...v27.0.0-next.7) (2021-02-24)
632
+
633
+
634
+ ### Bug Fixes
635
+
636
+ * **compiler:** exclude files in `outDir` from compiler source files ([#2375](https://github.com/kulshekhar/ts-jest/issues/2375)) ([ec68c74](https://github.com/kulshekhar/ts-jest/commit/ec68c74bccf56d682a7ed9e5c48ea676dcf3fbf9)), closes [#2350](https://github.com/kulshekhar/ts-jest/issues/2350) [#2374](https://github.com/kulshekhar/ts-jest/issues/2374)
637
+ * **config:** cache config and compiler correctly between runs ([#2356](https://github.com/kulshekhar/ts-jest/issues/2356)) ([5f91336](https://github.com/kulshekhar/ts-jest/commit/5f91336b9023da1051cc85b509ad02c525679fcb))
638
+ * **config:** improve emit skipped error message ([#2358](https://github.com/kulshekhar/ts-jest/issues/2358)) ([2ae8df4](https://github.com/kulshekhar/ts-jest/commit/2ae8df4515d6f6e975e57719a89184b5583f9e2f)), closes [#2350](https://github.com/kulshekhar/ts-jest/issues/2350)
639
+ * **typings:** set correct typing for `tsconfig` option ([#2383](https://github.com/kulshekhar/ts-jest/issues/2383)) ([584324a](https://github.com/kulshekhar/ts-jest/commit/584324a60c0784275e9bf8bcfd0814735a250d24)), closes [#2368](https://github.com/kulshekhar/ts-jest/issues/2368)
640
+
641
+
642
+
643
+ ## [26.5.2](https://github.com/kulshekhar/ts-jest/compare/v26.5.1...v26.5.2) (2021-02-21)
644
+
645
+
646
+ ### Bug Fixes
647
+
648
+ * **compiler:** exclude files in `outDir` from compiler source files ([#2376](https://github.com/kulshekhar/ts-jest/issues/2376)) ([9034677](https://github.com/kulshekhar/ts-jest/commit/9034677f9ce0968339d3d942a70e888996fac532)), closes [#2350](https://github.com/kulshekhar/ts-jest/issues/2350) [#2374](https://github.com/kulshekhar/ts-jest/issues/2374)
649
+ * **config:** define `matchTestFilePath` before `setupTsJestCfg` ([#2373](https://github.com/kulshekhar/ts-jest/issues/2373)) ([c427fea](https://github.com/kulshekhar/ts-jest/commit/c427fea48a24b5ce6e8b9260d3c322583b062a77)), closes [#2371](https://github.com/kulshekhar/ts-jest/issues/2371)
650
+ * **config:** improve emit skipped error message ([#2357](https://github.com/kulshekhar/ts-jest/issues/2357)) ([f2808bb](https://github.com/kulshekhar/ts-jest/commit/f2808bb0b15231c67ccb9a97ed606741213c03e6))
651
+ * **typings:** set correct typing for `tsconfig`/`tsConfig` option ([#2377](https://github.com/kulshekhar/ts-jest/issues/2377)) ([d4f6aff](https://github.com/kulshekhar/ts-jest/commit/d4f6aff3f181761bf25c64ff1a97dd19a69196f9)), closes [#2368](https://github.com/kulshekhar/ts-jest/issues/2368)
652
+
653
+
654
+ # [27.0.0-next.6](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.5...v27.0.0-next.6) (2021-02-11)
655
+
656
+
657
+ ### Bug Fixes
658
+
659
+ * **config:** invalidate Jest transform cache when `astTransformers` value changes ([#2345](https://github.com/kulshekhar/ts-jest/issues/2345)) ([d726016](https://github.com/kulshekhar/ts-jest/commit/d726016a17a26215fad782cf57bb9b9bec807307))
660
+
661
+
662
+ ### Features
663
+
664
+ * **compiler:** expose `TsCompiler` as public api ([#2344](https://github.com/kulshekhar/ts-jest/issues/2344)) ([871cd6a](https://github.com/kulshekhar/ts-jest/commit/871cd6a3abb10569a04d05f72bbb41c952665ed4))
665
+ * **config:** support typed config options for jest config typescript ([#2335](https://github.com/kulshekhar/ts-jest/issues/2335)) ([3cfc37b](https://github.com/kulshekhar/ts-jest/commit/3cfc37b1eba125fe861cea0415095dbe1f538520))
666
+ * **presets:** add typing for `presets` entry point ([#2337](https://github.com/kulshekhar/ts-jest/issues/2337)) ([1a3058f](https://github.com/kulshekhar/ts-jest/commit/1a3058f3b7f8a2e377cb6a7e829cea310a06d4fa))
667
+
668
+
669
+
670
+ ## [26.5.1](https://github.com/kulshekhar/ts-jest/compare/v26.5.0...v26.5.1) (2021-02-09)
671
+
672
+
673
+ ### Features
674
+
675
+ * **config:** support typed config options for jest config typescript ([#2336](https://github.com/kulshekhar/ts-jest/issues/2336)) ([f4f5d32](https://github.com/kulshekhar/ts-jest/commit/f4f5d3205d1c80e545a32c02c6a66e7e91386f7f))
676
+ * **presets:** add typing for `presets` entry point ([#2341](https://github.com/kulshekhar/ts-jest/issues/2341)) ([e12b004](https://github.com/kulshekhar/ts-jest/commit/e12b004dcc5848d5ae0638e885147c54e11cc72b)), closes [#2325](https://github.com/kulshekhar/ts-jest/issues/2325)
677
+
678
+
679
+
680
+ # [27.0.0-next.5](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.4...v27.0.0-next.5) (2021-02-04)
681
+
682
+
683
+ ### Features
684
+
685
+ * **compiler:** allow custom transformers to access internal `Program` ([#2299](https://github.com/kulshekhar/ts-jest/issues/2299)) ([387964f](https://github.com/kulshekhar/ts-jest/commit/387964faed14ce24d2cf8170a04eee244d69b8b9))
686
+
687
+
688
+ ### BREAKING CHANGES
689
+
690
+ `ts-jest` custom AST transformer function signature has changed to
691
+ ```
692
+ import type { TsCompilerInstance } from 'ts-jest/dist/types'
693
+
694
+ export function factory(compilerInstance: TsCompilerInstance) {
695
+ //...
696
+ }
697
+ ```
698
+
699
+
700
+
701
+ # [26.5.0](https://github.com/kulshekhar/ts-jest/compare/v26.5.0...v26.4.4) (2021-01-29)
702
+
703
+
704
+ ### Bug Fixes
705
+
706
+ * reduce size of `node_modules` when adding `ts-jest` ([#2309](https://github.com/kulshekhar/ts-jest/issues/2309)) ([6bf2e8a](https://github.com/kulshekhar/ts-jest/commit/b8d5d2090567f23947d9efd87f5f869b16bf2e8a))
707
+
708
+
709
+ ### Features
710
+
711
+ * introduce `exclude` to exclude files from diagnostics ([#2308](https://github.com/kulshekhar/ts-jest/issues/2308)) ([cd82fd3](https://github.com/kulshekhar/ts-jest/commit/0c555c250774a7fd9e356cf20a3d8b693cd82fd3))
712
+
713
+
714
+ ### DEPRECATIONS
715
+
716
+ * **config**: deprecate `pathRegex` in favor of `exclude` ([#2308](https://github.com/kulshekhar/ts-jest/issues/2308)) ([cd82fd3](https://github.com/kulshekhar/ts-jest/commit/0c555c250774a7fd9e356cf20a3d8b693cd82fd3))
717
+
718
+
719
+
720
+ # [27.0.0-next.4](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.3...v27.0.0-next.4) (2021-01-22)
721
+
722
+
723
+ ### Features
724
+
725
+ * **config:** replace `pathRegex` with `exclude` ([#2295](https://github.com/kulshekhar/ts-jest/issues/2295)) ([f2f99c3](https://github.com/kulshekhar/ts-jest/commit/f2f99c3a46ac18a1fd6cc98922329b71a7e8c4e8))
726
+ * **config:** type checking `js` files based on `checkJs` ([#2283](https://github.com/kulshekhar/ts-jest/issues/2283)) ([1e04433](https://github.com/kulshekhar/ts-jest/commit/1e044335a38907ff5c06eb43efeb2e5fd9769a0c))
727
+
728
+
729
+ ### BREAKING CHANGES
730
+
731
+ * One is currently using `pathRegex` should use `exclude` with Glob patterns.
732
+ * If one currently relies on type check for `js` files, please set `checkJs: true` in your tsconfig
733
+
734
+
735
+
736
+ # [27.0.0-next.3](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.2...v27.0.0-next.3) (2021-01-14)
737
+
738
+
739
+ ### Bug Fixes
740
+
741
+ * reduce size of node_modules when adding ts-jest ([#2263](https://github.com/kulshekhar/ts-jest/issues/2263)) ([8e0675c](https://github.com/kulshekhar/ts-jest/commit/8e0675c02b6095af6656df50c8782c01ad9e87a3))
742
+
743
+
744
+ ### Features
745
+
746
+ * **compiler:** support ESM for `isolatedModules: false` ([#2269](https://github.com/kulshekhar/ts-jest/issues/2269)) ([9bb0c05](https://github.com/kulshekhar/ts-jest/commit/9bb0c054a3a7bd8949b0c12b2bb42348f69e2e2e)), closes [#1709](https://github.com/kulshekhar/ts-jest/issues/1709)
747
+
748
+
749
+
750
+ # [27.0.0-next.2](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-alpha.1...v27.0.0-next.2) (2020-12-17)
751
+
752
+
753
+ ### Bug Fixes
754
+
755
+ * redo type checking when type has changed in watch mode ([#2167](https://github.com/kulshekhar/ts-jest/issues/2167)) ([ec70365](https://github.com/kulshekhar/ts-jest/commit/ec7036517ac218c2dc9cc20f5127025d21d5ada6)), closes [#2118](https://github.com/kulshekhar/ts-jest/issues/2118) [#1122](https://github.com/kulshekhar/ts-jest/issues/1122) [#943](https://github.com/kulshekhar/ts-jest/issues/943)
756
+
757
+
758
+ ### Features
759
+
760
+ * **compiler:** allow `isolatedModule: true` to have ESM support ([#2219](https://github.com/kulshekhar/ts-jest/issues/2219)) ([e101db0](https://github.com/kulshekhar/ts-jest/commit/e101db01095ce75ce9a48e27a1d9bf84bb8e19ee)), closes [#1709](https://github.com/kulshekhar/ts-jest/issues/1709)
761
+ * **presets:** add 3 new presets to work with ESM ([#2207](https://github.com/kulshekhar/ts-jest/issues/2207)) ([c277858](https://github.com/kulshekhar/ts-jest/commit/c277858c7820d8873c2d7d0c6e3704a47868d600))
762
+ * allow subclasses of `TsJestTransformer` to have version checking ([#2176](https://github.com/kulshekhar/ts-jest/issues/2176)) ([ca8d7c4](https://github.com/kulshekhar/ts-jest/commit/ca8d7c44779105ef208d17cdd8c6baaf96b479ad))
763
+ * support jest 27 ([#2171](https://github.com/kulshekhar/ts-jest/issues/2171)) ([9909b9d](https://github.com/kulshekhar/ts-jest/commit/9909b9d6b6c72b4c64d2d0ff46f142b2a65a7eae))
764
+
765
+
766
+ ### Performance Improvements
767
+
768
+ * reuse jest file system cache for `isolatedModules: false` ([#2189](https://github.com/kulshekhar/ts-jest/issues/2189)) ([68f446b](https://github.com/kulshekhar/ts-jest/commit/68f446b8351bb8925ac4822aa631aa6b23f2f711))
769
+
770
+
771
+
772
+ # [27.0.0-alpha.1](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-alpha.0...v27.0.0-alpha.1) (2020-11-26)
773
+
774
+
775
+ ### BREAKING CHANGES
776
+
777
+ * Now both `isolatedModules: true` and `isolatedModule: false` codes are in one single class `TsCompiler` which is an instance created in `TsJestCompiler` based on config option `compiler` with value `typescript` or `ttypescript`.
778
+
779
+
780
+
781
+
782
+ # [27.0.0-alpha.0](https://github.com/kulshekhar/ts-jest/compare/v26.4.4...v27.0.0-alpha.0) (2020-11-11)
783
+
784
+
785
+ ### Code Refactoring
786
+
787
+ * **config:** remove support for `astTransformers` string array ([#2129](https://github.com/kulshekhar/ts-jest/issues/2129)) ([1e0b2ce](https://github.com/kulshekhar/ts-jest/commit/1e0b2ce5599a35c108712456e455bf29c8c5fd24))
788
+ * **config:** remove support for `packageJson` option ([#2128](https://github.com/kulshekhar/ts-jest/issues/2128)) ([05916b9](https://github.com/kulshekhar/ts-jest/commit/05916b920160da5b43a20b47025eea43b4a1a5c3))
789
+ * move jest transformer class to package entry ([#2122](https://github.com/kulshekhar/ts-jest/issues/2122)) ([5bbfd06](https://github.com/kulshekhar/ts-jest/commit/5bbfd06a0c114dbecd75b763bcfa76d4a6203ab1))
790
+ * **config:** remove support for `tsConfig` option ([#2127](https://github.com/kulshekhar/ts-jest/issues/2127)) ([3cc9b80](https://github.com/kulshekhar/ts-jest/commit/3cc9b806be2b2096b981253d39ca40df65bb0f7b))
791
+
792
+
793
+ ### BREAKING CHANGES
794
+
795
+ * **config:** `packageJson` config option is not used in internal `ts-jest` so this option is now removed
796
+ * **config:** One is defining ast transformers in `jest.config.js`/`package.json` should change to
797
+ ```
798
+ // jest.config.js
799
+ module.exports = {
800
+ //...
801
+ globals: {
802
+ 'ts-jest': {
803
+ astTransformers: {
804
+ before: ['your_before_transformer_path'],
805
+ after: ['your_after_transformer_path'],
806
+ afterDeclarations: ['your_afterDeclarations_transformer_path'],
807
+ }
808
+ }
809
+ }
810
+ }
811
+ ```
812
+
813
+ or
814
+ ```
815
+ // package.json
816
+ {
817
+ "jest": {
818
+ "globals": {
819
+ "ts-jest": {
820
+ "astTransformers": {
821
+ "before": ["your_before_transformer_path"],
822
+ "after": ["your_after_transformer_path"],
823
+ "afterDeclarations": ["your_afterDeclarations_transformer_path"]
824
+ }
825
+ }
826
+ }
827
+ }
828
+ }
829
+ ```
830
+ - One currently refers type in `jest.config.js`
831
+ ```
832
+ /** @typedef {import('ts-jest')} */
833
+ module.exports = {
834
+ //...
835
+ }
836
+ ```
837
+
838
+ should change to
839
+ ```
840
+ /** @typedef {import('ts-jest/dist/types')} */
841
+ module.exports = {
842
+ //...
843
+ }
844
+ ```
845
+
846
+ - Remove possibilities to import `mocked`, `createJestPreset`, `pathsToModuleNameMapper` from package entry. One should change to
847
+ ```
848
+ import { mocked, createJestPreset, pathsToModuleNameMapper` } from 'ts-jest/utils'
849
+ ```
850
+ * **config:** One currently uses `tsConfig` should change to `tsconfig` in your `jest.config.js` or `package.json`
851
+
852
+
853
+
854
+ ## [26.4.4](https://github.com/kulshekhar/ts-jest/compare/v26.4.3...v26.4.4) (2020-11-08)
855
+
856
+
857
+ ### Bug Fixes
858
+
859
+ * revert usage of `@jest/create-cache-key-function` ([#2108](https://github.com/kulshekhar/ts-jest/issues/2108)) ([dee8231](https://github.com/kulshekhar/ts-jest/commit/dee823172ce1e8eb9e0b2dd3aeed1ab4033bd0d9)), closes [#2080](https://github.com/kulshekhar/ts-jest/issues/2080) [#2090](https://github.com/kulshekhar/ts-jest/issues/2090) [#2104](https://github.com/kulshekhar/ts-jest/issues/2104)
860
+
861
+
862
+ ### Features
863
+
864
+ * **testing:** expose all types for util `mocked` ([#2096](https://github.com/kulshekhar/ts-jest/issues/2096)) ([b1d072b](https://github.com/kulshekhar/ts-jest/commit/b1d072b52b9a7665b3a6914b0895f84f6ee3f8c0)), closes [#2086](https://github.com/kulshekhar/ts-jest/issues/2086)
865
+
866
+
867
+
868
+ ## [26.4.3](https://github.com/kulshekhar/ts-jest/compare/v26.4.2...v26.4.3) (2020-10-26)
869
+
870
+
871
+ ### Bug Fixes
872
+
873
+ * **compiler:** only exclude test files when initializing compiler ([#2062](https://github.com/kulshekhar/ts-jest/issues/2062)) ([7264c13](https://github.com/kulshekhar/ts-jest/commit/7264c137114b6dd895624e3476dd7ec57b64ee13)), closes [#2061](https://github.com/kulshekhar/ts-jest/issues/2061), [#2068](https://github.com/kulshekhar/ts-jest/issues/2068), [#2072](https://github.com/kulshekhar/ts-jest/issues/2072), [#2073](https://github.com/kulshekhar/ts-jest/issues/2073)
874
+ * **config:** resolve `.babelrc` file path before attempting to read it ([#2071](https://github.com/kulshekhar/ts-jest/issues/2071)) ([681bfef](https://github.com/kulshekhar/ts-jest/commit/681bfef41744f09cd50b71072f4d001cb58da82e)), closes [#2064](https://github.com/kulshekhar/ts-jest/issues/2064)
875
+
876
+
877
+ ### Features
878
+
879
+ * **config:** allow to override resolve tsconfig behavior ([#2063](https://github.com/kulshekhar/ts-jest/issues/2063)) ([9f46ace](https://github.com/kulshekhar/ts-jest/commit/9f46acefceb1fa71ee2e8b3b3c172ceb0544b4c4))
880
+
881
+
882
+
883
+ ## [26.4.2](https://github.com/kulshekhar/ts-jest/compare/v26.4.1...v26.4.2) (2020-10-23)
884
+
885
+
886
+ ### Features
887
+
888
+ * **config:** expose several typings as public apis ([#2054](https://github.com/kulshekhar/ts-jest/issues/2054)) ([3b6b705](https://github.com/kulshekhar/ts-jest/commit/3b6b7055e2b9c74e81fb91596c807ace02ab77a1))
889
+
890
+
891
+ ### Performance Improvements
892
+
893
+ * **compiler:** speed up bootstrap time for `isolatedModules:false` ([#2055](https://github.com/kulshekhar/ts-jest/issues/2055)) ([230b5dd](https://github.com/kulshekhar/ts-jest/commit/230b5ddbee55357d25dd190cd45aa8a30d7f31e0))
894
+
895
+
896
+ ### DEPRECATIONS
897
+
898
+ * **config**: deprecate `tsConfig` in favor of `tsconfig` ([#1997](https://github.com/kulshekhar/ts-jest/pull/1997))
899
+ * **config**: deprecate `packageJson` since internal codes don't use it anymore ([#2034](https://github.com/kulshekhar/ts-jest/pull/2034))
900
+
901
+
902
+
903
+ ## [26.4.1](https://github.com/kulshekhar/ts-jest/compare/v26.4.0...v26.4.1) (2020-09-29)
904
+
905
+
906
+ ### Bug Fixes
907
+
908
+ * **utils:** `MaybeMockedConstructor` returns T ([#1976](https://github.com/kulshekhar/ts-jest/issues/1976)) ([b7712b2](https://github.com/kulshekhar/ts-jest/commit/b7712b2055d8f32dd97999de1d94e8f3515d79e8))
909
+ * **utils:** revert `path.join` and add check on prefix ends with `/` ([#1989](https://github.com/kulshekhar/ts-jest/issues/1989)) ([3d9035b](https://github.com/kulshekhar/ts-jest/commit/3d9035bd70dc087d4c5a943bb2fe2af2d0822875)), closes [#1982](https://github.com/kulshekhar/ts-jest/issues/1982)
910
+
911
+
912
+
913
+ # [26.4.0](https://github.com/kulshekhar/ts-jest/compare/v26.3.0...v26.4.0) (2020-09-20)
914
+
915
+
916
+ ### Bug Fixes
917
+
918
+ * **utils:** `pathsToModuleNameMapper` resolve path mapping with `path.join` ([#1969](https://github.com/kulshekhar/ts-jest/issues/1969)) ([81fce4c](https://github.com/kulshekhar/ts-jest/commit/81fce4c090811a1cc071579a99dc193fb976b117)), closes [#1968](https://github.com/kulshekhar/ts-jest/issues/1968)
919
+ * set minimum `jest-util` version at 26.1.0 ([#1914](https://github.com/kulshekhar/ts-jest/issues/1914)) ([f00414c](https://github.com/kulshekhar/ts-jest/commit/f00414c6fbf8fc5413fd33d0a271c4a164c50d45)), closes [#1913](https://github.com/kulshekhar/ts-jest/issues/1913)
920
+
921
+
922
+ ### Features
923
+
924
+ * **config:** allow custom options in custom transformers ([#1966](https://github.com/kulshekhar/ts-jest/issues/1966)) ([1452ce4](https://github.com/kulshekhar/ts-jest/commit/1452ce4afcd36049cddd0db0861f1ac26b66f8c1)), closes [#1942](https://github.com/kulshekhar/ts-jest/issues/1942)
925
+ * **transformers:** support hoisting when using `@jest/globals` ([#1937](https://github.com/kulshekhar/ts-jest/issues/1937)) ([0e5be15](https://github.com/kulshekhar/ts-jest/commit/0e5be1597d755fed11869f67df05eeea54b3106f)), closes [#1593](https://github.com/kulshekhar/ts-jest/issues/1593)
926
+ * **transformers:** add `path-mapping` custom AST transformer ([#1927](https://github.com/kulshekhar/ts-jest/issues/1927)) ([3325186](https://github.com/kulshekhar/ts-jest/commit/3325186b6e55f41eb9bf7d81e092a358fc402b13))
927
+
928
+
929
+ ### Performance Improvements
930
+
931
+ * **compiler:** remove `createProgram` for `isolatedModules: true` to boost startup speed ([#1941](https://github.com/kulshekhar/ts-jest/issues/1941)) ([dd84534](https://github.com/kulshekhar/ts-jest/commit/dd8453401840862186f991e2d514e0d328a67987))
932
+
933
+
934
+
935
+ # [26.3.0](https://github.com/kulshekhar/ts-jest/compare/v26.2.0...v26.3.0) (2020-08-25)
936
+
937
+
938
+ ### Bug Fixes
939
+
940
+ * **config:** compute cache key without reading `package.json` ([#1893](https://github.com/kulshekhar/ts-jest/issues/1893)) ([4875a58](https://github.com/kulshekhar/ts-jest/commit/4875a58345666e0407f9f5b3f95049ae2c9d056d)), closes [#1892](https://github.com/kulshekhar/ts-jest/issues/1892)
941
+
942
+
943
+ ### Features
944
+
945
+ * support TypeScript 4.0 ([#1889](https://github.com/kulshekhar/ts-jest/issues/1889)) ([f070e93](https://github.com/kulshekhar/ts-jest/commit/f070e9334a9cf31fa6f0d73b3f69d805be72601d))
946
+
947
+
948
+
949
+ # [26.2.0](https://github.com/kulshekhar/ts-jest/compare/v26.1.4...v26.2.0) (2020-08-11)
950
+
951
+
952
+ ### Bug Fixes
953
+
954
+ * move `@types/jest` to dependencies to work well with yarn 2 ([#1859](https://github.com/kulshekhar/ts-jest/issues/1859)) ([5eb1389](https://github.com/kulshekhar/ts-jest/commit/5eb1389caaa0431e49ae6ca26b18e290208e0a0a)), closes [#1857](https://github.com/kulshekhar/ts-jest/issues/1857)
955
+
956
+
957
+ ### Features
958
+
959
+ * **config:** support `after` and `afterDeclarations` AST transformers ([#1831](https://github.com/kulshekhar/ts-jest/issues/1831)) ([be20a7c](https://github.com/kulshekhar/ts-jest/commit/be20a7c78c97027b33aec178da0f533095790871))
960
+ * allow opt-out version warning message by environment variable `TS_JEST_DISABLE_VER_CHECKER` ([#1821](https://github.com/kulshekhar/ts-jest/issues/1821)) ([e6b42fc](https://github.com/kulshekhar/ts-jest/commit/e6b42fcd7a75c7b14e636a45cda04de18a46908b)), closes [#1774](https://github.com/kulshekhar/ts-jest/issues/1774)
961
+
962
+
963
+
964
+ ## [26.1.4](https://github.com/kulshekhar/ts-jest/compare/v26.1.3...v26.1.4) (2020-07-28)
965
+
966
+
967
+ ### Bug Fixes
968
+
969
+ * **compiler:** check if test file exists before doing type check ([#1827](https://github.com/kulshekhar/ts-jest/issues/1827)) ([cc89d5b](https://github.com/kulshekhar/ts-jest/commit/cc89d5b1f912975cd29114c5b3b0bf18426816da)), closes [#1506](https://github.com/kulshekhar/ts-jest/issues/1506)
970
+
971
+
972
+
973
+ ## [26.1.3](https://github.com/kulshekhar/ts-jest/compare/v26.1.2...v26.1.3) (2020-07-16)
974
+
975
+
976
+ ### Bug Fixes
977
+
978
+ * revert [#1793](https://github.com/kulshekhar/ts-jest/issues/1793) ([#1804](https://github.com/kulshekhar/ts-jest/issues/1804)) ([5095525](https://github.com/kulshekhar/ts-jest/commit/5095525333c8579c9c5e7f3149294b31f28d6774))
979
+
980
+
981
+
982
+ ## [26.1.2](https://github.com/kulshekhar/ts-jest/compare/v26.1.1...v26.1.2) (2020-07-13)
983
+
984
+
985
+ ### Bug Fixes
986
+
987
+ * **compiler:** use `resolveModuleNames` TypeScript API to get resolved modules for test files ([#1784](https://github.com/kulshekhar/ts-jest/issues/1784)) ([5f26054](https://github.com/kulshekhar/ts-jest/commit/5f2605457e94b548bd7b9b28fc968554f7eefa91)), closes [#1747](https://github.com/kulshekhar/ts-jest/issues/1747)
988
+ * **config:** invalidate cache when other options in `tsconfig` change ([#1788](https://github.com/kulshekhar/ts-jest/issues/1788)) ([6948855](https://github.com/kulshekhar/ts-jest/commit/69488552eca2846f3fc6ba86ab49d7893caaf521))
989
+
990
+
991
+ ### Performance Improvements
992
+
993
+ * **compiler:** cache module resolution for `isolatedModules: false` ([#1786](https://github.com/kulshekhar/ts-jest/issues/1786)) ([7f731ed](https://github.com/kulshekhar/ts-jest/commit/7f731ed8a02755aeb41ecb27df4eaf16db2ddd95))
994
+ * **compiler:** use `globsToMatcher` from `jest-util` ([#1754](https://github.com/kulshekhar/ts-jest/issues/1754)) ([44f3913](https://github.com/kulshekhar/ts-jest/commit/44f3913c2a017734ed87346b1c5fbec639d02062))
995
+
996
+
997
+
998
+ <a name="26.1.1"></a>
999
+ ## [26.1.1](https://github.com/kulshekhar/ts-jest/compare/v26.1.0...v26.1.1) (2020-06-21)
1000
+
1001
+
1002
+ ### Bug Fixes
1003
+
1004
+ * **compiler:** generate source map correctly when tsconfig `mapRoot` is set ([#1741](https://github.com/kulshekhar/ts-jest/issues/1741)) ([01ac417](https://github.com/kulshekhar/ts-jest/commit/01ac417)), closes [#1718](https://github.com/kulshekhar/ts-jest/issues/1718)
1005
+ * **config:** show version warning when using ts-jest without babel ([#1729](https://github.com/kulshekhar/ts-jest/issues/1729)) ([e512bc0](https://github.com/kulshekhar/ts-jest/commit/e512bc0)), fixes [#1678-issuecomment-641930332](https://github.com//github.com/kulshekhar/ts-jest/pull/1678/issues/issuecomment-641930332), [#1678-issuecomment-639528993](https://github.com//github.com/kulshekhar/ts-jest/pull/1678/issues/issuecomment-639528993)
1006
+
1007
+
1008
+
1009
+ <a name="26.1.0"></a>
1010
+ # [26.1.0](https://github.com/kulshekhar/ts-jest/compare/v26.0.0...v26.1.0) (2020-05-30)
1011
+
1012
+
1013
+ ### Bug Fixes
1014
+
1015
+ * **typing:** don't mark `BabelConfig` as internal type ([#1667](https://github.com/kulshekhar/ts-jest/issues/1667)) ([558c307](https://github.com/kulshekhar/ts-jest/commit/558c307)), closes [#1666](https://github.com/kulshekhar/ts-jest/issues/1666)
1016
+
1017
+
1018
+ ### Features
1019
+
1020
+ * **config:** show a warning message when TypeScript `target` version doesn't match with recommended NodeJs version ([#1678](https://github.com/kulshekhar/ts-jest/issues/1678)) ([085bdf5](https://github.com/kulshekhar/ts-jest/commit/085bdf5))
1021
+ * **config:** support multiple paths for `pathsToModuleNameMapper` ([#1690](https://github.com/kulshekhar/ts-jest/issues/1690)) ([a727bd5](https://github.com/kulshekhar/ts-jest/commit/a727bd5))
1022
+ * support TypeScript 3.9 ([#1653](https://github.com/kulshekhar/ts-jest/issues/1653)) ([fc3d5ad](https://github.com/kulshekhar/ts-jest/commit/fc3d5ad))
1023
+
1024
+
1025
+
1026
+ <a name="26.0.0"></a>
1027
+ # [26.0.0](https://github.com/kulshekhar/ts-jest/compare/v25.5.1...v26.0.0) (2020-05-15)
1028
+
1029
+
1030
+ ### Bug Fixes
1031
+
1032
+ * **compiler:** return `undefined` for `getScriptVersion` when a file doesn't exist in memory cache ([#1641](https://github.com/kulshekhar/ts-jest/issues/1641)) ([6851b8e](https://github.com/kulshekhar/ts-jest/commit/6851b8e))
1033
+
1034
+
1035
+ ### Features
1036
+
1037
+ * support Jest v26 ([#1602](https://github.com/kulshekhar/ts-jest/issues/1602)) ([23b7741](https://github.com/kulshekhar/ts-jest/commit/23b7741))
1038
+
1039
+
1040
+ ### BREAKING CHANGES
1041
+
1042
+ * Requires a minimum of TypeScript v3.8
1043
+ * Drop support for Node 8
1044
+
1045
+
1046
+ <a name="25.5.1"></a>
1047
+ ## [25.5.1](https://github.com/kulshekhar/ts-jest/compare/v25.5.0...v25.5.1) (2020-05-09)
1048
+
1049
+
1050
+ ### Bug Fixes
1051
+
1052
+ * **compiler:** don't resolve files from build folder for `projectReferences` ([#1614](https://github.com/kulshekhar/ts-jest/issues/1614)) ([74b92d3](https://github.com/kulshekhar/ts-jest/commit/74b92d3))
1053
+ * **config:** don't set `include` value of `tsconfig` to empty array ([#1606](https://github.com/kulshekhar/ts-jest/issues/1606)) ([8a29aaa](https://github.com/kulshekhar/ts-jest/commit/8a29aaa))
1054
+
1055
+
1056
+
1057
+ <a name="25.5.0"></a>
1058
+ # [25.5.0](https://github.com/kulshekhar/ts-jest/compare/v25.4.0...v25.5.0) (2020-05-05)
1059
+
1060
+
1061
+ ### Bug Fixes
1062
+
1063
+ * **compiler:** make `projectReferences` work with `isolatedModules: false` ([#1541](https://github.com/kulshekhar/ts-jest/issues/1541)) ([3e8efbe](https://github.com/kulshekhar/ts-jest/commit/3e8efbe))
1064
+ * **compiler:** allow using `files` provided by `tsconfig` ([#1562](https://github.com/kulshekhar/ts-jest/issues/1562)) ([a9f02bd](https://github.com/kulshekhar/ts-jest/commit/a9f02bd))
1065
+ * **config:** verify `testMatchPatterns` contain RegExp instance or string type values ([#1569](https://github.com/kulshekhar/ts-jest/issues/1569)) ([7f85bab](https://github.com/kulshekhar/ts-jest/commit/7f85bab))
1066
+
1067
+
1068
+ ### Features
1069
+
1070
+ * **config:** add `tsconfig` alias to `tsConfig` option ([#1565](https://github.com/kulshekhar/ts-jest/issues/1565)) ([c10eb6d](https://github.com/kulshekhar/ts-jest/commit/c10eb6d))
1071
+ * **config:** define 'ts-jest' on `ConfigGlobals` interface of `@jest/types` ([#1592](https://github.com/kulshekhar/ts-jest/issues/1592)) ([4526392](https://github.com/kulshekhar/ts-jest/commit/4526392))
1072
+
1073
+
1074
+ ### Performance Improvements
1075
+
1076
+ * **compiler:** don’t write compile output to file system but rely on jest cache ([#1561](https://github.com/kulshekhar/ts-jest/issues/1561)) ([d11a4ea](https://github.com/kulshekhar/ts-jest/commit/d11a4ea))
1077
+ * **compiler:** improve performance for `isolatedModules: false` ([#1558](https://github.com/kulshekhar/ts-jest/issues/1558)) ([85c09e3](https://github.com/kulshekhar/ts-jest/commit/85c09e3))
1078
+
1079
+
1080
+ ### BREAKING CHANGES
1081
+
1082
+ * Any custom typing files or files which are needed to be compiled and intended to use with `jest` need to be defined in `files` option of `tsconfig`.
1083
+
1084
+ For example:
1085
+ ```
1086
+ // tsconfig.json
1087
+ {
1088
+ // ...other configs
1089
+ "files": [
1090
+ "my-custom-typings.d.ts",
1091
+ "my-global-module.ts"
1092
+ ]
1093
+ }
1094
+ ```
1095
+ * **compiler:** `incremental` and `compilerHost` options are no longer available. Please remove it from your `ts-jest` config.
1096
+
1097
+
1098
+
1099
+ <a name="25.5.0-beta.0"></a>
1100
+ # [25.5.0-beta.0](https://github.com/kulshekhar/ts-jest/compare/v25.5.0-alpha.0...v25.5.0-beta.0) (2020-04-29)
1101
+
1102
+
1103
+ ### Bug Fixes
1104
+
1105
+ * **compiler:** allow using `files` provided by `tsconfig` ([#1562](https://github.com/kulshekhar/ts-jest/issues/1562)) ([907a280](https://github.com/kulshekhar/ts-jest/commit/907a280))
1106
+ * **config:** verify `testMatchPatterns` contain `RegExp` instance or `string` type values ([#1569](https://github.com/kulshekhar/ts-jest/issues/1569)) ([7f85bab](https://github.com/kulshekhar/ts-jest/commit/7f85bab))
1107
+
1108
+
1109
+ ### Features
1110
+
1111
+ * **config:** add `tsconfig` alias to `tsConfig` option ([#1565](https://github.com/kulshekhar/ts-jest/issues/1565)) ([c10eb6d](https://github.com/kulshekhar/ts-jest/commit/c10eb6d))
1112
+
1113
+
1114
+ ### Performance Improvements
1115
+
1116
+ * **compiler:** don’t write compile output to file system but rely on `jest` cache ([#1561](https://github.com/kulshekhar/ts-jest/issues/1561)) ([07b5f62](https://github.com/kulshekhar/ts-jest/commit/07b5f62))
1117
+
1118
+
1119
+ ### BREAKING CHANGES
1120
+
1121
+ * Any custom typing files or files which are needed to be compiled and intended to use with `jest` need to be defined in `files` option of `tsconfig`.
1122
+
1123
+ For example
1124
+ ```
1125
+ // tsconfig.json
1126
+ {
1127
+ // ...other configs
1128
+ "files": [
1129
+ "my-custom-typings.d.ts".
1130
+ "my-global-module.ts"
1131
+ ]
1132
+ }
1133
+ ```
1134
+
1135
+
1136
+
1137
+ <a name="25.5.0-alpha.0"></a>
1138
+ # [25.5.0-alpha.0](https://github.com/kulshekhar/ts-jest/compare/v25.4.0...v25.5.0-alpha.0) (2020-04-22)
1139
+
1140
+
1141
+ ### Bug Fixes
1142
+
1143
+ * **compiler:** make `projectReferences` work with `isolatedModules: false` ([#1541](https://github.com/kulshekhar/ts-jest/issues/1541)) ([3e8efbe](https://github.com/kulshekhar/ts-jest/commit/3e8efbe))
1144
+
1145
+ ### Performance
1146
+
1147
+ * **compiler:** improve performance for `isolatedModules: false` ([#1558](https://github.com/kulshekhar/ts-jest/issues/1558)) ([85c09e3](https://github.com/kulshekhar/ts-jest/commit/85c09e3))
1148
+
1149
+ ### BREAKING CHANGES
1150
+
1151
+ * **config:** `compilerHost` and `incremental` options are no longer available
1152
+
1153
+
1154
+
1155
+ <a name="25.4.0"></a>
1156
+ # [25.4.0](https://github.com/kulshekhar/ts-jest/compare/v25.3.1...v25.4.0) (2020-04-17)
1157
+
1158
+
1159
+ ### Bug Fixes
1160
+
1161
+ * **compiler:** make `projectReferences` work with `isolatedModules: true` ([#1527](https://github.com/kulshekhar/ts-jest/issues/1527)) ([aa6b74c](https://github.com/kulshekhar/ts-jest/commit/aa6b74c))
1162
+ * **compiler:** make sure `LanguageService` updated with test file information before getting diagnostics for test file ([#1507](https://github.com/kulshekhar/ts-jest/issues/1507)) ([311eaeb](https://github.com/kulshekhar/ts-jest/commit/311eaeb))
1163
+ * **config:** set default `outDir` when `allowJs` is true and no `outDir` in `tsconfig` ([#1502](https://github.com/kulshekhar/ts-jest/issues/1502)) ([1a287ad](https://github.com/kulshekhar/ts-jest/commit/1a287ad))
1164
+ * **config:** use original jest config object instead of stringified config ([#1511](https://github.com/kulshekhar/ts-jest/issues/1511)) ([4f0bb33](https://github.com/kulshekhar/ts-jest/commit/4f0bb33))
1165
+
1166
+
1167
+
1168
+ <a name="25.3.1"></a>
1169
+ ## [25.3.1](https://github.com/kulshekhar/ts-jest/compare/v25.3.0...v25.3.1) (2020-04-03)
1170
+
1171
+
1172
+ ### Bug Fixes
1173
+
1174
+ * only do type checking while compiling file ([#1483](https://github.com/kulshekhar/ts-jest/issues/1483)) ([dbc0a08](https://github.com/kulshekhar/ts-jest/commit/dbc0a08))
1175
+ * **config:** set default outDir for enabled allowJs without outDir ([#1472](https://github.com/kulshekhar/ts-jest/issues/1472)) ([57c7af0](https://github.com/kulshekhar/ts-jest/commit/57c7af0))
1176
+
1177
+
1178
+
1179
+ <a name="25.3.0"></a>
1180
+ # [25.3.0](https://github.com/kulshekhar/ts-jest/compare/25.2.1...v25.3.0) (2020-03-30)
1181
+
1182
+
1183
+ ### Bug Fixes
1184
+
1185
+ * add `jest-config` to dependencies list ([6d9e0d8](https://github.com/kulshekhar/ts-jest/commit/6d9e0d8))
1186
+ * always do type check for all files provided to ts-jest transformer for non-watch mode ([#1450](https://github.com/kulshekhar/ts-jest/issues/1450)) ([107e062](https://github.com/kulshekhar/ts-jest/commit/107e062))
1187
+
1188
+
1189
+ ### Chores
1190
+
1191
+ * **docs:** add `TROUBLESHOOTING` ([96cd9b3](https://github.com/kulshekhar/ts-jest/commit/b8ebf36))
1192
+
1193
+
1194
+ ### Features
1195
+
1196
+ * **compiler:** expose internal ts `Program` via ConfigSet `TsCompiler` ([#1433](https://github.com/kulshekhar/ts-jest/issues/1433)) ([7153246](https://github.com/kulshekhar/ts-jest/commit/7153246))
1197
+ * **config:** add incremental option ([#1418](https://github.com/kulshekhar/ts-jest/issues/1418)) ([5a69bce](https://github.com/kulshekhar/ts-jest/commit/5a69bce))
1198
+
1199
+
1200
+ ### BREAKING CHANGES
1201
+
1202
+ * **config:** improve diagnostics message ([#1444](https://github.com/kulshekhar/ts-jest/issues/1444)) ([96cd9b3](https://github.com/kulshekhar/ts-jest/commit/96cd9b3)). This will affect to any snapshots or assertion against diagnostics messages
1203
+
1204
+
1205
+
1206
+ <a name="25.2.1"></a>
1207
+ # [25.2.1](https://github.com/kulshekhar/ts-jest/compare/25.2.0...25.2.1) (2020-02-21)
1208
+
1209
+
1210
+ ### Bug Fixes
1211
+
1212
+ * **compiler:** allow transformation of typescript files in node_modules ([#1385](https://github.com/kulshekhar/ts-jest/issues/1385)) ([814405e](https://github.com/kulshekhar/ts-jest/commit/814405e))
1213
+ * **docs:** fixing slack link and some minor typos in documenation ([#1404](https://github.com/kulshekhar/ts-jest/issues/1404)) ([3e2e008](https://github.com/kulshekhar/ts-jest/commit/3e2e008))
1214
+ * **transformer:** add deepUnmock to hoist method list ([#1372](https://github.com/kulshekhar/ts-jest/issues/1372)) ([0fbbc00](https://github.com/kulshekhar/ts-jest/commit/0fbbc00))
1215
+ * **util:** use resolve package typescript package in yarn workspaces ([#1377](https://github.com/kulshekhar/ts-jest/issues/1377)) ([a63808c](https://github.com/kulshekhar/ts-jest/commit/a63808c))
1216
+
1217
+
1218
+
1219
+ <a name="25.2.0"></a>
1220
+ # [25.2.0](https://github.com/kulshekhar/ts-jest/compare/v25.1.0...v25.2.0) (2020-02-03)
1221
+
1222
+
1223
+ ### Bug Fixes
1224
+
1225
+ * **config:** let babel-jest handle loading babel config ([#1370](https://github.com/kulshekhar/ts-jest/issues/1370))
1226
+
1227
+
1228
+
1229
+ <a name="25.1.0"></a>
1230
+ # [25.1.0](https://github.com/kulshekhar/ts-jest/compare/v25.0.0...v25.1.0) (2020-01-30)
1231
+
1232
+
1233
+ ### Bug Fixes
1234
+
1235
+ * jest 25 type definitions ([#1363](https://github.com/kulshekhar/ts-jest/issues/1363)) ([ba82a9e](https://github.com/kulshekhar/ts-jest/commit/ba82a9e))
1236
+
1237
+
1238
+
1239
+ <a name="25.0.0"></a>
1240
+ # [25.0.0](https://github.com/kulshekhar/ts-jest/compare/v24.3.0...v25.0.0) (2020-01-23)
1241
+
1242
+
1243
+ ### Features
1244
+
1245
+ * support Jest 25 ([#1355](https://github.com/kulshekhar/ts-jest/issues/1355))
1246
+
1247
+
1248
+
1249
+ <a name="24.3.0"></a>
1250
+ # [24.3.0](https://github.com/kulshekhar/ts-jest/compare/v24.2.0...v24.3.0) (2020-01-07)
1251
+
1252
+
1253
+ ### Bug Fixes
1254
+
1255
+ * **config:** support babel config file path as string ([#1332](https://github.com/kulshekhar/ts-jest/issues/1332)) ([78a53c2](https://github.com/kulshekhar/ts-jest/commit/78a53c2))
1256
+
1257
+
1258
+
1259
+ <a name="24.2.0"></a>
1260
+ # [24.2.0](https://github.com/kulshekhar/ts-jest/compare/v24.1.0...v24.2.0) (2019-11-22)
1261
+
1262
+
1263
+ ### Bug Fixes
1264
+
1265
+ * **compiler:** pass filename to sha function instead of file extension ([ac1ac97](https://github.com/kulshekhar/ts-jest/commit/ac1ac97))
1266
+ * **transformers:** hoist jest.enableAutomock and jest.disableAutomock ([ac50bc3](https://github.com/kulshekhar/ts-jest/commit/ac50bc3))
1267
+ * typescript serviceHost cache miss on Windows operating systems ([26ee731](https://github.com/kulshekhar/ts-jest/commit/26ee731))
1268
+
1269
+
1270
+
1271
+ <a name="24.1.0"></a>
1272
+ # [24.1.0](https://github.com/kulshekhar/ts-jest/compare/v24.0.2...v24.1.0) (2019-09-12)
1273
+
1274
+
1275
+ ### Bug Fixes
1276
+
1277
+ * **perf:** add cache for fs calls ([#908](https://github.com/kulshekhar/ts-jest/issues/908)) ([3dada81](https://github.com/kulshekhar/ts-jest/commit/3dada81))
1278
+ * [#825](https://github.com/kulshekhar/ts-jest/issues/825) handle symlinked modules (ala pnpm) correctly ([e190b23](https://github.com/kulshekhar/ts-jest/commit/e190b23))
1279
+ * handle tsBuildInfoFile option ([f9583e9](https://github.com/kulshekhar/ts-jest/commit/f9583e9)), closes [#1095](https://github.com/kulshekhar/ts-jest/issues/1095)
1280
+ * **types:** unforce esModuleInterop in tsconfig.json ([c2d39b6](https://github.com/kulshekhar/ts-jest/commit/c2d39b6))
1281
+
1282
+
1283
+
1284
+ <a name="24.0.2"></a>
1285
+ ## [24.0.2](https://github.com/kulshekhar/ts-jest/compare/v24.0.1...v24.0.2) (2019-04-05)
1286
+
1287
+
1288
+
1289
+ <a name="24.0.1"></a>
1290
+ ## [24.0.1](https://github.com/kulshekhar/ts-jest/compare/v24.0.0...v24.0.1) (2019-03-30)
1291
+
1292
+
1293
+ ### Bug Fixes
1294
+
1295
+ * update call to globIgnore ([#1002](https://github.com/kulshekhar/ts-jest/issues/1002)) ([#1003](https://github.com/kulshekhar/ts-jest/issues/1003)) ([05b63af](https://github.com/kulshekhar/ts-jest/commit/05b63af))
1296
+
1297
+
1298
+ ### Features
1299
+
1300
+ * **config:** specify package.json location ([#823](https://github.com/kulshekhar/ts-jest/issues/823)) ([#1013](https://github.com/kulshekhar/ts-jest/issues/1013)) ([fb7dd55](https://github.com/kulshekhar/ts-jest/commit/fb7dd55))
1301
+
1302
+
1303
+
1304
+ <a name="24.0.0"></a>
1305
+ # [24.0.0](https://github.com/kulshekhar/ts-jest/compare/v23.10.5...v24.0.0) (2019-02-18)
1306
+
1307
+
1308
+ ### Bug Fixes
1309
+
1310
+ * cli test ([1d67101](https://github.com/kulshekhar/ts-jest/commit/1d67101))
1311
+ * module tests and some snapshots ([999f889](https://github.com/kulshekhar/ts-jest/commit/999f889))
1312
+ * remove unused snapshots ([108b08b](https://github.com/kulshekhar/ts-jest/commit/108b08b))
1313
+ * some tests ([d0f2231](https://github.com/kulshekhar/ts-jest/commit/d0f2231))
1314
+ * test command ([8372b5e](https://github.com/kulshekhar/ts-jest/commit/8372b5e))
1315
+ * test path for windows (attempt 1) ([6824ac4](https://github.com/kulshekhar/ts-jest/commit/6824ac4))
1316
+ * test path for windows (attempt 2) ([eb2fc8a](https://github.com/kulshekhar/ts-jest/commit/eb2fc8a))
1317
+
1318
+
1319
+ ### Features
1320
+
1321
+ * **jest:** bump to 24 ([defcb77](https://github.com/kulshekhar/ts-jest/commit/defcb77))
1322
+
1323
+
1324
+
1325
+ <a name="23.10.4"></a>
1326
+ ## [23.10.4](https://github.com/kulshekhar/ts-jest/compare/v23.10.3...v23.10.4) (2018-10-06)
1327
+
1328
+
1329
+ ### Bug Fixes
1330
+
1331
+ * **cache:** adds project's dep versions to cache key ([6cacbea](https://github.com/kulshekhar/ts-jest/commit/6cacbea)), closes [#785](https://github.com/kulshekhar/ts-jest/issues/785)
1332
+ * **cli:** change options to better reflect the new presets ([68abcfb](https://github.com/kulshekhar/ts-jest/commit/68abcfb))
1333
+ * **helpers:** deprecate import from ts-jest, now ts-jest/utils ([33ff29f](https://github.com/kulshekhar/ts-jest/commit/33ff29f)), closes [#782](https://github.com/kulshekhar/ts-jest/issues/782)
1334
+ * **typings:** typo in presets definition file ([53767ab](https://github.com/kulshekhar/ts-jest/commit/53767ab))
1335
+ * **typings:** wrong import in preset typings + test ([94dc4e7](https://github.com/kulshekhar/ts-jest/commit/94dc4e7))
1336
+
1337
+
1338
+
1339
+ <a name="23.10.3"></a>
1340
+ ## [23.10.3](https://github.com/kulshekhar/ts-jest/compare/v23.10.2...v23.10.3) (2018-09-30)
1341
+
1342
+
1343
+ ### Bug Fixes
1344
+
1345
+ * **compiler:** do not force module kind if piping babel ([acebc8c](https://github.com/kulshekhar/ts-jest/commit/acebc8c)), closes [#767](https://github.com/kulshekhar/ts-jest/issues/767)
1346
+
1347
+
1348
+ ### Features
1349
+
1350
+ * **helpers:** adds a mocked test helper for mock typings ([f976135](https://github.com/kulshekhar/ts-jest/commit/f976135)), closes [#576](https://github.com/kulshekhar/ts-jest/issues/576)
1351
+
1352
+
1353
+
1354
+ <a name="23.10.2"></a>
1355
+ ## [23.10.2](https://github.com/kulshekhar/ts-jest/compare/v23.10.1...v23.10.2) (2018-09-26)
1356
+
1357
+
1358
+ ### Bug Fixes
1359
+
1360
+ * **cache:** resolved tsconfig in cache key + pkg digest ([e891608](https://github.com/kulshekhar/ts-jest/commit/e891608)), closes [#749](https://github.com/kulshekhar/ts-jest/issues/749)
1361
+ * **cli:** resets testMatch if using testRegex option ([31ad0aa](https://github.com/kulshekhar/ts-jest/commit/31ad0aa)), closes [#756](https://github.com/kulshekhar/ts-jest/issues/756)
1362
+ * **diagnostics:** throws only for category warning and error ([bb28849](https://github.com/kulshekhar/ts-jest/commit/bb28849)), closes [#748](https://github.com/kulshekhar/ts-jest/issues/748)
1363
+ * **import:** wrong error message when a module exists but fails ([e0d6c57](https://github.com/kulshekhar/ts-jest/commit/e0d6c57))
1364
+ * **preset:** createJestPreset fails with base and no array ([3c325e8](https://github.com/kulshekhar/ts-jest/commit/3c325e8))
1365
+
1366
+
1367
+ ### Features
1368
+
1369
+ * **cli:** CLI 'config:migrate' now detects best preset ([febd8d3](https://github.com/kulshekhar/ts-jest/commit/febd8d3))
1370
+ * **preset:** adds 2 presets along the default one ([9f3d759](https://github.com/kulshekhar/ts-jest/commit/9f3d759))
1371
+ * **preset:** adds presets typings and export all presets ([f55d895](https://github.com/kulshekhar/ts-jest/commit/f55d895))
1372
+ * **typings:** emit declaration files, filtering out internals ([4f10f7e](https://github.com/kulshekhar/ts-jest/commit/4f10f7e)), closes [#745](https://github.com/kulshekhar/ts-jest/issues/745)
1373
+
1374
+
1375
+
1376
+ <a name="23.10.1"></a>
1377
+ ## [23.10.1](https://github.com/kulshekhar/ts-jest/compare/v23.10.0...v23.10.1) (2018-09-20)
1378
+
1379
+
1380
+ ### Bug Fixes
1381
+
1382
+ * **compile:** js files were never transpiled thru TS ([374dca1](https://github.com/kulshekhar/ts-jest/commit/374dca1)), closes [#740](https://github.com/kulshekhar/ts-jest/issues/740)
1383
+ * **config:** warn instead of forcing ESM interoperability ([a2a4be2](https://github.com/kulshekhar/ts-jest/commit/a2a4be2))
1384
+ * **windows:** normalize paths ([c12dfff](https://github.com/kulshekhar/ts-jest/commit/c12dfff))
1385
+
1386
+
1387
+
1388
+ <a name="23.10.0"></a>
1389
+ # [23.10.0](https://github.com/kulshekhar/ts-jest/compare/v23.10.0-beta.6...v23.10.0) (2018-09-19)
1390
+
1391
+
1392
+ ### Bug Fixes
1393
+
1394
+ * **babel:** fixes the babel 6 hack ([c8d51cf](https://github.com/kulshekhar/ts-jest/commit/c8d51cf))
1395
+ * **config:** jsx should also be considered as js files ([6c32a93](https://github.com/kulshekhar/ts-jest/commit/6c32a93))
1396
+
1397
+
1398
+ ### Features
1399
+
1400
+ * **hints:** warns if transform matches js without allowJs ([952cc87](https://github.com/kulshekhar/ts-jest/commit/952cc87))
1401
+
1402
+
1403
+
1404
+ <a name="23.10.0-beta.6"></a>
1405
+ # [23.10.0-beta.6](https://github.com/kulshekhar/ts-jest/compare/v23.10.0-beta.5...v23.10.0-beta.6) (2018-09-13)
1406
+
1407
+
1408
+ ### Bug Fixes
1409
+
1410
+ * **babel:** instrumentation was done twice when using babel ([659a7fb](https://github.com/kulshekhar/ts-jest/commit/659a7fb)), closes [#713](https://github.com/kulshekhar/ts-jest/issues/713)
1411
+ * **cache:** includes all parameters in cache key computing ([70e1867](https://github.com/kulshekhar/ts-jest/commit/70e1867))
1412
+ * **e2e:** fixes the eval tool (not used yet) ([939d13a](https://github.com/kulshekhar/ts-jest/commit/939d13a))
1413
+
1414
+
1415
+
1416
+ <a name="23.10.0-beta.5"></a>
1417
+ # [23.10.0-beta.5](https://github.com/kulshekhar/ts-jest/compare/v23.10.0-beta.4...v23.10.0-beta.5) (2018-09-12)
1418
+
1419
+
1420
+ ### Bug Fixes
1421
+
1422
+ * **package:** fixes the outdated package-lock ([c5a5b7a](https://github.com/kulshekhar/ts-jest/commit/c5a5b7a))
1423
+
1424
+
1425
+ ### Features
1426
+
1427
+ * **diagnostics:** add option to enable/disable first-TS-error-throws ([2c840c2](https://github.com/kulshekhar/ts-jest/commit/2c840c2))
1428
+
1429
+
1430
+
1431
+ <a name="23.10.0-beta.4"></a>
1432
+ # [23.10.0-beta.4](https://github.com/kulshekhar/ts-jest/compare/v23.10.0-beta.3...v23.10.0-beta.4) (2018-09-06)
1433
+
1434
+
1435
+ ### Bug Fixes
1436
+
1437
+ * **config:** fixes a bug in the tsconfig file resolver ([3910f2c](https://github.com/kulshekhar/ts-jest/commit/3910f2c))
1438
+
1439
+
1440
+
1441
+ <a name="23.10.0-beta.3"></a>
1442
+ # [23.10.0-beta.3](https://github.com/kulshekhar/ts-jest/compare/v23.10.0-beta.2...v23.10.0-beta.3) (2018-09-06)
1443
+
1444
+
1445
+ ### Bug Fixes
1446
+
1447
+ * **config:** fixes a bug in path resolver ([ceb0424](https://github.com/kulshekhar/ts-jest/commit/ceb0424))
1448
+
1449
+
1450
+ ### Features
1451
+
1452
+ * **cli:** adds a cli tool to migrate old config ([714f5f0](https://github.com/kulshekhar/ts-jest/commit/714f5f0))
1453
+ * **cli:** ads a simple config:init helper + tests ([6700522](https://github.com/kulshekhar/ts-jest/commit/6700522))
1454
+ * **config:** exposes custom transformers to config for presets ([885bc44](https://github.com/kulshekhar/ts-jest/commit/885bc44))
1455
+ * **logger:** adds ts-jest version in the logger's context ([bb0c06e](https://github.com/kulshekhar/ts-jest/commit/bb0c06e))
1456
+
1457
+
1458
+ ### Performance Improvements
1459
+
1460
+ * **bundle:** improves bundle size ([34eedc3](https://github.com/kulshekhar/ts-jest/commit/34eedc3))
1461
+
1462
+
1463
+
1464
+ <a name="23.10.0-beta.2"></a>
1465
+ # [23.10.0-beta.2](https://github.com/kulshekhar/ts-jest/compare/v23.10.0-beta.1...v23.10.0-beta.2) (2018-09-02)
1466
+
1467
+
1468
+ ### Bug Fixes
1469
+
1470
+ * **caching:** fixes a possible cache collision ([9c38694](https://github.com/kulshekhar/ts-jest/commit/9c38694))
1471
+ * **testing:** change logging level for some utility ([16f125a](https://github.com/kulshekhar/ts-jest/commit/16f125a))
1472
+
1473
+
1474
+ ### Features
1475
+
1476
+ * **config:** typeCheck default to true (langauge service) ([623b2f4](https://github.com/kulshekhar/ts-jest/commit/623b2f4))
1477
+
1478
+
1479
+ ### BREAKING CHANGES
1480
+
1481
+ * **config:** Language service will be used by default from now on
1482
+
1483
+
1484
+
1485
+ <a name="23.10.0-beta.1"></a>
1486
+ # [23.10.0-beta.1](https://github.com/kulshekhar/ts-jest/compare/v23.1.4...v23.10.0-beta.1) (2018-09-01)
1487
+
1488
+
1489
+ ### Bug Fixes
1490
+
1491
+ * **ci:** can't use runInBand for e2e: cache collision ([db650f4](https://github.com/kulshekhar/ts-jest/commit/db650f4))
1492
+ * **ci:** do not run e2e sub-tests in band ([18ad865](https://github.com/kulshekhar/ts-jest/commit/18ad865))
1493
+ * **ci:** ensure npm is present with ci ([edb6eda](https://github.com/kulshekhar/ts-jest/commit/edb6eda))
1494
+ * **logger:** removes cyclic imports ([5ef980f](https://github.com/kulshekhar/ts-jest/commit/5ef980f))
1495
+ * babel-config + adds test ([12146c3](https://github.com/kulshekhar/ts-jest/commit/12146c3))
1496
+ * fixes js style to be node < 10 compatible ([83d7517](https://github.com/kulshekhar/ts-jest/commit/83d7517))
1497
+ * hoisting per level + memoize fix ([31847b0](https://github.com/kulshekhar/ts-jest/commit/31847b0))
1498
+ * jest 22 did not have default config ([cbaddc3](https://github.com/kulshekhar/ts-jest/commit/cbaddc3))
1499
+ * makes node 6 happy ([f6f82b8](https://github.com/kulshekhar/ts-jest/commit/f6f82b8))
1500
+ * makes node6 happy ([f170285](https://github.com/kulshekhar/ts-jest/commit/f170285))
1501
+ * makes window happy ([36fbebe](https://github.com/kulshekhar/ts-jest/commit/36fbebe))
1502
+ * node 6 unhappy again... ([703ad0b](https://github.com/kulshekhar/ts-jest/commit/703ad0b))
1503
+ * normalizes bundle hash on any node version ([ce7afaf](https://github.com/kulshekhar/ts-jest/commit/ce7afaf))
1504
+ * npm coming with node 6 doesn't talk `ci` ([b87198d](https://github.com/kulshekhar/ts-jest/commit/b87198d))
1505
+ * source maps ([89a30c9](https://github.com/kulshekhar/ts-jest/commit/89a30c9))
1506
+ * typos + node 6 compat ([0ed1587](https://github.com/kulshekhar/ts-jest/commit/0ed1587))
1507
+ * updates templates ([f2e1da2](https://github.com/kulshekhar/ts-jest/commit/f2e1da2))
1508
+ * uses cross-platform spawn + fix pkg versions ([ac1599c](https://github.com/kulshekhar/ts-jest/commit/ac1599c))
1509
+ * we are not writing files, use normalized EOL ([47fff43](https://github.com/kulshekhar/ts-jest/commit/47fff43))
1510
+ * **tests:** CI fixes ([34a41ea](https://github.com/kulshekhar/ts-jest/commit/34a41ea))
1511
+ * **tests:** detect npm version to use or not ci ([683a1e5](https://github.com/kulshekhar/ts-jest/commit/683a1e5))
1512
+ * **tests:** do not use babel in our tests + new API for simple ([3e4de3e](https://github.com/kulshekhar/ts-jest/commit/3e4de3e))
1513
+ * **tests:** more sanitizing for windows compat ([faae274](https://github.com/kulshekhar/ts-jest/commit/faae274))
1514
+
1515
+
1516
+ ### Features
1517
+
1518
+ * **config:** adds a helper to build moduleNameMapper from paths ([7b8598e](https://github.com/kulshekhar/ts-jest/commit/7b8598e)), closes [#364](https://github.com/kulshekhar/ts-jest/issues/364)
1519
+ * **logging:** improves log messages + tests ([5d03c4d](https://github.com/kulshekhar/ts-jest/commit/5d03c4d))
1520
+ * adds logging + better hashing ([4322701](https://github.com/kulshekhar/ts-jest/commit/4322701))
1521
+ * allow env var to add diagnostic codes to ignore ([777edf5](https://github.com/kulshekhar/ts-jest/commit/777edf5))
1522
+ * cache key + tests ([bd55448](https://github.com/kulshekhar/ts-jest/commit/bd55448))
1523
+ * diagnostics, different compilers, ... ([f26ebf0](https://github.com/kulshekhar/ts-jest/commit/f26ebf0))
1524
+ * directly writes to stdio so jest does not swallow ([6a7f01f](https://github.com/kulshekhar/ts-jest/commit/6a7f01f))
1525
+ * handles stringifyContentPathRegex ([3fcb4bd](https://github.com/kulshekhar/ts-jest/commit/3fcb4bd))
1526
+ * hoisting + tests + many other things ([6186e84](https://github.com/kulshekhar/ts-jest/commit/6186e84))
1527
+ * io serializer + other test utils ([d03e0e7](https://github.com/kulshekhar/ts-jest/commit/d03e0e7))
1528
+ * jest preset ([beb50b5](https://github.com/kulshekhar/ts-jest/commit/beb50b5))
1529
+ * warn about unsupported versions ([1103071](https://github.com/kulshekhar/ts-jest/commit/1103071))
1530
+ * **test:** jest serializers ([dfa9c0f](https://github.com/kulshekhar/ts-jest/commit/dfa9c0f))
1531
+ * **tests:** more test tools + adds test related to debuggin issues ([8dcafca](https://github.com/kulshekhar/ts-jest/commit/8dcafca))
1532
+
1533
+
1534
+ ### Performance Improvements
1535
+
1536
+ * **babel:** uses babel-jest cache key as part of ours ([f51c4a7](https://github.com/kulshekhar/ts-jest/commit/f51c4a7))
1537
+ * **cache:** share config-sets for parallel test running ([090ca7b](https://github.com/kulshekhar/ts-jest/commit/090ca7b))
1538
+ * **tests:** run e2e tests in band ([b3e94ff](https://github.com/kulshekhar/ts-jest/commit/b3e94ff))
1539
+ * detects changes in templates and bundle ([2a3da21](https://github.com/kulshekhar/ts-jest/commit/2a3da21))
1540
+ * do not type check if fileName doesn't match ([cc45adc](https://github.com/kulshekhar/ts-jest/commit/cc45adc))
1541
+ * faster tests ([37a0187](https://github.com/kulshekhar/ts-jest/commit/37a0187))
1542
+ * improves speed of local test after 1st run ([cc04021](https://github.com/kulshekhar/ts-jest/commit/cc04021))
1543
+ * more cleaning ([c48f7b8](https://github.com/kulshekhar/ts-jest/commit/c48f7b8))
1544
+ * trying to improve travis-ci conf ([e4b4d95](https://github.com/kulshekhar/ts-jest/commit/e4b4d95))
1545
+
1546
+
1547
+
1548
+ <a name="23.1.3"></a>
1549
+ ## [23.1.3](https://github.com/kulshekhar/ts-jest/compare/v23.1.2...v23.1.3) (2018-08-06)
1550
+
1551
+
1552
+ ### Bug Fixes
1553
+
1554
+ * allow (but deprecate) use of old preprocessor.js ([a65079f](https://github.com/kulshekhar/ts-jest/commit/a65079f))
1555
+ * big refactor + fixes (mainly cache key + coverage) ([e46caae](https://github.com/kulshekhar/ts-jest/commit/e46caae))
1556
+ * fixes coverage and tests ([09500c2](https://github.com/kulshekhar/ts-jest/commit/09500c2))
1557
+ * gracefully load [@babel](https://github.com/babel)/core or babel-core ([98b2410](https://github.com/kulshekhar/ts-jest/commit/98b2410))
1558
+ * hack for babel < 6 so that breakpoints do work ([90c74ef](https://github.com/kulshekhar/ts-jest/commit/90c74ef)), closes [#627](https://github.com/kulshekhar/ts-jest/issues/627)
1559
+ * resolves correctly config file path (fix [#636](https://github.com/kulshekhar/ts-jest/issues/636)) ([5ab100c](https://github.com/kulshekhar/ts-jest/commit/5ab100c))
1560
+ * test rootDir to handle preset-angular ([8a6a8f7](https://github.com/kulshekhar/ts-jest/commit/8a6a8f7))
1561
+ * wrong error message ([c955083](https://github.com/kulshekhar/ts-jest/commit/c955083))
1562
+ * **html:** correctly transforms html source when needed ([9a2d74f](https://github.com/kulshekhar/ts-jest/commit/9a2d74f))
1563
+ * **lint:** fixes tslint script & lint issues ([60ab36e](https://github.com/kulshekhar/ts-jest/commit/60ab36e))
1564
+ * **package:** update fs-extra to version 6.0.1 ([7e73536](https://github.com/kulshekhar/ts-jest/commit/7e73536))
1565
+ * **package:** update pkg-dir to version 3.0.0 ([3fb8f9f](https://github.com/kulshekhar/ts-jest/commit/3fb8f9f))
1566
+ * **package:** update yargs to version 12.0.1 ([390ffcd](https://github.com/kulshekhar/ts-jest/commit/390ffcd))
1567
+ * **source-maps:** fix source maps options/calls ([76e27c1](https://github.com/kulshekhar/ts-jest/commit/76e27c1))
1568
+ * Typo in utils.ts ([#534](https://github.com/kulshekhar/ts-jest/issues/534)) ([a650260](https://github.com/kulshekhar/ts-jest/commit/a650260))
1569
+
1570
+
1571
+ ### Performance Improvements
1572
+
1573
+ * do not hash cache key, jest does it underneath ([fbe4f1f](https://github.com/kulshekhar/ts-jest/commit/fbe4f1f))
1574
+
1575
+
1576
+
1577
+ <a name="22.4.5"></a>
1578
+ ## [22.4.5](https://github.com/kulshekhar/ts-jest/compare/v22.4.4...v22.4.5) (2018-05-05)
1579
+
1580
+
1581
+
1582
+ <a name="22.4.1"></a>
1583
+ ## [22.4.1](https://github.com/kulshekhar/ts-jest/compare/v22.4.0...v22.4.1) (2018-03-02)
1584
+
1585
+
1586
+ ### Bug Fixes
1587
+
1588
+ * **package:** update source-map-support to version 0.5.0 ([f0aab12](https://github.com/kulshekhar/ts-jest/commit/f0aab12))
1589
+ * **package:** update yargs to version 10.0.3 ([5cdf969](https://github.com/kulshekhar/ts-jest/commit/5cdf969))
1590
+ * **package:** update yargs to version 11.0.0 ([7e9ce40](https://github.com/kulshekhar/ts-jest/commit/7e9ce40))
1591
+ * add startDir to if-clause ([eed5311](https://github.com/kulshekhar/ts-jest/commit/eed5311))
1592
+ * **package:** update yargs to version 9.0.1 ([#326](https://github.com/kulshekhar/ts-jest/issues/326)) ([8bf9924](https://github.com/kulshekhar/ts-jest/commit/8bf9924))
1593
+
1594
+
1595
+ ### Features
1596
+
1597
+ * add option to run TypeScript diagnostics ([13b77d9](https://github.com/kulshekhar/ts-jest/commit/13b77d9))
1598
+
1599
+
1600
+
1601
+ <a name="21.0.1"></a>
1602
+ ## [21.0.1](https://github.com/kulshekhar/ts-jest/compare/v21.0.0...v21.0.1) (2017-09-14)
1603
+
1604
+
1605
+
1606
+ <a name="21.0.0"></a>
1607
+ # [21.0.0](https://github.com/kulshekhar/ts-jest/compare/v20.0.14...v21.0.0) (2017-09-05)
1608
+
1609
+
1610
+
1611
+ <a name="20.0.14"></a>
1612
+ ## [20.0.14](https://github.com/kulshekhar/ts-jest/compare/v20.0.13...v20.0.14) (2017-09-01)
1613
+
1614
+
1615
+
1616
+ <a name="20.0.13"></a>
1617
+ ## [20.0.13](https://github.com/kulshekhar/ts-jest/compare/v20.0.12...v20.0.13) (2017-08-30)
1618
+
1619
+
1620
+
1621
+ <a name="20.0.12"></a>
1622
+ ## [20.0.12](https://github.com/kulshekhar/ts-jest/compare/v20.0.11...v20.0.12) (2017-08-30)
1623
+
1624
+
1625
+
1626
+ <a name="20.0.11"></a>
1627
+ ## [20.0.11](https://github.com/kulshekhar/ts-jest/compare/v20.0.9...v20.0.11) (2017-08-29)
1628
+
1629
+
1630
+
1631
+ <a name="20.0.9"></a>
1632
+ ## [20.0.9](https://github.com/kulshekhar/ts-jest/compare/20.0.9...v20.0.9) (2017-08-04)
1633
+
1634
+
1635
+ ### Bug Fixes
1636
+
1637
+ * **package:** update fs-extra to version 4.0.0 ([5be18fb](https://github.com/kulshekhar/ts-jest/commit/5be18fb))
1638
+
1639
+
1640
+
1641
+ <a name="20.0.7"></a>
1642
+ ## [20.0.7](https://github.com/kulshekhar/ts-jest/compare/17.0.3...20.0.7) (2017-07-07)
1643
+
1644
+
1645
+ ### Bug Fixes
1646
+
1647
+ * peer dependency against Typescript 2.x ([cb08128](https://github.com/kulshekhar/ts-jest/commit/cb08128))
1648
+ * remove outDir when collecting coverage ([c076956](https://github.com/kulshekhar/ts-jest/commit/c076956))
1649
+ * **package:** update fs-extra to version 3.0.0 ([906be12](https://github.com/kulshekhar/ts-jest/commit/906be12))
1650
+ * **package:** update yargs to version 8.0.1 ([0b2ea98](https://github.com/kulshekhar/ts-jest/commit/0b2ea98))
1651
+
1652
+
1653
+ ### Features
1654
+
1655
+ * export transpileIfTypescript ([6f835af](https://github.com/kulshekhar/ts-jest/commit/6f835af))
1656
+
1657
+
1658
+
1659
+ <a name="17.0.3"></a>
1660
+ ## [17.0.3](https://github.com/kulshekhar/ts-jest/compare/17.0.2...17.0.3) (2016-12-01)
1661
+
1662
+
1663
+
1664
+ <a name="17.0.2"></a>
1665
+ ## [17.0.2](https://github.com/kulshekhar/ts-jest/compare/17.0.1...17.0.2) (2016-12-01)
1666
+
1667
+
1668
+
1669
+ <a name="17.0.1"></a>
1670
+ ## [17.0.1](https://github.com/kulshekhar/ts-jest/compare/17.0.0...17.0.1) (2016-11-30)
1671
+
1672
+
1673
+
1674
+ <a name="17.0.0"></a>
1675
+ # [17.0.0](https://github.com/kulshekhar/ts-jest/compare/0.1.13...17.0.0) (2016-11-09)
1676
+
1677
+
1678
+
1679
+ <a name="0.1.13"></a>
1680
+ ## [0.1.13](https://github.com/kulshekhar/ts-jest/compare/0.1.12...0.1.13) (2016-11-07)
1681
+
1682
+
1683
+
1684
+ <a name="0.1.12"></a>
1685
+ ## [0.1.12](https://github.com/kulshekhar/ts-jest/compare/0.1.11...0.1.12) (2016-11-03)
1686
+
1687
+
1688
+
1689
+ <a name="0.1.11"></a>
1690
+ ## [0.1.11](https://github.com/kulshekhar/ts-jest/compare/0.1.10...0.1.11) (2016-10-27)
1691
+
1692
+
1693
+
1694
+ <a name="0.1.10"></a>
1695
+ ## [0.1.10](https://github.com/kulshekhar/ts-jest/compare/0.1.9...0.1.10) (2016-10-26)
1696
+
1697
+
1698
+
1699
+ <a name="0.1.9"></a>
1700
+ ## [0.1.9](https://github.com/kulshekhar/ts-jest/compare/0.1.8...0.1.9) (2016-10-24)
1701
+
1702
+
1703
+
1704
+ <a name="0.1.8"></a>
1705
+ ## [0.1.8](https://github.com/kulshekhar/ts-jest/compare/0.1.7...0.1.8) (2016-10-14)
1706
+
1707
+
1708
+
1709
+ <a name="0.1.7"></a>
1710
+ ## [0.1.7](https://github.com/kulshekhar/ts-jest/compare/0.1.6...0.1.7) (2016-10-10)
1711
+
1712
+
1713
+
1714
+ <a name="0.1.6"></a>
1715
+ ## [0.1.6](https://github.com/kulshekhar/ts-jest/compare/0.1.5...0.1.6) (2016-10-08)
1716
+
1717
+
1718
+
1719
+ <a name="0.1.5"></a>
1720
+ ## [0.1.5](https://github.com/kulshekhar/ts-jest/compare/0.1.4...0.1.5) (2016-09-22)
1721
+
1722
+
1723
+
1724
+ <a name="0.1.4"></a>
1725
+ ## [0.1.4](https://github.com/kulshekhar/ts-jest/compare/0.1.3...0.1.4) (2016-09-16)
1726
+
1727
+
1728
+
1729
+ <a name="0.1.3"></a>
1730
+ ## [0.1.3](https://github.com/kulshekhar/ts-jest/compare/0.1.2...0.1.3) (2016-08-31)
1731
+
1732
+
1733
+
1734
+ <a name="0.1.2"></a>
1735
+ ## [0.1.2](https://github.com/kulshekhar/ts-jest/compare/0.1.1...0.1.2) (2016-08-31)
1736
+
1737
+
1738
+
1739
+ <a name="0.1.1"></a>
1740
+ ## [0.1.1](https://github.com/kulshekhar/ts-jest/compare/0.1.0...0.1.1) (2016-08-31)
1741
+
1742
+
1743
+
1744
+ <a name="0.1.0"></a>
1745
+ # [0.1.0](https://github.com/kulshekhar/ts-jest/compare/0.0.1...0.1.0) (2016-08-31)
1746
+
1747
+
1748
+
1749
+ <a name="0.0.1"></a>
1750
+ ## [0.0.1](https://github.com/kulshekhar/ts-jest/compare/0.0.0...0.0.1) (2016-08-30)
1751
+
1752
+
1753
+
1754
+ <a name="0.0.0"></a>
1755
+ # 0.0.0 (2016-08-30)
1756
+
1757
+
1758
+