@aws-amplify/graphql-model-transformer 1.4.0-rds.3 → 1.4.0-test-tag-1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3518) hide show
  1. package/CHANGELOG.md +24 -8
  2. package/package.json +17 -8
  3. package/publish-notification-lambda/src/index.ts +2 -2
  4. package/publish-notification-lambda/tsconfig.json +9 -9
  5. package/rds-lambda/handler.ts +17 -4
  6. package/rds-patching-lambda/src/index.ts +2 -4
  7. package/rds-patching-lambda/tsconfig.json +9 -9
  8. package/src/__tests__/model-transformer.test.ts +175 -145
  9. package/src/__tests__/test-utils/helpers.ts +1 -1
  10. package/src/definitions.ts +30 -2
  11. package/src/graphql-model-transformer.ts +81 -75
  12. package/src/graphql-types/common.ts +41 -41
  13. package/src/graphql-types/mutation.ts +13 -13
  14. package/src/graphql-types/query.ts +1 -0
  15. package/src/index.ts +1 -0
  16. package/src/resolvers/common.ts +1 -12
  17. package/src/resolvers/dynamodb/mutation.ts +16 -13
  18. package/src/resolvers/dynamodb/query.ts +7 -12
  19. package/src/resolvers/dynamodb/subscriptions.ts +1 -3
  20. package/src/resolvers/generators/dynamodb-vtl-generator.ts +18 -8
  21. package/src/resolvers/generators/rds-vtl-generator.ts +11 -4
  22. package/src/resolvers/generators/vtl-generator.ts +5 -5
  23. package/src/resolvers/index.ts +1 -3
  24. package/src/resolvers/rds/mutation.ts +76 -70
  25. package/src/resolvers/rds/query.ts +4 -12
  26. package/src/resolvers/rds/resolver.ts +124 -130
  27. package/src/resources/dynamo-model-resource-generator.ts +14 -28
  28. package/src/resources/model-resource-generator.ts +65 -27
  29. package/src/resources/rds-model-resource-generator.ts +5 -15
  30. package/tsconfig.json +4 -4
  31. package/lib/definitions.d.ts +0 -20
  32. package/lib/definitions.d.ts.map +0 -1
  33. package/lib/definitions.js +0 -23
  34. package/lib/definitions.js.map +0 -1
  35. package/lib/directive.d.ts +0 -28
  36. package/lib/directive.d.ts.map +0 -1
  37. package/lib/directive.js +0 -10
  38. package/lib/directive.js.map +0 -1
  39. package/lib/graphql-model-transformer.d.ts +0 -82
  40. package/lib/graphql-model-transformer.d.ts.map +0 -1
  41. package/lib/graphql-model-transformer.js +0 -576
  42. package/lib/graphql-model-transformer.js.map +0 -1
  43. package/lib/graphql-types/common.d.ts +0 -21
  44. package/lib/graphql-types/common.d.ts.map +0 -1
  45. package/lib/graphql-types/common.js +0 -319
  46. package/lib/graphql-types/common.js.map +0 -1
  47. package/lib/graphql-types/index.d.ts +0 -4
  48. package/lib/graphql-types/index.d.ts.map +0 -1
  49. package/lib/graphql-types/index.js +0 -20
  50. package/lib/graphql-types/index.js.map +0 -1
  51. package/lib/graphql-types/mutation.d.ts +0 -8
  52. package/lib/graphql-types/mutation.d.ts.map +0 -1
  53. package/lib/graphql-types/mutation.js +0 -112
  54. package/lib/graphql-types/mutation.js.map +0 -1
  55. package/lib/graphql-types/query.d.ts +0 -6
  56. package/lib/graphql-types/query.d.ts.map +0 -1
  57. package/lib/graphql-types/query.js +0 -24
  58. package/lib/graphql-types/query.js.map +0 -1
  59. package/lib/index.d.ts +0 -6
  60. package/lib/index.d.ts.map +0 -1
  61. package/lib/index.js +0 -26
  62. package/lib/index.js.map +0 -1
  63. package/lib/rds-lambda.zip +0 -0
  64. package/lib/rds-notification-lambda.zip +0 -0
  65. package/lib/rds-patching-lambda.zip +0 -0
  66. package/lib/resolvers/common.d.ts +0 -3
  67. package/lib/resolvers/common.d.ts.map +0 -1
  68. package/lib/resolvers/common.js +0 -19
  69. package/lib/resolvers/common.js.map +0 -1
  70. package/lib/resolvers/dynamodb/common.d.ts +0 -4
  71. package/lib/resolvers/dynamodb/common.d.ts.map +0 -1
  72. package/lib/resolvers/dynamodb/common.js +0 -38
  73. package/lib/resolvers/dynamodb/common.js.map +0 -1
  74. package/lib/resolvers/dynamodb/index.d.ts +0 -5
  75. package/lib/resolvers/dynamodb/index.d.ts.map +0 -1
  76. package/lib/resolvers/dynamodb/index.js +0 -21
  77. package/lib/resolvers/dynamodb/index.js.map +0 -1
  78. package/lib/resolvers/dynamodb/mutation.d.ts +0 -9
  79. package/lib/resolvers/dynamodb/mutation.d.ts.map +0 -1
  80. package/lib/resolvers/dynamodb/mutation.js +0 -216
  81. package/lib/resolvers/dynamodb/mutation.js.map +0 -1
  82. package/lib/resolvers/dynamodb/query.d.ts +0 -5
  83. package/lib/resolvers/dynamodb/query.d.ts.map +0 -1
  84. package/lib/resolvers/dynamodb/query.js +0 -143
  85. package/lib/resolvers/dynamodb/query.js.map +0 -1
  86. package/lib/resolvers/dynamodb/subscriptions.d.ts +0 -3
  87. package/lib/resolvers/dynamodb/subscriptions.d.ts.map +0 -1
  88. package/lib/resolvers/dynamodb/subscriptions.js +0 -18
  89. package/lib/resolvers/dynamodb/subscriptions.js.map +0 -1
  90. package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +0 -16
  91. package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +0 -1
  92. package/lib/resolvers/generators/dynamodb-vtl-generator.js +0 -44
  93. package/lib/resolvers/generators/dynamodb-vtl-generator.js.map +0 -1
  94. package/lib/resolvers/generators/index.d.ts +0 -4
  95. package/lib/resolvers/generators/index.d.ts.map +0 -1
  96. package/lib/resolvers/generators/index.js +0 -20
  97. package/lib/resolvers/generators/index.js.map +0 -1
  98. package/lib/resolvers/generators/rds-vtl-generator.d.ts +0 -16
  99. package/lib/resolvers/generators/rds-vtl-generator.d.ts.map +0 -1
  100. package/lib/resolvers/generators/rds-vtl-generator.js +0 -47
  101. package/lib/resolvers/generators/rds-vtl-generator.js.map +0 -1
  102. package/lib/resolvers/generators/vtl-generator.d.ts +0 -38
  103. package/lib/resolvers/generators/vtl-generator.d.ts.map +0 -1
  104. package/lib/resolvers/generators/vtl-generator.js +0 -3
  105. package/lib/resolvers/generators/vtl-generator.js.map +0 -1
  106. package/lib/resolvers/index.d.ts +0 -4
  107. package/lib/resolvers/index.d.ts.map +0 -1
  108. package/lib/resolvers/index.js +0 -22
  109. package/lib/resolvers/index.js.map +0 -1
  110. package/lib/resolvers/rds/index.d.ts +0 -4
  111. package/lib/resolvers/rds/index.d.ts.map +0 -1
  112. package/lib/resolvers/rds/index.js +0 -20
  113. package/lib/resolvers/rds/index.js.map +0 -1
  114. package/lib/resolvers/rds/mutation.d.ts +0 -7
  115. package/lib/resolvers/rds/mutation.d.ts.map +0 -1
  116. package/lib/resolvers/rds/mutation.js +0 -103
  117. package/lib/resolvers/rds/mutation.js.map +0 -1
  118. package/lib/resolvers/rds/query.d.ts +0 -2
  119. package/lib/resolvers/rds/query.d.ts.map +0 -1
  120. package/lib/resolvers/rds/query.js +0 -25
  121. package/lib/resolvers/rds/query.js.map +0 -1
  122. package/lib/resolvers/rds/resolver.d.ts +0 -21
  123. package/lib/resolvers/rds/resolver.d.ts.map +0 -1
  124. package/lib/resolvers/rds/resolver.js +0 -224
  125. package/lib/resolvers/rds/resolver.js.map +0 -1
  126. package/lib/resources/dynamo-model-resource-generator.d.ts +0 -15
  127. package/lib/resources/dynamo-model-resource-generator.d.ts.map +0 -1
  128. package/lib/resources/dynamo-model-resource-generator.js +0 -243
  129. package/lib/resources/dynamo-model-resource-generator.js.map +0 -1
  130. package/lib/resources/model-resource-generator.d.ts +0 -56
  131. package/lib/resources/model-resource-generator.d.ts.map +0 -1
  132. package/lib/resources/model-resource-generator.js +0 -403
  133. package/lib/resources/model-resource-generator.js.map +0 -1
  134. package/lib/resources/rds-model-resource-generator.d.ts +0 -10
  135. package/lib/resources/rds-model-resource-generator.d.ts.map +0 -1
  136. package/lib/resources/rds-model-resource-generator.js +0 -66
  137. package/lib/resources/rds-model-resource-generator.js.map +0 -1
  138. package/lib/types.d.ts +0 -6
  139. package/lib/types.d.ts.map +0 -1
  140. package/lib/types.js +0 -3
  141. package/lib/types.js.map +0 -1
  142. package/publish-notification-lambda/node_modules/.package-lock.json +0 -1930
  143. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/CHANGELOG.md +0 -76
  144. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/LICENSE +0 -201
  145. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/README.md +0 -16
  146. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +0 -15
  147. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +0 -12
  148. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +0 -142
  149. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +0 -3
  150. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +0 -37
  151. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  152. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +0 -1
  153. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +0 -1
  154. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/package.json +0 -28
  155. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +0 -24
  156. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/src/index.ts +0 -92
  157. package/publish-notification-lambda/node_modules/@aws-crypto/crc32/tsconfig.json +0 -23
  158. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
  159. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +0 -202
  160. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
  161. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
  162. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
  163. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
  164. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
  165. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
  166. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  167. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
  168. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
  169. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
  170. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
  171. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
  172. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
  173. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
  174. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
  175. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
  176. package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
  177. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +0 -88
  178. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +0 -202
  179. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/README.md +0 -31
  180. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
  181. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
  182. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
  183. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
  184. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
  185. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  186. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
  187. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
  188. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/package.json +0 -33
  189. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +0 -41
  190. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -34
  191. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
  192. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -3
  193. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +0 -9
  194. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +0 -71
  195. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +0 -22
  196. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +0 -86
  197. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +0 -201
  198. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/README.md +0 -29
  199. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
  200. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
  201. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
  202. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
  203. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
  204. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  205. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
  206. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
  207. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/package.json +0 -28
  208. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +0 -164
  209. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +0 -98
  210. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +0 -1
  211. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +0 -94
  212. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +0 -401
  213. package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +0 -17
  214. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +0 -46
  215. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +0 -202
  216. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +0 -32
  217. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
  218. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
  219. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
  220. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
  221. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
  222. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  223. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
  224. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
  225. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +0 -26
  226. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +0 -1
  227. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +0 -76
  228. package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +0 -16
  229. package/publish-notification-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +0 -47
  230. package/publish-notification-lambda/node_modules/@aws-crypto/util/LICENSE +0 -201
  231. package/publish-notification-lambda/node_modules/@aws-crypto/util/README.md +0 -16
  232. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
  233. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
  234. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
  235. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
  236. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
  237. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  238. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
  239. package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
  240. package/publish-notification-lambda/node_modules/@aws-crypto/util/package.json +0 -31
  241. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +0 -30
  242. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/index.ts +0 -7
  243. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +0 -12
  244. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +0 -11
  245. package/publish-notification-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +0 -16
  246. package/publish-notification-lambda/node_modules/@aws-crypto/util/tsconfig.json +0 -23
  247. package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +0 -201
  248. package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/README.md +0 -4
  249. package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/package.json +0 -58
  250. package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/LICENSE +0 -201
  251. package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/README.md +0 -798
  252. package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/package.json +0 -103
  253. package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/LICENSE +0 -201
  254. package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/README.md +0 -554
  255. package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/package.json +0 -100
  256. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  257. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/README.md +0 -255
  258. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/package.json +0 -96
  259. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  260. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -268
  261. package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -96
  262. package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  263. package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/README.md +0 -273
  264. package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/package.json +0 -102
  265. package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +0 -201
  266. package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/README.md +0 -10
  267. package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/package.json +0 -59
  268. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  269. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  270. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +0 -63
  271. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +0 -201
  272. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +0 -11
  273. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +0 -66
  274. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  275. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  276. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -69
  277. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  278. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +0 -101
  279. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +0 -70
  280. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  281. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  282. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +0 -64
  283. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  284. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  285. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -66
  286. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  287. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  288. package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -71
  289. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +0 -201
  290. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-codec/README.md +0 -4
  291. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-codec/package.json +0 -57
  292. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +0 -201
  293. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +0 -10
  294. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +0 -57
  295. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +0 -201
  296. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +0 -10
  297. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +0 -56
  298. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +0 -201
  299. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +0 -10
  300. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +0 -58
  301. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +0 -201
  302. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +0 -10
  303. package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +0 -59
  304. package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +0 -201
  305. package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +0 -4
  306. package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +0 -59
  307. package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/LICENSE +0 -201
  308. package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/README.md +0 -10
  309. package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/package.json +0 -60
  310. package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +0 -201
  311. package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +0 -10
  312. package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +0 -53
  313. package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +0 -201
  314. package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +0 -10
  315. package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +0 -56
  316. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +0 -201
  317. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +0 -4
  318. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +0 -58
  319. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +0 -201
  320. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +0 -10
  321. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +0 -60
  322. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  323. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  324. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +0 -58
  325. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  326. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  327. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/package.json +0 -59
  328. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  329. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  330. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -58
  331. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +0 -201
  332. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/README.md +0 -4
  333. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/package.json +0 -65
  334. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +0 -201
  335. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +0 -4
  336. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +0 -58
  337. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +0 -201
  338. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/README.md +0 -4
  339. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/package.json +0 -57
  340. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
  341. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
  342. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/package.json +0 -61
  343. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +0 -201
  344. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/README.md +0 -78
  345. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/package.json +0 -60
  346. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  347. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  348. package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -59
  349. package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +0 -201
  350. package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/README.md +0 -4
  351. package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/package.json +0 -61
  352. package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +0 -201
  353. package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/README.md +0 -4
  354. package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/package.json +0 -63
  355. package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/LICENSE +0 -201
  356. package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/README.md +0 -10
  357. package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/package.json +0 -56
  358. package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +0 -201
  359. package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/README.md +0 -4
  360. package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/package.json +0 -57
  361. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +0 -201
  362. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/README.md +0 -10
  363. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/package.json +0 -57
  364. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +0 -201
  365. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/README.md +0 -10
  366. package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/package.json +0 -56
  367. package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +0 -201
  368. package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/README.md +0 -4
  369. package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/package.json +0 -53
  370. package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  371. package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -105
  372. package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -58
  373. package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +0 -201
  374. package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/README.md +0 -4
  375. package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/package.json +0 -66
  376. package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +0 -201
  377. package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/README.md +0 -10
  378. package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/package.json +0 -59
  379. package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  380. package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/README.md +0 -39
  381. package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/package.json +0 -67
  382. package/publish-notification-lambda/node_modules/@aws-sdk/types/LICENSE +0 -201
  383. package/publish-notification-lambda/node_modules/@aws-sdk/types/README.md +0 -4
  384. package/publish-notification-lambda/node_modules/@aws-sdk/types/package.json +0 -57
  385. package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/LICENSE +0 -201
  386. package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/README.md +0 -10
  387. package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/package.json +0 -54
  388. package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/LICENSE +0 -201
  389. package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/README.md +0 -4
  390. package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/package.json +0 -66
  391. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +0 -201
  392. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +0 -12
  393. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +0 -53
  394. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +0 -201
  395. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +0 -12
  396. package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +0 -57
  397. package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +0 -201
  398. package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +0 -10
  399. package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +0 -57
  400. package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +0 -201
  401. package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/README.md +0 -4
  402. package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/package.json +0 -58
  403. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +0 -201
  404. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +0 -10
  405. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +0 -62
  406. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +0 -201
  407. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +0 -10
  408. package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +0 -61
  409. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  410. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  411. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -203
  412. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -203
  413. package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/package.json +0 -58
  414. package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +0 -201
  415. package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +0 -4
  416. package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +0 -56
  417. package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +0 -201
  418. package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/README.md +0 -4
  419. package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/package.json +0 -56
  420. package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +0 -201
  421. package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/README.md +0 -12
  422. package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/package.json +0 -62
  423. package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/LICENSE +0 -201
  424. package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/README.md +0 -77
  425. package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/package.json +0 -64
  426. package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +0 -201
  427. package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +0 -10
  428. package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +0 -55
  429. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  430. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  431. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -55
  432. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  433. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  434. package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -66
  435. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +0 -201
  436. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/README.md +0 -4
  437. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/package.json +0 -65
  438. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
  439. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
  440. package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
  441. package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +0 -201
  442. package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/README.md +0 -10
  443. package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/package.json +0 -58
  444. package/publish-notification-lambda/node_modules/@smithy/protocol-http/LICENSE +0 -201
  445. package/publish-notification-lambda/node_modules/@smithy/protocol-http/README.md +0 -4
  446. package/publish-notification-lambda/node_modules/@smithy/protocol-http/package.json +0 -63
  447. package/publish-notification-lambda/node_modules/@smithy/types/LICENSE +0 -201
  448. package/publish-notification-lambda/node_modules/@smithy/types/README.md +0 -4
  449. package/publish-notification-lambda/node_modules/@smithy/types/package.json +0 -62
  450. package/publish-notification-lambda/node_modules/@types/node/LICENSE +0 -21
  451. package/publish-notification-lambda/node_modules/@types/node/README.md +0 -16
  452. package/publish-notification-lambda/node_modules/@types/node/package.json +0 -237
  453. package/publish-notification-lambda/node_modules/ansi-regex/license +0 -9
  454. package/publish-notification-lambda/node_modules/ansi-regex/package.json +0 -55
  455. package/publish-notification-lambda/node_modules/ansi-regex/readme.md +0 -78
  456. package/publish-notification-lambda/node_modules/ansi-styles/license +0 -9
  457. package/publish-notification-lambda/node_modules/ansi-styles/package.json +0 -56
  458. package/publish-notification-lambda/node_modules/ansi-styles/readme.md +0 -152
  459. package/publish-notification-lambda/node_modules/archiver/CHANGELOG.md +0 -228
  460. package/publish-notification-lambda/node_modules/archiver/LICENSE +0 -22
  461. package/publish-notification-lambda/node_modules/archiver/README.md +0 -94
  462. package/publish-notification-lambda/node_modules/archiver/package.json +0 -60
  463. package/publish-notification-lambda/node_modules/archiver-utils/CHANGELOG.md +0 -14
  464. package/publish-notification-lambda/node_modules/archiver-utils/LICENSE +0 -22
  465. package/publish-notification-lambda/node_modules/archiver-utils/README.md +0 -7
  466. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +0 -34
  467. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  468. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +0 -136
  469. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +0 -47
  470. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +0 -58
  471. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
  472. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +0 -52
  473. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +0 -21
  474. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +0 -584
  475. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +0 -37
  476. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +0 -50
  477. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +0 -48
  478. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +0 -47
  479. package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +0 -31
  480. package/publish-notification-lambda/node_modules/archiver-utils/package.json +0 -54
  481. package/publish-notification-lambda/node_modules/async/CHANGELOG.md +0 -348
  482. package/publish-notification-lambda/node_modules/async/LICENSE +0 -19
  483. package/publish-notification-lambda/node_modules/async/README.md +0 -59
  484. package/publish-notification-lambda/node_modules/async/bower.json +0 -17
  485. package/publish-notification-lambda/node_modules/async/dist/async.mjs +0 -5947
  486. package/publish-notification-lambda/node_modules/async/package.json +0 -75
  487. package/publish-notification-lambda/node_modules/balanced-match/.github/FUNDING.yml +0 -2
  488. package/publish-notification-lambda/node_modules/balanced-match/LICENSE.md +0 -21
  489. package/publish-notification-lambda/node_modules/balanced-match/README.md +0 -97
  490. package/publish-notification-lambda/node_modules/balanced-match/package.json +0 -48
  491. package/publish-notification-lambda/node_modules/base64-js/LICENSE +0 -21
  492. package/publish-notification-lambda/node_modules/base64-js/README.md +0 -34
  493. package/publish-notification-lambda/node_modules/base64-js/package.json +0 -47
  494. package/publish-notification-lambda/node_modules/bestzip/LICENSE +0 -21
  495. package/publish-notification-lambda/node_modules/bestzip/package.json +0 -46
  496. package/publish-notification-lambda/node_modules/bestzip/readme.md +0 -91
  497. package/publish-notification-lambda/node_modules/bl/.travis.yml +0 -17
  498. package/publish-notification-lambda/node_modules/bl/LICENSE.md +0 -13
  499. package/publish-notification-lambda/node_modules/bl/README.md +0 -247
  500. package/publish-notification-lambda/node_modules/bl/package.json +0 -37
  501. package/publish-notification-lambda/node_modules/bowser/CHANGELOG.md +0 -218
  502. package/publish-notification-lambda/node_modules/bowser/LICENSE +0 -39
  503. package/publish-notification-lambda/node_modules/bowser/README.md +0 -179
  504. package/publish-notification-lambda/node_modules/bowser/package.json +0 -83
  505. package/publish-notification-lambda/node_modules/brace-expansion/LICENSE +0 -21
  506. package/publish-notification-lambda/node_modules/brace-expansion/README.md +0 -129
  507. package/publish-notification-lambda/node_modules/brace-expansion/package.json +0 -47
  508. package/publish-notification-lambda/node_modules/buffer/AUTHORS.md +0 -70
  509. package/publish-notification-lambda/node_modules/buffer/LICENSE +0 -21
  510. package/publish-notification-lambda/node_modules/buffer/README.md +0 -410
  511. package/publish-notification-lambda/node_modules/buffer/package.json +0 -96
  512. package/publish-notification-lambda/node_modules/buffer-crc32/LICENSE +0 -19
  513. package/publish-notification-lambda/node_modules/buffer-crc32/README.md +0 -47
  514. package/publish-notification-lambda/node_modules/buffer-crc32/package.json +0 -39
  515. package/publish-notification-lambda/node_modules/cliui/CHANGELOG.md +0 -121
  516. package/publish-notification-lambda/node_modules/cliui/LICENSE.txt +0 -14
  517. package/publish-notification-lambda/node_modules/cliui/README.md +0 -141
  518. package/publish-notification-lambda/node_modules/cliui/build/index.cjs +0 -302
  519. package/publish-notification-lambda/node_modules/cliui/index.mjs +0 -13
  520. package/publish-notification-lambda/node_modules/cliui/package.json +0 -83
  521. package/publish-notification-lambda/node_modules/color-convert/CHANGELOG.md +0 -54
  522. package/publish-notification-lambda/node_modules/color-convert/LICENSE +0 -21
  523. package/publish-notification-lambda/node_modules/color-convert/README.md +0 -68
  524. package/publish-notification-lambda/node_modules/color-convert/package.json +0 -48
  525. package/publish-notification-lambda/node_modules/color-name/LICENSE +0 -8
  526. package/publish-notification-lambda/node_modules/color-name/README.md +0 -11
  527. package/publish-notification-lambda/node_modules/color-name/package.json +0 -28
  528. package/publish-notification-lambda/node_modules/compress-commons/CHANGELOG.md +0 -58
  529. package/publish-notification-lambda/node_modules/compress-commons/LICENSE +0 -22
  530. package/publish-notification-lambda/node_modules/compress-commons/README.md +0 -25
  531. package/publish-notification-lambda/node_modules/compress-commons/package.json +0 -45
  532. package/publish-notification-lambda/node_modules/concat-map/.travis.yml +0 -4
  533. package/publish-notification-lambda/node_modules/concat-map/LICENSE +0 -18
  534. package/publish-notification-lambda/node_modules/concat-map/README.markdown +0 -62
  535. package/publish-notification-lambda/node_modules/concat-map/package.json +0 -43
  536. package/publish-notification-lambda/node_modules/core-util-is/LICENSE +0 -19
  537. package/publish-notification-lambda/node_modules/core-util-is/README.md +0 -3
  538. package/publish-notification-lambda/node_modules/core-util-is/package.json +0 -38
  539. package/publish-notification-lambda/node_modules/crc-32/LICENSE +0 -201
  540. package/publish-notification-lambda/node_modules/crc-32/README.md +0 -200
  541. package/publish-notification-lambda/node_modules/crc-32/bin/crc32.njs +0 -105
  542. package/publish-notification-lambda/node_modules/crc-32/package.json +0 -43
  543. package/publish-notification-lambda/node_modules/crc-32/types/tsconfig.json +0 -14
  544. package/publish-notification-lambda/node_modules/crc-32/types/tslint.json +0 -11
  545. package/publish-notification-lambda/node_modules/crc32-stream/CHANGELOG.md +0 -57
  546. package/publish-notification-lambda/node_modules/crc32-stream/LICENSE +0 -22
  547. package/publish-notification-lambda/node_modules/crc32-stream/README.md +0 -79
  548. package/publish-notification-lambda/node_modules/crc32-stream/package.json +0 -45
  549. package/publish-notification-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  550. package/publish-notification-lambda/node_modules/emoji-regex/README.md +0 -73
  551. package/publish-notification-lambda/node_modules/emoji-regex/package.json +0 -50
  552. package/publish-notification-lambda/node_modules/end-of-stream/LICENSE +0 -21
  553. package/publish-notification-lambda/node_modules/end-of-stream/README.md +0 -54
  554. package/publish-notification-lambda/node_modules/end-of-stream/package.json +0 -37
  555. package/publish-notification-lambda/node_modules/escalade/dist/index.mjs +0 -22
  556. package/publish-notification-lambda/node_modules/escalade/license +0 -9
  557. package/publish-notification-lambda/node_modules/escalade/package.json +0 -61
  558. package/publish-notification-lambda/node_modules/escalade/readme.md +0 -211
  559. package/publish-notification-lambda/node_modules/escalade/sync/index.mjs +0 -18
  560. package/publish-notification-lambda/node_modules/fast-xml-parser/CHANGELOG.md +0 -551
  561. package/publish-notification-lambda/node_modules/fast-xml-parser/LICENSE +0 -21
  562. package/publish-notification-lambda/node_modules/fast-xml-parser/README.md +0 -204
  563. package/publish-notification-lambda/node_modules/fast-xml-parser/package.json +0 -71
  564. package/publish-notification-lambda/node_modules/fs-constants/LICENSE +0 -21
  565. package/publish-notification-lambda/node_modules/fs-constants/README.md +0 -26
  566. package/publish-notification-lambda/node_modules/fs-constants/package.json +0 -19
  567. package/publish-notification-lambda/node_modules/fs.realpath/LICENSE +0 -43
  568. package/publish-notification-lambda/node_modules/fs.realpath/README.md +0 -33
  569. package/publish-notification-lambda/node_modules/fs.realpath/package.json +0 -26
  570. package/publish-notification-lambda/node_modules/get-caller-file/LICENSE.md +0 -6
  571. package/publish-notification-lambda/node_modules/get-caller-file/README.md +0 -41
  572. package/publish-notification-lambda/node_modules/get-caller-file/package.json +0 -42
  573. package/publish-notification-lambda/node_modules/glob/LICENSE +0 -21
  574. package/publish-notification-lambda/node_modules/glob/README.md +0 -378
  575. package/publish-notification-lambda/node_modules/glob/package.json +0 -55
  576. package/publish-notification-lambda/node_modules/graceful-fs/LICENSE +0 -15
  577. package/publish-notification-lambda/node_modules/graceful-fs/README.md +0 -143
  578. package/publish-notification-lambda/node_modules/graceful-fs/package.json +0 -53
  579. package/publish-notification-lambda/node_modules/ieee754/LICENSE +0 -11
  580. package/publish-notification-lambda/node_modules/ieee754/README.md +0 -51
  581. package/publish-notification-lambda/node_modules/ieee754/package.json +0 -52
  582. package/publish-notification-lambda/node_modules/inflight/LICENSE +0 -15
  583. package/publish-notification-lambda/node_modules/inflight/README.md +0 -37
  584. package/publish-notification-lambda/node_modules/inflight/package.json +0 -29
  585. package/publish-notification-lambda/node_modules/inherits/LICENSE +0 -16
  586. package/publish-notification-lambda/node_modules/inherits/README.md +0 -42
  587. package/publish-notification-lambda/node_modules/inherits/package.json +0 -29
  588. package/publish-notification-lambda/node_modules/is-fullwidth-code-point/license +0 -9
  589. package/publish-notification-lambda/node_modules/is-fullwidth-code-point/package.json +0 -42
  590. package/publish-notification-lambda/node_modules/is-fullwidth-code-point/readme.md +0 -39
  591. package/publish-notification-lambda/node_modules/isarray/.travis.yml +0 -4
  592. package/publish-notification-lambda/node_modules/isarray/Makefile +0 -6
  593. package/publish-notification-lambda/node_modules/isarray/README.md +0 -60
  594. package/publish-notification-lambda/node_modules/isarray/component.json +0 -19
  595. package/publish-notification-lambda/node_modules/isarray/package.json +0 -45
  596. package/publish-notification-lambda/node_modules/isexe/LICENSE +0 -15
  597. package/publish-notification-lambda/node_modules/isexe/README.md +0 -51
  598. package/publish-notification-lambda/node_modules/isexe/package.json +0 -31
  599. package/publish-notification-lambda/node_modules/lazystream/LICENSE +0 -23
  600. package/publish-notification-lambda/node_modules/lazystream/README.md +0 -114
  601. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +0 -34
  602. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  603. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +0 -136
  604. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +0 -47
  605. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +0 -58
  606. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
  607. package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +0 -52
  608. package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +0 -21
  609. package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +0 -584
  610. package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +0 -37
  611. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +0 -50
  612. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +0 -48
  613. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +0 -47
  614. package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +0 -31
  615. package/publish-notification-lambda/node_modules/lazystream/package.json +0 -46
  616. package/publish-notification-lambda/node_modules/lazystream/test/data.md +0 -13
  617. package/publish-notification-lambda/node_modules/lodash.defaults/LICENSE +0 -47
  618. package/publish-notification-lambda/node_modules/lodash.defaults/README.md +0 -18
  619. package/publish-notification-lambda/node_modules/lodash.defaults/package.json +0 -17
  620. package/publish-notification-lambda/node_modules/lodash.difference/LICENSE +0 -47
  621. package/publish-notification-lambda/node_modules/lodash.difference/README.md +0 -18
  622. package/publish-notification-lambda/node_modules/lodash.difference/package.json +0 -17
  623. package/publish-notification-lambda/node_modules/lodash.flatten/LICENSE +0 -47
  624. package/publish-notification-lambda/node_modules/lodash.flatten/README.md +0 -18
  625. package/publish-notification-lambda/node_modules/lodash.flatten/package.json +0 -17
  626. package/publish-notification-lambda/node_modules/lodash.isplainobject/LICENSE +0 -47
  627. package/publish-notification-lambda/node_modules/lodash.isplainobject/README.md +0 -18
  628. package/publish-notification-lambda/node_modules/lodash.isplainobject/package.json +0 -17
  629. package/publish-notification-lambda/node_modules/lodash.union/LICENSE +0 -47
  630. package/publish-notification-lambda/node_modules/lodash.union/README.md +0 -18
  631. package/publish-notification-lambda/node_modules/lodash.union/package.json +0 -17
  632. package/publish-notification-lambda/node_modules/minimatch/LICENSE +0 -15
  633. package/publish-notification-lambda/node_modules/minimatch/README.md +0 -230
  634. package/publish-notification-lambda/node_modules/minimatch/package.json +0 -33
  635. package/publish-notification-lambda/node_modules/normalize-path/LICENSE +0 -21
  636. package/publish-notification-lambda/node_modules/normalize-path/README.md +0 -127
  637. package/publish-notification-lambda/node_modules/normalize-path/package.json +0 -77
  638. package/publish-notification-lambda/node_modules/once/LICENSE +0 -15
  639. package/publish-notification-lambda/node_modules/once/README.md +0 -79
  640. package/publish-notification-lambda/node_modules/once/package.json +0 -33
  641. package/publish-notification-lambda/node_modules/path-is-absolute/license +0 -21
  642. package/publish-notification-lambda/node_modules/path-is-absolute/package.json +0 -43
  643. package/publish-notification-lambda/node_modules/path-is-absolute/readme.md +0 -59
  644. package/publish-notification-lambda/node_modules/process-nextick-args/license.md +0 -19
  645. package/publish-notification-lambda/node_modules/process-nextick-args/package.json +0 -25
  646. package/publish-notification-lambda/node_modules/process-nextick-args/readme.md +0 -18
  647. package/publish-notification-lambda/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  648. package/publish-notification-lambda/node_modules/readable-stream/GOVERNANCE.md +0 -136
  649. package/publish-notification-lambda/node_modules/readable-stream/LICENSE +0 -47
  650. package/publish-notification-lambda/node_modules/readable-stream/README.md +0 -106
  651. package/publish-notification-lambda/node_modules/readable-stream/package.json +0 -68
  652. package/publish-notification-lambda/node_modules/readdir-glob/LICENSE +0 -201
  653. package/publish-notification-lambda/node_modules/readdir-glob/README.md +0 -85
  654. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
  655. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +0 -21
  656. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +0 -135
  657. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +0 -46
  658. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +0 -15
  659. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +0 -259
  660. package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +0 -35
  661. package/publish-notification-lambda/node_modules/readdir-glob/package.json +0 -43
  662. package/publish-notification-lambda/node_modules/require-directory/.jshintrc +0 -67
  663. package/publish-notification-lambda/node_modules/require-directory/.travis.yml +0 -3
  664. package/publish-notification-lambda/node_modules/require-directory/LICENSE +0 -22
  665. package/publish-notification-lambda/node_modules/require-directory/README.markdown +0 -184
  666. package/publish-notification-lambda/node_modules/require-directory/package.json +0 -40
  667. package/publish-notification-lambda/node_modules/safe-buffer/LICENSE +0 -21
  668. package/publish-notification-lambda/node_modules/safe-buffer/README.md +0 -584
  669. package/publish-notification-lambda/node_modules/safe-buffer/package.json +0 -51
  670. package/publish-notification-lambda/node_modules/string-width/license +0 -9
  671. package/publish-notification-lambda/node_modules/string-width/package.json +0 -56
  672. package/publish-notification-lambda/node_modules/string-width/readme.md +0 -50
  673. package/publish-notification-lambda/node_modules/string_decoder/LICENSE +0 -48
  674. package/publish-notification-lambda/node_modules/string_decoder/README.md +0 -47
  675. package/publish-notification-lambda/node_modules/string_decoder/package.json +0 -34
  676. package/publish-notification-lambda/node_modules/strip-ansi/license +0 -9
  677. package/publish-notification-lambda/node_modules/strip-ansi/package.json +0 -54
  678. package/publish-notification-lambda/node_modules/strip-ansi/readme.md +0 -46
  679. package/publish-notification-lambda/node_modules/strnum/.vscode/launch.json +0 -25
  680. package/publish-notification-lambda/node_modules/strnum/LICENSE +0 -21
  681. package/publish-notification-lambda/node_modules/strnum/README.md +0 -86
  682. package/publish-notification-lambda/node_modules/strnum/package.json +0 -24
  683. package/publish-notification-lambda/node_modules/tar-stream/LICENSE +0 -21
  684. package/publish-notification-lambda/node_modules/tar-stream/README.md +0 -168
  685. package/publish-notification-lambda/node_modules/tar-stream/package.json +0 -58
  686. package/publish-notification-lambda/node_modules/tslib/CopyrightNotice.txt +0 -15
  687. package/publish-notification-lambda/node_modules/tslib/LICENSE.txt +0 -12
  688. package/publish-notification-lambda/node_modules/tslib/README.md +0 -164
  689. package/publish-notification-lambda/node_modules/tslib/SECURITY.md +0 -41
  690. package/publish-notification-lambda/node_modules/tslib/modules/package.json +0 -3
  691. package/publish-notification-lambda/node_modules/tslib/package.json +0 -47
  692. package/publish-notification-lambda/node_modules/tslib/tslib.es6.html +0 -1
  693. package/publish-notification-lambda/node_modules/tslib/tslib.es6.mjs +0 -370
  694. package/publish-notification-lambda/node_modules/tslib/tslib.html +0 -1
  695. package/publish-notification-lambda/node_modules/typescript/LICENSE.txt +0 -55
  696. package/publish-notification-lambda/node_modules/typescript/README.md +0 -51
  697. package/publish-notification-lambda/node_modules/typescript/SECURITY.md +0 -41
  698. package/publish-notification-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +0 -193
  699. package/publish-notification-lambda/node_modules/typescript/bin/tsc +0 -2
  700. package/publish-notification-lambda/node_modules/typescript/bin/tsserver +0 -2
  701. package/publish-notification-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +0 -1880
  702. package/publish-notification-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +0 -1880
  703. package/publish-notification-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +0 -1880
  704. package/publish-notification-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +0 -1880
  705. package/publish-notification-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +0 -1880
  706. package/publish-notification-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +0 -1880
  707. package/publish-notification-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +0 -1880
  708. package/publish-notification-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +0 -1880
  709. package/publish-notification-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +0 -1880
  710. package/publish-notification-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +0 -1880
  711. package/publish-notification-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +0 -1880
  712. package/publish-notification-lambda/node_modules/typescript/lib/typesMap.json +0 -497
  713. package/publish-notification-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +0 -1880
  714. package/publish-notification-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +0 -1880
  715. package/publish-notification-lambda/node_modules/typescript/package.json +0 -116
  716. package/publish-notification-lambda/node_modules/util-deprecate/History.md +0 -16
  717. package/publish-notification-lambda/node_modules/util-deprecate/LICENSE +0 -24
  718. package/publish-notification-lambda/node_modules/util-deprecate/README.md +0 -53
  719. package/publish-notification-lambda/node_modules/util-deprecate/package.json +0 -27
  720. package/publish-notification-lambda/node_modules/uuid/CHANGELOG.md +0 -229
  721. package/publish-notification-lambda/node_modules/uuid/CONTRIBUTING.md +0 -18
  722. package/publish-notification-lambda/node_modules/uuid/LICENSE.md +0 -9
  723. package/publish-notification-lambda/node_modules/uuid/README.md +0 -505
  724. package/publish-notification-lambda/node_modules/uuid/dist/bin/uuid +0 -2
  725. package/publish-notification-lambda/node_modules/uuid/package.json +0 -135
  726. package/publish-notification-lambda/node_modules/uuid/wrapper.mjs +0 -10
  727. package/publish-notification-lambda/node_modules/which/CHANGELOG.md +0 -166
  728. package/publish-notification-lambda/node_modules/which/LICENSE +0 -15
  729. package/publish-notification-lambda/node_modules/which/README.md +0 -54
  730. package/publish-notification-lambda/node_modules/which/bin/node-which +0 -52
  731. package/publish-notification-lambda/node_modules/which/package.json +0 -43
  732. package/publish-notification-lambda/node_modules/wrap-ansi/license +0 -9
  733. package/publish-notification-lambda/node_modules/wrap-ansi/package.json +0 -62
  734. package/publish-notification-lambda/node_modules/wrap-ansi/readme.md +0 -91
  735. package/publish-notification-lambda/node_modules/wrappy/LICENSE +0 -15
  736. package/publish-notification-lambda/node_modules/wrappy/README.md +0 -36
  737. package/publish-notification-lambda/node_modules/wrappy/package.json +0 -29
  738. package/publish-notification-lambda/node_modules/y18n/CHANGELOG.md +0 -100
  739. package/publish-notification-lambda/node_modules/y18n/LICENSE +0 -13
  740. package/publish-notification-lambda/node_modules/y18n/README.md +0 -127
  741. package/publish-notification-lambda/node_modules/y18n/build/index.cjs +0 -203
  742. package/publish-notification-lambda/node_modules/y18n/index.mjs +0 -8
  743. package/publish-notification-lambda/node_modules/y18n/package.json +0 -70
  744. package/publish-notification-lambda/node_modules/yargs/CHANGELOG.md +0 -88
  745. package/publish-notification-lambda/node_modules/yargs/LICENSE +0 -21
  746. package/publish-notification-lambda/node_modules/yargs/README.md +0 -202
  747. package/publish-notification-lambda/node_modules/yargs/browser.mjs +0 -7
  748. package/publish-notification-lambda/node_modules/yargs/build/index.cjs +0 -2920
  749. package/publish-notification-lambda/node_modules/yargs/helpers/helpers.mjs +0 -10
  750. package/publish-notification-lambda/node_modules/yargs/helpers/package.json +0 -3
  751. package/publish-notification-lambda/node_modules/yargs/index.cjs +0 -39
  752. package/publish-notification-lambda/node_modules/yargs/index.mjs +0 -8
  753. package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +0 -92
  754. package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +0 -67
  755. package/publish-notification-lambda/node_modules/yargs/locales/be.json +0 -46
  756. package/publish-notification-lambda/node_modules/yargs/locales/de.json +0 -46
  757. package/publish-notification-lambda/node_modules/yargs/locales/en.json +0 -51
  758. package/publish-notification-lambda/node_modules/yargs/locales/es.json +0 -46
  759. package/publish-notification-lambda/node_modules/yargs/locales/fi.json +0 -49
  760. package/publish-notification-lambda/node_modules/yargs/locales/fr.json +0 -53
  761. package/publish-notification-lambda/node_modules/yargs/locales/hi.json +0 -49
  762. package/publish-notification-lambda/node_modules/yargs/locales/hu.json +0 -46
  763. package/publish-notification-lambda/node_modules/yargs/locales/id.json +0 -50
  764. package/publish-notification-lambda/node_modules/yargs/locales/it.json +0 -46
  765. package/publish-notification-lambda/node_modules/yargs/locales/ja.json +0 -51
  766. package/publish-notification-lambda/node_modules/yargs/locales/ko.json +0 -49
  767. package/publish-notification-lambda/node_modules/yargs/locales/nb.json +0 -44
  768. package/publish-notification-lambda/node_modules/yargs/locales/nl.json +0 -49
  769. package/publish-notification-lambda/node_modules/yargs/locales/nn.json +0 -44
  770. package/publish-notification-lambda/node_modules/yargs/locales/pirate.json +0 -13
  771. package/publish-notification-lambda/node_modules/yargs/locales/pl.json +0 -49
  772. package/publish-notification-lambda/node_modules/yargs/locales/pt.json +0 -45
  773. package/publish-notification-lambda/node_modules/yargs/locales/pt_BR.json +0 -48
  774. package/publish-notification-lambda/node_modules/yargs/locales/ru.json +0 -46
  775. package/publish-notification-lambda/node_modules/yargs/locales/th.json +0 -46
  776. package/publish-notification-lambda/node_modules/yargs/locales/tr.json +0 -48
  777. package/publish-notification-lambda/node_modules/yargs/locales/zh_CN.json +0 -48
  778. package/publish-notification-lambda/node_modules/yargs/locales/zh_TW.json +0 -47
  779. package/publish-notification-lambda/node_modules/yargs/package.json +0 -122
  780. package/publish-notification-lambda/node_modules/yargs/yargs +0 -9
  781. package/publish-notification-lambda/node_modules/yargs-parser/CHANGELOG.md +0 -263
  782. package/publish-notification-lambda/node_modules/yargs-parser/LICENSE.txt +0 -14
  783. package/publish-notification-lambda/node_modules/yargs-parser/README.md +0 -518
  784. package/publish-notification-lambda/node_modules/yargs-parser/build/index.cjs +0 -1042
  785. package/publish-notification-lambda/node_modules/yargs-parser/package.json +0 -87
  786. package/publish-notification-lambda/node_modules/zip-stream/CHANGELOG.md +0 -110
  787. package/publish-notification-lambda/node_modules/zip-stream/LICENSE +0 -22
  788. package/publish-notification-lambda/node_modules/zip-stream/README.md +0 -45
  789. package/publish-notification-lambda/node_modules/zip-stream/package.json +0 -49
  790. package/publish-notification-lambda/package-lock.json +0 -1944
  791. package/rds-lambda/node_modules/.package-lock.json +0 -6153
  792. package/rds-lambda/node_modules/@ampproject/remapping/LICENSE +0 -202
  793. package/rds-lambda/node_modules/@ampproject/remapping/README.md +0 -218
  794. package/rds-lambda/node_modules/@ampproject/remapping/dist/remapping.mjs +0 -191
  795. package/rds-lambda/node_modules/@ampproject/remapping/dist/remapping.mjs.map +0 -1
  796. package/rds-lambda/node_modules/@ampproject/remapping/package.json +0 -75
  797. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
  798. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +0 -202
  799. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
  800. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
  801. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
  802. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
  803. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
  804. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
  805. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  806. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
  807. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
  808. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
  809. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
  810. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
  811. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
  812. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
  813. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
  814. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
  815. package/rds-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
  816. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +0 -88
  817. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +0 -202
  818. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/README.md +0 -31
  819. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
  820. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
  821. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
  822. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
  823. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
  824. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  825. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
  826. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
  827. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/package.json +0 -33
  828. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +0 -41
  829. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -34
  830. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
  831. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -3
  832. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +0 -9
  833. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +0 -71
  834. package/rds-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +0 -22
  835. package/rds-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +0 -86
  836. package/rds-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +0 -201
  837. package/rds-lambda/node_modules/@aws-crypto/sha256-js/README.md +0 -29
  838. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
  839. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
  840. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
  841. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
  842. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
  843. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  844. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
  845. package/rds-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
  846. package/rds-lambda/node_modules/@aws-crypto/sha256-js/package.json +0 -28
  847. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +0 -164
  848. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +0 -98
  849. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +0 -1
  850. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +0 -94
  851. package/rds-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +0 -401
  852. package/rds-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +0 -17
  853. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +0 -46
  854. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +0 -202
  855. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +0 -32
  856. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
  857. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
  858. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
  859. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
  860. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
  861. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  862. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
  863. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
  864. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +0 -26
  865. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +0 -1
  866. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +0 -76
  867. package/rds-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +0 -16
  868. package/rds-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +0 -47
  869. package/rds-lambda/node_modules/@aws-crypto/util/LICENSE +0 -201
  870. package/rds-lambda/node_modules/@aws-crypto/util/README.md +0 -16
  871. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
  872. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
  873. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
  874. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
  875. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
  876. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  877. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
  878. package/rds-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
  879. package/rds-lambda/node_modules/@aws-crypto/util/package.json +0 -31
  880. package/rds-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +0 -30
  881. package/rds-lambda/node_modules/@aws-crypto/util/src/index.ts +0 -7
  882. package/rds-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +0 -12
  883. package/rds-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +0 -11
  884. package/rds-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +0 -16
  885. package/rds-lambda/node_modules/@aws-crypto/util/tsconfig.json +0 -23
  886. package/rds-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +0 -201
  887. package/rds-lambda/node_modules/@aws-sdk/abort-controller/README.md +0 -4
  888. package/rds-lambda/node_modules/@aws-sdk/abort-controller/package.json +0 -58
  889. package/rds-lambda/node_modules/@aws-sdk/client-ssm/LICENSE +0 -201
  890. package/rds-lambda/node_modules/@aws-sdk/client-ssm/README.md +0 -1344
  891. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CHANGELOG.md +0 -229
  892. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CONTRIBUTING.md +0 -18
  893. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/LICENSE.md +0 -9
  894. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/README.md +0 -505
  895. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/bin/uuid +0 -2
  896. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/package.json +0 -135
  897. package/rds-lambda/node_modules/@aws-sdk/client-ssm/node_modules/uuid/wrapper.mjs +0 -10
  898. package/rds-lambda/node_modules/@aws-sdk/client-ssm/package.json +0 -102
  899. package/rds-lambda/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  900. package/rds-lambda/node_modules/@aws-sdk/client-sso/README.md +0 -255
  901. package/rds-lambda/node_modules/@aws-sdk/client-sso/package.json +0 -96
  902. package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  903. package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -268
  904. package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -96
  905. package/rds-lambda/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  906. package/rds-lambda/node_modules/@aws-sdk/client-sts/README.md +0 -273
  907. package/rds-lambda/node_modules/@aws-sdk/client-sts/package.json +0 -102
  908. package/rds-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +0 -201
  909. package/rds-lambda/node_modules/@aws-sdk/config-resolver/README.md +0 -10
  910. package/rds-lambda/node_modules/@aws-sdk/config-resolver/package.json +0 -59
  911. package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  912. package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  913. package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +0 -63
  914. package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +0 -201
  915. package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +0 -11
  916. package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +0 -66
  917. package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  918. package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  919. package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -69
  920. package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  921. package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +0 -101
  922. package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +0 -70
  923. package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  924. package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  925. package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +0 -64
  926. package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  927. package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  928. package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -66
  929. package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  930. package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  931. package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -71
  932. package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +0 -201
  933. package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +0 -4
  934. package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +0 -59
  935. package/rds-lambda/node_modules/@aws-sdk/hash-node/LICENSE +0 -201
  936. package/rds-lambda/node_modules/@aws-sdk/hash-node/README.md +0 -10
  937. package/rds-lambda/node_modules/@aws-sdk/hash-node/package.json +0 -61
  938. package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +0 -201
  939. package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +0 -10
  940. package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +0 -53
  941. package/rds-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +0 -201
  942. package/rds-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +0 -10
  943. package/rds-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +0 -56
  944. package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +0 -201
  945. package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +0 -4
  946. package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +0 -58
  947. package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +0 -201
  948. package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +0 -10
  949. package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +0 -61
  950. package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  951. package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  952. package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +0 -58
  953. package/rds-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  954. package/rds-lambda/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  955. package/rds-lambda/node_modules/@aws-sdk/middleware-logger/package.json +0 -59
  956. package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  957. package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  958. package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -58
  959. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +0 -201
  960. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/README.md +0 -4
  961. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/CHANGELOG.md +0 -229
  962. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/CONTRIBUTING.md +0 -18
  963. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/LICENSE.md +0 -9
  964. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/README.md +0 -505
  965. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/bin/uuid +0 -2
  966. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/package.json +0 -135
  967. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/wrapper.mjs +0 -10
  968. package/rds-lambda/node_modules/@aws-sdk/middleware-retry/package.json +0 -65
  969. package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +0 -201
  970. package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +0 -4
  971. package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +0 -58
  972. package/rds-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +0 -201
  973. package/rds-lambda/node_modules/@aws-sdk/middleware-serde/README.md +0 -4
  974. package/rds-lambda/node_modules/@aws-sdk/middleware-serde/package.json +0 -57
  975. package/rds-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
  976. package/rds-lambda/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
  977. package/rds-lambda/node_modules/@aws-sdk/middleware-signing/package.json +0 -61
  978. package/rds-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +0 -201
  979. package/rds-lambda/node_modules/@aws-sdk/middleware-stack/README.md +0 -78
  980. package/rds-lambda/node_modules/@aws-sdk/middleware-stack/package.json +0 -60
  981. package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  982. package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  983. package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -59
  984. package/rds-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +0 -201
  985. package/rds-lambda/node_modules/@aws-sdk/node-config-provider/README.md +0 -4
  986. package/rds-lambda/node_modules/@aws-sdk/node-config-provider/package.json +0 -61
  987. package/rds-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +0 -201
  988. package/rds-lambda/node_modules/@aws-sdk/node-http-handler/README.md +0 -4
  989. package/rds-lambda/node_modules/@aws-sdk/node-http-handler/package.json +0 -63
  990. package/rds-lambda/node_modules/@aws-sdk/property-provider/LICENSE +0 -201
  991. package/rds-lambda/node_modules/@aws-sdk/property-provider/README.md +0 -10
  992. package/rds-lambda/node_modules/@aws-sdk/property-provider/package.json +0 -56
  993. package/rds-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +0 -201
  994. package/rds-lambda/node_modules/@aws-sdk/protocol-http/README.md +0 -4
  995. package/rds-lambda/node_modules/@aws-sdk/protocol-http/package.json +0 -57
  996. package/rds-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +0 -201
  997. package/rds-lambda/node_modules/@aws-sdk/querystring-builder/README.md +0 -10
  998. package/rds-lambda/node_modules/@aws-sdk/querystring-builder/package.json +0 -57
  999. package/rds-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +0 -201
  1000. package/rds-lambda/node_modules/@aws-sdk/querystring-parser/README.md +0 -10
  1001. package/rds-lambda/node_modules/@aws-sdk/querystring-parser/package.json +0 -56
  1002. package/rds-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +0 -201
  1003. package/rds-lambda/node_modules/@aws-sdk/service-error-classification/README.md +0 -4
  1004. package/rds-lambda/node_modules/@aws-sdk/service-error-classification/package.json +0 -53
  1005. package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  1006. package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -105
  1007. package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -58
  1008. package/rds-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +0 -201
  1009. package/rds-lambda/node_modules/@aws-sdk/signature-v4/README.md +0 -4
  1010. package/rds-lambda/node_modules/@aws-sdk/signature-v4/package.json +0 -65
  1011. package/rds-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +0 -201
  1012. package/rds-lambda/node_modules/@aws-sdk/smithy-client/README.md +0 -10
  1013. package/rds-lambda/node_modules/@aws-sdk/smithy-client/package.json +0 -59
  1014. package/rds-lambda/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  1015. package/rds-lambda/node_modules/@aws-sdk/token-providers/README.md +0 -39
  1016. package/rds-lambda/node_modules/@aws-sdk/token-providers/package.json +0 -67
  1017. package/rds-lambda/node_modules/@aws-sdk/types/LICENSE +0 -201
  1018. package/rds-lambda/node_modules/@aws-sdk/types/README.md +0 -4
  1019. package/rds-lambda/node_modules/@aws-sdk/types/package.json +0 -57
  1020. package/rds-lambda/node_modules/@aws-sdk/url-parser/LICENSE +0 -201
  1021. package/rds-lambda/node_modules/@aws-sdk/url-parser/README.md +0 -10
  1022. package/rds-lambda/node_modules/@aws-sdk/url-parser/package.json +0 -54
  1023. package/rds-lambda/node_modules/@aws-sdk/util-base64/LICENSE +0 -201
  1024. package/rds-lambda/node_modules/@aws-sdk/util-base64/README.md +0 -4
  1025. package/rds-lambda/node_modules/@aws-sdk/util-base64/package.json +0 -66
  1026. package/rds-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +0 -201
  1027. package/rds-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +0 -12
  1028. package/rds-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +0 -53
  1029. package/rds-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +0 -201
  1030. package/rds-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +0 -12
  1031. package/rds-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +0 -57
  1032. package/rds-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +0 -201
  1033. package/rds-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +0 -10
  1034. package/rds-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +0 -57
  1035. package/rds-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +0 -201
  1036. package/rds-lambda/node_modules/@aws-sdk/util-config-provider/README.md +0 -4
  1037. package/rds-lambda/node_modules/@aws-sdk/util-config-provider/package.json +0 -58
  1038. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +0 -201
  1039. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +0 -10
  1040. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +0 -62
  1041. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +0 -201
  1042. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +0 -10
  1043. package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +0 -61
  1044. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  1045. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  1046. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -192
  1047. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -192
  1048. package/rds-lambda/node_modules/@aws-sdk/util-endpoints/package.json +0 -58
  1049. package/rds-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +0 -201
  1050. package/rds-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +0 -4
  1051. package/rds-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +0 -56
  1052. package/rds-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +0 -201
  1053. package/rds-lambda/node_modules/@aws-sdk/util-locate-window/README.md +0 -4
  1054. package/rds-lambda/node_modules/@aws-sdk/util-locate-window/package.json +0 -56
  1055. package/rds-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +0 -201
  1056. package/rds-lambda/node_modules/@aws-sdk/util-middleware/README.md +0 -12
  1057. package/rds-lambda/node_modules/@aws-sdk/util-middleware/package.json +0 -62
  1058. package/rds-lambda/node_modules/@aws-sdk/util-retry/LICENSE +0 -201
  1059. package/rds-lambda/node_modules/@aws-sdk/util-retry/README.md +0 -77
  1060. package/rds-lambda/node_modules/@aws-sdk/util-retry/package.json +0 -64
  1061. package/rds-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +0 -201
  1062. package/rds-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +0 -10
  1063. package/rds-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +0 -55
  1064. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  1065. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  1066. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -55
  1067. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  1068. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  1069. package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -66
  1070. package/rds-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +0 -201
  1071. package/rds-lambda/node_modules/@aws-sdk/util-utf8/README.md +0 -4
  1072. package/rds-lambda/node_modules/@aws-sdk/util-utf8/package.json +0 -65
  1073. package/rds-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
  1074. package/rds-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
  1075. package/rds-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
  1076. package/rds-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +0 -201
  1077. package/rds-lambda/node_modules/@aws-sdk/util-waiter/README.md +0 -10
  1078. package/rds-lambda/node_modules/@aws-sdk/util-waiter/package.json +0 -58
  1079. package/rds-lambda/node_modules/@babel/code-frame/LICENSE +0 -22
  1080. package/rds-lambda/node_modules/@babel/code-frame/README.md +0 -19
  1081. package/rds-lambda/node_modules/@babel/code-frame/package.json +0 -28
  1082. package/rds-lambda/node_modules/@babel/compat-data/LICENSE +0 -22
  1083. package/rds-lambda/node_modules/@babel/compat-data/README.md +0 -19
  1084. package/rds-lambda/node_modules/@babel/compat-data/data/corejs2-built-ins.json +0 -1935
  1085. package/rds-lambda/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +0 -5
  1086. package/rds-lambda/node_modules/@babel/compat-data/data/native-modules.json +0 -18
  1087. package/rds-lambda/node_modules/@babel/compat-data/data/overlapping-plugins.json +0 -25
  1088. package/rds-lambda/node_modules/@babel/compat-data/data/plugin-bugfixes.json +0 -184
  1089. package/rds-lambda/node_modules/@babel/compat-data/data/plugins.json +0 -696
  1090. package/rds-lambda/node_modules/@babel/compat-data/package.json +0 -40
  1091. package/rds-lambda/node_modules/@babel/core/LICENSE +0 -22
  1092. package/rds-lambda/node_modules/@babel/core/README.md +0 -19
  1093. package/rds-lambda/node_modules/@babel/core/cjs-proxy.cjs +0 -51
  1094. package/rds-lambda/node_modules/@babel/core/lib/config/files/import.cjs +0 -6
  1095. package/rds-lambda/node_modules/@babel/core/lib/config/files/import.cjs.map +0 -1
  1096. package/rds-lambda/node_modules/@babel/core/package.json +0 -82
  1097. package/rds-lambda/node_modules/@babel/core/src/config/files/index-browser.ts +0 -109
  1098. package/rds-lambda/node_modules/@babel/core/src/config/files/index.ts +0 -29
  1099. package/rds-lambda/node_modules/@babel/core/src/config/resolve-targets-browser.ts +0 -40
  1100. package/rds-lambda/node_modules/@babel/core/src/config/resolve-targets.ts +0 -56
  1101. package/rds-lambda/node_modules/@babel/core/src/transform-file-browser.ts +0 -31
  1102. package/rds-lambda/node_modules/@babel/core/src/transform-file.ts +0 -55
  1103. package/rds-lambda/node_modules/@babel/generator/LICENSE +0 -22
  1104. package/rds-lambda/node_modules/@babel/generator/README.md +0 -19
  1105. package/rds-lambda/node_modules/@babel/generator/package.json +0 -37
  1106. package/rds-lambda/node_modules/@babel/helper-compilation-targets/LICENSE +0 -22
  1107. package/rds-lambda/node_modules/@babel/helper-compilation-targets/README.md +0 -19
  1108. package/rds-lambda/node_modules/@babel/helper-compilation-targets/package.json +0 -44
  1109. package/rds-lambda/node_modules/@babel/helper-environment-visitor/LICENSE +0 -22
  1110. package/rds-lambda/node_modules/@babel/helper-environment-visitor/README.md +0 -19
  1111. package/rds-lambda/node_modules/@babel/helper-environment-visitor/package.json +0 -29
  1112. package/rds-lambda/node_modules/@babel/helper-function-name/LICENSE +0 -22
  1113. package/rds-lambda/node_modules/@babel/helper-function-name/README.md +0 -19
  1114. package/rds-lambda/node_modules/@babel/helper-function-name/package.json +0 -25
  1115. package/rds-lambda/node_modules/@babel/helper-hoist-variables/LICENSE +0 -22
  1116. package/rds-lambda/node_modules/@babel/helper-hoist-variables/README.md +0 -19
  1117. package/rds-lambda/node_modules/@babel/helper-hoist-variables/package.json +0 -28
  1118. package/rds-lambda/node_modules/@babel/helper-module-imports/LICENSE +0 -22
  1119. package/rds-lambda/node_modules/@babel/helper-module-imports/README.md +0 -19
  1120. package/rds-lambda/node_modules/@babel/helper-module-imports/package.json +0 -28
  1121. package/rds-lambda/node_modules/@babel/helper-module-transforms/LICENSE +0 -22
  1122. package/rds-lambda/node_modules/@babel/helper-module-transforms/README.md +0 -19
  1123. package/rds-lambda/node_modules/@babel/helper-module-transforms/package.json +0 -31
  1124. package/rds-lambda/node_modules/@babel/helper-plugin-utils/LICENSE +0 -22
  1125. package/rds-lambda/node_modules/@babel/helper-plugin-utils/README.md +0 -19
  1126. package/rds-lambda/node_modules/@babel/helper-plugin-utils/package.json +0 -21
  1127. package/rds-lambda/node_modules/@babel/helper-simple-access/LICENSE +0 -22
  1128. package/rds-lambda/node_modules/@babel/helper-simple-access/README.md +0 -19
  1129. package/rds-lambda/node_modules/@babel/helper-simple-access/package.json +0 -28
  1130. package/rds-lambda/node_modules/@babel/helper-split-export-declaration/LICENSE +0 -22
  1131. package/rds-lambda/node_modules/@babel/helper-split-export-declaration/README.md +0 -19
  1132. package/rds-lambda/node_modules/@babel/helper-split-export-declaration/package.json +0 -24
  1133. package/rds-lambda/node_modules/@babel/helper-string-parser/LICENSE +0 -22
  1134. package/rds-lambda/node_modules/@babel/helper-string-parser/README.md +0 -19
  1135. package/rds-lambda/node_modules/@babel/helper-string-parser/package.json +0 -28
  1136. package/rds-lambda/node_modules/@babel/helper-validator-identifier/LICENSE +0 -22
  1137. package/rds-lambda/node_modules/@babel/helper-validator-identifier/README.md +0 -19
  1138. package/rds-lambda/node_modules/@babel/helper-validator-identifier/package.json +0 -28
  1139. package/rds-lambda/node_modules/@babel/helper-validator-option/LICENSE +0 -22
  1140. package/rds-lambda/node_modules/@babel/helper-validator-option/README.md +0 -19
  1141. package/rds-lambda/node_modules/@babel/helper-validator-option/package.json +0 -24
  1142. package/rds-lambda/node_modules/@babel/helpers/LICENSE +0 -22
  1143. package/rds-lambda/node_modules/@babel/helpers/README.md +0 -19
  1144. package/rds-lambda/node_modules/@babel/helpers/package.json +0 -33
  1145. package/rds-lambda/node_modules/@babel/helpers/scripts/package.json +0 -1
  1146. package/rds-lambda/node_modules/@babel/highlight/LICENSE +0 -22
  1147. package/rds-lambda/node_modules/@babel/highlight/README.md +0 -19
  1148. package/rds-lambda/node_modules/@babel/highlight/package.json +0 -30
  1149. package/rds-lambda/node_modules/@babel/parser/CHANGELOG.md +0 -1073
  1150. package/rds-lambda/node_modules/@babel/parser/LICENSE +0 -19
  1151. package/rds-lambda/node_modules/@babel/parser/README.md +0 -19
  1152. package/rds-lambda/node_modules/@babel/parser/index.cjs +0 -5
  1153. package/rds-lambda/node_modules/@babel/parser/package.json +0 -46
  1154. package/rds-lambda/node_modules/@babel/plugin-syntax-async-generators/LICENSE +0 -22
  1155. package/rds-lambda/node_modules/@babel/plugin-syntax-async-generators/README.md +0 -19
  1156. package/rds-lambda/node_modules/@babel/plugin-syntax-async-generators/package.json +0 -23
  1157. package/rds-lambda/node_modules/@babel/plugin-syntax-bigint/LICENSE +0 -22
  1158. package/rds-lambda/node_modules/@babel/plugin-syntax-bigint/README.md +0 -19
  1159. package/rds-lambda/node_modules/@babel/plugin-syntax-bigint/package.json +0 -23
  1160. package/rds-lambda/node_modules/@babel/plugin-syntax-class-properties/LICENSE +0 -22
  1161. package/rds-lambda/node_modules/@babel/plugin-syntax-class-properties/README.md +0 -19
  1162. package/rds-lambda/node_modules/@babel/plugin-syntax-class-properties/package.json +0 -28
  1163. package/rds-lambda/node_modules/@babel/plugin-syntax-import-meta/LICENSE +0 -22
  1164. package/rds-lambda/node_modules/@babel/plugin-syntax-import-meta/README.md +0 -19
  1165. package/rds-lambda/node_modules/@babel/plugin-syntax-import-meta/package.json +0 -28
  1166. package/rds-lambda/node_modules/@babel/plugin-syntax-json-strings/LICENSE +0 -22
  1167. package/rds-lambda/node_modules/@babel/plugin-syntax-json-strings/README.md +0 -19
  1168. package/rds-lambda/node_modules/@babel/plugin-syntax-json-strings/package.json +0 -23
  1169. package/rds-lambda/node_modules/@babel/plugin-syntax-jsx/LICENSE +0 -22
  1170. package/rds-lambda/node_modules/@babel/plugin-syntax-jsx/README.md +0 -19
  1171. package/rds-lambda/node_modules/@babel/plugin-syntax-jsx/package.json +0 -33
  1172. package/rds-lambda/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +0 -22
  1173. package/rds-lambda/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +0 -19
  1174. package/rds-lambda/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +0 -28
  1175. package/rds-lambda/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +0 -22
  1176. package/rds-lambda/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +0 -19
  1177. package/rds-lambda/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +0 -23
  1178. package/rds-lambda/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +0 -22
  1179. package/rds-lambda/node_modules/@babel/plugin-syntax-numeric-separator/README.md +0 -19
  1180. package/rds-lambda/node_modules/@babel/plugin-syntax-numeric-separator/package.json +0 -28
  1181. package/rds-lambda/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +0 -22
  1182. package/rds-lambda/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +0 -19
  1183. package/rds-lambda/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +0 -23
  1184. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +0 -22
  1185. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +0 -19
  1186. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +0 -23
  1187. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +0 -22
  1188. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-chaining/README.md +0 -19
  1189. package/rds-lambda/node_modules/@babel/plugin-syntax-optional-chaining/package.json +0 -23
  1190. package/rds-lambda/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +0 -22
  1191. package/rds-lambda/node_modules/@babel/plugin-syntax-top-level-await/README.md +0 -19
  1192. package/rds-lambda/node_modules/@babel/plugin-syntax-top-level-await/package.json +0 -32
  1193. package/rds-lambda/node_modules/@babel/plugin-syntax-typescript/LICENSE +0 -22
  1194. package/rds-lambda/node_modules/@babel/plugin-syntax-typescript/README.md +0 -19
  1195. package/rds-lambda/node_modules/@babel/plugin-syntax-typescript/package.json +0 -35
  1196. package/rds-lambda/node_modules/@babel/template/LICENSE +0 -22
  1197. package/rds-lambda/node_modules/@babel/template/README.md +0 -19
  1198. package/rds-lambda/node_modules/@babel/template/package.json +0 -27
  1199. package/rds-lambda/node_modules/@babel/traverse/LICENSE +0 -22
  1200. package/rds-lambda/node_modules/@babel/traverse/README.md +0 -19
  1201. package/rds-lambda/node_modules/@babel/traverse/package.json +0 -37
  1202. package/rds-lambda/node_modules/@babel/types/LICENSE +0 -22
  1203. package/rds-lambda/node_modules/@babel/types/README.md +0 -19
  1204. package/rds-lambda/node_modules/@babel/types/lib/index.js.flow +0 -2602
  1205. package/rds-lambda/node_modules/@babel/types/package.json +0 -41
  1206. package/rds-lambda/node_modules/@bcoe/v8-coverage/.editorconfig +0 -9
  1207. package/rds-lambda/node_modules/@bcoe/v8-coverage/.gitattributes +0 -2
  1208. package/rds-lambda/node_modules/@bcoe/v8-coverage/CHANGELOG.md +0 -250
  1209. package/rds-lambda/node_modules/@bcoe/v8-coverage/LICENSE.md +0 -21
  1210. package/rds-lambda/node_modules/@bcoe/v8-coverage/LICENSE.txt +0 -14
  1211. package/rds-lambda/node_modules/@bcoe/v8-coverage/README.md +0 -11
  1212. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/CHANGELOG.md +0 -250
  1213. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/LICENSE.md +0 -21
  1214. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/README.md +0 -11
  1215. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/ascii.ts +0 -146
  1216. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/clone.ts +0 -70
  1217. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/compare.ts +0 -40
  1218. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/index.ts +0 -6
  1219. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/merge.ts +0 -343
  1220. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/normalize.ts +0 -84
  1221. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/range-tree.ts +0 -156
  1222. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/_src/types.ts +0 -26
  1223. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/ascii.mjs +0 -130
  1224. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/clone.mjs +0 -64
  1225. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/compare.mjs +0 -41
  1226. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/index.mjs +0 -7
  1227. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/merge.mjs +0 -297
  1228. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/normalize.mjs +0 -79
  1229. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/package.json +0 -44
  1230. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.mjs +0 -136
  1231. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/tsconfig.json +0 -62
  1232. package/rds-lambda/node_modules/@bcoe/v8-coverage/dist/lib/types.mjs +0 -3
  1233. package/rds-lambda/node_modules/@bcoe/v8-coverage/gulpfile.ts +0 -95
  1234. package/rds-lambda/node_modules/@bcoe/v8-coverage/package.json +0 -48
  1235. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/ascii.ts +0 -146
  1236. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/clone.ts +0 -70
  1237. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/compare.ts +0 -40
  1238. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/index.ts +0 -6
  1239. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/merge.ts +0 -343
  1240. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/normalize.ts +0 -84
  1241. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/range-tree.ts +0 -156
  1242. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/lib/types.ts +0 -26
  1243. package/rds-lambda/node_modules/@bcoe/v8-coverage/src/test/merge.spec.ts +0 -280
  1244. package/rds-lambda/node_modules/@bcoe/v8-coverage/tsconfig.json +0 -59
  1245. package/rds-lambda/node_modules/@istanbuljs/load-nyc-config/CHANGELOG.md +0 -41
  1246. package/rds-lambda/node_modules/@istanbuljs/load-nyc-config/LICENSE +0 -16
  1247. package/rds-lambda/node_modules/@istanbuljs/load-nyc-config/README.md +0 -64
  1248. package/rds-lambda/node_modules/@istanbuljs/load-nyc-config/package.json +0 -49
  1249. package/rds-lambda/node_modules/@istanbuljs/schema/CHANGELOG.md +0 -44
  1250. package/rds-lambda/node_modules/@istanbuljs/schema/LICENSE +0 -21
  1251. package/rds-lambda/node_modules/@istanbuljs/schema/README.md +0 -30
  1252. package/rds-lambda/node_modules/@istanbuljs/schema/package.json +0 -30
  1253. package/rds-lambda/node_modules/@jest/console/LICENSE +0 -21
  1254. package/rds-lambda/node_modules/@jest/console/node_modules/ansi-styles/license +0 -9
  1255. package/rds-lambda/node_modules/@jest/console/node_modules/ansi-styles/package.json +0 -56
  1256. package/rds-lambda/node_modules/@jest/console/node_modules/ansi-styles/readme.md +0 -152
  1257. package/rds-lambda/node_modules/@jest/console/node_modules/chalk/license +0 -9
  1258. package/rds-lambda/node_modules/@jest/console/node_modules/chalk/package.json +0 -68
  1259. package/rds-lambda/node_modules/@jest/console/node_modules/chalk/readme.md +0 -341
  1260. package/rds-lambda/node_modules/@jest/console/node_modules/color-convert/CHANGELOG.md +0 -54
  1261. package/rds-lambda/node_modules/@jest/console/node_modules/color-convert/LICENSE +0 -21
  1262. package/rds-lambda/node_modules/@jest/console/node_modules/color-convert/README.md +0 -68
  1263. package/rds-lambda/node_modules/@jest/console/node_modules/color-convert/package.json +0 -48
  1264. package/rds-lambda/node_modules/@jest/console/node_modules/color-name/LICENSE +0 -8
  1265. package/rds-lambda/node_modules/@jest/console/node_modules/color-name/README.md +0 -11
  1266. package/rds-lambda/node_modules/@jest/console/node_modules/color-name/package.json +0 -28
  1267. package/rds-lambda/node_modules/@jest/console/node_modules/has-flag/license +0 -9
  1268. package/rds-lambda/node_modules/@jest/console/node_modules/has-flag/package.json +0 -46
  1269. package/rds-lambda/node_modules/@jest/console/node_modules/has-flag/readme.md +0 -89
  1270. package/rds-lambda/node_modules/@jest/console/node_modules/supports-color/license +0 -9
  1271. package/rds-lambda/node_modules/@jest/console/node_modules/supports-color/package.json +0 -53
  1272. package/rds-lambda/node_modules/@jest/console/node_modules/supports-color/readme.md +0 -76
  1273. package/rds-lambda/node_modules/@jest/console/package.json +0 -37
  1274. package/rds-lambda/node_modules/@jest/core/LICENSE +0 -21
  1275. package/rds-lambda/node_modules/@jest/core/README.md +0 -3
  1276. package/rds-lambda/node_modules/@jest/core/node_modules/ansi-styles/license +0 -9
  1277. package/rds-lambda/node_modules/@jest/core/node_modules/ansi-styles/package.json +0 -56
  1278. package/rds-lambda/node_modules/@jest/core/node_modules/ansi-styles/readme.md +0 -152
  1279. package/rds-lambda/node_modules/@jest/core/node_modules/chalk/license +0 -9
  1280. package/rds-lambda/node_modules/@jest/core/node_modules/chalk/package.json +0 -68
  1281. package/rds-lambda/node_modules/@jest/core/node_modules/chalk/readme.md +0 -341
  1282. package/rds-lambda/node_modules/@jest/core/node_modules/color-convert/CHANGELOG.md +0 -54
  1283. package/rds-lambda/node_modules/@jest/core/node_modules/color-convert/LICENSE +0 -21
  1284. package/rds-lambda/node_modules/@jest/core/node_modules/color-convert/README.md +0 -68
  1285. package/rds-lambda/node_modules/@jest/core/node_modules/color-convert/package.json +0 -48
  1286. package/rds-lambda/node_modules/@jest/core/node_modules/color-name/LICENSE +0 -8
  1287. package/rds-lambda/node_modules/@jest/core/node_modules/color-name/README.md +0 -11
  1288. package/rds-lambda/node_modules/@jest/core/node_modules/color-name/package.json +0 -28
  1289. package/rds-lambda/node_modules/@jest/core/node_modules/has-flag/license +0 -9
  1290. package/rds-lambda/node_modules/@jest/core/node_modules/has-flag/package.json +0 -46
  1291. package/rds-lambda/node_modules/@jest/core/node_modules/has-flag/readme.md +0 -89
  1292. package/rds-lambda/node_modules/@jest/core/node_modules/supports-color/license +0 -9
  1293. package/rds-lambda/node_modules/@jest/core/node_modules/supports-color/package.json +0 -53
  1294. package/rds-lambda/node_modules/@jest/core/node_modules/supports-color/readme.md +0 -76
  1295. package/rds-lambda/node_modules/@jest/core/package.json +0 -102
  1296. package/rds-lambda/node_modules/@jest/environment/LICENSE +0 -21
  1297. package/rds-lambda/node_modules/@jest/environment/package.json +0 -32
  1298. package/rds-lambda/node_modules/@jest/expect/LICENSE +0 -21
  1299. package/rds-lambda/node_modules/@jest/expect/README.md +0 -5
  1300. package/rds-lambda/node_modules/@jest/expect/package.json +0 -34
  1301. package/rds-lambda/node_modules/@jest/expect-utils/LICENSE +0 -21
  1302. package/rds-lambda/node_modules/@jest/expect-utils/README.md +0 -5
  1303. package/rds-lambda/node_modules/@jest/expect-utils/package.json +0 -35
  1304. package/rds-lambda/node_modules/@jest/fake-timers/LICENSE +0 -21
  1305. package/rds-lambda/node_modules/@jest/fake-timers/package.json +0 -38
  1306. package/rds-lambda/node_modules/@jest/globals/LICENSE +0 -21
  1307. package/rds-lambda/node_modules/@jest/globals/package.json +0 -32
  1308. package/rds-lambda/node_modules/@jest/reporters/LICENSE +0 -21
  1309. package/rds-lambda/node_modules/@jest/reporters/assets/jest_logo.png +0 -0
  1310. package/rds-lambda/node_modules/@jest/reporters/node_modules/ansi-styles/license +0 -9
  1311. package/rds-lambda/node_modules/@jest/reporters/node_modules/ansi-styles/package.json +0 -56
  1312. package/rds-lambda/node_modules/@jest/reporters/node_modules/ansi-styles/readme.md +0 -152
  1313. package/rds-lambda/node_modules/@jest/reporters/node_modules/chalk/license +0 -9
  1314. package/rds-lambda/node_modules/@jest/reporters/node_modules/chalk/package.json +0 -68
  1315. package/rds-lambda/node_modules/@jest/reporters/node_modules/chalk/readme.md +0 -341
  1316. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-convert/CHANGELOG.md +0 -54
  1317. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-convert/LICENSE +0 -21
  1318. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-convert/README.md +0 -68
  1319. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-convert/package.json +0 -48
  1320. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-name/LICENSE +0 -8
  1321. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-name/README.md +0 -11
  1322. package/rds-lambda/node_modules/@jest/reporters/node_modules/color-name/package.json +0 -28
  1323. package/rds-lambda/node_modules/@jest/reporters/node_modules/has-flag/license +0 -9
  1324. package/rds-lambda/node_modules/@jest/reporters/node_modules/has-flag/package.json +0 -46
  1325. package/rds-lambda/node_modules/@jest/reporters/node_modules/has-flag/readme.md +0 -89
  1326. package/rds-lambda/node_modules/@jest/reporters/node_modules/supports-color/license +0 -9
  1327. package/rds-lambda/node_modules/@jest/reporters/node_modules/supports-color/package.json +0 -53
  1328. package/rds-lambda/node_modules/@jest/reporters/node_modules/supports-color/readme.md +0 -76
  1329. package/rds-lambda/node_modules/@jest/reporters/package.json +0 -82
  1330. package/rds-lambda/node_modules/@jest/schemas/LICENSE +0 -21
  1331. package/rds-lambda/node_modules/@jest/schemas/README.md +0 -3
  1332. package/rds-lambda/node_modules/@jest/schemas/package.json +0 -29
  1333. package/rds-lambda/node_modules/@jest/source-map/LICENSE +0 -21
  1334. package/rds-lambda/node_modules/@jest/source-map/package.json +0 -34
  1335. package/rds-lambda/node_modules/@jest/test-result/LICENSE +0 -21
  1336. package/rds-lambda/node_modules/@jest/test-result/package.json +0 -36
  1337. package/rds-lambda/node_modules/@jest/test-sequencer/LICENSE +0 -21
  1338. package/rds-lambda/node_modules/@jest/test-sequencer/package.json +0 -36
  1339. package/rds-lambda/node_modules/@jest/transform/LICENSE +0 -21
  1340. package/rds-lambda/node_modules/@jest/transform/node_modules/ansi-styles/license +0 -9
  1341. package/rds-lambda/node_modules/@jest/transform/node_modules/ansi-styles/package.json +0 -56
  1342. package/rds-lambda/node_modules/@jest/transform/node_modules/ansi-styles/readme.md +0 -152
  1343. package/rds-lambda/node_modules/@jest/transform/node_modules/chalk/license +0 -9
  1344. package/rds-lambda/node_modules/@jest/transform/node_modules/chalk/package.json +0 -68
  1345. package/rds-lambda/node_modules/@jest/transform/node_modules/chalk/readme.md +0 -341
  1346. package/rds-lambda/node_modules/@jest/transform/node_modules/color-convert/CHANGELOG.md +0 -54
  1347. package/rds-lambda/node_modules/@jest/transform/node_modules/color-convert/LICENSE +0 -21
  1348. package/rds-lambda/node_modules/@jest/transform/node_modules/color-convert/README.md +0 -68
  1349. package/rds-lambda/node_modules/@jest/transform/node_modules/color-convert/package.json +0 -48
  1350. package/rds-lambda/node_modules/@jest/transform/node_modules/color-name/LICENSE +0 -8
  1351. package/rds-lambda/node_modules/@jest/transform/node_modules/color-name/README.md +0 -11
  1352. package/rds-lambda/node_modules/@jest/transform/node_modules/color-name/package.json +0 -28
  1353. package/rds-lambda/node_modules/@jest/transform/node_modules/convert-source-map/LICENSE +0 -23
  1354. package/rds-lambda/node_modules/@jest/transform/node_modules/convert-source-map/README.md +0 -206
  1355. package/rds-lambda/node_modules/@jest/transform/node_modules/convert-source-map/package.json +0 -38
  1356. package/rds-lambda/node_modules/@jest/transform/node_modules/has-flag/license +0 -9
  1357. package/rds-lambda/node_modules/@jest/transform/node_modules/has-flag/package.json +0 -46
  1358. package/rds-lambda/node_modules/@jest/transform/node_modules/has-flag/readme.md +0 -89
  1359. package/rds-lambda/node_modules/@jest/transform/node_modules/supports-color/license +0 -9
  1360. package/rds-lambda/node_modules/@jest/transform/node_modules/supports-color/package.json +0 -53
  1361. package/rds-lambda/node_modules/@jest/transform/node_modules/supports-color/readme.md +0 -76
  1362. package/rds-lambda/node_modules/@jest/transform/package.json +0 -52
  1363. package/rds-lambda/node_modules/@jest/types/LICENSE +0 -21
  1364. package/rds-lambda/node_modules/@jest/types/README.md +0 -30
  1365. package/rds-lambda/node_modules/@jest/types/node_modules/ansi-styles/license +0 -9
  1366. package/rds-lambda/node_modules/@jest/types/node_modules/ansi-styles/package.json +0 -56
  1367. package/rds-lambda/node_modules/@jest/types/node_modules/ansi-styles/readme.md +0 -152
  1368. package/rds-lambda/node_modules/@jest/types/node_modules/chalk/license +0 -9
  1369. package/rds-lambda/node_modules/@jest/types/node_modules/chalk/package.json +0 -68
  1370. package/rds-lambda/node_modules/@jest/types/node_modules/chalk/readme.md +0 -341
  1371. package/rds-lambda/node_modules/@jest/types/node_modules/color-convert/CHANGELOG.md +0 -54
  1372. package/rds-lambda/node_modules/@jest/types/node_modules/color-convert/LICENSE +0 -21
  1373. package/rds-lambda/node_modules/@jest/types/node_modules/color-convert/README.md +0 -68
  1374. package/rds-lambda/node_modules/@jest/types/node_modules/color-convert/package.json +0 -48
  1375. package/rds-lambda/node_modules/@jest/types/node_modules/color-name/LICENSE +0 -8
  1376. package/rds-lambda/node_modules/@jest/types/node_modules/color-name/README.md +0 -11
  1377. package/rds-lambda/node_modules/@jest/types/node_modules/color-name/package.json +0 -28
  1378. package/rds-lambda/node_modules/@jest/types/node_modules/has-flag/license +0 -9
  1379. package/rds-lambda/node_modules/@jest/types/node_modules/has-flag/package.json +0 -46
  1380. package/rds-lambda/node_modules/@jest/types/node_modules/has-flag/readme.md +0 -89
  1381. package/rds-lambda/node_modules/@jest/types/node_modules/supports-color/license +0 -9
  1382. package/rds-lambda/node_modules/@jest/types/node_modules/supports-color/package.json +0 -53
  1383. package/rds-lambda/node_modules/@jest/types/node_modules/supports-color/readme.md +0 -76
  1384. package/rds-lambda/node_modules/@jest/types/package.json +0 -38
  1385. package/rds-lambda/node_modules/@jridgewell/gen-mapping/LICENSE +0 -19
  1386. package/rds-lambda/node_modules/@jridgewell/gen-mapping/README.md +0 -227
  1387. package/rds-lambda/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +0 -230
  1388. package/rds-lambda/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +0 -1
  1389. package/rds-lambda/node_modules/@jridgewell/gen-mapping/package.json +0 -77
  1390. package/rds-lambda/node_modules/@jridgewell/resolve-uri/LICENSE +0 -19
  1391. package/rds-lambda/node_modules/@jridgewell/resolve-uri/README.md +0 -40
  1392. package/rds-lambda/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +0 -242
  1393. package/rds-lambda/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +0 -1
  1394. package/rds-lambda/node_modules/@jridgewell/resolve-uri/package.json +0 -69
  1395. package/rds-lambda/node_modules/@jridgewell/set-array/LICENSE +0 -19
  1396. package/rds-lambda/node_modules/@jridgewell/set-array/README.md +0 -37
  1397. package/rds-lambda/node_modules/@jridgewell/set-array/dist/set-array.mjs +0 -48
  1398. package/rds-lambda/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +0 -1
  1399. package/rds-lambda/node_modules/@jridgewell/set-array/package.json +0 -66
  1400. package/rds-lambda/node_modules/@jridgewell/set-array/src/set-array.ts +0 -55
  1401. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/LICENSE +0 -21
  1402. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/README.md +0 -200
  1403. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +0 -164
  1404. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +0 -1
  1405. package/rds-lambda/node_modules/@jridgewell/sourcemap-codec/package.json +0 -74
  1406. package/rds-lambda/node_modules/@jridgewell/trace-mapping/LICENSE +0 -19
  1407. package/rds-lambda/node_modules/@jridgewell/trace-mapping/README.md +0 -252
  1408. package/rds-lambda/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +0 -552
  1409. package/rds-lambda/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +0 -1
  1410. package/rds-lambda/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/LICENSE +0 -21
  1411. package/rds-lambda/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/README.md +0 -200
  1412. package/rds-lambda/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +0 -164
  1413. package/rds-lambda/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +0 -1
  1414. package/rds-lambda/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/package.json +0 -75
  1415. package/rds-lambda/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +0 -198
  1416. package/rds-lambda/node_modules/@jridgewell/trace-mapping/package.json +0 -75
  1417. package/rds-lambda/node_modules/@sinclair/typebox/license +0 -23
  1418. package/rds-lambda/node_modules/@sinclair/typebox/package.json +0 -52
  1419. package/rds-lambda/node_modules/@sinclair/typebox/readme.md +0 -1237
  1420. package/rds-lambda/node_modules/@sinonjs/commons/LICENSE +0 -29
  1421. package/rds-lambda/node_modules/@sinonjs/commons/README.md +0 -16
  1422. package/rds-lambda/node_modules/@sinonjs/commons/lib/prototypes/README.md +0 -43
  1423. package/rds-lambda/node_modules/@sinonjs/commons/package.json +0 -57
  1424. package/rds-lambda/node_modules/@sinonjs/fake-timers/LICENSE +0 -11
  1425. package/rds-lambda/node_modules/@sinonjs/fake-timers/README.md +0 -358
  1426. package/rds-lambda/node_modules/@sinonjs/fake-timers/package.json +0 -65
  1427. package/rds-lambda/node_modules/@smithy/protocol-http/LICENSE +0 -201
  1428. package/rds-lambda/node_modules/@smithy/protocol-http/README.md +0 -4
  1429. package/rds-lambda/node_modules/@smithy/protocol-http/package.json +0 -63
  1430. package/rds-lambda/node_modules/@smithy/types/LICENSE +0 -201
  1431. package/rds-lambda/node_modules/@smithy/types/README.md +0 -4
  1432. package/rds-lambda/node_modules/@smithy/types/package.json +0 -62
  1433. package/rds-lambda/node_modules/@types/babel__core/LICENSE +0 -21
  1434. package/rds-lambda/node_modules/@types/babel__core/README.md +0 -16
  1435. package/rds-lambda/node_modules/@types/babel__core/package.json +0 -51
  1436. package/rds-lambda/node_modules/@types/babel__generator/LICENSE +0 -21
  1437. package/rds-lambda/node_modules/@types/babel__generator/README.md +0 -16
  1438. package/rds-lambda/node_modules/@types/babel__generator/package.json +0 -42
  1439. package/rds-lambda/node_modules/@types/babel__template/LICENSE +0 -21
  1440. package/rds-lambda/node_modules/@types/babel__template/README.md +0 -16
  1441. package/rds-lambda/node_modules/@types/babel__template/package.json +0 -43
  1442. package/rds-lambda/node_modules/@types/babel__traverse/LICENSE +0 -21
  1443. package/rds-lambda/node_modules/@types/babel__traverse/README.md +0 -16
  1444. package/rds-lambda/node_modules/@types/babel__traverse/package.json +0 -62
  1445. package/rds-lambda/node_modules/@types/graceful-fs/LICENSE +0 -21
  1446. package/rds-lambda/node_modules/@types/graceful-fs/README.md +0 -38
  1447. package/rds-lambda/node_modules/@types/graceful-fs/package.json +0 -32
  1448. package/rds-lambda/node_modules/@types/istanbul-lib-coverage/LICENSE +0 -21
  1449. package/rds-lambda/node_modules/@types/istanbul-lib-coverage/README.md +0 -16
  1450. package/rds-lambda/node_modules/@types/istanbul-lib-coverage/package.json +0 -25
  1451. package/rds-lambda/node_modules/@types/istanbul-lib-report/LICENSE +0 -21
  1452. package/rds-lambda/node_modules/@types/istanbul-lib-report/README.md +0 -16
  1453. package/rds-lambda/node_modules/@types/istanbul-lib-report/package.json +0 -31
  1454. package/rds-lambda/node_modules/@types/istanbul-reports/LICENSE +0 -21
  1455. package/rds-lambda/node_modules/@types/istanbul-reports/README.md +0 -94
  1456. package/rds-lambda/node_modules/@types/istanbul-reports/package.json +0 -32
  1457. package/rds-lambda/node_modules/@types/jest/LICENSE +0 -21
  1458. package/rds-lambda/node_modules/@types/jest/README.md +0 -17
  1459. package/rds-lambda/node_modules/@types/jest/package.json +0 -159
  1460. package/rds-lambda/node_modules/@types/knex/LICENSE +0 -21
  1461. package/rds-lambda/node_modules/@types/knex/README.md +0 -3
  1462. package/rds-lambda/node_modules/@types/knex/package.json +0 -14
  1463. package/rds-lambda/node_modules/@types/node/LICENSE +0 -21
  1464. package/rds-lambda/node_modules/@types/node/README.md +0 -16
  1465. package/rds-lambda/node_modules/@types/node/package.json +0 -237
  1466. package/rds-lambda/node_modules/@types/prettier/LICENSE +0 -21
  1467. package/rds-lambda/node_modules/@types/prettier/README.md +0 -16
  1468. package/rds-lambda/node_modules/@types/prettier/package.json +0 -65
  1469. package/rds-lambda/node_modules/@types/stack-utils/LICENSE +0 -21
  1470. package/rds-lambda/node_modules/@types/stack-utils/README.md +0 -85
  1471. package/rds-lambda/node_modules/@types/stack-utils/package.json +0 -25
  1472. package/rds-lambda/node_modules/@types/yargs/LICENSE +0 -21
  1473. package/rds-lambda/node_modules/@types/yargs/README.md +0 -16
  1474. package/rds-lambda/node_modules/@types/yargs/helpers.d.mts +0 -1
  1475. package/rds-lambda/node_modules/@types/yargs/index.d.mts +0 -46
  1476. package/rds-lambda/node_modules/@types/yargs/package.json +0 -87
  1477. package/rds-lambda/node_modules/@types/yargs-parser/LICENSE +0 -21
  1478. package/rds-lambda/node_modules/@types/yargs-parser/README.md +0 -16
  1479. package/rds-lambda/node_modules/@types/yargs-parser/package.json +0 -25
  1480. package/rds-lambda/node_modules/ansi-escapes/license +0 -9
  1481. package/rds-lambda/node_modules/ansi-escapes/package.json +0 -57
  1482. package/rds-lambda/node_modules/ansi-escapes/readme.md +0 -245
  1483. package/rds-lambda/node_modules/ansi-regex/license +0 -9
  1484. package/rds-lambda/node_modules/ansi-regex/package.json +0 -55
  1485. package/rds-lambda/node_modules/ansi-regex/readme.md +0 -78
  1486. package/rds-lambda/node_modules/ansi-styles/license +0 -9
  1487. package/rds-lambda/node_modules/ansi-styles/package.json +0 -56
  1488. package/rds-lambda/node_modules/ansi-styles/readme.md +0 -147
  1489. package/rds-lambda/node_modules/anymatch/LICENSE +0 -15
  1490. package/rds-lambda/node_modules/anymatch/README.md +0 -87
  1491. package/rds-lambda/node_modules/anymatch/package.json +0 -48
  1492. package/rds-lambda/node_modules/archiver/CHANGELOG.md +0 -228
  1493. package/rds-lambda/node_modules/archiver/LICENSE +0 -22
  1494. package/rds-lambda/node_modules/archiver/README.md +0 -94
  1495. package/rds-lambda/node_modules/archiver/package.json +0 -60
  1496. package/rds-lambda/node_modules/archiver-utils/CHANGELOG.md +0 -14
  1497. package/rds-lambda/node_modules/archiver-utils/LICENSE +0 -22
  1498. package/rds-lambda/node_modules/archiver-utils/README.md +0 -7
  1499. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +0 -34
  1500. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  1501. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +0 -136
  1502. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +0 -47
  1503. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +0 -58
  1504. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
  1505. package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +0 -52
  1506. package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +0 -21
  1507. package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +0 -584
  1508. package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +0 -37
  1509. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +0 -50
  1510. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +0 -48
  1511. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +0 -47
  1512. package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +0 -31
  1513. package/rds-lambda/node_modules/archiver-utils/package.json +0 -54
  1514. package/rds-lambda/node_modules/argparse/CHANGELOG.md +0 -185
  1515. package/rds-lambda/node_modules/argparse/LICENSE +0 -21
  1516. package/rds-lambda/node_modules/argparse/README.md +0 -257
  1517. package/rds-lambda/node_modules/argparse/package.json +0 -34
  1518. package/rds-lambda/node_modules/async/CHANGELOG.md +0 -348
  1519. package/rds-lambda/node_modules/async/LICENSE +0 -19
  1520. package/rds-lambda/node_modules/async/README.md +0 -59
  1521. package/rds-lambda/node_modules/async/bower.json +0 -17
  1522. package/rds-lambda/node_modules/async/dist/async.mjs +0 -5947
  1523. package/rds-lambda/node_modules/async/package.json +0 -75
  1524. package/rds-lambda/node_modules/babel-jest/LICENSE +0 -21
  1525. package/rds-lambda/node_modules/babel-jest/README.md +0 -25
  1526. package/rds-lambda/node_modules/babel-jest/node_modules/ansi-styles/license +0 -9
  1527. package/rds-lambda/node_modules/babel-jest/node_modules/ansi-styles/package.json +0 -56
  1528. package/rds-lambda/node_modules/babel-jest/node_modules/ansi-styles/readme.md +0 -152
  1529. package/rds-lambda/node_modules/babel-jest/node_modules/chalk/license +0 -9
  1530. package/rds-lambda/node_modules/babel-jest/node_modules/chalk/package.json +0 -68
  1531. package/rds-lambda/node_modules/babel-jest/node_modules/chalk/readme.md +0 -341
  1532. package/rds-lambda/node_modules/babel-jest/node_modules/color-convert/CHANGELOG.md +0 -54
  1533. package/rds-lambda/node_modules/babel-jest/node_modules/color-convert/LICENSE +0 -21
  1534. package/rds-lambda/node_modules/babel-jest/node_modules/color-convert/README.md +0 -68
  1535. package/rds-lambda/node_modules/babel-jest/node_modules/color-convert/package.json +0 -48
  1536. package/rds-lambda/node_modules/babel-jest/node_modules/color-name/LICENSE +0 -8
  1537. package/rds-lambda/node_modules/babel-jest/node_modules/color-name/README.md +0 -11
  1538. package/rds-lambda/node_modules/babel-jest/node_modules/color-name/package.json +0 -28
  1539. package/rds-lambda/node_modules/babel-jest/node_modules/has-flag/license +0 -9
  1540. package/rds-lambda/node_modules/babel-jest/node_modules/has-flag/package.json +0 -46
  1541. package/rds-lambda/node_modules/babel-jest/node_modules/has-flag/readme.md +0 -89
  1542. package/rds-lambda/node_modules/babel-jest/node_modules/supports-color/license +0 -9
  1543. package/rds-lambda/node_modules/babel-jest/node_modules/supports-color/package.json +0 -53
  1544. package/rds-lambda/node_modules/babel-jest/node_modules/supports-color/readme.md +0 -76
  1545. package/rds-lambda/node_modules/babel-jest/package.json +0 -44
  1546. package/rds-lambda/node_modules/babel-plugin-istanbul/CHANGELOG.md +0 -320
  1547. package/rds-lambda/node_modules/babel-plugin-istanbul/LICENSE +0 -27
  1548. package/rds-lambda/node_modules/babel-plugin-istanbul/README.md +0 -135
  1549. package/rds-lambda/node_modules/babel-plugin-istanbul/package.json +0 -71
  1550. package/rds-lambda/node_modules/babel-plugin-jest-hoist/LICENSE +0 -21
  1551. package/rds-lambda/node_modules/babel-plugin-jest-hoist/README.md +0 -33
  1552. package/rds-lambda/node_modules/babel-plugin-jest-hoist/package.json +0 -42
  1553. package/rds-lambda/node_modules/babel-preset-current-node-syntax/LICENSE +0 -22
  1554. package/rds-lambda/node_modules/babel-preset-current-node-syntax/README.md +0 -30
  1555. package/rds-lambda/node_modules/babel-preset-current-node-syntax/package.json +0 -41
  1556. package/rds-lambda/node_modules/babel-preset-current-node-syntax/scripts/check-yarn-bug.sh +0 -5
  1557. package/rds-lambda/node_modules/babel-preset-jest/LICENSE +0 -21
  1558. package/rds-lambda/node_modules/babel-preset-jest/README.md +0 -33
  1559. package/rds-lambda/node_modules/babel-preset-jest/package.json +0 -29
  1560. package/rds-lambda/node_modules/balanced-match/.github/FUNDING.yml +0 -2
  1561. package/rds-lambda/node_modules/balanced-match/LICENSE.md +0 -21
  1562. package/rds-lambda/node_modules/balanced-match/README.md +0 -97
  1563. package/rds-lambda/node_modules/balanced-match/package.json +0 -48
  1564. package/rds-lambda/node_modules/base64-js/LICENSE +0 -21
  1565. package/rds-lambda/node_modules/base64-js/README.md +0 -34
  1566. package/rds-lambda/node_modules/base64-js/package.json +0 -47
  1567. package/rds-lambda/node_modules/bestzip/LICENSE +0 -21
  1568. package/rds-lambda/node_modules/bestzip/package.json +0 -46
  1569. package/rds-lambda/node_modules/bestzip/readme.md +0 -91
  1570. package/rds-lambda/node_modules/bl/.travis.yml +0 -17
  1571. package/rds-lambda/node_modules/bl/LICENSE.md +0 -13
  1572. package/rds-lambda/node_modules/bl/README.md +0 -247
  1573. package/rds-lambda/node_modules/bl/package.json +0 -37
  1574. package/rds-lambda/node_modules/bowser/CHANGELOG.md +0 -218
  1575. package/rds-lambda/node_modules/bowser/LICENSE +0 -39
  1576. package/rds-lambda/node_modules/bowser/README.md +0 -179
  1577. package/rds-lambda/node_modules/bowser/package.json +0 -83
  1578. package/rds-lambda/node_modules/brace-expansion/LICENSE +0 -21
  1579. package/rds-lambda/node_modules/brace-expansion/README.md +0 -129
  1580. package/rds-lambda/node_modules/brace-expansion/package.json +0 -47
  1581. package/rds-lambda/node_modules/braces/CHANGELOG.md +0 -184
  1582. package/rds-lambda/node_modules/braces/LICENSE +0 -21
  1583. package/rds-lambda/node_modules/braces/README.md +0 -593
  1584. package/rds-lambda/node_modules/braces/package.json +0 -77
  1585. package/rds-lambda/node_modules/browserslist/LICENSE +0 -20
  1586. package/rds-lambda/node_modules/browserslist/README.md +0 -73
  1587. package/rds-lambda/node_modules/browserslist/package.json +0 -44
  1588. package/rds-lambda/node_modules/bs-logger/CHANGELOG.md +0 -60
  1589. package/rds-lambda/node_modules/bs-logger/LICENSE +0 -21
  1590. package/rds-lambda/node_modules/bs-logger/README.md +0 -319
  1591. package/rds-lambda/node_modules/bs-logger/package.json +0 -73
  1592. package/rds-lambda/node_modules/bser/README.md +0 -81
  1593. package/rds-lambda/node_modules/bser/package.json +0 -33
  1594. package/rds-lambda/node_modules/buffer/AUTHORS.md +0 -70
  1595. package/rds-lambda/node_modules/buffer/LICENSE +0 -21
  1596. package/rds-lambda/node_modules/buffer/README.md +0 -410
  1597. package/rds-lambda/node_modules/buffer/package.json +0 -96
  1598. package/rds-lambda/node_modules/buffer-crc32/LICENSE +0 -19
  1599. package/rds-lambda/node_modules/buffer-crc32/README.md +0 -47
  1600. package/rds-lambda/node_modules/buffer-crc32/package.json +0 -39
  1601. package/rds-lambda/node_modules/buffer-from/LICENSE +0 -21
  1602. package/rds-lambda/node_modules/buffer-from/package.json +0 -19
  1603. package/rds-lambda/node_modules/buffer-from/readme.md +0 -69
  1604. package/rds-lambda/node_modules/callsites/license +0 -9
  1605. package/rds-lambda/node_modules/callsites/package.json +0 -39
  1606. package/rds-lambda/node_modules/callsites/readme.md +0 -48
  1607. package/rds-lambda/node_modules/camelcase/license +0 -9
  1608. package/rds-lambda/node_modules/camelcase/package.json +0 -43
  1609. package/rds-lambda/node_modules/camelcase/readme.md +0 -99
  1610. package/rds-lambda/node_modules/caniuse-lite/LICENSE +0 -395
  1611. package/rds-lambda/node_modules/caniuse-lite/README.md +0 -6
  1612. package/rds-lambda/node_modules/caniuse-lite/package.json +0 -34
  1613. package/rds-lambda/node_modules/chalk/index.js.flow +0 -93
  1614. package/rds-lambda/node_modules/chalk/license +0 -9
  1615. package/rds-lambda/node_modules/chalk/package.json +0 -71
  1616. package/rds-lambda/node_modules/chalk/readme.md +0 -314
  1617. package/rds-lambda/node_modules/char-regex/LICENSE +0 -21
  1618. package/rds-lambda/node_modules/char-regex/README.md +0 -27
  1619. package/rds-lambda/node_modules/char-regex/package.json +0 -44
  1620. package/rds-lambda/node_modules/ci-info/CHANGELOG.md +0 -173
  1621. package/rds-lambda/node_modules/ci-info/LICENSE +0 -21
  1622. package/rds-lambda/node_modules/ci-info/README.md +0 -135
  1623. package/rds-lambda/node_modules/ci-info/package.json +0 -45
  1624. package/rds-lambda/node_modules/ci-info/vendors.json +0 -318
  1625. package/rds-lambda/node_modules/cjs-module-lexer/LICENSE +0 -10
  1626. package/rds-lambda/node_modules/cjs-module-lexer/README.md +0 -461
  1627. package/rds-lambda/node_modules/cjs-module-lexer/dist/lexer.mjs +0 -2
  1628. package/rds-lambda/node_modules/cjs-module-lexer/package.json +0 -45
  1629. package/rds-lambda/node_modules/cliui/CHANGELOG.md +0 -121
  1630. package/rds-lambda/node_modules/cliui/LICENSE.txt +0 -14
  1631. package/rds-lambda/node_modules/cliui/README.md +0 -141
  1632. package/rds-lambda/node_modules/cliui/build/index.cjs +0 -302
  1633. package/rds-lambda/node_modules/cliui/index.mjs +0 -13
  1634. package/rds-lambda/node_modules/cliui/package.json +0 -83
  1635. package/rds-lambda/node_modules/co/History.md +0 -172
  1636. package/rds-lambda/node_modules/co/LICENSE +0 -22
  1637. package/rds-lambda/node_modules/co/Readme.md +0 -212
  1638. package/rds-lambda/node_modules/co/package.json +0 -34
  1639. package/rds-lambda/node_modules/collect-v8-coverage/CHANGELOG.md +0 -11
  1640. package/rds-lambda/node_modules/collect-v8-coverage/LICENSE +0 -22
  1641. package/rds-lambda/node_modules/collect-v8-coverage/README.md +0 -15
  1642. package/rds-lambda/node_modules/collect-v8-coverage/package.json +0 -54
  1643. package/rds-lambda/node_modules/color-convert/CHANGELOG.md +0 -54
  1644. package/rds-lambda/node_modules/color-convert/LICENSE +0 -21
  1645. package/rds-lambda/node_modules/color-convert/README.md +0 -68
  1646. package/rds-lambda/node_modules/color-convert/package.json +0 -46
  1647. package/rds-lambda/node_modules/color-name/.eslintrc.json +0 -43
  1648. package/rds-lambda/node_modules/color-name/LICENSE +0 -8
  1649. package/rds-lambda/node_modules/color-name/README.md +0 -11
  1650. package/rds-lambda/node_modules/color-name/package.json +0 -25
  1651. package/rds-lambda/node_modules/colorette/LICENSE.md +0 -7
  1652. package/rds-lambda/node_modules/colorette/README.md +0 -134
  1653. package/rds-lambda/node_modules/colorette/index.cjs +0 -218
  1654. package/rds-lambda/node_modules/colorette/package.json +0 -39
  1655. package/rds-lambda/node_modules/commander/LICENSE +0 -22
  1656. package/rds-lambda/node_modules/commander/Readme.md +0 -1129
  1657. package/rds-lambda/node_modules/commander/esm.mjs +0 -16
  1658. package/rds-lambda/node_modules/commander/package-support.json +0 -16
  1659. package/rds-lambda/node_modules/commander/package.json +0 -80
  1660. package/rds-lambda/node_modules/compress-commons/CHANGELOG.md +0 -58
  1661. package/rds-lambda/node_modules/compress-commons/LICENSE +0 -22
  1662. package/rds-lambda/node_modules/compress-commons/README.md +0 -25
  1663. package/rds-lambda/node_modules/compress-commons/package.json +0 -45
  1664. package/rds-lambda/node_modules/concat-map/.travis.yml +0 -4
  1665. package/rds-lambda/node_modules/concat-map/LICENSE +0 -18
  1666. package/rds-lambda/node_modules/concat-map/README.markdown +0 -62
  1667. package/rds-lambda/node_modules/concat-map/package.json +0 -43
  1668. package/rds-lambda/node_modules/convert-source-map/LICENSE +0 -23
  1669. package/rds-lambda/node_modules/convert-source-map/README.md +0 -123
  1670. package/rds-lambda/node_modules/convert-source-map/package.json +0 -41
  1671. package/rds-lambda/node_modules/core-util-is/LICENSE +0 -19
  1672. package/rds-lambda/node_modules/core-util-is/README.md +0 -3
  1673. package/rds-lambda/node_modules/core-util-is/package.json +0 -38
  1674. package/rds-lambda/node_modules/crc-32/LICENSE +0 -201
  1675. package/rds-lambda/node_modules/crc-32/README.md +0 -200
  1676. package/rds-lambda/node_modules/crc-32/bin/crc32.njs +0 -105
  1677. package/rds-lambda/node_modules/crc-32/package.json +0 -43
  1678. package/rds-lambda/node_modules/crc-32/types/tsconfig.json +0 -14
  1679. package/rds-lambda/node_modules/crc-32/types/tslint.json +0 -11
  1680. package/rds-lambda/node_modules/crc32-stream/CHANGELOG.md +0 -57
  1681. package/rds-lambda/node_modules/crc32-stream/LICENSE +0 -22
  1682. package/rds-lambda/node_modules/crc32-stream/README.md +0 -79
  1683. package/rds-lambda/node_modules/crc32-stream/package.json +0 -45
  1684. package/rds-lambda/node_modules/cross-spawn/CHANGELOG.md +0 -130
  1685. package/rds-lambda/node_modules/cross-spawn/LICENSE +0 -21
  1686. package/rds-lambda/node_modules/cross-spawn/README.md +0 -96
  1687. package/rds-lambda/node_modules/cross-spawn/package.json +0 -73
  1688. package/rds-lambda/node_modules/debug/LICENSE +0 -20
  1689. package/rds-lambda/node_modules/debug/README.md +0 -481
  1690. package/rds-lambda/node_modules/debug/package.json +0 -59
  1691. package/rds-lambda/node_modules/dedent/LICENSE +0 -21
  1692. package/rds-lambda/node_modules/dedent/README.md +0 -59
  1693. package/rds-lambda/node_modules/dedent/package.json +0 -43
  1694. package/rds-lambda/node_modules/deepmerge/.editorconfig +0 -7
  1695. package/rds-lambda/node_modules/deepmerge/.eslintcache +0 -1
  1696. package/rds-lambda/node_modules/deepmerge/changelog.md +0 -167
  1697. package/rds-lambda/node_modules/deepmerge/license.txt +0 -21
  1698. package/rds-lambda/node_modules/deepmerge/package.json +0 -42
  1699. package/rds-lambda/node_modules/deepmerge/readme.md +0 -264
  1700. package/rds-lambda/node_modules/detect-newline/license +0 -9
  1701. package/rds-lambda/node_modules/detect-newline/package.json +0 -39
  1702. package/rds-lambda/node_modules/detect-newline/readme.md +0 -42
  1703. package/rds-lambda/node_modules/diff-sequences/LICENSE +0 -21
  1704. package/rds-lambda/node_modules/diff-sequences/README.md +0 -404
  1705. package/rds-lambda/node_modules/diff-sequences/package.json +0 -39
  1706. package/rds-lambda/node_modules/electron-to-chromium/CHANGELOG.md +0 -14
  1707. package/rds-lambda/node_modules/electron-to-chromium/LICENSE +0 -5
  1708. package/rds-lambda/node_modules/electron-to-chromium/README.md +0 -186
  1709. package/rds-lambda/node_modules/electron-to-chromium/chromium-versions.json +0 -1
  1710. package/rds-lambda/node_modules/electron-to-chromium/full-chromium-versions.json +0 -1
  1711. package/rds-lambda/node_modules/electron-to-chromium/full-versions.json +0 -1
  1712. package/rds-lambda/node_modules/electron-to-chromium/package.json +0 -44
  1713. package/rds-lambda/node_modules/electron-to-chromium/versions.json +0 -1
  1714. package/rds-lambda/node_modules/emittery/license +0 -9
  1715. package/rds-lambda/node_modules/emittery/package.json +0 -67
  1716. package/rds-lambda/node_modules/emittery/readme.md +0 -569
  1717. package/rds-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  1718. package/rds-lambda/node_modules/emoji-regex/README.md +0 -73
  1719. package/rds-lambda/node_modules/emoji-regex/package.json +0 -50
  1720. package/rds-lambda/node_modules/end-of-stream/LICENSE +0 -21
  1721. package/rds-lambda/node_modules/end-of-stream/README.md +0 -54
  1722. package/rds-lambda/node_modules/end-of-stream/package.json +0 -37
  1723. package/rds-lambda/node_modules/error-ex/LICENSE +0 -21
  1724. package/rds-lambda/node_modules/error-ex/README.md +0 -144
  1725. package/rds-lambda/node_modules/error-ex/package.json +0 -46
  1726. package/rds-lambda/node_modules/escalade/dist/index.mjs +0 -22
  1727. package/rds-lambda/node_modules/escalade/license +0 -9
  1728. package/rds-lambda/node_modules/escalade/package.json +0 -61
  1729. package/rds-lambda/node_modules/escalade/readme.md +0 -211
  1730. package/rds-lambda/node_modules/escalade/sync/index.mjs +0 -18
  1731. package/rds-lambda/node_modules/escape-string-regexp/license +0 -21
  1732. package/rds-lambda/node_modules/escape-string-regexp/package.json +0 -41
  1733. package/rds-lambda/node_modules/escape-string-regexp/readme.md +0 -27
  1734. package/rds-lambda/node_modules/esm/LICENSE +0 -23
  1735. package/rds-lambda/node_modules/esm/README.md +0 -137
  1736. package/rds-lambda/node_modules/esm/package.json +0 -27
  1737. package/rds-lambda/node_modules/esprima/ChangeLog +0 -235
  1738. package/rds-lambda/node_modules/esprima/LICENSE.BSD +0 -21
  1739. package/rds-lambda/node_modules/esprima/README.md +0 -46
  1740. package/rds-lambda/node_modules/esprima/package.json +0 -112
  1741. package/rds-lambda/node_modules/execa/license +0 -9
  1742. package/rds-lambda/node_modules/execa/package.json +0 -74
  1743. package/rds-lambda/node_modules/execa/readme.md +0 -663
  1744. package/rds-lambda/node_modules/exit/.jshintrc +0 -14
  1745. package/rds-lambda/node_modules/exit/.travis.yml +0 -6
  1746. package/rds-lambda/node_modules/exit/LICENSE-MIT +0 -22
  1747. package/rds-lambda/node_modules/exit/README.md +0 -75
  1748. package/rds-lambda/node_modules/exit/package.json +0 -47
  1749. package/rds-lambda/node_modules/exit/test/fixtures/10-stderr.txt +0 -10
  1750. package/rds-lambda/node_modules/exit/test/fixtures/10-stdout-stderr.txt +0 -20
  1751. package/rds-lambda/node_modules/exit/test/fixtures/10-stdout.txt +0 -10
  1752. package/rds-lambda/node_modules/exit/test/fixtures/100-stderr.txt +0 -100
  1753. package/rds-lambda/node_modules/exit/test/fixtures/100-stdout-stderr.txt +0 -200
  1754. package/rds-lambda/node_modules/exit/test/fixtures/100-stdout.txt +0 -100
  1755. package/rds-lambda/node_modules/exit/test/fixtures/1000-stderr.txt +0 -1000
  1756. package/rds-lambda/node_modules/exit/test/fixtures/1000-stdout-stderr.txt +0 -2000
  1757. package/rds-lambda/node_modules/exit/test/fixtures/1000-stdout.txt +0 -1000
  1758. package/rds-lambda/node_modules/exit/test/fixtures/create-files.sh +0 -8
  1759. package/rds-lambda/node_modules/expect/LICENSE +0 -21
  1760. package/rds-lambda/node_modules/expect/README.md +0 -3
  1761. package/rds-lambda/node_modules/expect/package.json +0 -43
  1762. package/rds-lambda/node_modules/fast-json-stable-stringify/.eslintrc.yml +0 -26
  1763. package/rds-lambda/node_modules/fast-json-stable-stringify/.github/FUNDING.yml +0 -1
  1764. package/rds-lambda/node_modules/fast-json-stable-stringify/.travis.yml +0 -8
  1765. package/rds-lambda/node_modules/fast-json-stable-stringify/LICENSE +0 -21
  1766. package/rds-lambda/node_modules/fast-json-stable-stringify/README.md +0 -131
  1767. package/rds-lambda/node_modules/fast-json-stable-stringify/benchmark/test.json +0 -137
  1768. package/rds-lambda/node_modules/fast-json-stable-stringify/package.json +0 -52
  1769. package/rds-lambda/node_modules/fast-xml-parser/CHANGELOG.md +0 -525
  1770. package/rds-lambda/node_modules/fast-xml-parser/LICENSE +0 -21
  1771. package/rds-lambda/node_modules/fast-xml-parser/README.md +0 -203
  1772. package/rds-lambda/node_modules/fast-xml-parser/package.json +0 -68
  1773. package/rds-lambda/node_modules/fb-watchman/README.md +0 -34
  1774. package/rds-lambda/node_modules/fb-watchman/package.json +0 -35
  1775. package/rds-lambda/node_modules/fill-range/LICENSE +0 -21
  1776. package/rds-lambda/node_modules/fill-range/README.md +0 -237
  1777. package/rds-lambda/node_modules/fill-range/package.json +0 -69
  1778. package/rds-lambda/node_modules/find-up/license +0 -9
  1779. package/rds-lambda/node_modules/find-up/package.json +0 -53
  1780. package/rds-lambda/node_modules/find-up/readme.md +0 -156
  1781. package/rds-lambda/node_modules/fs-constants/LICENSE +0 -21
  1782. package/rds-lambda/node_modules/fs-constants/README.md +0 -26
  1783. package/rds-lambda/node_modules/fs-constants/package.json +0 -19
  1784. package/rds-lambda/node_modules/fs.realpath/LICENSE +0 -43
  1785. package/rds-lambda/node_modules/fs.realpath/README.md +0 -33
  1786. package/rds-lambda/node_modules/fs.realpath/package.json +0 -26
  1787. package/rds-lambda/node_modules/function-bind/.editorconfig +0 -20
  1788. package/rds-lambda/node_modules/function-bind/.eslintrc +0 -15
  1789. package/rds-lambda/node_modules/function-bind/.jscs.json +0 -176
  1790. package/rds-lambda/node_modules/function-bind/.travis.yml +0 -168
  1791. package/rds-lambda/node_modules/function-bind/LICENSE +0 -20
  1792. package/rds-lambda/node_modules/function-bind/README.md +0 -48
  1793. package/rds-lambda/node_modules/function-bind/package.json +0 -63
  1794. package/rds-lambda/node_modules/function-bind/test/.eslintrc +0 -9
  1795. package/rds-lambda/node_modules/gensync/LICENSE +0 -7
  1796. package/rds-lambda/node_modules/gensync/README.md +0 -196
  1797. package/rds-lambda/node_modules/gensync/index.js.flow +0 -32
  1798. package/rds-lambda/node_modules/gensync/package.json +0 -37
  1799. package/rds-lambda/node_modules/gensync/test/.babelrc +0 -5
  1800. package/rds-lambda/node_modules/get-caller-file/LICENSE.md +0 -6
  1801. package/rds-lambda/node_modules/get-caller-file/README.md +0 -41
  1802. package/rds-lambda/node_modules/get-caller-file/package.json +0 -42
  1803. package/rds-lambda/node_modules/get-package-type/CHANGELOG.md +0 -10
  1804. package/rds-lambda/node_modules/get-package-type/LICENSE +0 -21
  1805. package/rds-lambda/node_modules/get-package-type/README.md +0 -32
  1806. package/rds-lambda/node_modules/get-package-type/async.cjs +0 -52
  1807. package/rds-lambda/node_modules/get-package-type/cache.cjs +0 -3
  1808. package/rds-lambda/node_modules/get-package-type/index.cjs +0 -7
  1809. package/rds-lambda/node_modules/get-package-type/is-node-modules.cjs +0 -15
  1810. package/rds-lambda/node_modules/get-package-type/package.json +0 -35
  1811. package/rds-lambda/node_modules/get-package-type/sync.cjs +0 -42
  1812. package/rds-lambda/node_modules/get-stream/license +0 -9
  1813. package/rds-lambda/node_modules/get-stream/package.json +0 -47
  1814. package/rds-lambda/node_modules/get-stream/readme.md +0 -124
  1815. package/rds-lambda/node_modules/getopts/LICENSE.md +0 -7
  1816. package/rds-lambda/node_modules/getopts/README.md +0 -264
  1817. package/rds-lambda/node_modules/getopts/index.cjs +0 -193
  1818. package/rds-lambda/node_modules/getopts/package.json +0 -41
  1819. package/rds-lambda/node_modules/glob/LICENSE +0 -21
  1820. package/rds-lambda/node_modules/glob/README.md +0 -378
  1821. package/rds-lambda/node_modules/glob/package.json +0 -55
  1822. package/rds-lambda/node_modules/globals/globals.json +0 -1563
  1823. package/rds-lambda/node_modules/globals/license +0 -9
  1824. package/rds-lambda/node_modules/globals/package.json +0 -41
  1825. package/rds-lambda/node_modules/globals/readme.md +0 -41
  1826. package/rds-lambda/node_modules/graceful-fs/LICENSE +0 -15
  1827. package/rds-lambda/node_modules/graceful-fs/README.md +0 -143
  1828. package/rds-lambda/node_modules/graceful-fs/package.json +0 -53
  1829. package/rds-lambda/node_modules/has/LICENSE-MIT +0 -22
  1830. package/rds-lambda/node_modules/has/README.md +0 -18
  1831. package/rds-lambda/node_modules/has/package.json +0 -48
  1832. package/rds-lambda/node_modules/has-flag/license +0 -9
  1833. package/rds-lambda/node_modules/has-flag/package.json +0 -44
  1834. package/rds-lambda/node_modules/has-flag/readme.md +0 -70
  1835. package/rds-lambda/node_modules/html-escaper/LICENSE.txt +0 -19
  1836. package/rds-lambda/node_modules/html-escaper/README.md +0 -97
  1837. package/rds-lambda/node_modules/html-escaper/cjs/package.json +0 -1
  1838. package/rds-lambda/node_modules/html-escaper/package.json +0 -42
  1839. package/rds-lambda/node_modules/html-escaper/test/package.json +0 -1
  1840. package/rds-lambda/node_modules/human-signals/CHANGELOG.md +0 -11
  1841. package/rds-lambda/node_modules/human-signals/LICENSE +0 -201
  1842. package/rds-lambda/node_modules/human-signals/README.md +0 -165
  1843. package/rds-lambda/node_modules/human-signals/package.json +0 -64
  1844. package/rds-lambda/node_modules/ieee754/LICENSE +0 -11
  1845. package/rds-lambda/node_modules/ieee754/README.md +0 -51
  1846. package/rds-lambda/node_modules/ieee754/package.json +0 -52
  1847. package/rds-lambda/node_modules/import-local/license +0 -9
  1848. package/rds-lambda/node_modules/import-local/package.json +0 -52
  1849. package/rds-lambda/node_modules/import-local/readme.md +0 -37
  1850. package/rds-lambda/node_modules/imurmurhash/README.md +0 -122
  1851. package/rds-lambda/node_modules/imurmurhash/package.json +0 -40
  1852. package/rds-lambda/node_modules/inflight/LICENSE +0 -15
  1853. package/rds-lambda/node_modules/inflight/README.md +0 -37
  1854. package/rds-lambda/node_modules/inflight/package.json +0 -29
  1855. package/rds-lambda/node_modules/inherits/LICENSE +0 -16
  1856. package/rds-lambda/node_modules/inherits/README.md +0 -42
  1857. package/rds-lambda/node_modules/inherits/package.json +0 -29
  1858. package/rds-lambda/node_modules/interpret/CHANGELOG +0 -115
  1859. package/rds-lambda/node_modules/interpret/LICENSE +0 -22
  1860. package/rds-lambda/node_modules/interpret/README.md +0 -229
  1861. package/rds-lambda/node_modules/interpret/package.json +0 -75
  1862. package/rds-lambda/node_modules/is-arrayish/.editorconfig +0 -18
  1863. package/rds-lambda/node_modules/is-arrayish/.istanbul.yml +0 -4
  1864. package/rds-lambda/node_modules/is-arrayish/.travis.yml +0 -17
  1865. package/rds-lambda/node_modules/is-arrayish/LICENSE +0 -21
  1866. package/rds-lambda/node_modules/is-arrayish/README.md +0 -16
  1867. package/rds-lambda/node_modules/is-arrayish/package.json +0 -34
  1868. package/rds-lambda/node_modules/is-core-module/.eslintrc +0 -18
  1869. package/rds-lambda/node_modules/is-core-module/.nycrc +0 -9
  1870. package/rds-lambda/node_modules/is-core-module/CHANGELOG.md +0 -166
  1871. package/rds-lambda/node_modules/is-core-module/LICENSE +0 -20
  1872. package/rds-lambda/node_modules/is-core-module/README.md +0 -40
  1873. package/rds-lambda/node_modules/is-core-module/core.json +0 -158
  1874. package/rds-lambda/node_modules/is-core-module/package.json +0 -73
  1875. package/rds-lambda/node_modules/is-fullwidth-code-point/license +0 -9
  1876. package/rds-lambda/node_modules/is-fullwidth-code-point/package.json +0 -42
  1877. package/rds-lambda/node_modules/is-fullwidth-code-point/readme.md +0 -39
  1878. package/rds-lambda/node_modules/is-generator-fn/license +0 -9
  1879. package/rds-lambda/node_modules/is-generator-fn/package.json +0 -38
  1880. package/rds-lambda/node_modules/is-generator-fn/readme.md +0 -33
  1881. package/rds-lambda/node_modules/is-number/LICENSE +0 -21
  1882. package/rds-lambda/node_modules/is-number/README.md +0 -187
  1883. package/rds-lambda/node_modules/is-number/package.json +0 -82
  1884. package/rds-lambda/node_modules/is-stream/license +0 -9
  1885. package/rds-lambda/node_modules/is-stream/package.json +0 -42
  1886. package/rds-lambda/node_modules/is-stream/readme.md +0 -60
  1887. package/rds-lambda/node_modules/isarray/.travis.yml +0 -4
  1888. package/rds-lambda/node_modules/isarray/Makefile +0 -6
  1889. package/rds-lambda/node_modules/isarray/README.md +0 -60
  1890. package/rds-lambda/node_modules/isarray/component.json +0 -19
  1891. package/rds-lambda/node_modules/isarray/package.json +0 -45
  1892. package/rds-lambda/node_modules/isexe/LICENSE +0 -15
  1893. package/rds-lambda/node_modules/isexe/README.md +0 -51
  1894. package/rds-lambda/node_modules/isexe/package.json +0 -31
  1895. package/rds-lambda/node_modules/istanbul-lib-coverage/CHANGELOG.md +0 -193
  1896. package/rds-lambda/node_modules/istanbul-lib-coverage/LICENSE +0 -24
  1897. package/rds-lambda/node_modules/istanbul-lib-coverage/README.md +0 -29
  1898. package/rds-lambda/node_modules/istanbul-lib-coverage/package.json +0 -47
  1899. package/rds-lambda/node_modules/istanbul-lib-instrument/CHANGELOG.md +0 -631
  1900. package/rds-lambda/node_modules/istanbul-lib-instrument/LICENSE +0 -24
  1901. package/rds-lambda/node_modules/istanbul-lib-instrument/README.md +0 -22
  1902. package/rds-lambda/node_modules/istanbul-lib-instrument/package.json +0 -50
  1903. package/rds-lambda/node_modules/istanbul-lib-report/CHANGELOG.md +0 -185
  1904. package/rds-lambda/node_modules/istanbul-lib-report/LICENSE +0 -24
  1905. package/rds-lambda/node_modules/istanbul-lib-report/README.md +0 -43
  1906. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/has-flag/license +0 -9
  1907. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/has-flag/package.json +0 -46
  1908. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/has-flag/readme.md +0 -89
  1909. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/supports-color/license +0 -9
  1910. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/supports-color/package.json +0 -53
  1911. package/rds-lambda/node_modules/istanbul-lib-report/node_modules/supports-color/readme.md +0 -76
  1912. package/rds-lambda/node_modules/istanbul-lib-report/package.json +0 -45
  1913. package/rds-lambda/node_modules/istanbul-lib-source-maps/CHANGELOG.md +0 -295
  1914. package/rds-lambda/node_modules/istanbul-lib-source-maps/LICENSE +0 -24
  1915. package/rds-lambda/node_modules/istanbul-lib-source-maps/README.md +0 -11
  1916. package/rds-lambda/node_modules/istanbul-lib-source-maps/package.json +0 -45
  1917. package/rds-lambda/node_modules/istanbul-reports/CHANGELOG.md +0 -450
  1918. package/rds-lambda/node_modules/istanbul-reports/LICENSE +0 -24
  1919. package/rds-lambda/node_modules/istanbul-reports/README.md +0 -13
  1920. package/rds-lambda/node_modules/istanbul-reports/lib/html/assets/base.css +0 -224
  1921. package/rds-lambda/node_modules/istanbul-reports/lib/html/assets/favicon.png +0 -0
  1922. package/rds-lambda/node_modules/istanbul-reports/lib/html/assets/sort-arrow-sprite.png +0 -0
  1923. package/rds-lambda/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.css +0 -1
  1924. package/rds-lambda/node_modules/istanbul-reports/lib/html-spa/.babelrc +0 -3
  1925. package/rds-lambda/node_modules/istanbul-reports/lib/html-spa/assets/sort-arrow-sprite.png +0 -0
  1926. package/rds-lambda/node_modules/istanbul-reports/lib/html-spa/assets/spa.css +0 -298
  1927. package/rds-lambda/node_modules/istanbul-reports/package.json +0 -60
  1928. package/rds-lambda/node_modules/jest/LICENSE +0 -21
  1929. package/rds-lambda/node_modules/jest/README.md +0 -11
  1930. package/rds-lambda/node_modules/jest/package.json +0 -74
  1931. package/rds-lambda/node_modules/jest-changed-files/LICENSE +0 -21
  1932. package/rds-lambda/node_modules/jest-changed-files/README.md +0 -95
  1933. package/rds-lambda/node_modules/jest-changed-files/package.json +0 -30
  1934. package/rds-lambda/node_modules/jest-circus/LICENSE +0 -21
  1935. package/rds-lambda/node_modules/jest-circus/README.md +0 -65
  1936. package/rds-lambda/node_modules/jest-circus/node_modules/ansi-styles/license +0 -9
  1937. package/rds-lambda/node_modules/jest-circus/node_modules/ansi-styles/package.json +0 -56
  1938. package/rds-lambda/node_modules/jest-circus/node_modules/ansi-styles/readme.md +0 -152
  1939. package/rds-lambda/node_modules/jest-circus/node_modules/chalk/license +0 -9
  1940. package/rds-lambda/node_modules/jest-circus/node_modules/chalk/package.json +0 -68
  1941. package/rds-lambda/node_modules/jest-circus/node_modules/chalk/readme.md +0 -341
  1942. package/rds-lambda/node_modules/jest-circus/node_modules/color-convert/CHANGELOG.md +0 -54
  1943. package/rds-lambda/node_modules/jest-circus/node_modules/color-convert/LICENSE +0 -21
  1944. package/rds-lambda/node_modules/jest-circus/node_modules/color-convert/README.md +0 -68
  1945. package/rds-lambda/node_modules/jest-circus/node_modules/color-convert/package.json +0 -48
  1946. package/rds-lambda/node_modules/jest-circus/node_modules/color-name/LICENSE +0 -8
  1947. package/rds-lambda/node_modules/jest-circus/node_modules/color-name/README.md +0 -11
  1948. package/rds-lambda/node_modules/jest-circus/node_modules/color-name/package.json +0 -28
  1949. package/rds-lambda/node_modules/jest-circus/node_modules/has-flag/license +0 -9
  1950. package/rds-lambda/node_modules/jest-circus/node_modules/has-flag/package.json +0 -46
  1951. package/rds-lambda/node_modules/jest-circus/node_modules/has-flag/readme.md +0 -89
  1952. package/rds-lambda/node_modules/jest-circus/node_modules/supports-color/license +0 -9
  1953. package/rds-lambda/node_modules/jest-circus/node_modules/supports-color/package.json +0 -53
  1954. package/rds-lambda/node_modules/jest-circus/node_modules/supports-color/readme.md +0 -76
  1955. package/rds-lambda/node_modules/jest-circus/package.json +0 -59
  1956. package/rds-lambda/node_modules/jest-cli/LICENSE +0 -21
  1957. package/rds-lambda/node_modules/jest-cli/README.md +0 -11
  1958. package/rds-lambda/node_modules/jest-cli/node_modules/ansi-styles/license +0 -9
  1959. package/rds-lambda/node_modules/jest-cli/node_modules/ansi-styles/package.json +0 -56
  1960. package/rds-lambda/node_modules/jest-cli/node_modules/ansi-styles/readme.md +0 -152
  1961. package/rds-lambda/node_modules/jest-cli/node_modules/chalk/license +0 -9
  1962. package/rds-lambda/node_modules/jest-cli/node_modules/chalk/package.json +0 -68
  1963. package/rds-lambda/node_modules/jest-cli/node_modules/chalk/readme.md +0 -341
  1964. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/CHANGELOG.md +0 -139
  1965. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/LICENSE.txt +0 -14
  1966. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/README.md +0 -141
  1967. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/build/index.cjs +0 -302
  1968. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/build/index.d.cts +0 -43
  1969. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/index.mjs +0 -13
  1970. package/rds-lambda/node_modules/jest-cli/node_modules/cliui/package.json +0 -83
  1971. package/rds-lambda/node_modules/jest-cli/node_modules/color-convert/CHANGELOG.md +0 -54
  1972. package/rds-lambda/node_modules/jest-cli/node_modules/color-convert/LICENSE +0 -21
  1973. package/rds-lambda/node_modules/jest-cli/node_modules/color-convert/README.md +0 -68
  1974. package/rds-lambda/node_modules/jest-cli/node_modules/color-convert/package.json +0 -48
  1975. package/rds-lambda/node_modules/jest-cli/node_modules/color-name/LICENSE +0 -8
  1976. package/rds-lambda/node_modules/jest-cli/node_modules/color-name/README.md +0 -11
  1977. package/rds-lambda/node_modules/jest-cli/node_modules/color-name/package.json +0 -28
  1978. package/rds-lambda/node_modules/jest-cli/node_modules/has-flag/license +0 -9
  1979. package/rds-lambda/node_modules/jest-cli/node_modules/has-flag/package.json +0 -46
  1980. package/rds-lambda/node_modules/jest-cli/node_modules/has-flag/readme.md +0 -89
  1981. package/rds-lambda/node_modules/jest-cli/node_modules/supports-color/license +0 -9
  1982. package/rds-lambda/node_modules/jest-cli/node_modules/supports-color/package.json +0 -53
  1983. package/rds-lambda/node_modules/jest-cli/node_modules/supports-color/readme.md +0 -76
  1984. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/LICENSE +0 -21
  1985. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/README.md +0 -204
  1986. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/browser.mjs +0 -7
  1987. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/build/index.cjs +0 -1
  1988. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/helpers.mjs +0 -10
  1989. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/package.json +0 -3
  1990. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.cjs +0 -53
  1991. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.mjs +0 -8
  1992. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/browser.mjs +0 -95
  1993. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/esm.mjs +0 -73
  1994. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/be.json +0 -46
  1995. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/cs.json +0 -51
  1996. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/de.json +0 -46
  1997. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/en.json +0 -55
  1998. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/es.json +0 -46
  1999. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fi.json +0 -49
  2000. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fr.json +0 -53
  2001. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hi.json +0 -49
  2002. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hu.json +0 -46
  2003. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/id.json +0 -50
  2004. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/it.json +0 -46
  2005. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ja.json +0 -51
  2006. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ko.json +0 -49
  2007. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nb.json +0 -44
  2008. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nl.json +0 -49
  2009. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nn.json +0 -44
  2010. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pirate.json +0 -13
  2011. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pl.json +0 -49
  2012. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt.json +0 -45
  2013. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt_BR.json +0 -48
  2014. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ru.json +0 -51
  2015. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/th.json +0 -46
  2016. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/tr.json +0 -48
  2017. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/uk_UA.json +0 -51
  2018. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/uz.json +0 -52
  2019. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_CN.json +0 -48
  2020. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_TW.json +0 -51
  2021. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/package.json +0 -123
  2022. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/yargs +0 -9
  2023. package/rds-lambda/node_modules/jest-cli/node_modules/yargs/yargs.mjs +0 -10
  2024. package/rds-lambda/node_modules/jest-cli/package.json +0 -90
  2025. package/rds-lambda/node_modules/jest-config/LICENSE +0 -21
  2026. package/rds-lambda/node_modules/jest-config/node_modules/ansi-styles/license +0 -9
  2027. package/rds-lambda/node_modules/jest-config/node_modules/ansi-styles/package.json +0 -56
  2028. package/rds-lambda/node_modules/jest-config/node_modules/ansi-styles/readme.md +0 -152
  2029. package/rds-lambda/node_modules/jest-config/node_modules/chalk/license +0 -9
  2030. package/rds-lambda/node_modules/jest-config/node_modules/chalk/package.json +0 -68
  2031. package/rds-lambda/node_modules/jest-config/node_modules/chalk/readme.md +0 -341
  2032. package/rds-lambda/node_modules/jest-config/node_modules/color-convert/CHANGELOG.md +0 -54
  2033. package/rds-lambda/node_modules/jest-config/node_modules/color-convert/LICENSE +0 -21
  2034. package/rds-lambda/node_modules/jest-config/node_modules/color-convert/README.md +0 -68
  2035. package/rds-lambda/node_modules/jest-config/node_modules/color-convert/package.json +0 -48
  2036. package/rds-lambda/node_modules/jest-config/node_modules/color-name/LICENSE +0 -8
  2037. package/rds-lambda/node_modules/jest-config/node_modules/color-name/README.md +0 -11
  2038. package/rds-lambda/node_modules/jest-config/node_modules/color-name/package.json +0 -28
  2039. package/rds-lambda/node_modules/jest-config/node_modules/has-flag/license +0 -9
  2040. package/rds-lambda/node_modules/jest-config/node_modules/has-flag/package.json +0 -46
  2041. package/rds-lambda/node_modules/jest-config/node_modules/has-flag/readme.md +0 -89
  2042. package/rds-lambda/node_modules/jest-config/node_modules/supports-color/license +0 -9
  2043. package/rds-lambda/node_modules/jest-config/node_modules/supports-color/package.json +0 -53
  2044. package/rds-lambda/node_modules/jest-config/node_modules/supports-color/readme.md +0 -76
  2045. package/rds-lambda/node_modules/jest-config/package.json +0 -71
  2046. package/rds-lambda/node_modules/jest-diff/LICENSE +0 -21
  2047. package/rds-lambda/node_modules/jest-diff/README.md +0 -671
  2048. package/rds-lambda/node_modules/jest-diff/node_modules/ansi-styles/license +0 -9
  2049. package/rds-lambda/node_modules/jest-diff/node_modules/ansi-styles/package.json +0 -56
  2050. package/rds-lambda/node_modules/jest-diff/node_modules/ansi-styles/readme.md +0 -152
  2051. package/rds-lambda/node_modules/jest-diff/node_modules/chalk/license +0 -9
  2052. package/rds-lambda/node_modules/jest-diff/node_modules/chalk/package.json +0 -68
  2053. package/rds-lambda/node_modules/jest-diff/node_modules/chalk/readme.md +0 -341
  2054. package/rds-lambda/node_modules/jest-diff/node_modules/color-convert/CHANGELOG.md +0 -54
  2055. package/rds-lambda/node_modules/jest-diff/node_modules/color-convert/LICENSE +0 -21
  2056. package/rds-lambda/node_modules/jest-diff/node_modules/color-convert/README.md +0 -68
  2057. package/rds-lambda/node_modules/jest-diff/node_modules/color-convert/package.json +0 -48
  2058. package/rds-lambda/node_modules/jest-diff/node_modules/color-name/LICENSE +0 -8
  2059. package/rds-lambda/node_modules/jest-diff/node_modules/color-name/README.md +0 -11
  2060. package/rds-lambda/node_modules/jest-diff/node_modules/color-name/package.json +0 -28
  2061. package/rds-lambda/node_modules/jest-diff/node_modules/has-flag/license +0 -9
  2062. package/rds-lambda/node_modules/jest-diff/node_modules/has-flag/package.json +0 -46
  2063. package/rds-lambda/node_modules/jest-diff/node_modules/has-flag/readme.md +0 -89
  2064. package/rds-lambda/node_modules/jest-diff/node_modules/supports-color/license +0 -9
  2065. package/rds-lambda/node_modules/jest-diff/node_modules/supports-color/package.json +0 -53
  2066. package/rds-lambda/node_modules/jest-diff/node_modules/supports-color/readme.md +0 -76
  2067. package/rds-lambda/node_modules/jest-diff/package.json +0 -36
  2068. package/rds-lambda/node_modules/jest-docblock/LICENSE +0 -21
  2069. package/rds-lambda/node_modules/jest-docblock/README.md +0 -108
  2070. package/rds-lambda/node_modules/jest-docblock/package.json +0 -32
  2071. package/rds-lambda/node_modules/jest-each/LICENSE +0 -21
  2072. package/rds-lambda/node_modules/jest-each/README.md +0 -548
  2073. package/rds-lambda/node_modules/jest-each/node_modules/ansi-styles/license +0 -9
  2074. package/rds-lambda/node_modules/jest-each/node_modules/ansi-styles/package.json +0 -56
  2075. package/rds-lambda/node_modules/jest-each/node_modules/ansi-styles/readme.md +0 -152
  2076. package/rds-lambda/node_modules/jest-each/node_modules/chalk/license +0 -9
  2077. package/rds-lambda/node_modules/jest-each/node_modules/chalk/package.json +0 -68
  2078. package/rds-lambda/node_modules/jest-each/node_modules/chalk/readme.md +0 -341
  2079. package/rds-lambda/node_modules/jest-each/node_modules/color-convert/CHANGELOG.md +0 -54
  2080. package/rds-lambda/node_modules/jest-each/node_modules/color-convert/LICENSE +0 -21
  2081. package/rds-lambda/node_modules/jest-each/node_modules/color-convert/README.md +0 -68
  2082. package/rds-lambda/node_modules/jest-each/node_modules/color-convert/package.json +0 -48
  2083. package/rds-lambda/node_modules/jest-each/node_modules/color-name/LICENSE +0 -8
  2084. package/rds-lambda/node_modules/jest-each/node_modules/color-name/README.md +0 -11
  2085. package/rds-lambda/node_modules/jest-each/node_modules/color-name/package.json +0 -28
  2086. package/rds-lambda/node_modules/jest-each/node_modules/has-flag/license +0 -9
  2087. package/rds-lambda/node_modules/jest-each/node_modules/has-flag/package.json +0 -46
  2088. package/rds-lambda/node_modules/jest-each/node_modules/has-flag/readme.md +0 -89
  2089. package/rds-lambda/node_modules/jest-each/node_modules/supports-color/license +0 -9
  2090. package/rds-lambda/node_modules/jest-each/node_modules/supports-color/package.json +0 -53
  2091. package/rds-lambda/node_modules/jest-each/node_modules/supports-color/readme.md +0 -76
  2092. package/rds-lambda/node_modules/jest-each/package.json +0 -41
  2093. package/rds-lambda/node_modules/jest-environment-node/LICENSE +0 -21
  2094. package/rds-lambda/node_modules/jest-environment-node/package.json +0 -37
  2095. package/rds-lambda/node_modules/jest-get-type/LICENSE +0 -21
  2096. package/rds-lambda/node_modules/jest-get-type/package.json +0 -27
  2097. package/rds-lambda/node_modules/jest-haste-map/LICENSE +0 -21
  2098. package/rds-lambda/node_modules/jest-haste-map/package.json +0 -47
  2099. package/rds-lambda/node_modules/jest-leak-detector/LICENSE +0 -21
  2100. package/rds-lambda/node_modules/jest-leak-detector/README.md +0 -27
  2101. package/rds-lambda/node_modules/jest-leak-detector/package.json +0 -33
  2102. package/rds-lambda/node_modules/jest-matcher-utils/LICENSE +0 -21
  2103. package/rds-lambda/node_modules/jest-matcher-utils/README.md +0 -24
  2104. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/ansi-styles/license +0 -9
  2105. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/ansi-styles/package.json +0 -56
  2106. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/ansi-styles/readme.md +0 -152
  2107. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/chalk/license +0 -9
  2108. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/chalk/package.json +0 -68
  2109. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/chalk/readme.md +0 -341
  2110. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-convert/CHANGELOG.md +0 -54
  2111. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-convert/LICENSE +0 -21
  2112. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-convert/README.md +0 -68
  2113. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-convert/package.json +0 -48
  2114. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-name/LICENSE +0 -8
  2115. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-name/README.md +0 -11
  2116. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/color-name/package.json +0 -28
  2117. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/has-flag/license +0 -9
  2118. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/has-flag/package.json +0 -46
  2119. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/has-flag/readme.md +0 -89
  2120. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/supports-color/license +0 -9
  2121. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/supports-color/package.json +0 -53
  2122. package/rds-lambda/node_modules/jest-matcher-utils/node_modules/supports-color/readme.md +0 -76
  2123. package/rds-lambda/node_modules/jest-matcher-utils/package.json +0 -37
  2124. package/rds-lambda/node_modules/jest-message-util/LICENSE +0 -21
  2125. package/rds-lambda/node_modules/jest-message-util/node_modules/ansi-styles/license +0 -9
  2126. package/rds-lambda/node_modules/jest-message-util/node_modules/ansi-styles/package.json +0 -56
  2127. package/rds-lambda/node_modules/jest-message-util/node_modules/ansi-styles/readme.md +0 -152
  2128. package/rds-lambda/node_modules/jest-message-util/node_modules/chalk/license +0 -9
  2129. package/rds-lambda/node_modules/jest-message-util/node_modules/chalk/package.json +0 -68
  2130. package/rds-lambda/node_modules/jest-message-util/node_modules/chalk/readme.md +0 -341
  2131. package/rds-lambda/node_modules/jest-message-util/node_modules/color-convert/CHANGELOG.md +0 -54
  2132. package/rds-lambda/node_modules/jest-message-util/node_modules/color-convert/LICENSE +0 -21
  2133. package/rds-lambda/node_modules/jest-message-util/node_modules/color-convert/README.md +0 -68
  2134. package/rds-lambda/node_modules/jest-message-util/node_modules/color-convert/package.json +0 -48
  2135. package/rds-lambda/node_modules/jest-message-util/node_modules/color-name/LICENSE +0 -8
  2136. package/rds-lambda/node_modules/jest-message-util/node_modules/color-name/README.md +0 -11
  2137. package/rds-lambda/node_modules/jest-message-util/node_modules/color-name/package.json +0 -28
  2138. package/rds-lambda/node_modules/jest-message-util/node_modules/has-flag/license +0 -9
  2139. package/rds-lambda/node_modules/jest-message-util/node_modules/has-flag/package.json +0 -46
  2140. package/rds-lambda/node_modules/jest-message-util/node_modules/has-flag/readme.md +0 -89
  2141. package/rds-lambda/node_modules/jest-message-util/node_modules/supports-color/license +0 -9
  2142. package/rds-lambda/node_modules/jest-message-util/node_modules/supports-color/package.json +0 -53
  2143. package/rds-lambda/node_modules/jest-message-util/node_modules/supports-color/readme.md +0 -76
  2144. package/rds-lambda/node_modules/jest-message-util/package.json +0 -43
  2145. package/rds-lambda/node_modules/jest-mock/LICENSE +0 -21
  2146. package/rds-lambda/node_modules/jest-mock/README.md +0 -106
  2147. package/rds-lambda/node_modules/jest-mock/package.json +0 -35
  2148. package/rds-lambda/node_modules/jest-pnp-resolver/README.md +0 -34
  2149. package/rds-lambda/node_modules/jest-pnp-resolver/package.json +0 -31
  2150. package/rds-lambda/node_modules/jest-regex-util/LICENSE +0 -21
  2151. package/rds-lambda/node_modules/jest-regex-util/package.json +0 -29
  2152. package/rds-lambda/node_modules/jest-resolve/LICENSE +0 -21
  2153. package/rds-lambda/node_modules/jest-resolve/node_modules/ansi-styles/license +0 -9
  2154. package/rds-lambda/node_modules/jest-resolve/node_modules/ansi-styles/package.json +0 -56
  2155. package/rds-lambda/node_modules/jest-resolve/node_modules/ansi-styles/readme.md +0 -152
  2156. package/rds-lambda/node_modules/jest-resolve/node_modules/chalk/license +0 -9
  2157. package/rds-lambda/node_modules/jest-resolve/node_modules/chalk/package.json +0 -68
  2158. package/rds-lambda/node_modules/jest-resolve/node_modules/chalk/readme.md +0 -341
  2159. package/rds-lambda/node_modules/jest-resolve/node_modules/color-convert/CHANGELOG.md +0 -54
  2160. package/rds-lambda/node_modules/jest-resolve/node_modules/color-convert/LICENSE +0 -21
  2161. package/rds-lambda/node_modules/jest-resolve/node_modules/color-convert/README.md +0 -68
  2162. package/rds-lambda/node_modules/jest-resolve/node_modules/color-convert/package.json +0 -48
  2163. package/rds-lambda/node_modules/jest-resolve/node_modules/color-name/LICENSE +0 -8
  2164. package/rds-lambda/node_modules/jest-resolve/node_modules/color-name/README.md +0 -11
  2165. package/rds-lambda/node_modules/jest-resolve/node_modules/color-name/package.json +0 -28
  2166. package/rds-lambda/node_modules/jest-resolve/node_modules/has-flag/license +0 -9
  2167. package/rds-lambda/node_modules/jest-resolve/node_modules/has-flag/package.json +0 -46
  2168. package/rds-lambda/node_modules/jest-resolve/node_modules/has-flag/readme.md +0 -89
  2169. package/rds-lambda/node_modules/jest-resolve/node_modules/supports-color/license +0 -9
  2170. package/rds-lambda/node_modules/jest-resolve/node_modules/supports-color/package.json +0 -53
  2171. package/rds-lambda/node_modules/jest-resolve/node_modules/supports-color/readme.md +0 -76
  2172. package/rds-lambda/node_modules/jest-resolve/package.json +0 -44
  2173. package/rds-lambda/node_modules/jest-resolve-dependencies/LICENSE +0 -21
  2174. package/rds-lambda/node_modules/jest-resolve-dependencies/package.json +0 -37
  2175. package/rds-lambda/node_modules/jest-runner/LICENSE +0 -21
  2176. package/rds-lambda/node_modules/jest-runner/node_modules/ansi-styles/license +0 -9
  2177. package/rds-lambda/node_modules/jest-runner/node_modules/ansi-styles/package.json +0 -56
  2178. package/rds-lambda/node_modules/jest-runner/node_modules/ansi-styles/readme.md +0 -152
  2179. package/rds-lambda/node_modules/jest-runner/node_modules/chalk/license +0 -9
  2180. package/rds-lambda/node_modules/jest-runner/node_modules/chalk/package.json +0 -68
  2181. package/rds-lambda/node_modules/jest-runner/node_modules/chalk/readme.md +0 -341
  2182. package/rds-lambda/node_modules/jest-runner/node_modules/color-convert/CHANGELOG.md +0 -54
  2183. package/rds-lambda/node_modules/jest-runner/node_modules/color-convert/LICENSE +0 -21
  2184. package/rds-lambda/node_modules/jest-runner/node_modules/color-convert/README.md +0 -68
  2185. package/rds-lambda/node_modules/jest-runner/node_modules/color-convert/package.json +0 -48
  2186. package/rds-lambda/node_modules/jest-runner/node_modules/color-name/LICENSE +0 -8
  2187. package/rds-lambda/node_modules/jest-runner/node_modules/color-name/README.md +0 -11
  2188. package/rds-lambda/node_modules/jest-runner/node_modules/color-name/package.json +0 -28
  2189. package/rds-lambda/node_modules/jest-runner/node_modules/has-flag/license +0 -9
  2190. package/rds-lambda/node_modules/jest-runner/node_modules/has-flag/package.json +0 -46
  2191. package/rds-lambda/node_modules/jest-runner/node_modules/has-flag/readme.md +0 -89
  2192. package/rds-lambda/node_modules/jest-runner/node_modules/supports-color/license +0 -9
  2193. package/rds-lambda/node_modules/jest-runner/node_modules/supports-color/package.json +0 -53
  2194. package/rds-lambda/node_modules/jest-runner/node_modules/supports-color/readme.md +0 -76
  2195. package/rds-lambda/node_modules/jest-runner/package.json +0 -58
  2196. package/rds-lambda/node_modules/jest-runtime/LICENSE +0 -21
  2197. package/rds-lambda/node_modules/jest-runtime/node_modules/ansi-styles/license +0 -9
  2198. package/rds-lambda/node_modules/jest-runtime/node_modules/ansi-styles/package.json +0 -56
  2199. package/rds-lambda/node_modules/jest-runtime/node_modules/ansi-styles/readme.md +0 -152
  2200. package/rds-lambda/node_modules/jest-runtime/node_modules/chalk/license +0 -9
  2201. package/rds-lambda/node_modules/jest-runtime/node_modules/chalk/package.json +0 -68
  2202. package/rds-lambda/node_modules/jest-runtime/node_modules/chalk/readme.md +0 -341
  2203. package/rds-lambda/node_modules/jest-runtime/node_modules/color-convert/CHANGELOG.md +0 -54
  2204. package/rds-lambda/node_modules/jest-runtime/node_modules/color-convert/LICENSE +0 -21
  2205. package/rds-lambda/node_modules/jest-runtime/node_modules/color-convert/README.md +0 -68
  2206. package/rds-lambda/node_modules/jest-runtime/node_modules/color-convert/package.json +0 -48
  2207. package/rds-lambda/node_modules/jest-runtime/node_modules/color-name/LICENSE +0 -8
  2208. package/rds-lambda/node_modules/jest-runtime/node_modules/color-name/README.md +0 -11
  2209. package/rds-lambda/node_modules/jest-runtime/node_modules/color-name/package.json +0 -28
  2210. package/rds-lambda/node_modules/jest-runtime/node_modules/has-flag/license +0 -9
  2211. package/rds-lambda/node_modules/jest-runtime/node_modules/has-flag/package.json +0 -46
  2212. package/rds-lambda/node_modules/jest-runtime/node_modules/has-flag/readme.md +0 -89
  2213. package/rds-lambda/node_modules/jest-runtime/node_modules/supports-color/license +0 -9
  2214. package/rds-lambda/node_modules/jest-runtime/node_modules/supports-color/package.json +0 -53
  2215. package/rds-lambda/node_modules/jest-runtime/node_modules/supports-color/readme.md +0 -76
  2216. package/rds-lambda/node_modules/jest-runtime/package.json +0 -56
  2217. package/rds-lambda/node_modules/jest-snapshot/LICENSE +0 -21
  2218. package/rds-lambda/node_modules/jest-snapshot/node_modules/ansi-styles/license +0 -9
  2219. package/rds-lambda/node_modules/jest-snapshot/node_modules/ansi-styles/package.json +0 -56
  2220. package/rds-lambda/node_modules/jest-snapshot/node_modules/ansi-styles/readme.md +0 -152
  2221. package/rds-lambda/node_modules/jest-snapshot/node_modules/chalk/license +0 -9
  2222. package/rds-lambda/node_modules/jest-snapshot/node_modules/chalk/package.json +0 -68
  2223. package/rds-lambda/node_modules/jest-snapshot/node_modules/chalk/readme.md +0 -341
  2224. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-convert/CHANGELOG.md +0 -54
  2225. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-convert/LICENSE +0 -21
  2226. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-convert/README.md +0 -68
  2227. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-convert/package.json +0 -48
  2228. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-name/LICENSE +0 -8
  2229. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-name/README.md +0 -11
  2230. package/rds-lambda/node_modules/jest-snapshot/node_modules/color-name/package.json +0 -28
  2231. package/rds-lambda/node_modules/jest-snapshot/node_modules/has-flag/license +0 -9
  2232. package/rds-lambda/node_modules/jest-snapshot/node_modules/has-flag/package.json +0 -46
  2233. package/rds-lambda/node_modules/jest-snapshot/node_modules/has-flag/readme.md +0 -89
  2234. package/rds-lambda/node_modules/jest-snapshot/node_modules/lru-cache/LICENSE +0 -15
  2235. package/rds-lambda/node_modules/jest-snapshot/node_modules/lru-cache/README.md +0 -166
  2236. package/rds-lambda/node_modules/jest-snapshot/node_modules/lru-cache/package.json +0 -34
  2237. package/rds-lambda/node_modules/jest-snapshot/node_modules/semver/LICENSE +0 -15
  2238. package/rds-lambda/node_modules/jest-snapshot/node_modules/semver/README.md +0 -637
  2239. package/rds-lambda/node_modules/jest-snapshot/node_modules/semver/package.json +0 -87
  2240. package/rds-lambda/node_modules/jest-snapshot/node_modules/semver/range.bnf +0 -16
  2241. package/rds-lambda/node_modules/jest-snapshot/node_modules/supports-color/license +0 -9
  2242. package/rds-lambda/node_modules/jest-snapshot/node_modules/supports-color/package.json +0 -53
  2243. package/rds-lambda/node_modules/jest-snapshot/node_modules/supports-color/readme.md +0 -76
  2244. package/rds-lambda/node_modules/jest-snapshot/node_modules/yallist/LICENSE +0 -15
  2245. package/rds-lambda/node_modules/jest-snapshot/node_modules/yallist/README.md +0 -204
  2246. package/rds-lambda/node_modules/jest-snapshot/node_modules/yallist/package.json +0 -29
  2247. package/rds-lambda/node_modules/jest-snapshot/package.json +0 -65
  2248. package/rds-lambda/node_modules/jest-util/LICENSE +0 -21
  2249. package/rds-lambda/node_modules/jest-util/node_modules/ansi-styles/license +0 -9
  2250. package/rds-lambda/node_modules/jest-util/node_modules/ansi-styles/package.json +0 -56
  2251. package/rds-lambda/node_modules/jest-util/node_modules/ansi-styles/readme.md +0 -152
  2252. package/rds-lambda/node_modules/jest-util/node_modules/chalk/license +0 -9
  2253. package/rds-lambda/node_modules/jest-util/node_modules/chalk/package.json +0 -68
  2254. package/rds-lambda/node_modules/jest-util/node_modules/chalk/readme.md +0 -341
  2255. package/rds-lambda/node_modules/jest-util/node_modules/color-convert/CHANGELOG.md +0 -54
  2256. package/rds-lambda/node_modules/jest-util/node_modules/color-convert/LICENSE +0 -21
  2257. package/rds-lambda/node_modules/jest-util/node_modules/color-convert/README.md +0 -68
  2258. package/rds-lambda/node_modules/jest-util/node_modules/color-convert/package.json +0 -48
  2259. package/rds-lambda/node_modules/jest-util/node_modules/color-name/LICENSE +0 -8
  2260. package/rds-lambda/node_modules/jest-util/node_modules/color-name/README.md +0 -11
  2261. package/rds-lambda/node_modules/jest-util/node_modules/color-name/package.json +0 -28
  2262. package/rds-lambda/node_modules/jest-util/node_modules/has-flag/license +0 -9
  2263. package/rds-lambda/node_modules/jest-util/node_modules/has-flag/package.json +0 -46
  2264. package/rds-lambda/node_modules/jest-util/node_modules/has-flag/readme.md +0 -89
  2265. package/rds-lambda/node_modules/jest-util/node_modules/supports-color/license +0 -9
  2266. package/rds-lambda/node_modules/jest-util/node_modules/supports-color/package.json +0 -53
  2267. package/rds-lambda/node_modules/jest-util/node_modules/supports-color/readme.md +0 -76
  2268. package/rds-lambda/node_modules/jest-util/package.json +0 -38
  2269. package/rds-lambda/node_modules/jest-validate/LICENSE +0 -21
  2270. package/rds-lambda/node_modules/jest-validate/README.md +0 -196
  2271. package/rds-lambda/node_modules/jest-validate/node_modules/ansi-styles/license +0 -9
  2272. package/rds-lambda/node_modules/jest-validate/node_modules/ansi-styles/package.json +0 -56
  2273. package/rds-lambda/node_modules/jest-validate/node_modules/ansi-styles/readme.md +0 -152
  2274. package/rds-lambda/node_modules/jest-validate/node_modules/camelcase/license +0 -9
  2275. package/rds-lambda/node_modules/jest-validate/node_modules/camelcase/package.json +0 -44
  2276. package/rds-lambda/node_modules/jest-validate/node_modules/camelcase/readme.md +0 -144
  2277. package/rds-lambda/node_modules/jest-validate/node_modules/chalk/license +0 -9
  2278. package/rds-lambda/node_modules/jest-validate/node_modules/chalk/package.json +0 -68
  2279. package/rds-lambda/node_modules/jest-validate/node_modules/chalk/readme.md +0 -341
  2280. package/rds-lambda/node_modules/jest-validate/node_modules/color-convert/CHANGELOG.md +0 -54
  2281. package/rds-lambda/node_modules/jest-validate/node_modules/color-convert/LICENSE +0 -21
  2282. package/rds-lambda/node_modules/jest-validate/node_modules/color-convert/README.md +0 -68
  2283. package/rds-lambda/node_modules/jest-validate/node_modules/color-convert/package.json +0 -48
  2284. package/rds-lambda/node_modules/jest-validate/node_modules/color-name/LICENSE +0 -8
  2285. package/rds-lambda/node_modules/jest-validate/node_modules/color-name/README.md +0 -11
  2286. package/rds-lambda/node_modules/jest-validate/node_modules/color-name/package.json +0 -28
  2287. package/rds-lambda/node_modules/jest-validate/node_modules/has-flag/license +0 -9
  2288. package/rds-lambda/node_modules/jest-validate/node_modules/has-flag/package.json +0 -46
  2289. package/rds-lambda/node_modules/jest-validate/node_modules/has-flag/readme.md +0 -89
  2290. package/rds-lambda/node_modules/jest-validate/node_modules/supports-color/license +0 -9
  2291. package/rds-lambda/node_modules/jest-validate/node_modules/supports-color/package.json +0 -53
  2292. package/rds-lambda/node_modules/jest-validate/node_modules/supports-color/readme.md +0 -76
  2293. package/rds-lambda/node_modules/jest-validate/package.json +0 -37
  2294. package/rds-lambda/node_modules/jest-watcher/LICENSE +0 -21
  2295. package/rds-lambda/node_modules/jest-watcher/node_modules/ansi-styles/license +0 -9
  2296. package/rds-lambda/node_modules/jest-watcher/node_modules/ansi-styles/package.json +0 -56
  2297. package/rds-lambda/node_modules/jest-watcher/node_modules/ansi-styles/readme.md +0 -152
  2298. package/rds-lambda/node_modules/jest-watcher/node_modules/chalk/license +0 -9
  2299. package/rds-lambda/node_modules/jest-watcher/node_modules/chalk/package.json +0 -68
  2300. package/rds-lambda/node_modules/jest-watcher/node_modules/chalk/readme.md +0 -341
  2301. package/rds-lambda/node_modules/jest-watcher/node_modules/color-convert/CHANGELOG.md +0 -54
  2302. package/rds-lambda/node_modules/jest-watcher/node_modules/color-convert/LICENSE +0 -21
  2303. package/rds-lambda/node_modules/jest-watcher/node_modules/color-convert/README.md +0 -68
  2304. package/rds-lambda/node_modules/jest-watcher/node_modules/color-convert/package.json +0 -48
  2305. package/rds-lambda/node_modules/jest-watcher/node_modules/color-name/LICENSE +0 -8
  2306. package/rds-lambda/node_modules/jest-watcher/node_modules/color-name/README.md +0 -11
  2307. package/rds-lambda/node_modules/jest-watcher/node_modules/color-name/package.json +0 -28
  2308. package/rds-lambda/node_modules/jest-watcher/node_modules/has-flag/license +0 -9
  2309. package/rds-lambda/node_modules/jest-watcher/node_modules/has-flag/package.json +0 -46
  2310. package/rds-lambda/node_modules/jest-watcher/node_modules/has-flag/readme.md +0 -89
  2311. package/rds-lambda/node_modules/jest-watcher/node_modules/supports-color/license +0 -9
  2312. package/rds-lambda/node_modules/jest-watcher/node_modules/supports-color/package.json +0 -53
  2313. package/rds-lambda/node_modules/jest-watcher/node_modules/supports-color/readme.md +0 -76
  2314. package/rds-lambda/node_modules/jest-watcher/package.json +0 -41
  2315. package/rds-lambda/node_modules/jest-worker/LICENSE +0 -21
  2316. package/rds-lambda/node_modules/jest-worker/README.md +0 -272
  2317. package/rds-lambda/node_modules/jest-worker/node_modules/has-flag/license +0 -9
  2318. package/rds-lambda/node_modules/jest-worker/node_modules/has-flag/package.json +0 -46
  2319. package/rds-lambda/node_modules/jest-worker/node_modules/has-flag/readme.md +0 -89
  2320. package/rds-lambda/node_modules/jest-worker/node_modules/supports-color/license +0 -9
  2321. package/rds-lambda/node_modules/jest-worker/node_modules/supports-color/package.json +0 -58
  2322. package/rds-lambda/node_modules/jest-worker/node_modules/supports-color/readme.md +0 -77
  2323. package/rds-lambda/node_modules/jest-worker/package.json +0 -42
  2324. package/rds-lambda/node_modules/js-tokens/CHANGELOG.md +0 -151
  2325. package/rds-lambda/node_modules/js-tokens/LICENSE +0 -21
  2326. package/rds-lambda/node_modules/js-tokens/README.md +0 -240
  2327. package/rds-lambda/node_modules/js-tokens/package.json +0 -30
  2328. package/rds-lambda/node_modules/js-yaml/CHANGELOG.md +0 -557
  2329. package/rds-lambda/node_modules/js-yaml/LICENSE +0 -21
  2330. package/rds-lambda/node_modules/js-yaml/README.md +0 -299
  2331. package/rds-lambda/node_modules/js-yaml/package.json +0 -49
  2332. package/rds-lambda/node_modules/jsesc/LICENSE-MIT.txt +0 -20
  2333. package/rds-lambda/node_modules/jsesc/README.md +0 -421
  2334. package/rds-lambda/node_modules/jsesc/bin/jsesc +0 -148
  2335. package/rds-lambda/node_modules/jsesc/man/jsesc.1 +0 -94
  2336. package/rds-lambda/node_modules/jsesc/package.json +0 -54
  2337. package/rds-lambda/node_modules/json-parse-even-better-errors/CHANGELOG.md +0 -50
  2338. package/rds-lambda/node_modules/json-parse-even-better-errors/LICENSE.md +0 -25
  2339. package/rds-lambda/node_modules/json-parse-even-better-errors/README.md +0 -96
  2340. package/rds-lambda/node_modules/json-parse-even-better-errors/package.json +0 -33
  2341. package/rds-lambda/node_modules/json5/LICENSE.md +0 -23
  2342. package/rds-lambda/node_modules/json5/README.md +0 -282
  2343. package/rds-lambda/node_modules/json5/dist/index.min.mjs +0 -1
  2344. package/rds-lambda/node_modules/json5/dist/index.mjs +0 -1426
  2345. package/rds-lambda/node_modules/json5/package.json +0 -72
  2346. package/rds-lambda/node_modules/kleur/license +0 -21
  2347. package/rds-lambda/node_modules/kleur/package.json +0 -35
  2348. package/rds-lambda/node_modules/kleur/readme.md +0 -172
  2349. package/rds-lambda/node_modules/knex/CHANGELOG.md +0 -2299
  2350. package/rds-lambda/node_modules/knex/CONTRIBUTING.md +0 -194
  2351. package/rds-lambda/node_modules/knex/LICENSE +0 -22
  2352. package/rds-lambda/node_modules/knex/README.md +0 -148
  2353. package/rds-lambda/node_modules/knex/UPGRADING.md +0 -233
  2354. package/rds-lambda/node_modules/knex/lib/dialects/oracle/DEAD_CODE.md +0 -5
  2355. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/cjs.stub +0 -15
  2356. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/coffee.stub +0 -13
  2357. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/eg.stub +0 -14
  2358. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/js-schema.stub +0 -22
  2359. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/js.stub +0 -22
  2360. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-coffee.stub +0 -34
  2361. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-eg.stub +0 -43
  2362. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-js.stub +0 -47
  2363. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-ls.stub +0 -35
  2364. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/knexfile-ts.stub +0 -47
  2365. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/ls.stub +0 -14
  2366. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/mjs.stub +0 -23
  2367. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/ts-schema.stub +0 -21
  2368. package/rds-lambda/node_modules/knex/lib/migrations/migrate/stub/ts.stub +0 -21
  2369. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/coffee.stub +0 -9
  2370. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/eg.stub +0 -11
  2371. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/js.stub +0 -13
  2372. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/ls.stub +0 -11
  2373. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/mjs.stub +0 -12
  2374. package/rds-lambda/node_modules/knex/lib/migrations/seed/stub/ts.stub +0 -13
  2375. package/rds-lambda/node_modules/knex/package.json +0 -265
  2376. package/rds-lambda/node_modules/knex/scripts/docker-compose.yml +0 -152
  2377. package/rds-lambda/node_modules/knex/scripts/next-release-howto.md +0 -24
  2378. package/rds-lambda/node_modules/knex/scripts/oracledb-install-driver-libs.sh +0 -82
  2379. package/rds-lambda/node_modules/knex/scripts/release.sh +0 -34
  2380. package/rds-lambda/node_modules/knex/scripts/stress-test/README.txt +0 -18
  2381. package/rds-lambda/node_modules/knex/scripts/stress-test/docker-compose.yml +0 -57
  2382. package/rds-lambda/node_modules/lazystream/LICENSE +0 -23
  2383. package/rds-lambda/node_modules/lazystream/README.md +0 -114
  2384. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +0 -34
  2385. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  2386. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +0 -136
  2387. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +0 -47
  2388. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +0 -58
  2389. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
  2390. package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +0 -52
  2391. package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +0 -21
  2392. package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +0 -584
  2393. package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +0 -37
  2394. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +0 -50
  2395. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +0 -48
  2396. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +0 -47
  2397. package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +0 -31
  2398. package/rds-lambda/node_modules/lazystream/package.json +0 -46
  2399. package/rds-lambda/node_modules/lazystream/test/data.md +0 -13
  2400. package/rds-lambda/node_modules/leven/license +0 -9
  2401. package/rds-lambda/node_modules/leven/package.json +0 -57
  2402. package/rds-lambda/node_modules/leven/readme.md +0 -50
  2403. package/rds-lambda/node_modules/lines-and-columns/LICENSE +0 -21
  2404. package/rds-lambda/node_modules/lines-and-columns/README.md +0 -33
  2405. package/rds-lambda/node_modules/lines-and-columns/package.json +0 -49
  2406. package/rds-lambda/node_modules/locate-path/license +0 -9
  2407. package/rds-lambda/node_modules/locate-path/package.json +0 -45
  2408. package/rds-lambda/node_modules/locate-path/readme.md +0 -122
  2409. package/rds-lambda/node_modules/lodash/LICENSE +0 -47
  2410. package/rds-lambda/node_modules/lodash/README.md +0 -39
  2411. package/rds-lambda/node_modules/lodash/flake.lock +0 -40
  2412. package/rds-lambda/node_modules/lodash/flake.nix +0 -20
  2413. package/rds-lambda/node_modules/lodash/package.json +0 -17
  2414. package/rds-lambda/node_modules/lodash/release.md +0 -48
  2415. package/rds-lambda/node_modules/lodash.defaults/LICENSE +0 -47
  2416. package/rds-lambda/node_modules/lodash.defaults/README.md +0 -18
  2417. package/rds-lambda/node_modules/lodash.defaults/package.json +0 -17
  2418. package/rds-lambda/node_modules/lodash.difference/LICENSE +0 -47
  2419. package/rds-lambda/node_modules/lodash.difference/README.md +0 -18
  2420. package/rds-lambda/node_modules/lodash.difference/package.json +0 -17
  2421. package/rds-lambda/node_modules/lodash.flatten/LICENSE +0 -47
  2422. package/rds-lambda/node_modules/lodash.flatten/README.md +0 -18
  2423. package/rds-lambda/node_modules/lodash.flatten/package.json +0 -17
  2424. package/rds-lambda/node_modules/lodash.isplainobject/LICENSE +0 -47
  2425. package/rds-lambda/node_modules/lodash.isplainobject/README.md +0 -18
  2426. package/rds-lambda/node_modules/lodash.isplainobject/package.json +0 -17
  2427. package/rds-lambda/node_modules/lodash.memoize/LICENSE +0 -47
  2428. package/rds-lambda/node_modules/lodash.memoize/README.md +0 -18
  2429. package/rds-lambda/node_modules/lodash.memoize/package.json +0 -17
  2430. package/rds-lambda/node_modules/lodash.union/LICENSE +0 -47
  2431. package/rds-lambda/node_modules/lodash.union/README.md +0 -18
  2432. package/rds-lambda/node_modules/lodash.union/package.json +0 -17
  2433. package/rds-lambda/node_modules/lru-cache/LICENSE +0 -15
  2434. package/rds-lambda/node_modules/lru-cache/README.md +0 -166
  2435. package/rds-lambda/node_modules/lru-cache/package.json +0 -32
  2436. package/rds-lambda/node_modules/make-dir/license +0 -9
  2437. package/rds-lambda/node_modules/make-dir/package.json +0 -59
  2438. package/rds-lambda/node_modules/make-dir/readme.md +0 -125
  2439. package/rds-lambda/node_modules/make-error/LICENSE +0 -5
  2440. package/rds-lambda/node_modules/make-error/README.md +0 -112
  2441. package/rds-lambda/node_modules/make-error/package.json +0 -62
  2442. package/rds-lambda/node_modules/makeerror/.travis.yml +0 -3
  2443. package/rds-lambda/node_modules/makeerror/license +0 -28
  2444. package/rds-lambda/node_modules/makeerror/package.json +0 -21
  2445. package/rds-lambda/node_modules/makeerror/readme.md +0 -77
  2446. package/rds-lambda/node_modules/merge-stream/LICENSE +0 -21
  2447. package/rds-lambda/node_modules/merge-stream/README.md +0 -78
  2448. package/rds-lambda/node_modules/merge-stream/package.json +0 -19
  2449. package/rds-lambda/node_modules/micromatch/LICENSE +0 -21
  2450. package/rds-lambda/node_modules/micromatch/README.md +0 -1011
  2451. package/rds-lambda/node_modules/micromatch/package.json +0 -119
  2452. package/rds-lambda/node_modules/mimic-fn/license +0 -9
  2453. package/rds-lambda/node_modules/mimic-fn/package.json +0 -42
  2454. package/rds-lambda/node_modules/mimic-fn/readme.md +0 -69
  2455. package/rds-lambda/node_modules/minimatch/LICENSE +0 -15
  2456. package/rds-lambda/node_modules/minimatch/README.md +0 -230
  2457. package/rds-lambda/node_modules/minimatch/package.json +0 -33
  2458. package/rds-lambda/node_modules/ms/license.md +0 -21
  2459. package/rds-lambda/node_modules/ms/package.json +0 -37
  2460. package/rds-lambda/node_modules/ms/readme.md +0 -60
  2461. package/rds-lambda/node_modules/natural-compare/README.md +0 -125
  2462. package/rds-lambda/node_modules/natural-compare/package.json +0 -42
  2463. package/rds-lambda/node_modules/node-int64/LICENSE +0 -19
  2464. package/rds-lambda/node_modules/node-int64/README.md +0 -78
  2465. package/rds-lambda/node_modules/node-int64/package.json +0 -27
  2466. package/rds-lambda/node_modules/node-releases/LICENSE +0 -21
  2467. package/rds-lambda/node_modules/node-releases/README.md +0 -12
  2468. package/rds-lambda/node_modules/node-releases/data/processed/envs.json +0 -1
  2469. package/rds-lambda/node_modules/node-releases/data/release-schedule/release-schedule.json +0 -1
  2470. package/rds-lambda/node_modules/node-releases/package.json +0 -19
  2471. package/rds-lambda/node_modules/normalize-path/LICENSE +0 -21
  2472. package/rds-lambda/node_modules/normalize-path/README.md +0 -127
  2473. package/rds-lambda/node_modules/normalize-path/package.json +0 -77
  2474. package/rds-lambda/node_modules/npm-run-path/license +0 -9
  2475. package/rds-lambda/node_modules/npm-run-path/package.json +0 -44
  2476. package/rds-lambda/node_modules/npm-run-path/readme.md +0 -115
  2477. package/rds-lambda/node_modules/once/LICENSE +0 -15
  2478. package/rds-lambda/node_modules/once/README.md +0 -79
  2479. package/rds-lambda/node_modules/once/package.json +0 -33
  2480. package/rds-lambda/node_modules/onetime/license +0 -9
  2481. package/rds-lambda/node_modules/onetime/package.json +0 -43
  2482. package/rds-lambda/node_modules/onetime/readme.md +0 -94
  2483. package/rds-lambda/node_modules/p-limit/license +0 -9
  2484. package/rds-lambda/node_modules/p-limit/package.json +0 -52
  2485. package/rds-lambda/node_modules/p-limit/readme.md +0 -101
  2486. package/rds-lambda/node_modules/p-locate/license +0 -9
  2487. package/rds-lambda/node_modules/p-locate/node_modules/p-limit/license +0 -9
  2488. package/rds-lambda/node_modules/p-locate/node_modules/p-limit/package.json +0 -52
  2489. package/rds-lambda/node_modules/p-locate/node_modules/p-limit/readme.md +0 -101
  2490. package/rds-lambda/node_modules/p-locate/package.json +0 -53
  2491. package/rds-lambda/node_modules/p-locate/readme.md +0 -90
  2492. package/rds-lambda/node_modules/p-try/license +0 -9
  2493. package/rds-lambda/node_modules/p-try/package.json +0 -42
  2494. package/rds-lambda/node_modules/p-try/readme.md +0 -58
  2495. package/rds-lambda/node_modules/parse-json/license +0 -9
  2496. package/rds-lambda/node_modules/parse-json/package.json +0 -45
  2497. package/rds-lambda/node_modules/parse-json/readme.md +0 -119
  2498. package/rds-lambda/node_modules/path-exists/license +0 -9
  2499. package/rds-lambda/node_modules/path-exists/package.json +0 -39
  2500. package/rds-lambda/node_modules/path-exists/readme.md +0 -52
  2501. package/rds-lambda/node_modules/path-is-absolute/license +0 -21
  2502. package/rds-lambda/node_modules/path-is-absolute/package.json +0 -43
  2503. package/rds-lambda/node_modules/path-is-absolute/readme.md +0 -59
  2504. package/rds-lambda/node_modules/path-key/license +0 -9
  2505. package/rds-lambda/node_modules/path-key/package.json +0 -39
  2506. package/rds-lambda/node_modules/path-key/readme.md +0 -61
  2507. package/rds-lambda/node_modules/path-parse/LICENSE +0 -21
  2508. package/rds-lambda/node_modules/path-parse/README.md +0 -42
  2509. package/rds-lambda/node_modules/path-parse/package.json +0 -33
  2510. package/rds-lambda/node_modules/pg-connection-string/LICENSE +0 -21
  2511. package/rds-lambda/node_modules/pg-connection-string/README.md +0 -77
  2512. package/rds-lambda/node_modules/pg-connection-string/package.json +0 -40
  2513. package/rds-lambda/node_modules/picocolors/LICENSE +0 -15
  2514. package/rds-lambda/node_modules/picocolors/README.md +0 -21
  2515. package/rds-lambda/node_modules/picocolors/package.json +0 -25
  2516. package/rds-lambda/node_modules/picocolors/types.ts +0 -30
  2517. package/rds-lambda/node_modules/picomatch/CHANGELOG.md +0 -136
  2518. package/rds-lambda/node_modules/picomatch/LICENSE +0 -21
  2519. package/rds-lambda/node_modules/picomatch/README.md +0 -708
  2520. package/rds-lambda/node_modules/picomatch/package.json +0 -81
  2521. package/rds-lambda/node_modules/pirates/LICENSE +0 -21
  2522. package/rds-lambda/node_modules/pirates/README.md +0 -69
  2523. package/rds-lambda/node_modules/pirates/package.json +0 -74
  2524. package/rds-lambda/node_modules/pkg-dir/license +0 -9
  2525. package/rds-lambda/node_modules/pkg-dir/package.json +0 -56
  2526. package/rds-lambda/node_modules/pkg-dir/readme.md +0 -66
  2527. package/rds-lambda/node_modules/pretty-format/LICENSE +0 -21
  2528. package/rds-lambda/node_modules/pretty-format/README.md +0 -463
  2529. package/rds-lambda/node_modules/pretty-format/node_modules/ansi-styles/license +0 -9
  2530. package/rds-lambda/node_modules/pretty-format/node_modules/ansi-styles/package.json +0 -52
  2531. package/rds-lambda/node_modules/pretty-format/node_modules/ansi-styles/readme.md +0 -144
  2532. package/rds-lambda/node_modules/pretty-format/package.json +0 -43
  2533. package/rds-lambda/node_modules/process-nextick-args/license.md +0 -19
  2534. package/rds-lambda/node_modules/process-nextick-args/package.json +0 -25
  2535. package/rds-lambda/node_modules/process-nextick-args/readme.md +0 -18
  2536. package/rds-lambda/node_modules/prompts/license +0 -21
  2537. package/rds-lambda/node_modules/prompts/package.json +0 -53
  2538. package/rds-lambda/node_modules/prompts/readme.md +0 -882
  2539. package/rds-lambda/node_modules/pure-rand/CHANGELOG.md +0 -67
  2540. package/rds-lambda/node_modules/pure-rand/LICENSE +0 -21
  2541. package/rds-lambda/node_modules/pure-rand/README.md +0 -208
  2542. package/rds-lambda/node_modules/pure-rand/lib/esm/package.json +0 -3
  2543. package/rds-lambda/node_modules/pure-rand/package.json +0 -80
  2544. package/rds-lambda/node_modules/react-is/LICENSE +0 -21
  2545. package/rds-lambda/node_modules/react-is/README.md +0 -104
  2546. package/rds-lambda/node_modules/react-is/package.json +0 -26
  2547. package/rds-lambda/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  2548. package/rds-lambda/node_modules/readable-stream/GOVERNANCE.md +0 -136
  2549. package/rds-lambda/node_modules/readable-stream/LICENSE +0 -47
  2550. package/rds-lambda/node_modules/readable-stream/README.md +0 -106
  2551. package/rds-lambda/node_modules/readable-stream/package.json +0 -68
  2552. package/rds-lambda/node_modules/readdir-glob/LICENSE +0 -201
  2553. package/rds-lambda/node_modules/readdir-glob/README.md +0 -85
  2554. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
  2555. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +0 -21
  2556. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +0 -135
  2557. package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +0 -46
  2558. package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +0 -15
  2559. package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +0 -259
  2560. package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +0 -35
  2561. package/rds-lambda/node_modules/readdir-glob/package.json +0 -43
  2562. package/rds-lambda/node_modules/rechoir/CHANGELOG.md +0 -12
  2563. package/rds-lambda/node_modules/rechoir/LICENSE +0 -21
  2564. package/rds-lambda/node_modules/rechoir/README.md +0 -73
  2565. package/rds-lambda/node_modules/rechoir/package.json +0 -52
  2566. package/rds-lambda/node_modules/require-directory/.jshintrc +0 -67
  2567. package/rds-lambda/node_modules/require-directory/.travis.yml +0 -3
  2568. package/rds-lambda/node_modules/require-directory/LICENSE +0 -22
  2569. package/rds-lambda/node_modules/require-directory/README.markdown +0 -184
  2570. package/rds-lambda/node_modules/require-directory/package.json +0 -40
  2571. package/rds-lambda/node_modules/resolve/.editorconfig +0 -37
  2572. package/rds-lambda/node_modules/resolve/.eslintrc +0 -65
  2573. package/rds-lambda/node_modules/resolve/.github/FUNDING.yml +0 -12
  2574. package/rds-lambda/node_modules/resolve/LICENSE +0 -21
  2575. package/rds-lambda/node_modules/resolve/SECURITY.md +0 -3
  2576. package/rds-lambda/node_modules/resolve/bin/resolve +0 -50
  2577. package/rds-lambda/node_modules/resolve/lib/core.json +0 -155
  2578. package/rds-lambda/node_modules/resolve/package.json +0 -71
  2579. package/rds-lambda/node_modules/resolve/readme.markdown +0 -301
  2580. package/rds-lambda/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +0 -3
  2581. package/rds-lambda/node_modules/resolve/test/resolver/baz/package.json +0 -4
  2582. package/rds-lambda/node_modules/resolve/test/resolver/browser_field/package.json +0 -5
  2583. package/rds-lambda/node_modules/resolve/test/resolver/cup.coffee +0 -1
  2584. package/rds-lambda/node_modules/resolve/test/resolver/dot_main/package.json +0 -3
  2585. package/rds-lambda/node_modules/resolve/test/resolver/dot_slash_main/package.json +0 -3
  2586. package/rds-lambda/node_modules/resolve/test/resolver/false_main/package.json +0 -4
  2587. package/rds-lambda/node_modules/resolve/test/resolver/incorrect_main/package.json +0 -3
  2588. package/rds-lambda/node_modules/resolve/test/resolver/invalid_main/package.json +0 -7
  2589. package/rds-lambda/node_modules/resolve/test/resolver/malformed_package_json/package.json +0 -1
  2590. package/rds-lambda/node_modules/resolve/test/resolver/mug.coffee +0 -0
  2591. package/rds-lambda/node_modules/resolve/test/resolver/multirepo/lerna.json +0 -6
  2592. package/rds-lambda/node_modules/resolve/test/resolver/multirepo/package.json +0 -20
  2593. package/rds-lambda/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +0 -14
  2594. package/rds-lambda/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +0 -14
  2595. package/rds-lambda/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +0 -15
  2596. package/rds-lambda/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  2597. package/rds-lambda/node_modules/resolve/test/resolver/symlinked/package/package.json +0 -3
  2598. package/rds-lambda/node_modules/resolve-cwd/license +0 -9
  2599. package/rds-lambda/node_modules/resolve-cwd/package.json +0 -43
  2600. package/rds-lambda/node_modules/resolve-cwd/readme.md +0 -58
  2601. package/rds-lambda/node_modules/resolve-from/license +0 -9
  2602. package/rds-lambda/node_modules/resolve-from/package.json +0 -36
  2603. package/rds-lambda/node_modules/resolve-from/readme.md +0 -72
  2604. package/rds-lambda/node_modules/resolve.exports/dist/index.mjs +0 -1
  2605. package/rds-lambda/node_modules/resolve.exports/license +0 -21
  2606. package/rds-lambda/node_modules/resolve.exports/package.json +0 -50
  2607. package/rds-lambda/node_modules/resolve.exports/readme.md +0 -458
  2608. package/rds-lambda/node_modules/safe-buffer/LICENSE +0 -21
  2609. package/rds-lambda/node_modules/safe-buffer/README.md +0 -584
  2610. package/rds-lambda/node_modules/safe-buffer/package.json +0 -51
  2611. package/rds-lambda/node_modules/semver/CHANGELOG.md +0 -70
  2612. package/rds-lambda/node_modules/semver/LICENSE +0 -15
  2613. package/rds-lambda/node_modules/semver/README.md +0 -443
  2614. package/rds-lambda/node_modules/semver/package.json +0 -28
  2615. package/rds-lambda/node_modules/semver/range.bnf +0 -16
  2616. package/rds-lambda/node_modules/shebang-command/license +0 -9
  2617. package/rds-lambda/node_modules/shebang-command/package.json +0 -34
  2618. package/rds-lambda/node_modules/shebang-command/readme.md +0 -34
  2619. package/rds-lambda/node_modules/shebang-regex/license +0 -9
  2620. package/rds-lambda/node_modules/shebang-regex/package.json +0 -35
  2621. package/rds-lambda/node_modules/shebang-regex/readme.md +0 -33
  2622. package/rds-lambda/node_modules/signal-exit/LICENSE.txt +0 -16
  2623. package/rds-lambda/node_modules/signal-exit/README.md +0 -39
  2624. package/rds-lambda/node_modules/signal-exit/package.json +0 -38
  2625. package/rds-lambda/node_modules/sisteransi/license +0 -21
  2626. package/rds-lambda/node_modules/sisteransi/package.json +0 -34
  2627. package/rds-lambda/node_modules/sisteransi/readme.md +0 -113
  2628. package/rds-lambda/node_modules/slash/license +0 -9
  2629. package/rds-lambda/node_modules/slash/package.json +0 -35
  2630. package/rds-lambda/node_modules/slash/readme.md +0 -44
  2631. package/rds-lambda/node_modules/source-map/CHANGELOG.md +0 -301
  2632. package/rds-lambda/node_modules/source-map/LICENSE +0 -28
  2633. package/rds-lambda/node_modules/source-map/README.md +0 -742
  2634. package/rds-lambda/node_modules/source-map/package.json +0 -73
  2635. package/rds-lambda/node_modules/source-map-support/LICENSE.md +0 -21
  2636. package/rds-lambda/node_modules/source-map-support/README.md +0 -284
  2637. package/rds-lambda/node_modules/source-map-support/package.json +0 -31
  2638. package/rds-lambda/node_modules/sprintf-js/LICENSE +0 -24
  2639. package/rds-lambda/node_modules/sprintf-js/README.md +0 -88
  2640. package/rds-lambda/node_modules/sprintf-js/bower.json +0 -14
  2641. package/rds-lambda/node_modules/sprintf-js/demo/angular.html +0 -20
  2642. package/rds-lambda/node_modules/sprintf-js/dist/angular-sprintf.min.map +0 -1
  2643. package/rds-lambda/node_modules/sprintf-js/dist/sprintf.min.map +0 -1
  2644. package/rds-lambda/node_modules/sprintf-js/package.json +0 -22
  2645. package/rds-lambda/node_modules/stack-utils/LICENSE.md +0 -21
  2646. package/rds-lambda/node_modules/stack-utils/node_modules/escape-string-regexp/license +0 -9
  2647. package/rds-lambda/node_modules/stack-utils/node_modules/escape-string-regexp/package.json +0 -43
  2648. package/rds-lambda/node_modules/stack-utils/node_modules/escape-string-regexp/readme.md +0 -29
  2649. package/rds-lambda/node_modules/stack-utils/package.json +0 -39
  2650. package/rds-lambda/node_modules/stack-utils/readme.md +0 -143
  2651. package/rds-lambda/node_modules/string-length/license +0 -9
  2652. package/rds-lambda/node_modules/string-length/package.json +0 -45
  2653. package/rds-lambda/node_modules/string-length/readme.md +0 -43
  2654. package/rds-lambda/node_modules/string-width/license +0 -9
  2655. package/rds-lambda/node_modules/string-width/package.json +0 -56
  2656. package/rds-lambda/node_modules/string-width/readme.md +0 -50
  2657. package/rds-lambda/node_modules/string_decoder/LICENSE +0 -48
  2658. package/rds-lambda/node_modules/string_decoder/README.md +0 -47
  2659. package/rds-lambda/node_modules/string_decoder/package.json +0 -34
  2660. package/rds-lambda/node_modules/strip-ansi/license +0 -9
  2661. package/rds-lambda/node_modules/strip-ansi/package.json +0 -54
  2662. package/rds-lambda/node_modules/strip-ansi/readme.md +0 -46
  2663. package/rds-lambda/node_modules/strip-bom/license +0 -9
  2664. package/rds-lambda/node_modules/strip-bom/package.json +0 -42
  2665. package/rds-lambda/node_modules/strip-bom/readme.md +0 -54
  2666. package/rds-lambda/node_modules/strip-final-newline/license +0 -9
  2667. package/rds-lambda/node_modules/strip-final-newline/package.json +0 -40
  2668. package/rds-lambda/node_modules/strip-final-newline/readme.md +0 -30
  2669. package/rds-lambda/node_modules/strip-json-comments/license +0 -9
  2670. package/rds-lambda/node_modules/strip-json-comments/package.json +0 -47
  2671. package/rds-lambda/node_modules/strip-json-comments/readme.md +0 -78
  2672. package/rds-lambda/node_modules/strnum/.vscode/launch.json +0 -25
  2673. package/rds-lambda/node_modules/strnum/LICENSE +0 -21
  2674. package/rds-lambda/node_modules/strnum/README.md +0 -86
  2675. package/rds-lambda/node_modules/strnum/package.json +0 -24
  2676. package/rds-lambda/node_modules/supports-color/license +0 -9
  2677. package/rds-lambda/node_modules/supports-color/package.json +0 -53
  2678. package/rds-lambda/node_modules/supports-color/readme.md +0 -66
  2679. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/.eslintrc +0 -14
  2680. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +0 -12
  2681. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/.nycrc +0 -9
  2682. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +0 -22
  2683. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/LICENSE +0 -21
  2684. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/README.md +0 -42
  2685. package/rds-lambda/node_modules/supports-preserve-symlinks-flag/package.json +0 -70
  2686. package/rds-lambda/node_modules/tar-stream/LICENSE +0 -21
  2687. package/rds-lambda/node_modules/tar-stream/README.md +0 -168
  2688. package/rds-lambda/node_modules/tar-stream/package.json +0 -58
  2689. package/rds-lambda/node_modules/tarn/LICENSE +0 -22
  2690. package/rds-lambda/node_modules/tarn/README.md +0 -193
  2691. package/rds-lambda/node_modules/tarn/package.json +0 -66
  2692. package/rds-lambda/node_modules/test-exclude/CHANGELOG.md +0 -352
  2693. package/rds-lambda/node_modules/test-exclude/LICENSE.txt +0 -14
  2694. package/rds-lambda/node_modules/test-exclude/README.md +0 -96
  2695. package/rds-lambda/node_modules/test-exclude/package.json +0 -45
  2696. package/rds-lambda/node_modules/tildify/license +0 -9
  2697. package/rds-lambda/node_modules/tildify/package.json +0 -40
  2698. package/rds-lambda/node_modules/tildify/readme.md +0 -30
  2699. package/rds-lambda/node_modules/tmpl/license +0 -28
  2700. package/rds-lambda/node_modules/tmpl/package.json +0 -19
  2701. package/rds-lambda/node_modules/tmpl/readme.md +0 -10
  2702. package/rds-lambda/node_modules/to-fast-properties/license +0 -10
  2703. package/rds-lambda/node_modules/to-fast-properties/package.json +0 -35
  2704. package/rds-lambda/node_modules/to-fast-properties/readme.md +0 -37
  2705. package/rds-lambda/node_modules/to-regex-range/LICENSE +0 -21
  2706. package/rds-lambda/node_modules/to-regex-range/README.md +0 -305
  2707. package/rds-lambda/node_modules/to-regex-range/package.json +0 -88
  2708. package/rds-lambda/node_modules/ts-jest/.ts-jest-digest +0 -1
  2709. package/rds-lambda/node_modules/ts-jest/CHANGELOG.md +0 -1749
  2710. package/rds-lambda/node_modules/ts-jest/CONTRIBUTING.md +0 -120
  2711. package/rds-lambda/node_modules/ts-jest/LICENSE.md +0 -21
  2712. package/rds-lambda/node_modules/ts-jest/README.md +0 -73
  2713. package/rds-lambda/node_modules/ts-jest/TROUBLESHOOTING.md +0 -75
  2714. package/rds-lambda/node_modules/ts-jest/node_modules/lru-cache/LICENSE +0 -15
  2715. package/rds-lambda/node_modules/ts-jest/node_modules/lru-cache/README.md +0 -166
  2716. package/rds-lambda/node_modules/ts-jest/node_modules/lru-cache/package.json +0 -34
  2717. package/rds-lambda/node_modules/ts-jest/node_modules/semver/LICENSE +0 -15
  2718. package/rds-lambda/node_modules/ts-jest/node_modules/semver/README.md +0 -637
  2719. package/rds-lambda/node_modules/ts-jest/node_modules/semver/package.json +0 -87
  2720. package/rds-lambda/node_modules/ts-jest/node_modules/semver/range.bnf +0 -16
  2721. package/rds-lambda/node_modules/ts-jest/node_modules/yallist/LICENSE +0 -15
  2722. package/rds-lambda/node_modules/ts-jest/node_modules/yallist/README.md +0 -204
  2723. package/rds-lambda/node_modules/ts-jest/node_modules/yallist/package.json +0 -29
  2724. package/rds-lambda/node_modules/ts-jest/package.json +0 -148
  2725. package/rds-lambda/node_modules/tslib/CopyrightNotice.txt +0 -15
  2726. package/rds-lambda/node_modules/tslib/LICENSE.txt +0 -12
  2727. package/rds-lambda/node_modules/tslib/README.md +0 -164
  2728. package/rds-lambda/node_modules/tslib/SECURITY.md +0 -41
  2729. package/rds-lambda/node_modules/tslib/modules/package.json +0 -3
  2730. package/rds-lambda/node_modules/tslib/package.json +0 -47
  2731. package/rds-lambda/node_modules/tslib/tslib.es6.html +0 -1
  2732. package/rds-lambda/node_modules/tslib/tslib.es6.mjs +0 -370
  2733. package/rds-lambda/node_modules/tslib/tslib.html +0 -1
  2734. package/rds-lambda/node_modules/type-detect/LICENSE +0 -19
  2735. package/rds-lambda/node_modules/type-detect/README.md +0 -228
  2736. package/rds-lambda/node_modules/type-detect/package.json +0 -1
  2737. package/rds-lambda/node_modules/type-fest/license +0 -9
  2738. package/rds-lambda/node_modules/type-fest/package.json +0 -58
  2739. package/rds-lambda/node_modules/type-fest/readme.md +0 -760
  2740. package/rds-lambda/node_modules/typescript/LICENSE.txt +0 -55
  2741. package/rds-lambda/node_modules/typescript/README.md +0 -51
  2742. package/rds-lambda/node_modules/typescript/SECURITY.md +0 -41
  2743. package/rds-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +0 -193
  2744. package/rds-lambda/node_modules/typescript/bin/tsc +0 -2
  2745. package/rds-lambda/node_modules/typescript/bin/tsserver +0 -2
  2746. package/rds-lambda/node_modules/typescript/lib/README.md +0 -5
  2747. package/rds-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +0 -1880
  2748. package/rds-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +0 -1880
  2749. package/rds-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +0 -1880
  2750. package/rds-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +0 -1880
  2751. package/rds-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +0 -1880
  2752. package/rds-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +0 -1880
  2753. package/rds-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +0 -1880
  2754. package/rds-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +0 -1880
  2755. package/rds-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +0 -1880
  2756. package/rds-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +0 -1880
  2757. package/rds-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +0 -1880
  2758. package/rds-lambda/node_modules/typescript/lib/typesMap.json +0 -497
  2759. package/rds-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +0 -1880
  2760. package/rds-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +0 -1880
  2761. package/rds-lambda/node_modules/typescript/package.json +0 -128
  2762. package/rds-lambda/node_modules/update-browserslist-db/LICENSE +0 -20
  2763. package/rds-lambda/node_modules/update-browserslist-db/README.md +0 -22
  2764. package/rds-lambda/node_modules/update-browserslist-db/package.json +0 -40
  2765. package/rds-lambda/node_modules/util-deprecate/History.md +0 -16
  2766. package/rds-lambda/node_modules/util-deprecate/LICENSE +0 -24
  2767. package/rds-lambda/node_modules/util-deprecate/README.md +0 -53
  2768. package/rds-lambda/node_modules/util-deprecate/package.json +0 -27
  2769. package/rds-lambda/node_modules/uuid/CHANGELOG.md +0 -268
  2770. package/rds-lambda/node_modules/uuid/CONTRIBUTING.md +0 -18
  2771. package/rds-lambda/node_modules/uuid/LICENSE.md +0 -9
  2772. package/rds-lambda/node_modules/uuid/README.md +0 -462
  2773. package/rds-lambda/node_modules/uuid/dist/bin/uuid +0 -2
  2774. package/rds-lambda/node_modules/uuid/package.json +0 -131
  2775. package/rds-lambda/node_modules/uuid/wrapper.mjs +0 -10
  2776. package/rds-lambda/node_modules/v8-to-istanbul/CHANGELOG.md +0 -410
  2777. package/rds-lambda/node_modules/v8-to-istanbul/LICENSE.txt +0 -14
  2778. package/rds-lambda/node_modules/v8-to-istanbul/README.md +0 -86
  2779. package/rds-lambda/node_modules/v8-to-istanbul/package.json +0 -49
  2780. package/rds-lambda/node_modules/walker/.travis.yml +0 -3
  2781. package/rds-lambda/node_modules/walker/LICENSE +0 -13
  2782. package/rds-lambda/node_modules/walker/package.json +0 -27
  2783. package/rds-lambda/node_modules/walker/readme.md +0 -52
  2784. package/rds-lambda/node_modules/which/CHANGELOG.md +0 -166
  2785. package/rds-lambda/node_modules/which/LICENSE +0 -15
  2786. package/rds-lambda/node_modules/which/README.md +0 -54
  2787. package/rds-lambda/node_modules/which/bin/node-which +0 -52
  2788. package/rds-lambda/node_modules/which/package.json +0 -43
  2789. package/rds-lambda/node_modules/wrap-ansi/license +0 -9
  2790. package/rds-lambda/node_modules/wrap-ansi/node_modules/ansi-styles/license +0 -9
  2791. package/rds-lambda/node_modules/wrap-ansi/node_modules/ansi-styles/package.json +0 -56
  2792. package/rds-lambda/node_modules/wrap-ansi/node_modules/ansi-styles/readme.md +0 -152
  2793. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-convert/CHANGELOG.md +0 -54
  2794. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-convert/LICENSE +0 -21
  2795. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-convert/README.md +0 -68
  2796. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-convert/package.json +0 -48
  2797. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-name/LICENSE +0 -8
  2798. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-name/README.md +0 -11
  2799. package/rds-lambda/node_modules/wrap-ansi/node_modules/color-name/package.json +0 -28
  2800. package/rds-lambda/node_modules/wrap-ansi/package.json +0 -62
  2801. package/rds-lambda/node_modules/wrap-ansi/readme.md +0 -91
  2802. package/rds-lambda/node_modules/wrappy/LICENSE +0 -15
  2803. package/rds-lambda/node_modules/wrappy/README.md +0 -36
  2804. package/rds-lambda/node_modules/wrappy/package.json +0 -29
  2805. package/rds-lambda/node_modules/write-file-atomic/LICENSE.md +0 -6
  2806. package/rds-lambda/node_modules/write-file-atomic/README.md +0 -91
  2807. package/rds-lambda/node_modules/write-file-atomic/package.json +0 -55
  2808. package/rds-lambda/node_modules/y18n/CHANGELOG.md +0 -100
  2809. package/rds-lambda/node_modules/y18n/LICENSE +0 -13
  2810. package/rds-lambda/node_modules/y18n/README.md +0 -127
  2811. package/rds-lambda/node_modules/y18n/build/index.cjs +0 -203
  2812. package/rds-lambda/node_modules/y18n/index.mjs +0 -8
  2813. package/rds-lambda/node_modules/y18n/package.json +0 -70
  2814. package/rds-lambda/node_modules/yallist/LICENSE +0 -15
  2815. package/rds-lambda/node_modules/yallist/README.md +0 -204
  2816. package/rds-lambda/node_modules/yallist/package.json +0 -29
  2817. package/rds-lambda/node_modules/yargs/CHANGELOG.md +0 -88
  2818. package/rds-lambda/node_modules/yargs/LICENSE +0 -21
  2819. package/rds-lambda/node_modules/yargs/README.md +0 -202
  2820. package/rds-lambda/node_modules/yargs/browser.mjs +0 -7
  2821. package/rds-lambda/node_modules/yargs/build/index.cjs +0 -2920
  2822. package/rds-lambda/node_modules/yargs/helpers/helpers.mjs +0 -10
  2823. package/rds-lambda/node_modules/yargs/helpers/package.json +0 -3
  2824. package/rds-lambda/node_modules/yargs/index.cjs +0 -39
  2825. package/rds-lambda/node_modules/yargs/index.mjs +0 -8
  2826. package/rds-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +0 -92
  2827. package/rds-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +0 -67
  2828. package/rds-lambda/node_modules/yargs/locales/be.json +0 -46
  2829. package/rds-lambda/node_modules/yargs/locales/de.json +0 -46
  2830. package/rds-lambda/node_modules/yargs/locales/en.json +0 -51
  2831. package/rds-lambda/node_modules/yargs/locales/es.json +0 -46
  2832. package/rds-lambda/node_modules/yargs/locales/fi.json +0 -49
  2833. package/rds-lambda/node_modules/yargs/locales/fr.json +0 -53
  2834. package/rds-lambda/node_modules/yargs/locales/hi.json +0 -49
  2835. package/rds-lambda/node_modules/yargs/locales/hu.json +0 -46
  2836. package/rds-lambda/node_modules/yargs/locales/id.json +0 -50
  2837. package/rds-lambda/node_modules/yargs/locales/it.json +0 -46
  2838. package/rds-lambda/node_modules/yargs/locales/ja.json +0 -51
  2839. package/rds-lambda/node_modules/yargs/locales/ko.json +0 -49
  2840. package/rds-lambda/node_modules/yargs/locales/nb.json +0 -44
  2841. package/rds-lambda/node_modules/yargs/locales/nl.json +0 -49
  2842. package/rds-lambda/node_modules/yargs/locales/nn.json +0 -44
  2843. package/rds-lambda/node_modules/yargs/locales/pirate.json +0 -13
  2844. package/rds-lambda/node_modules/yargs/locales/pl.json +0 -49
  2845. package/rds-lambda/node_modules/yargs/locales/pt.json +0 -45
  2846. package/rds-lambda/node_modules/yargs/locales/pt_BR.json +0 -48
  2847. package/rds-lambda/node_modules/yargs/locales/ru.json +0 -46
  2848. package/rds-lambda/node_modules/yargs/locales/th.json +0 -46
  2849. package/rds-lambda/node_modules/yargs/locales/tr.json +0 -48
  2850. package/rds-lambda/node_modules/yargs/locales/zh_CN.json +0 -48
  2851. package/rds-lambda/node_modules/yargs/locales/zh_TW.json +0 -47
  2852. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/CHANGELOG.md +0 -263
  2853. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/LICENSE.txt +0 -14
  2854. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/README.md +0 -518
  2855. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/build/index.cjs +0 -1042
  2856. package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/package.json +0 -87
  2857. package/rds-lambda/node_modules/yargs/package.json +0 -122
  2858. package/rds-lambda/node_modules/yargs/yargs +0 -9
  2859. package/rds-lambda/node_modules/yargs-parser/CHANGELOG.md +0 -308
  2860. package/rds-lambda/node_modules/yargs-parser/LICENSE.txt +0 -14
  2861. package/rds-lambda/node_modules/yargs-parser/README.md +0 -518
  2862. package/rds-lambda/node_modules/yargs-parser/build/index.cjs +0 -1050
  2863. package/rds-lambda/node_modules/yargs-parser/package.json +0 -92
  2864. package/rds-lambda/node_modules/yocto-queue/license +0 -9
  2865. package/rds-lambda/node_modules/yocto-queue/package.json +0 -43
  2866. package/rds-lambda/node_modules/yocto-queue/readme.md +0 -64
  2867. package/rds-lambda/node_modules/zip-stream/CHANGELOG.md +0 -110
  2868. package/rds-lambda/node_modules/zip-stream/LICENSE +0 -22
  2869. package/rds-lambda/node_modules/zip-stream/README.md +0 -45
  2870. package/rds-lambda/node_modules/zip-stream/package.json +0 -49
  2871. package/rds-lambda/package-lock.json +0 -6181
  2872. package/rds-patching-lambda/node_modules/.package-lock.json +0 -1883
  2873. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/CHANGELOG.md +0 -76
  2874. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/LICENSE +0 -201
  2875. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/README.md +0 -16
  2876. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +0 -15
  2877. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +0 -12
  2878. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +0 -142
  2879. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +0 -3
  2880. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +0 -37
  2881. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2882. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +0 -1
  2883. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +0 -1
  2884. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/package.json +0 -28
  2885. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +0 -24
  2886. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/index.ts +0 -92
  2887. package/rds-patching-lambda/node_modules/@aws-crypto/crc32/tsconfig.json +0 -23
  2888. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
  2889. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +0 -202
  2890. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
  2891. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
  2892. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
  2893. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
  2894. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
  2895. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
  2896. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2897. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
  2898. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
  2899. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
  2900. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
  2901. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
  2902. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
  2903. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
  2904. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
  2905. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
  2906. package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
  2907. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +0 -88
  2908. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +0 -202
  2909. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/README.md +0 -31
  2910. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
  2911. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
  2912. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
  2913. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
  2914. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
  2915. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2916. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
  2917. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
  2918. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/package.json +0 -33
  2919. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +0 -41
  2920. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -34
  2921. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
  2922. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -3
  2923. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +0 -9
  2924. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +0 -71
  2925. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +0 -22
  2926. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +0 -86
  2927. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +0 -201
  2928. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/README.md +0 -29
  2929. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
  2930. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
  2931. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
  2932. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
  2933. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
  2934. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2935. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
  2936. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
  2937. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/package.json +0 -28
  2938. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +0 -164
  2939. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +0 -98
  2940. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +0 -1
  2941. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +0 -94
  2942. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +0 -401
  2943. package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +0 -17
  2944. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +0 -46
  2945. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +0 -202
  2946. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +0 -32
  2947. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
  2948. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
  2949. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
  2950. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
  2951. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
  2952. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2953. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
  2954. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
  2955. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +0 -26
  2956. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +0 -1
  2957. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +0 -76
  2958. package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +0 -16
  2959. package/rds-patching-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +0 -47
  2960. package/rds-patching-lambda/node_modules/@aws-crypto/util/LICENSE +0 -201
  2961. package/rds-patching-lambda/node_modules/@aws-crypto/util/README.md +0 -16
  2962. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
  2963. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
  2964. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
  2965. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
  2966. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
  2967. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2968. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
  2969. package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
  2970. package/rds-patching-lambda/node_modules/@aws-crypto/util/package.json +0 -31
  2971. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +0 -30
  2972. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/index.ts +0 -7
  2973. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +0 -12
  2974. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +0 -11
  2975. package/rds-patching-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +0 -16
  2976. package/rds-patching-lambda/node_modules/@aws-crypto/util/tsconfig.json +0 -23
  2977. package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +0 -201
  2978. package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/README.md +0 -4
  2979. package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/package.json +0 -58
  2980. package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/LICENSE +0 -201
  2981. package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/README.md +0 -798
  2982. package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/package.json +0 -103
  2983. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  2984. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/README.md +0 -255
  2985. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/package.json +0 -96
  2986. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  2987. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -268
  2988. package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -96
  2989. package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  2990. package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/README.md +0 -273
  2991. package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/package.json +0 -102
  2992. package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +0 -201
  2993. package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/README.md +0 -10
  2994. package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/package.json +0 -59
  2995. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  2996. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  2997. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +0 -63
  2998. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +0 -201
  2999. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +0 -11
  3000. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +0 -66
  3001. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  3002. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  3003. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -69
  3004. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  3005. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +0 -101
  3006. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +0 -70
  3007. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  3008. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  3009. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +0 -64
  3010. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  3011. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  3012. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -66
  3013. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  3014. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  3015. package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -71
  3016. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +0 -201
  3017. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/README.md +0 -4
  3018. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/package.json +0 -57
  3019. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +0 -201
  3020. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +0 -10
  3021. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +0 -57
  3022. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +0 -201
  3023. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +0 -10
  3024. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +0 -56
  3025. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +0 -201
  3026. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +0 -10
  3027. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +0 -58
  3028. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +0 -201
  3029. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +0 -10
  3030. package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +0 -59
  3031. package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +0 -201
  3032. package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +0 -4
  3033. package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +0 -59
  3034. package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/LICENSE +0 -201
  3035. package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/README.md +0 -10
  3036. package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/package.json +0 -60
  3037. package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +0 -201
  3038. package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +0 -10
  3039. package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +0 -53
  3040. package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +0 -201
  3041. package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +0 -10
  3042. package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +0 -56
  3043. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +0 -201
  3044. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +0 -4
  3045. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +0 -58
  3046. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +0 -201
  3047. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +0 -10
  3048. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +0 -60
  3049. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  3050. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  3051. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +0 -58
  3052. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  3053. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  3054. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/package.json +0 -59
  3055. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  3056. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  3057. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -58
  3058. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +0 -201
  3059. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/README.md +0 -4
  3060. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/package.json +0 -65
  3061. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +0 -201
  3062. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +0 -4
  3063. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +0 -58
  3064. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +0 -201
  3065. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/README.md +0 -4
  3066. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/package.json +0 -57
  3067. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
  3068. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
  3069. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/package.json +0 -61
  3070. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +0 -201
  3071. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/README.md +0 -78
  3072. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/package.json +0 -60
  3073. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  3074. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  3075. package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -59
  3076. package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +0 -201
  3077. package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/README.md +0 -4
  3078. package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/package.json +0 -61
  3079. package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +0 -201
  3080. package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/README.md +0 -4
  3081. package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/package.json +0 -63
  3082. package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/LICENSE +0 -201
  3083. package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/README.md +0 -10
  3084. package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/package.json +0 -56
  3085. package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +0 -201
  3086. package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/README.md +0 -4
  3087. package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/package.json +0 -57
  3088. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +0 -201
  3089. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/README.md +0 -10
  3090. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/package.json +0 -57
  3091. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +0 -201
  3092. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/README.md +0 -10
  3093. package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/package.json +0 -56
  3094. package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +0 -201
  3095. package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/README.md +0 -4
  3096. package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/package.json +0 -53
  3097. package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
  3098. package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -105
  3099. package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -58
  3100. package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +0 -201
  3101. package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/README.md +0 -4
  3102. package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/package.json +0 -66
  3103. package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +0 -201
  3104. package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/README.md +0 -10
  3105. package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/package.json +0 -59
  3106. package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  3107. package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/README.md +0 -39
  3108. package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/package.json +0 -67
  3109. package/rds-patching-lambda/node_modules/@aws-sdk/types/LICENSE +0 -201
  3110. package/rds-patching-lambda/node_modules/@aws-sdk/types/README.md +0 -4
  3111. package/rds-patching-lambda/node_modules/@aws-sdk/types/package.json +0 -57
  3112. package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/LICENSE +0 -201
  3113. package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/README.md +0 -10
  3114. package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/package.json +0 -54
  3115. package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/LICENSE +0 -201
  3116. package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/README.md +0 -4
  3117. package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/package.json +0 -66
  3118. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +0 -201
  3119. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +0 -12
  3120. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +0 -53
  3121. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +0 -201
  3122. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +0 -12
  3123. package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +0 -57
  3124. package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +0 -201
  3125. package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +0 -10
  3126. package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +0 -57
  3127. package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +0 -201
  3128. package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/README.md +0 -4
  3129. package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/package.json +0 -58
  3130. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +0 -201
  3131. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +0 -10
  3132. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +0 -62
  3133. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +0 -201
  3134. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +0 -10
  3135. package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +0 -61
  3136. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  3137. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  3138. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -203
  3139. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -203
  3140. package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/package.json +0 -58
  3141. package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +0 -201
  3142. package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +0 -4
  3143. package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +0 -56
  3144. package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +0 -201
  3145. package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/README.md +0 -4
  3146. package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/package.json +0 -56
  3147. package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +0 -201
  3148. package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/README.md +0 -12
  3149. package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/package.json +0 -62
  3150. package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/LICENSE +0 -201
  3151. package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/README.md +0 -77
  3152. package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/package.json +0 -64
  3153. package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +0 -201
  3154. package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +0 -10
  3155. package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +0 -55
  3156. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  3157. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  3158. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -55
  3159. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  3160. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  3161. package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -66
  3162. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +0 -201
  3163. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/README.md +0 -4
  3164. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/package.json +0 -65
  3165. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
  3166. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
  3167. package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
  3168. package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +0 -201
  3169. package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/README.md +0 -10
  3170. package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/package.json +0 -58
  3171. package/rds-patching-lambda/node_modules/@smithy/protocol-http/LICENSE +0 -201
  3172. package/rds-patching-lambda/node_modules/@smithy/protocol-http/README.md +0 -4
  3173. package/rds-patching-lambda/node_modules/@smithy/protocol-http/package.json +0 -63
  3174. package/rds-patching-lambda/node_modules/@smithy/types/LICENSE +0 -201
  3175. package/rds-patching-lambda/node_modules/@smithy/types/README.md +0 -4
  3176. package/rds-patching-lambda/node_modules/@smithy/types/package.json +0 -62
  3177. package/rds-patching-lambda/node_modules/@types/node/LICENSE +0 -21
  3178. package/rds-patching-lambda/node_modules/@types/node/README.md +0 -16
  3179. package/rds-patching-lambda/node_modules/@types/node/package.json +0 -237
  3180. package/rds-patching-lambda/node_modules/ansi-regex/license +0 -9
  3181. package/rds-patching-lambda/node_modules/ansi-regex/package.json +0 -55
  3182. package/rds-patching-lambda/node_modules/ansi-regex/readme.md +0 -78
  3183. package/rds-patching-lambda/node_modules/ansi-styles/license +0 -9
  3184. package/rds-patching-lambda/node_modules/ansi-styles/package.json +0 -56
  3185. package/rds-patching-lambda/node_modules/ansi-styles/readme.md +0 -152
  3186. package/rds-patching-lambda/node_modules/archiver/CHANGELOG.md +0 -228
  3187. package/rds-patching-lambda/node_modules/archiver/LICENSE +0 -22
  3188. package/rds-patching-lambda/node_modules/archiver/README.md +0 -94
  3189. package/rds-patching-lambda/node_modules/archiver/package.json +0 -60
  3190. package/rds-patching-lambda/node_modules/archiver-utils/CHANGELOG.md +0 -14
  3191. package/rds-patching-lambda/node_modules/archiver-utils/LICENSE +0 -22
  3192. package/rds-patching-lambda/node_modules/archiver-utils/README.md +0 -7
  3193. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +0 -34
  3194. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  3195. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +0 -136
  3196. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +0 -47
  3197. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +0 -58
  3198. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
  3199. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +0 -52
  3200. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +0 -21
  3201. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +0 -584
  3202. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +0 -37
  3203. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +0 -50
  3204. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +0 -48
  3205. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +0 -47
  3206. package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +0 -31
  3207. package/rds-patching-lambda/node_modules/archiver-utils/package.json +0 -54
  3208. package/rds-patching-lambda/node_modules/async/CHANGELOG.md +0 -348
  3209. package/rds-patching-lambda/node_modules/async/LICENSE +0 -19
  3210. package/rds-patching-lambda/node_modules/async/README.md +0 -59
  3211. package/rds-patching-lambda/node_modules/async/bower.json +0 -17
  3212. package/rds-patching-lambda/node_modules/async/dist/async.mjs +0 -5947
  3213. package/rds-patching-lambda/node_modules/async/package.json +0 -75
  3214. package/rds-patching-lambda/node_modules/balanced-match/.github/FUNDING.yml +0 -2
  3215. package/rds-patching-lambda/node_modules/balanced-match/LICENSE.md +0 -21
  3216. package/rds-patching-lambda/node_modules/balanced-match/README.md +0 -97
  3217. package/rds-patching-lambda/node_modules/balanced-match/package.json +0 -48
  3218. package/rds-patching-lambda/node_modules/base64-js/LICENSE +0 -21
  3219. package/rds-patching-lambda/node_modules/base64-js/README.md +0 -34
  3220. package/rds-patching-lambda/node_modules/base64-js/package.json +0 -47
  3221. package/rds-patching-lambda/node_modules/bestzip/LICENSE +0 -21
  3222. package/rds-patching-lambda/node_modules/bestzip/package.json +0 -46
  3223. package/rds-patching-lambda/node_modules/bestzip/readme.md +0 -91
  3224. package/rds-patching-lambda/node_modules/bl/.travis.yml +0 -17
  3225. package/rds-patching-lambda/node_modules/bl/LICENSE.md +0 -13
  3226. package/rds-patching-lambda/node_modules/bl/README.md +0 -247
  3227. package/rds-patching-lambda/node_modules/bl/package.json +0 -37
  3228. package/rds-patching-lambda/node_modules/bowser/CHANGELOG.md +0 -218
  3229. package/rds-patching-lambda/node_modules/bowser/LICENSE +0 -39
  3230. package/rds-patching-lambda/node_modules/bowser/README.md +0 -179
  3231. package/rds-patching-lambda/node_modules/bowser/package.json +0 -83
  3232. package/rds-patching-lambda/node_modules/brace-expansion/LICENSE +0 -21
  3233. package/rds-patching-lambda/node_modules/brace-expansion/README.md +0 -129
  3234. package/rds-patching-lambda/node_modules/brace-expansion/package.json +0 -47
  3235. package/rds-patching-lambda/node_modules/buffer/AUTHORS.md +0 -70
  3236. package/rds-patching-lambda/node_modules/buffer/LICENSE +0 -21
  3237. package/rds-patching-lambda/node_modules/buffer/README.md +0 -410
  3238. package/rds-patching-lambda/node_modules/buffer/package.json +0 -96
  3239. package/rds-patching-lambda/node_modules/buffer-crc32/LICENSE +0 -19
  3240. package/rds-patching-lambda/node_modules/buffer-crc32/README.md +0 -47
  3241. package/rds-patching-lambda/node_modules/buffer-crc32/package.json +0 -39
  3242. package/rds-patching-lambda/node_modules/cliui/CHANGELOG.md +0 -121
  3243. package/rds-patching-lambda/node_modules/cliui/LICENSE.txt +0 -14
  3244. package/rds-patching-lambda/node_modules/cliui/README.md +0 -141
  3245. package/rds-patching-lambda/node_modules/cliui/build/index.cjs +0 -302
  3246. package/rds-patching-lambda/node_modules/cliui/index.mjs +0 -13
  3247. package/rds-patching-lambda/node_modules/cliui/package.json +0 -83
  3248. package/rds-patching-lambda/node_modules/color-convert/CHANGELOG.md +0 -54
  3249. package/rds-patching-lambda/node_modules/color-convert/LICENSE +0 -21
  3250. package/rds-patching-lambda/node_modules/color-convert/README.md +0 -68
  3251. package/rds-patching-lambda/node_modules/color-convert/package.json +0 -48
  3252. package/rds-patching-lambda/node_modules/color-name/LICENSE +0 -8
  3253. package/rds-patching-lambda/node_modules/color-name/README.md +0 -11
  3254. package/rds-patching-lambda/node_modules/color-name/package.json +0 -28
  3255. package/rds-patching-lambda/node_modules/compress-commons/CHANGELOG.md +0 -58
  3256. package/rds-patching-lambda/node_modules/compress-commons/LICENSE +0 -22
  3257. package/rds-patching-lambda/node_modules/compress-commons/README.md +0 -25
  3258. package/rds-patching-lambda/node_modules/compress-commons/package.json +0 -45
  3259. package/rds-patching-lambda/node_modules/concat-map/.travis.yml +0 -4
  3260. package/rds-patching-lambda/node_modules/concat-map/LICENSE +0 -18
  3261. package/rds-patching-lambda/node_modules/concat-map/README.markdown +0 -62
  3262. package/rds-patching-lambda/node_modules/concat-map/package.json +0 -43
  3263. package/rds-patching-lambda/node_modules/core-util-is/LICENSE +0 -19
  3264. package/rds-patching-lambda/node_modules/core-util-is/README.md +0 -3
  3265. package/rds-patching-lambda/node_modules/core-util-is/package.json +0 -38
  3266. package/rds-patching-lambda/node_modules/crc-32/LICENSE +0 -201
  3267. package/rds-patching-lambda/node_modules/crc-32/README.md +0 -200
  3268. package/rds-patching-lambda/node_modules/crc-32/bin/crc32.njs +0 -105
  3269. package/rds-patching-lambda/node_modules/crc-32/package.json +0 -43
  3270. package/rds-patching-lambda/node_modules/crc-32/types/tsconfig.json +0 -14
  3271. package/rds-patching-lambda/node_modules/crc-32/types/tslint.json +0 -11
  3272. package/rds-patching-lambda/node_modules/crc32-stream/CHANGELOG.md +0 -57
  3273. package/rds-patching-lambda/node_modules/crc32-stream/LICENSE +0 -22
  3274. package/rds-patching-lambda/node_modules/crc32-stream/README.md +0 -79
  3275. package/rds-patching-lambda/node_modules/crc32-stream/package.json +0 -45
  3276. package/rds-patching-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  3277. package/rds-patching-lambda/node_modules/emoji-regex/README.md +0 -73
  3278. package/rds-patching-lambda/node_modules/emoji-regex/package.json +0 -50
  3279. package/rds-patching-lambda/node_modules/end-of-stream/LICENSE +0 -21
  3280. package/rds-patching-lambda/node_modules/end-of-stream/README.md +0 -54
  3281. package/rds-patching-lambda/node_modules/end-of-stream/package.json +0 -37
  3282. package/rds-patching-lambda/node_modules/escalade/dist/index.mjs +0 -22
  3283. package/rds-patching-lambda/node_modules/escalade/license +0 -9
  3284. package/rds-patching-lambda/node_modules/escalade/package.json +0 -61
  3285. package/rds-patching-lambda/node_modules/escalade/readme.md +0 -211
  3286. package/rds-patching-lambda/node_modules/escalade/sync/index.mjs +0 -18
  3287. package/rds-patching-lambda/node_modules/fast-xml-parser/CHANGELOG.md +0 -551
  3288. package/rds-patching-lambda/node_modules/fast-xml-parser/LICENSE +0 -21
  3289. package/rds-patching-lambda/node_modules/fast-xml-parser/README.md +0 -204
  3290. package/rds-patching-lambda/node_modules/fast-xml-parser/package.json +0 -71
  3291. package/rds-patching-lambda/node_modules/fs-constants/LICENSE +0 -21
  3292. package/rds-patching-lambda/node_modules/fs-constants/README.md +0 -26
  3293. package/rds-patching-lambda/node_modules/fs-constants/package.json +0 -19
  3294. package/rds-patching-lambda/node_modules/fs.realpath/LICENSE +0 -43
  3295. package/rds-patching-lambda/node_modules/fs.realpath/README.md +0 -33
  3296. package/rds-patching-lambda/node_modules/fs.realpath/package.json +0 -26
  3297. package/rds-patching-lambda/node_modules/get-caller-file/LICENSE.md +0 -6
  3298. package/rds-patching-lambda/node_modules/get-caller-file/README.md +0 -41
  3299. package/rds-patching-lambda/node_modules/get-caller-file/package.json +0 -42
  3300. package/rds-patching-lambda/node_modules/glob/LICENSE +0 -21
  3301. package/rds-patching-lambda/node_modules/glob/README.md +0 -378
  3302. package/rds-patching-lambda/node_modules/glob/package.json +0 -55
  3303. package/rds-patching-lambda/node_modules/graceful-fs/LICENSE +0 -15
  3304. package/rds-patching-lambda/node_modules/graceful-fs/README.md +0 -143
  3305. package/rds-patching-lambda/node_modules/graceful-fs/package.json +0 -53
  3306. package/rds-patching-lambda/node_modules/ieee754/LICENSE +0 -11
  3307. package/rds-patching-lambda/node_modules/ieee754/README.md +0 -51
  3308. package/rds-patching-lambda/node_modules/ieee754/package.json +0 -52
  3309. package/rds-patching-lambda/node_modules/inflight/LICENSE +0 -15
  3310. package/rds-patching-lambda/node_modules/inflight/README.md +0 -37
  3311. package/rds-patching-lambda/node_modules/inflight/package.json +0 -29
  3312. package/rds-patching-lambda/node_modules/inherits/LICENSE +0 -16
  3313. package/rds-patching-lambda/node_modules/inherits/README.md +0 -42
  3314. package/rds-patching-lambda/node_modules/inherits/package.json +0 -29
  3315. package/rds-patching-lambda/node_modules/is-fullwidth-code-point/license +0 -9
  3316. package/rds-patching-lambda/node_modules/is-fullwidth-code-point/package.json +0 -42
  3317. package/rds-patching-lambda/node_modules/is-fullwidth-code-point/readme.md +0 -39
  3318. package/rds-patching-lambda/node_modules/isarray/.travis.yml +0 -4
  3319. package/rds-patching-lambda/node_modules/isarray/Makefile +0 -6
  3320. package/rds-patching-lambda/node_modules/isarray/README.md +0 -60
  3321. package/rds-patching-lambda/node_modules/isarray/component.json +0 -19
  3322. package/rds-patching-lambda/node_modules/isarray/package.json +0 -45
  3323. package/rds-patching-lambda/node_modules/isexe/LICENSE +0 -15
  3324. package/rds-patching-lambda/node_modules/isexe/README.md +0 -51
  3325. package/rds-patching-lambda/node_modules/isexe/package.json +0 -31
  3326. package/rds-patching-lambda/node_modules/lazystream/LICENSE +0 -23
  3327. package/rds-patching-lambda/node_modules/lazystream/README.md +0 -114
  3328. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +0 -34
  3329. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  3330. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +0 -136
  3331. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +0 -47
  3332. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +0 -58
  3333. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
  3334. package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +0 -52
  3335. package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +0 -21
  3336. package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +0 -584
  3337. package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +0 -37
  3338. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +0 -50
  3339. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +0 -48
  3340. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +0 -47
  3341. package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +0 -31
  3342. package/rds-patching-lambda/node_modules/lazystream/package.json +0 -46
  3343. package/rds-patching-lambda/node_modules/lazystream/test/data.md +0 -13
  3344. package/rds-patching-lambda/node_modules/lodash.defaults/LICENSE +0 -47
  3345. package/rds-patching-lambda/node_modules/lodash.defaults/README.md +0 -18
  3346. package/rds-patching-lambda/node_modules/lodash.defaults/package.json +0 -17
  3347. package/rds-patching-lambda/node_modules/lodash.difference/LICENSE +0 -47
  3348. package/rds-patching-lambda/node_modules/lodash.difference/README.md +0 -18
  3349. package/rds-patching-lambda/node_modules/lodash.difference/package.json +0 -17
  3350. package/rds-patching-lambda/node_modules/lodash.flatten/LICENSE +0 -47
  3351. package/rds-patching-lambda/node_modules/lodash.flatten/README.md +0 -18
  3352. package/rds-patching-lambda/node_modules/lodash.flatten/package.json +0 -17
  3353. package/rds-patching-lambda/node_modules/lodash.isplainobject/LICENSE +0 -47
  3354. package/rds-patching-lambda/node_modules/lodash.isplainobject/README.md +0 -18
  3355. package/rds-patching-lambda/node_modules/lodash.isplainobject/package.json +0 -17
  3356. package/rds-patching-lambda/node_modules/lodash.union/LICENSE +0 -47
  3357. package/rds-patching-lambda/node_modules/lodash.union/README.md +0 -18
  3358. package/rds-patching-lambda/node_modules/lodash.union/package.json +0 -17
  3359. package/rds-patching-lambda/node_modules/minimatch/LICENSE +0 -15
  3360. package/rds-patching-lambda/node_modules/minimatch/README.md +0 -230
  3361. package/rds-patching-lambda/node_modules/minimatch/package.json +0 -33
  3362. package/rds-patching-lambda/node_modules/normalize-path/LICENSE +0 -21
  3363. package/rds-patching-lambda/node_modules/normalize-path/README.md +0 -127
  3364. package/rds-patching-lambda/node_modules/normalize-path/package.json +0 -77
  3365. package/rds-patching-lambda/node_modules/once/LICENSE +0 -15
  3366. package/rds-patching-lambda/node_modules/once/README.md +0 -79
  3367. package/rds-patching-lambda/node_modules/once/package.json +0 -33
  3368. package/rds-patching-lambda/node_modules/path-is-absolute/license +0 -21
  3369. package/rds-patching-lambda/node_modules/path-is-absolute/package.json +0 -43
  3370. package/rds-patching-lambda/node_modules/path-is-absolute/readme.md +0 -59
  3371. package/rds-patching-lambda/node_modules/process-nextick-args/license.md +0 -19
  3372. package/rds-patching-lambda/node_modules/process-nextick-args/package.json +0 -25
  3373. package/rds-patching-lambda/node_modules/process-nextick-args/readme.md +0 -18
  3374. package/rds-patching-lambda/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  3375. package/rds-patching-lambda/node_modules/readable-stream/GOVERNANCE.md +0 -136
  3376. package/rds-patching-lambda/node_modules/readable-stream/LICENSE +0 -47
  3377. package/rds-patching-lambda/node_modules/readable-stream/README.md +0 -106
  3378. package/rds-patching-lambda/node_modules/readable-stream/package.json +0 -68
  3379. package/rds-patching-lambda/node_modules/readdir-glob/LICENSE +0 -201
  3380. package/rds-patching-lambda/node_modules/readdir-glob/README.md +0 -85
  3381. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
  3382. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +0 -21
  3383. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +0 -135
  3384. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +0 -46
  3385. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +0 -15
  3386. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +0 -259
  3387. package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +0 -35
  3388. package/rds-patching-lambda/node_modules/readdir-glob/package.json +0 -43
  3389. package/rds-patching-lambda/node_modules/require-directory/.jshintrc +0 -67
  3390. package/rds-patching-lambda/node_modules/require-directory/.travis.yml +0 -3
  3391. package/rds-patching-lambda/node_modules/require-directory/LICENSE +0 -22
  3392. package/rds-patching-lambda/node_modules/require-directory/README.markdown +0 -184
  3393. package/rds-patching-lambda/node_modules/require-directory/package.json +0 -40
  3394. package/rds-patching-lambda/node_modules/safe-buffer/LICENSE +0 -21
  3395. package/rds-patching-lambda/node_modules/safe-buffer/README.md +0 -584
  3396. package/rds-patching-lambda/node_modules/safe-buffer/package.json +0 -51
  3397. package/rds-patching-lambda/node_modules/string-width/license +0 -9
  3398. package/rds-patching-lambda/node_modules/string-width/package.json +0 -56
  3399. package/rds-patching-lambda/node_modules/string-width/readme.md +0 -50
  3400. package/rds-patching-lambda/node_modules/string_decoder/LICENSE +0 -48
  3401. package/rds-patching-lambda/node_modules/string_decoder/README.md +0 -47
  3402. package/rds-patching-lambda/node_modules/string_decoder/package.json +0 -34
  3403. package/rds-patching-lambda/node_modules/strip-ansi/license +0 -9
  3404. package/rds-patching-lambda/node_modules/strip-ansi/package.json +0 -54
  3405. package/rds-patching-lambda/node_modules/strip-ansi/readme.md +0 -46
  3406. package/rds-patching-lambda/node_modules/strnum/.vscode/launch.json +0 -25
  3407. package/rds-patching-lambda/node_modules/strnum/LICENSE +0 -21
  3408. package/rds-patching-lambda/node_modules/strnum/README.md +0 -86
  3409. package/rds-patching-lambda/node_modules/strnum/package.json +0 -24
  3410. package/rds-patching-lambda/node_modules/tar-stream/LICENSE +0 -21
  3411. package/rds-patching-lambda/node_modules/tar-stream/README.md +0 -168
  3412. package/rds-patching-lambda/node_modules/tar-stream/package.json +0 -58
  3413. package/rds-patching-lambda/node_modules/tslib/CopyrightNotice.txt +0 -15
  3414. package/rds-patching-lambda/node_modules/tslib/LICENSE.txt +0 -12
  3415. package/rds-patching-lambda/node_modules/tslib/README.md +0 -164
  3416. package/rds-patching-lambda/node_modules/tslib/SECURITY.md +0 -41
  3417. package/rds-patching-lambda/node_modules/tslib/modules/package.json +0 -3
  3418. package/rds-patching-lambda/node_modules/tslib/package.json +0 -47
  3419. package/rds-patching-lambda/node_modules/tslib/tslib.es6.html +0 -1
  3420. package/rds-patching-lambda/node_modules/tslib/tslib.es6.mjs +0 -370
  3421. package/rds-patching-lambda/node_modules/tslib/tslib.html +0 -1
  3422. package/rds-patching-lambda/node_modules/typescript/LICENSE.txt +0 -55
  3423. package/rds-patching-lambda/node_modules/typescript/README.md +0 -51
  3424. package/rds-patching-lambda/node_modules/typescript/SECURITY.md +0 -41
  3425. package/rds-patching-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +0 -193
  3426. package/rds-patching-lambda/node_modules/typescript/bin/tsc +0 -2
  3427. package/rds-patching-lambda/node_modules/typescript/bin/tsserver +0 -2
  3428. package/rds-patching-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +0 -1880
  3429. package/rds-patching-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +0 -1880
  3430. package/rds-patching-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +0 -1880
  3431. package/rds-patching-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +0 -1880
  3432. package/rds-patching-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +0 -1880
  3433. package/rds-patching-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +0 -1880
  3434. package/rds-patching-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +0 -1880
  3435. package/rds-patching-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +0 -1880
  3436. package/rds-patching-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +0 -1880
  3437. package/rds-patching-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +0 -1880
  3438. package/rds-patching-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +0 -1880
  3439. package/rds-patching-lambda/node_modules/typescript/lib/typesMap.json +0 -497
  3440. package/rds-patching-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +0 -1880
  3441. package/rds-patching-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +0 -1880
  3442. package/rds-patching-lambda/node_modules/typescript/package.json +0 -116
  3443. package/rds-patching-lambda/node_modules/util-deprecate/History.md +0 -16
  3444. package/rds-patching-lambda/node_modules/util-deprecate/LICENSE +0 -24
  3445. package/rds-patching-lambda/node_modules/util-deprecate/README.md +0 -53
  3446. package/rds-patching-lambda/node_modules/util-deprecate/package.json +0 -27
  3447. package/rds-patching-lambda/node_modules/uuid/CHANGELOG.md +0 -229
  3448. package/rds-patching-lambda/node_modules/uuid/CONTRIBUTING.md +0 -18
  3449. package/rds-patching-lambda/node_modules/uuid/LICENSE.md +0 -9
  3450. package/rds-patching-lambda/node_modules/uuid/README.md +0 -505
  3451. package/rds-patching-lambda/node_modules/uuid/dist/bin/uuid +0 -2
  3452. package/rds-patching-lambda/node_modules/uuid/package.json +0 -135
  3453. package/rds-patching-lambda/node_modules/uuid/wrapper.mjs +0 -10
  3454. package/rds-patching-lambda/node_modules/which/CHANGELOG.md +0 -166
  3455. package/rds-patching-lambda/node_modules/which/LICENSE +0 -15
  3456. package/rds-patching-lambda/node_modules/which/README.md +0 -54
  3457. package/rds-patching-lambda/node_modules/which/bin/node-which +0 -52
  3458. package/rds-patching-lambda/node_modules/which/package.json +0 -43
  3459. package/rds-patching-lambda/node_modules/wrap-ansi/license +0 -9
  3460. package/rds-patching-lambda/node_modules/wrap-ansi/package.json +0 -62
  3461. package/rds-patching-lambda/node_modules/wrap-ansi/readme.md +0 -91
  3462. package/rds-patching-lambda/node_modules/wrappy/LICENSE +0 -15
  3463. package/rds-patching-lambda/node_modules/wrappy/README.md +0 -36
  3464. package/rds-patching-lambda/node_modules/wrappy/package.json +0 -29
  3465. package/rds-patching-lambda/node_modules/y18n/CHANGELOG.md +0 -100
  3466. package/rds-patching-lambda/node_modules/y18n/LICENSE +0 -13
  3467. package/rds-patching-lambda/node_modules/y18n/README.md +0 -127
  3468. package/rds-patching-lambda/node_modules/y18n/build/index.cjs +0 -203
  3469. package/rds-patching-lambda/node_modules/y18n/index.mjs +0 -8
  3470. package/rds-patching-lambda/node_modules/y18n/package.json +0 -70
  3471. package/rds-patching-lambda/node_modules/yargs/CHANGELOG.md +0 -88
  3472. package/rds-patching-lambda/node_modules/yargs/LICENSE +0 -21
  3473. package/rds-patching-lambda/node_modules/yargs/README.md +0 -202
  3474. package/rds-patching-lambda/node_modules/yargs/browser.mjs +0 -7
  3475. package/rds-patching-lambda/node_modules/yargs/build/index.cjs +0 -2920
  3476. package/rds-patching-lambda/node_modules/yargs/helpers/helpers.mjs +0 -10
  3477. package/rds-patching-lambda/node_modules/yargs/helpers/package.json +0 -3
  3478. package/rds-patching-lambda/node_modules/yargs/index.cjs +0 -39
  3479. package/rds-patching-lambda/node_modules/yargs/index.mjs +0 -8
  3480. package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +0 -92
  3481. package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +0 -67
  3482. package/rds-patching-lambda/node_modules/yargs/locales/be.json +0 -46
  3483. package/rds-patching-lambda/node_modules/yargs/locales/de.json +0 -46
  3484. package/rds-patching-lambda/node_modules/yargs/locales/en.json +0 -51
  3485. package/rds-patching-lambda/node_modules/yargs/locales/es.json +0 -46
  3486. package/rds-patching-lambda/node_modules/yargs/locales/fi.json +0 -49
  3487. package/rds-patching-lambda/node_modules/yargs/locales/fr.json +0 -53
  3488. package/rds-patching-lambda/node_modules/yargs/locales/hi.json +0 -49
  3489. package/rds-patching-lambda/node_modules/yargs/locales/hu.json +0 -46
  3490. package/rds-patching-lambda/node_modules/yargs/locales/id.json +0 -50
  3491. package/rds-patching-lambda/node_modules/yargs/locales/it.json +0 -46
  3492. package/rds-patching-lambda/node_modules/yargs/locales/ja.json +0 -51
  3493. package/rds-patching-lambda/node_modules/yargs/locales/ko.json +0 -49
  3494. package/rds-patching-lambda/node_modules/yargs/locales/nb.json +0 -44
  3495. package/rds-patching-lambda/node_modules/yargs/locales/nl.json +0 -49
  3496. package/rds-patching-lambda/node_modules/yargs/locales/nn.json +0 -44
  3497. package/rds-patching-lambda/node_modules/yargs/locales/pirate.json +0 -13
  3498. package/rds-patching-lambda/node_modules/yargs/locales/pl.json +0 -49
  3499. package/rds-patching-lambda/node_modules/yargs/locales/pt.json +0 -45
  3500. package/rds-patching-lambda/node_modules/yargs/locales/pt_BR.json +0 -48
  3501. package/rds-patching-lambda/node_modules/yargs/locales/ru.json +0 -46
  3502. package/rds-patching-lambda/node_modules/yargs/locales/th.json +0 -46
  3503. package/rds-patching-lambda/node_modules/yargs/locales/tr.json +0 -48
  3504. package/rds-patching-lambda/node_modules/yargs/locales/zh_CN.json +0 -48
  3505. package/rds-patching-lambda/node_modules/yargs/locales/zh_TW.json +0 -47
  3506. package/rds-patching-lambda/node_modules/yargs/package.json +0 -122
  3507. package/rds-patching-lambda/node_modules/yargs/yargs +0 -9
  3508. package/rds-patching-lambda/node_modules/yargs-parser/CHANGELOG.md +0 -263
  3509. package/rds-patching-lambda/node_modules/yargs-parser/LICENSE.txt +0 -14
  3510. package/rds-patching-lambda/node_modules/yargs-parser/README.md +0 -518
  3511. package/rds-patching-lambda/node_modules/yargs-parser/build/index.cjs +0 -1042
  3512. package/rds-patching-lambda/node_modules/yargs-parser/package.json +0 -87
  3513. package/rds-patching-lambda/node_modules/zip-stream/CHANGELOG.md +0 -110
  3514. package/rds-patching-lambda/node_modules/zip-stream/LICENSE +0 -22
  3515. package/rds-patching-lambda/node_modules/zip-stream/README.md +0 -45
  3516. package/rds-patching-lambda/node_modules/zip-stream/package.json +0 -49
  3517. package/rds-patching-lambda/package-lock.json +0 -1896
  3518. package/tsconfig.tsbuildinfo +0 -1
@@ -1,2299 +0,0 @@
1
- # Master (Unreleased)
2
-
3
- # 2.4.2 - 22 January, 2022
4
-
5
- ### Bug fixes
6
-
7
- - CLI: Fix incorrent EOL causing errors on Linux #5455
8
-
9
- # 2.4.1 - 18 January, 2022
10
-
11
- ### Bug fixes
12
-
13
- - PostgreSQL: Fix Malformed array literal 2.4.0 Regression #5439
14
-
15
- # 2.4.0 - 06 January, 2022
16
-
17
- ### New features:
18
-
19
- - Support partial unique indexes #5316
20
- - Make compiling SQL in error message optional #5282
21
-
22
- ### Bug fixes
23
-
24
- - Insert array into json column #5321
25
- - Fix unexpected max acquire-timeout #5377
26
- - Fix: orWhereJson #5361
27
- - MySQL: Add assertion for basic where clause not to be object or array #1227
28
- - SQLite: Fix changing the default value of a boolean column in SQLite #5319
29
-
30
- ### Typings:
31
-
32
- - add missing type for 'expirationChecker' on PgConnectionConfig #5334
33
-
34
- # 2.3.0 - 31 August, 2022
35
-
36
- ### New features:
37
-
38
- - PostgreSQL: Explicit jsonb support for custom pg clients #5201
39
- - SQLite: Support returning with sqlite3 and better-sqlite3 #5285
40
- - MSSQL: Implement mapBinding mssql dialect option #5292
41
-
42
- ### Typings:
43
-
44
- - Update types for TS 4.8 #5279
45
- - Fix typo #5267
46
- - Fix WhereJsonObject withCompositeTableType #5306
47
- - Fix AnalyticFunction type #5304
48
- - Infer specific column value type in aggregations #5297
49
-
50
- # 2.2.0 - 19 July, 2022
51
-
52
- ### New features:
53
-
54
- - Inline primary key creation for postgres flavours #5233
55
- - SQLite: Add warning for undefined connection file #5223
56
- - MSSQL: Add JSON parameter support for connection #5200
57
-
58
- ### Bug fixes:
59
-
60
- - PostgreSQL: add primaryKey option for uuid #5212
61
-
62
- ### Typings:
63
-
64
- - Add promisable and better types #5222
65
- - Update raw query bind parameter type #5208
66
-
67
- # 2.1.0 - 26 May, 2022
68
-
69
- ### New features:
70
-
71
- - Improve bundling experience to safely import dialects while using static paths #5142
72
- - Implement extendable builders #5041
73
- - PostgreSQL: Refresh materialized view concurrently #5166
74
-
75
- ### Bug fixes:
76
-
77
- - Use correct paths in package.json browser field #5174
78
- - MariaDB: Fix 'NULL' returned instead of NULL on MariaDB 10.2.6+ #5181
79
- - MySQL: fix hasColumn Error (hasColumn ('a_id') is true, but hasColumn('a_Id') is false) #5148
80
- - MSSQL: Fix .hasTable result when using .withSchema #5176
81
- - Oracle: correctly INSERTS Buffer #4869
82
-
83
- ### Typings:
84
-
85
- - Update type definitions for pg connection #5139
86
-
87
- # 2.0.0 - 21 April, 2022
88
-
89
- ### Breaking changes
90
-
91
- - Restore sqlite3 package #5136
92
-
93
- ### Test / internal changes:
94
-
95
- - Migrate Husky from 4 to 7 #5137
96
- - Migrate Jake to 10.8.5 #5138
97
-
98
- # 1.0.7 - 13 April, 2022
99
-
100
- ### Bug fixes:
101
-
102
- - CLI: Fix cli migrate:make SQLite dependency #5106
103
-
104
- # 1.0.6 - 12 April, 2022
105
-
106
- ### Bug fixes:
107
-
108
- - PostgreSQL: Wait for search path to be set before returning connection #5107
109
- - CLI: No client override during migrate:make #5109
110
-
111
- # 1.0.5 - 05 April, 2022
112
-
113
- ### New features:
114
-
115
- - Override knexfile options with CLI options #4047
116
-
117
- ### Bug fixes:
118
-
119
- - Stringify json value in update #5063
120
- - Fix isModuleType() for yarn #4447
121
- - Wrapped Unions Fixes #5072
122
- - SQLite: Fix @vscode-sqlite3 error message #5081
123
- - CLI: Fix completed migration listing #5060
124
-
125
- ### Typings:
126
-
127
- - Make default generic parameters of `Knex` match the generic parameter types of `knex` #5021
128
- - Update knex types for TS 4.7 #5095
129
-
130
- # 1.0.4 - 13 March, 2022
131
-
132
- ### New features:
133
-
134
- - Add whereLike functions #5044
135
-
136
- ### Bug fixes:
137
-
138
- - Fix orWhereJsonPath clause #5022
139
- - Subquery in on clause missing parenthesis #5049
140
- - Rework Union Wrapping #5030
141
- - Oracle: Fix batch inserts with DEFAULT values with OracleDB #2592 #5037
142
-
143
- ### Typings:
144
-
145
- - Fix types for "returning" methods #5031
146
- - createTableLike callback should be optional #5055
147
-
148
- ### Documentation:
149
-
150
- - Website URL changed to https://knex.github.io/documentation/
151
-
152
- # 1.0.3 - 11 February, 2022
153
-
154
- ### Bug fixes:
155
-
156
- - Fix error message for missing migration files #4937
157
- - Add withMaterialized and withNotMaterialized to method-constants #5009
158
- - PostgreSQL: Fix whereJsonPath queries #5011
159
- - PostgreSQL: Fix delete joins #5016
160
- - CockroachDB: Fix whereJsonPath queries #5011
161
- - MySQL: Create primary keys in same statement #5017
162
-
163
- ### Typings:
164
-
165
- - Fix type definition for getMigration in MigrationSource #4998
166
- - Fix argument type of alter method #4996
167
-
168
- ### Improvements:
169
-
170
- - Use async / await syntax in seeds as default #5005
171
-
172
- ### Documentation:
173
-
174
- - Add Firebird dialect to ECOSYSTEM.md #5003
175
-
176
- # 1.0.2 - 02 February, 2022
177
-
178
- ### New features:
179
-
180
- - Support of MATERIALIZED and NOT MATERIALIZED with WITH/CTE #4940
181
- - Add raw support in onConflict clause #4960
182
- - Alter nullable constraint when alterNullable is set to true #4730
183
- - Add alterType parameter for alter function #4967
184
- - Support string json in json values #4988
185
- - MySQL: add with clause #4508
186
-
187
- ### Bug fixes:
188
-
189
- - Fix error message for missing migration files #4937
190
- - Move deferrable to after on update/on delete #4976
191
- - Do not use sys.tables to find if a table exists #2328
192
- - PostgreSQL: Fix Order nulls #4989
193
- - MySQL: Fix collation when renaming column #2666
194
- - SQLite: Same boolean handling in better-sqlite3 as in sqlite3 #4982
195
-
196
- ### Typings:
197
-
198
- - WhereILike - fix typo #4941
199
-
200
- # 1.0.1 - 16 January, 2022
201
-
202
- ### Bug fixes:
203
-
204
- - Fix package.json metadata
205
-
206
- # 1.0.0 - 16 January, 2022
207
-
208
- ### Breaking changes
209
-
210
- - Dropped support for Node 10;
211
- - Replaced unsupported `sqlite3` driver with `@vscode/sqlite3`;
212
- - Changed data structure from `RETURNING` operation to be consistent with `SELECT`;
213
- - Changed Migrator to return list of migrations as objects consistently.
214
-
215
- ### New features:
216
-
217
- - Support fromRaw #4781
218
- - Support zero precision in timestamp/datetime #4784
219
- - Support whereLike and whereILike #4779
220
- - Add JSDoc (TS flavor) to stub files #4809
221
- - Allow skip binding in limit and offset #4811
222
- - Support creating a new table in the database based on another table #4821
223
- - Accept Raw on onIn joins #4830
224
- - Implement support for custom seed sources #4842
225
- - Add binary uuid option #4836
226
- - ForUpdate array parameter #4882
227
- - Add camel case to timestamps method #4803
228
- - Advanced JSON support #4859
229
- - Add type to TypeScript knexfile #4909
230
- - Checks Constraints Support #4874
231
- - Support creating multiple PKs with increments #4903
232
- - Enable wrapIdentifier for SQLite .hasTable #4915
233
- - MSSQL: Add support for unique constraint #4887
234
- - SQLite: New dialect, using better-sqlite3 driver #4871
235
- - SQLite: Switch to @vscode/sqlite3 #4866
236
- - SQLite: Support createViewOrReplace #4856
237
- - SQLite: Support RETURNING statements for better-sqlite3 driver #4934
238
- - PostgreSQL: Support JOIN and USING syntax for Delete Statement #4800
239
-
240
- ### Bug fixes:
241
-
242
- - Fix overzealous warning on use of whereNot with "in" or "between" #4780
243
- - Fix Union all + first syntax error #4799
244
- - Make view columns optional in create view like #4829
245
- - Insert lock row fix during migration #4865
246
- - Fix for createViewOrReplace #4856
247
- - SQLite: Fix foreign key constraints when altering a table #4189
248
- - MySQL: Validate connection fix #4794
249
- - MySQL: Set comment size warning limit to 1024 #4867
250
-
251
- ### Typings:
252
-
253
- - Allow string indexType in index creation #4791
254
- - Add missing ints typings #4832
255
- - Returning method types #4881
256
- - Improve columnInfo type #4868
257
-
258
- # 0.95.15 - 22 December, 2021
259
-
260
- ### Bug fixes:
261
-
262
- - Oracle:
263
- - MariaDB: lock row fix during migration in MariaDB and Oracle #4865
264
-
265
- # 0.95.14 - 09 November, 2021
266
-
267
- ### Bug fixes:
268
-
269
- - MySQL: mysql2 dialect validate connection fix #4794
270
-
271
- # 0.95.13 - 02 November, 2021
272
-
273
- ### Bug fixes:
274
-
275
- - PostgreSQL: Support zero precision in timestamp/datetime #4784
276
-
277
- ### Typings:
278
-
279
- - Allow string indexType in index creation #4791
280
-
281
- # 0.95.12 - 28 October, 2021
282
-
283
- ### New features:
284
-
285
- - New dialect: CockroachDB #4742
286
- - New dialect: pg-native #4327
287
- - CockroachDB: add support for upsert #4767
288
- - PostgreSQL: Support SELECT .. FOR NO KEY UPDATE / KEY SHARE row level locking clauses #4755
289
- - PostgreSQL: Add support for 'CASCADE' in PostgreSQL 'DROP SCHEMA' queries #4713
290
- - MySQL: Add storage engine index Type support to index() and unique() schema #4756
291
- - MSSQL: Support table.primary, table.unique variant with options object #4710
292
- - SQLite: Add setNullable support to SQLite #4684
293
- - Add geometry column building #4776
294
- - Add support for creating table copies #1373
295
- - Implement support for views and materialized views #1626
296
- - Implement partial index support #4768
297
- - Support for 'is null' in 'order by' #3667
298
-
299
- ### Bug fixes:
300
-
301
- - Fix support for Oracle connections passed via knex.connection() #4757
302
- - Avoid inserting multiple locks if a migration lock already exists #4694
303
-
304
- ### Typings:
305
-
306
- - Some TableBuilder methods return wrong types #4764
307
- - Update JoinRaw bindings type to accept arrays #4752
308
- - fix onDelete/onUpdate for ColumnBuilder #4656
309
-
310
- # 0.95.11 - 03 September, 2021
311
-
312
- ### New features:
313
-
314
- - Add support for nullability modification via schema builder (table.setNullable() and table.dropNullable()) #4657
315
- - MySQL: Add support for mysql/mariadb-client JSON parameters in connectionURIs #4629
316
- - MSSQL: Support comments as MS_Description properties #4632
317
-
318
- ### Bug fixes:
319
-
320
- - Fix Analytic orderBy and partitionBy to follow the SQL documentation #4602
321
- - CLI: fix migrate:up for migrations disabling transactions #4550
322
- - SQLite: Fix adding a column with a foreign key constraint in SQLite #4649
323
- - MSSQL: columnInfo() support case-sensitive database collations #4633
324
- - MSSQL: Generate valid SQL for withRecursive() #4514
325
- - Oracle: withRecursive: omit invalid RECURSIVE keyword, include column list #4514
326
-
327
- ### Improvements:
328
-
329
- - Add .mjs migration and seed stubs #4631
330
- - SQLite: Clean up DDL handling and move all operations to the parser-based approach #4648
331
-
332
- # 0.95.10 - 20 August, 2021
333
-
334
- ### Improvements:
335
-
336
- - Use sys info function instead of connection db name #4623
337
-
338
- ### Typings:
339
-
340
- - Deferrable and withkeyName should not be in ColumnBuilder #4600
341
-
342
- # 0.95.9 - 31 July, 2021
343
-
344
- ### New features:
345
-
346
- - Oracle: support specifying schema for dropTable and dropSequence #4596
347
- - Oracle: support specifying schema for autoincrement #4594
348
-
349
- ### Typings:
350
-
351
- - Add TypeScript support for deferrable, new Primary/Unique syntax #4589
352
-
353
- # 0.95.8 - 25 July, 2021
354
-
355
- ### New features:
356
-
357
- - Add deferrable support for constraint #4584
358
- - Implement delete with join #4568
359
- - Add DPI error codes for Oracle #4536
360
-
361
- ### Bug fixes:
362
-
363
- - Fixing PostgreSQL datetime and timestamp column created with wrong format #4578
364
-
365
- ### Typings:
366
-
367
- - Improve analytic types #4576
368
- - MSSQL: Add trustServerCertificate option #4500
369
-
370
- # 0.95.7 - 10 July, 2021
371
-
372
- ### New features:
373
-
374
- - Add ability to omit columns on an onConflict().ignore() #4557
375
- - CLI: Log error message #4534
376
-
377
- ### Typings:
378
-
379
- - Export Knex.TransactionConfig #4498
380
- - Include options object in count(Distinct) typings #4491
381
- - Add types for analytic functions #4544
382
-
383
- # 0.95.6 - 17 May, 2021
384
-
385
- ### Typings:
386
-
387
- - Export TransactionProvider type #4489
388
-
389
- # 0.95.5 - 11 May, 2021
390
-
391
- ### New features:
392
-
393
- - SQLite: Add support for file open flags #4446
394
- - Add .cjs extension to Seeder.js to support Node ESM #4381 #4382
395
-
396
- ### Bug fixes:
397
-
398
- - Remove peerDependencies to avoid auto-install on npm 7 #4480
399
-
400
- ### Typings:
401
-
402
- - Fix typing for increments and bigIncrements #4406
403
- - Add typings for on JoinClause for onVal #4436
404
- - Adding Type Definition for isTransaction #4418
405
- - Export client class from knex namespace #4479
406
-
407
- # 0.95.4 - 26 March, 2021
408
-
409
- ### Typings:
410
-
411
- - Fix mistyping of stream #4400
412
-
413
- # 0.95.3 - 25 March, 2021
414
-
415
- ### New features:
416
-
417
- - PostgreSQL: Add "same" as operator #4372
418
- - MSSQL: Improve an estimate of the max comment length #4362
419
- - Throw an error if negative offset is provided #4361
420
-
421
- ### Bug fixes:
422
-
423
- - Fix timeout method #4324
424
- - SQLite: prevent dropForeign from being silently ignored #4376
425
-
426
- ### Typings:
427
-
428
- - Allow config.client to be non-client instance #4367
429
- - Add dropForeign arg type for single column #4363
430
- - Update typings for TypePreservingAggregation and stream #4377
431
-
432
- # 0.95.2 - 11 March, 2021
433
-
434
- ### New features:
435
-
436
- - Improve ESM import support #4350
437
-
438
- ### Bug fixes:
439
-
440
- - CLI: update ts.stub files to new TypeScript namespace #4344
441
- - CLI: fix TypeScript migration stub after 0.95.0 changes #4366
442
-
443
- ### Typings:
444
-
445
- - Move QueryBuilder and KnexTimeoutError into knex namespace #4358
446
-
447
- ### Test / internal changes:
448
-
449
- - Unify db test helpers #4356
450
-
451
- # 0.95.1 - 04 March, 2021
452
-
453
- ### Bug fixes:
454
-
455
- - CLI: fix `knex init` not finding default knexfile #4339
456
-
457
- # 0.95.0 - 03 March, 2021
458
-
459
- Note: there are many breaking changes in this version, particularly in TypeScript support. Please see `UPGRADING.md` for details.
460
-
461
- ### New features:
462
-
463
- - Add transaction isolation support #4185
464
- - Add analytic functions #4188
465
- - Change default to not trigger a promise rejection for transactions with a specified handler #4195
466
- - Make toSQL().toNative() work for Raw to match the API for QueryBuilder #4058
467
- - Allow 'match' operator #3569
468
- - Support optimizer hints #4243
469
- - Add parameter to prevent autoincrement columns from being primary keys #4266
470
- - Make "first" and "pluck" mutually exclusive #4280
471
- - Added merge strategy to allow selecting columns to upsert. #4252
472
- - Throw error if the array passed to insert is empty #4289
473
- - Events: introduce queryContext on query-error #4301
474
- - CLI: Use UTC timestamp for new migrations #4245
475
- - MSSQL: Replace MSSQL dialect with Tedious.js implementation #2857 #4281
476
- - MSSQL: Use "nvarchar(max)" for ".json()" #4278
477
- - MSSQL: Schema builder - add predictable constraint names for default values #4319
478
- - MSSQL: Schema builder - attempt to drop default constraints when changing default value on columns #4321
479
- - SQLite: Fallback to json for sqlite3 when using jsonb #4186
480
- - SQLite: Return complete list of DDL commands for creating foreign keys #4194
481
- - SQLite: Support dropping composite foreign keys #4202
482
- - SQLite: Recreate indices when altering a table #4277
483
- - SQLite: Add support for altering columns #4322
484
-
485
- ### Bug fixes:
486
-
487
- - Fix issue with .withSchema usage with joins on a subquery #4267
488
- - Fix issue with schema usage with FROM clause contain QueryBuilder, function or Raw #4268
489
- - CLI: Address raised security warnings by dropping liftoff #4122
490
- - CLI: Fix an issue with npm@7 and ESM when `type` was set to `'module'` in `package.json` #4295
491
- - PostgreSQL: Add check to only create native enum once #3658
492
- - SQLite: Fix foreign key "on delete" when altering a table #4225
493
- - SQLite: Made the constraint detection case-insensitive #4330
494
- - MySQL: Keep auto increment after rename #4266
495
- - MSSQL: don't raise query-error twice #4314
496
- - MSSQL: Alter column must have its own query #4317
497
-
498
- ### Typings:
499
-
500
- - TypeScript 4.1+ is now required
501
- - Add missing onConflict overrides #4182
502
- - Introduce the "infamous triplet" export #4181
503
- - Fix type definition of Transaction #4172
504
- - Add typedefinitions for havingNotIn #4265
505
- - Include 'name' property in MigratorConfig #4300
506
- - Improve join and conflict types #4318
507
- - Fix ArrayIfAlready type #4331
508
-
509
- ### Test / internal changes:
510
-
511
- - Drop global Knex.raw #4180
512
- - Stop using legacy url.parse API #3702
513
- - Various internal refactorings #4175 #4177 #4178 #4192
514
- - Refactor to classes #4190 #4191 #4193 #4210 #4253
515
- - Move transaction type tests to TSD #4208
516
- - Clean up destroy logic #4248
517
- - Colorize code snippets in readme files #4234
518
- - Add "Ecosystem" documentation for Knex plugins #4183
519
- - Documentation cleanup
520
- - SQLite: Use SQLite "rename column" instead of a DDL helper #4200
521
- - SQLite: Simplify reinsert logic when altering a table #4272
522
-
523
- # 0.21.19 - 02 March, 2021
524
-
525
- - SQLite: Made the constraint detection case-insensitive #4332
526
-
527
- # 0.21.18 - 22 February, 2021
528
-
529
- - CLI: Fix an issue with npm@7 and ESM when type was set to 'module' in package.json #4295
530
-
531
- # 0.21.17 - 30 January, 2021
532
-
533
- ### Bug fixes:
534
-
535
- - SQLite: Fix SQLite foreign on delete when altering a table #4261
536
-
537
- ### New features:
538
-
539
- - Add support for optimizer hints (see https://github.com/knex/documentation/pull/306 for documentation) #4243
540
-
541
- # 0.21.16 - 17 January, 2021
542
-
543
- ### Bug fixes:
544
-
545
- - MSSQL: Avoid passing unsupported pool param. Fixes node-mssql 7+ support #4236
546
-
547
- # 0.21.15 - 26 December, 2020
548
-
549
- ### New features:
550
-
551
- - SQLite: Add primary/foreign support on alterTable #4162
552
- - SQLite: Add dropPrimary/dropForeign support on alterTable #4162
553
-
554
- ### Typings:
555
-
556
- - Add "after" and "first" to columnBuilder types #3549 #4169
557
-
558
- ### Test / internal changes:
559
-
560
- - Extract knex config resolution logic #4166
561
- - Run CI using GitHub Actions #4168
562
- - Add Node.js 15 to CI matrix #4173
563
-
564
- # 0.21.14 - 18 December, 2020
565
-
566
- ### New features:
567
-
568
- - MSSQL: support "returning" on inserts, updates and deletes on tables with triggers #4152
569
- - Use esm import if package.json type is "module" #4158
570
-
571
- ### Bug fixes:
572
-
573
- - Make sure query-response and query-error events contain _knexTxId #4160
574
-
575
- ### Test / internal changes:
576
-
577
- - Improved integration test framework #4161
578
-
579
- # 0.21.13 - 12 December, 2020
580
-
581
- ### New features:
582
-
583
- - SQLite: Add support for `dropForeign` #4092
584
- - Add support for WHERE clauses to "upsert" queries #4148
585
-
586
- ### Bug fixes:
587
-
588
- - MSSQL: Avoid connection getting stuck on socket hangup #4157
589
- - Oracle: Support specifying non-default DB port #4147
590
- - Oracle: Support inserts with only default values (empty body) #4092
591
- - CLI: fix irregular seed file execution order #4156
592
- - Fix performance of asyncStackTraces with enable-source-maps node flag #4154
593
-
594
- ### Typings:
595
-
596
- - PostgreSQL: Add support for application_name #4153
597
- - Fix types for insert to allow array #4105
598
- - Add types for userParams and withUserParams #4119
599
- - Added type for withKeyName #4139
600
- - Fix batchInsert definitions #4131
601
- - Fix types for WhereIn signature (value or query builder) #3863
602
- - Add types for connection config of mysql2 driver #4144
603
-
604
- ### Test / internal changes:
605
-
606
- - Move TS tests to tsd (WIP) #4109 #4110
607
-
608
- # 0.21.12 - 02 November, 2020
609
-
610
- ### Typings:
611
-
612
- - Reintroduce support for globally defining table/record mapping #4100
613
- - Add a few missing types for MSSQL Connection #4103
614
- - Make .ignore() and .merge() return QueryBuilder rather than QueryInterface #4102
615
- - Use tarn config TS types instead of generic-pool #4064
616
-
617
- # 0.21.11 - 01 November, 2020
618
-
619
- ### Typings:
620
-
621
- - Revert support for globally defining table/record mapping #4099
622
-
623
- # 0.21.10 - 31 October, 2020
624
-
625
- ### New features:
626
-
627
- - Upsert support (Postgres/MySQL/Sqlite) #3763
628
-
629
- ### Bug fixes:
630
-
631
- - Switch to non-uuid knexQueryUids to avoid issues when mocking global date #4089
632
-
633
- ### Typings:
634
-
635
- - Allow to globally define table/record mapping #4071
636
-
637
- # 0.21.9 - 27 October, 2020
638
-
639
- ### New features:
640
-
641
- - add method clear(statement) to QueryBuilder #4051
642
-
643
- ### Bug fixes:
644
-
645
- - CLI: fix help text being printed twice #4072
646
- - Oracle: columnInfo() no longer requires an Owner User #4053
647
- - Add missing "start" event propagation from transaction #4087
648
-
649
- # 0.21.8 - 27 October, 2020
650
-
651
- ### Bug fixes:
652
-
653
- - MSSQL: Escape properly if literal '?' is needed #4053
654
- - Make toQuery behavior consistent with pre-0.21.7 (do not break on empty builder) #4083
655
- - Fix comment escaping for MySQL and PostgreSQL #4084
656
-
657
- # 0.21.7 - 25 October, 2020
658
-
659
- ### New features:
660
-
661
- - CLI: Add migration stub for .cjs extension #4065
662
-
663
- ### Bug fixes:
664
-
665
- - MSSQL: Add dynamic scaling for decimal values and prevents a UInt64 overflow #3910
666
- - MSSQL: Fix apostrophe escaping #4077
667
- - Ensure that semicolon is not appended to statements that already end with a semicolon #4052
668
-
669
- ### Typings:
670
-
671
- - Add arguments to QueryCallback in Where #4034
672
-
673
- ### Test / internal changes:
674
-
675
- - Replace lodash type-checks with native solutions #4056
676
- - Replace mkdirp with native recursive flag #4060
677
- - Replace inherits package with builtin utility #4059
678
-
679
- # 0.21.6 - 27 September, 2020
680
-
681
- ### New features:
682
-
683
- - CLI: New config parameter / CLI flag to prefixing seed filename with timestamp #3873
684
- - CLI: throw an error when specific seed file cannot be found #4011
685
- - Warn if whereNot is used with 'in' or 'between' #4038
686
-
687
- ### Bug fixes:
688
-
689
- - CLI: Fix double merging of config for migrator #4040
690
-
691
- ### Typings:
692
-
693
- - Unify SeedsConfig and SeederConfig #4003
694
- - Allow string[] type for directory in SeedsConfig #4033
695
-
696
- # 0.21.5 - 17 August, 2020
697
-
698
- ### New features:
699
-
700
- - CLI: Improve Esm interop #3985
701
- - CLI: Improve mjs module support #3980
702
-
703
- ### Test / internal changes:
704
-
705
- - Bump version of dtslint #3984
706
- - Test/document esm interop mixed formats (knexfile/migrations/seeds) #3986
707
-
708
- # 0.21.4 - 10 August, 2020
709
-
710
- ### New features:
711
-
712
- - CLI: Add new option for seed: recursive #3974
713
-
714
- ### Bug fixes:
715
-
716
- - CLI: Do not load seeds from subfolders recursively by default #3974
717
-
718
- # 0.21.3 - 08 August, 2020
719
-
720
- ### New features:
721
-
722
- - CLI: Support multiple directories for seeds #3967
723
-
724
- ### Bug fixes:
725
-
726
- - Ensure DB stream is destroyed when the PassThrough is destroyed #2324
727
- - Support postProcessResponse for streams #3931
728
- - Fix ESM module interop for calling module/package of type 'module' #3938
729
- - CLI: Fix migration source name in rollback all #3956
730
- - Fix getMergedConfig calls to include client logger #3920
731
- - Escape single quoted values passed to defaultTo function #3899
732
-
733
- ### Typings:
734
-
735
- - Add .timeout(ms) to .raw()'s typescript typings #3885
736
- - Add typing for double table column builder #3950
737
- - Add a phantom tag to Ref type to mark received type parameters as used #3934
738
- - Add `null` as valid binding type #3946
739
-
740
- ### Test / internal changes:
741
-
742
- - Change query lab link to https #3933
743
-
744
- # 0.21.2 - 10 July, 2020
745
-
746
- ### New features:
747
-
748
- - Warn user if custom migration source is being reset #3839
749
- - Prefer `void` as return type on migration generator ts stub #3865
750
- - MSSQL: Added the removal of a columns default constraint, before dropping the column #3855
751
-
752
- ### Typings:
753
-
754
- - Fix definition for raw querybuilders #3846
755
-
756
- ### Test / internal changes:
757
-
758
- - Refactor migration logic to use async/await #3838
759
-
760
- # 0.21.1 - 28 April, 2020
761
-
762
- ### New features:
763
-
764
- - CLI: Add migrate:unlock command, truncate on forceFreeMigrationsLock #3822
765
- - CLI: Add support for cjs files by default #3829
766
-
767
- ### Bug fixes:
768
-
769
- - CLI: Fix inference of seed/migration extension from knexfile extension #3814
770
- - rewrite delay to not node-only version. Fixes compatibility with browsers #3820
771
-
772
- ### Test / internal changes:
773
-
774
- - Update dependencies. Explicitly support Node.js 14 #3825 #3830
775
-
776
- # 0.21.0 - 18 April, 2020
777
-
778
- ### Improvements
779
-
780
- - Reduce size of lodash in bundle #3804
781
-
782
- ### Breaking changes
783
-
784
- - Dropped support for Node 8
785
- - Breaking upstream change in `pg-query-stream`: `Changed stream.close to stream.destroy which is the official way to terminate a readable stream. This is a breaking change if you rely on the stream.close method on pg-query-stream...though should be just a find/replace type operation to upgrade as the semantics remain very similar (not exactly the same, since internals are rewritten, but more in line with how streams are "supposed" to behave).`
786
-
787
- ### Test / internal changes:
788
-
789
- - Updated Tarn.js to a version 3.0.0
790
- - Updated mkdirp to a version 1.0.4
791
- - Updated examples to use ES2015 style #3810
792
-
793
- # 0.20.15 - 16 April, 2020
794
-
795
- ### Bug fixes:
796
-
797
- - Support for `.finally(..)` on knex's Promise-alikes #3800
798
-
799
- ### Typings:
800
-
801
- - Add types for `.distinctOn` #3784
802
-
803
- # 0.20.14 - 13 April, 2020
804
-
805
- ### New features:
806
-
807
- - CLI: adds support for asynchronous knexfile loading #3748
808
- - Add clearGroup method #3771
809
-
810
- ### Typings:
811
-
812
- - Support Raw types for insert, where, update #3730
813
- - Add typings for MigrationSource #3756
814
- - Update signature of orderBy to support QueryBuilder inside array #3757
815
- - Add toSQL and toString to SchemaBuilder #3758
816
- - `interface Knex` and `function Knex` should have the same types #3787
817
- - Fix minor issues around typings #3765
818
-
819
- ### Test / internal changes:
820
-
821
- - Minor test internal enhancements #3747
822
- - Minor improvements on the usage of fs utilities #3749
823
- - Split tests in groups #3785
824
-
825
- # 0.20.13 - 23 March, 2020
826
-
827
- ### Bug fixes:
828
-
829
- - Correctly handle dateToString escaping without timezone passed #3742
830
- - Make protocol length check more defensive #3744
831
-
832
- ### Typings:
833
-
834
- - Make the ChainableInterface conform to Promise<T> #3724
835
-
836
- # 0.20.12 - 19 March, 2020
837
-
838
- ### Bug fixes:
839
-
840
- - Added missing call to _reject in Transactor#transaction #3706
841
- - Fix method binding on knex proxy #3717
842
- - Oracle: Transaction_OracleDB can use config.connection #3731
843
-
844
- ### Typings:
845
-
846
- - Fix incorrect type signature of Having #3719
847
-
848
- ### Test / internal changes:
849
-
850
- - Cleanup/remove transaction stalling #3716
851
- - Rewrote Transaction#acquireConnection() methods to use async #3707
852
-
853
- # 0.20.11 - 26 February, 2020
854
-
855
- ### Breaking changes:
856
-
857
- - Knex returns native JS promises instead of Bluebird ones. This means that you no longer use such methods as `map`, `spread` and `reduce` on QueryBuilder instance.
858
-
859
- ### New features:
860
-
861
- - Oracle: Add OracleDB handling for buffer type in fetchAsString #3685
862
-
863
- ### Bug fixes:
864
-
865
- - Fix race condition in non-container transactions #3671
866
-
867
- ### Typings:
868
-
869
- - Mark knex arguments of composite/collection types to be readonly #3680
870
-
871
- ### Test / internal changes:
872
-
873
- - Remove dependency on Bluebird methods from sources #3683
874
- - Cleanup and extract Transaction Workflow logic #3674
875
-
876
- # 0.20.10 - 13 February, 2020
877
-
878
- ### Bug fixes:
879
-
880
- - Oracle: commit was a no-op causing race conditions #3668
881
- - CLI: Knex calls process.chdir() before opening Knexfile #3661
882
- - Fixed unresolved promise in cancelQuery() #3666
883
-
884
- ### Typings:
885
-
886
- - `fn.now` takes optionally a precision argument. #3662
887
- - PG: Include SSL in connection definition #3659
888
-
889
- ### Test / internal changes:
890
-
891
- - replace Bluebird.timeout #3634
892
-
893
- # 0.20.9 - 08 February, 2020
894
-
895
- ### Bug fixes:
896
-
897
- - CLI: Improve Support for Liftoff's Preloaders - this should fix some cases like using TS for your migrations #3613
898
-
899
- ### Typings:
900
-
901
- - MSSQL: Add `enableArithAbort` to `MsSqlConnectionConfig`
902
-
903
- ### Test / internal changes:
904
-
905
- - Refactor more tests to use cli-testlab #3640
906
- - Update QueryCompiler implementation to use classes #3647
907
-
908
- # 0.20.8 - 14 January, 2020
909
-
910
- ### New features:
911
-
912
- - CLI: Support ES6 modules via flag --esm #3616
913
-
914
- ### Bug fixes:
915
-
916
- - CLI: Print help only when there are no arguments #3617
917
-
918
- ### Typings:
919
-
920
- - Fix incorrect type of QueryBuilder.first('*') result #3621
921
-
922
- # 0.20.7 - 07 January, 2020
923
-
924
- ### New features:
925
-
926
- - Throw better error when trying to modify schema while using unsupported dialect #3609
927
-
928
- ### Bug fixes:
929
-
930
- - Oracle: dispose connection on connection error #3611
931
- - Oracle: fix not releasing connection from pool on disconnect #3605
932
- - CLI: prevent warning with root command #3604
933
-
934
- ### Typings:
935
-
936
- - Add create/drop schema methods to SchemaBuilder #3579
937
-
938
- # 0.20.6 - 29 December, 2019
939
-
940
- ### Bug fixes:
941
-
942
- - Enforce Unix (lf) line terminators #3598
943
-
944
- # 0.20.5 - 29 December, 2019
945
-
946
- ### New features:
947
-
948
- - Return more information about empty updates #3597
949
-
950
- ### Bug fixes:
951
-
952
- - Fix colors in debug logs #3592
953
-
954
- ### Test / internal changes:
955
-
956
- - Use more efficient algorithm for generating internal ids #3595 #3596
957
- - Use Buffer.alloc() instead of deprecated constructor #3574
958
-
959
- # 0.20.4 - 08 December, 2019
960
-
961
- ### Bug fixes:
962
-
963
- - Fix debug logger messing up queries with % #3566
964
- - Make logger methods mutually consistent #3567
965
-
966
- ### Typings:
967
-
968
- - Add missing methods to client type #3565
969
- - Fix queryContext function defintion #3562
970
- - Fix QueryBuilder.extend this type #3526 #3528
971
-
972
- ### Test / internal changes:
973
-
974
- - Remove bluebird.using #3552
975
-
976
- # 0.20.3 - 27 November, 2019
977
-
978
- ### New features:
979
-
980
- - MSSQL, MySQL: Add connection string qs to connection params #3547
981
-
982
- ### Bug fixes:
983
-
984
- - Oracle: Fix issue retrieving BLOB from database #3545
985
- - PostgreSQL: Timeout for postgresql use cancel instead of terminate #3518
986
- - Make sure CLI works for namespaced knex packages #2539
987
-
988
- ### Typings:
989
-
990
- - Lift up dialect specific methods in the CreateTableBuilder #3532
991
- - Add client property to QueryBuilder type #3541
992
- - Support 'only' option #3551
993
-
994
- # 0.20.2 - 14 November, 2019
995
-
996
- ### New features:
997
-
998
- - Add support for distinct on for postgres #3513
999
-
1000
- ### Bug fixes:
1001
-
1002
- - Make sqlite3 hasColumn case insensitive #3435
1003
-
1004
- ### Typings:
1005
-
1006
- - Fix PoolConfig typing #3505
1007
- - Expand SeedsConfig types #3531
1008
- - Make the default type parameters of QueryBuilder less strict #3520
1009
- - Fix regression in older version of node when Promise#finally was not available #3507
1010
-
1011
- # 0.20.1 - 29 October, 2019
1012
-
1013
- ### New features:
1014
-
1015
- - Declare drivers as optional peerDependencies #3081
1016
- - Dynamic connection configuration resolution #3497
1017
-
1018
- ### Bug fixes:
1019
-
1020
- - Wrap subQuery with parenthesis when it appears as table name #3496
1021
- - Fix Oracle error codes #3498
1022
-
1023
- ### Typings:
1024
-
1025
- - Add interface for PG Connection object #3372
1026
- - Gracefully handle global promise pollution #3502
1027
-
1028
- # 0.20.0 - 25 October, 2019
1029
-
1030
- ### New features:
1031
-
1032
- - orderBy accepts QueryBuilder #3491
1033
- - Add validation in `.offset()` #2908
1034
- - disable_migrations_list_validation feature #3448
1035
-
1036
- ### Bug fixes:
1037
-
1038
- - Fix oracledb driver v4 support #3480
1039
- - Fix some issues around seed and migration generation #3479
1040
- - Fix bugs in replacement logic used when dropping columns in SQLite #3476
1041
-
1042
- ### Typings:
1043
-
1044
- - Add types to the Migrator interface #3459
1045
- - Fix typings of index and dropIndex TableBuilder methods #3486
1046
- - Fixes types for Seeder#run #3438
1047
-
1048
- ### Test / internal changes:
1049
-
1050
- - Execute CI on Node.js 13
1051
- - Bluebird: remove usage of `return`, `reflect`, `fromCallback` methods #3483
1052
- - Bluebird: remove Bluebird.bind #3477
1053
- - Bluebird: use util.promisify instead of Bluebird.promisify #3470
1054
- - Bluebird: remove Bluebird.each #3471
1055
- - Bluebird: remove Bluebird.map and Bluebird.mapSeries #3474
1056
- - Bluebird: replace Bluebird.map with Promise.all #3469
1057
- - Update badges #3482
1058
-
1059
- # 0.19.5 - 06 October, 2019
1060
-
1061
- ### New features:
1062
-
1063
- - CLI: Migrations up/down commands - filename parameter #3416
1064
- - Oracle: Support stored procedures #3449
1065
-
1066
- ### Bug fixes:
1067
-
1068
- - MSSQL: Escape column ids correctly in all cases (reported by Snyk Security Research Team) #3382
1069
- - SQLite: Fix handling of multiline SQL in SQLite3 schema #3411
1070
- - Fix concurrent child transactions failing #2213 #3440
1071
-
1072
- ### Typings:
1073
-
1074
- - Add missing Migrator.list typing #3460
1075
- - Fix Typescript type inference for to better support wildcard (*) calls #3444
1076
- - Make options argument optional in timeout #3442
1077
-
1078
- ### Test / internal changes:
1079
-
1080
- - Enable linting in CI #3450
1081
-
1082
- # 0.19.4 - 09 September, 2019
1083
-
1084
- ### New features:
1085
-
1086
- - Add undefined columns to undefined binding(s) error #3425
1087
-
1088
- ### Typings:
1089
-
1090
- - Add `specific` to SeederConfig type #3429
1091
- - Fix some issues with QueryBuilder types #3427
1092
-
1093
- # 0.19.3 - 25 August, 2019
1094
-
1095
- ### Bug fixes:
1096
-
1097
- - Fix migrations for native enums to use table schema #3307
1098
-
1099
- ### New features:
1100
-
1101
- - Add ability to manually define schema for native enums #3307
1102
- - Add SSL/TLS support for Postgres connection string #3410
1103
- - CLI: new command that lists all migrations with status #3390
1104
-
1105
- ### Typings:
1106
-
1107
- - Include schemaName in EnumOptions #3415
1108
- - Allow `ColumnBuilder.defaultTo()` to be `null` #3407
1109
-
1110
- ### Changes:
1111
-
1112
- - migrate: Refactor _lockMigrations to avoid forUpdate - makes migrations compatible with CockroachDB #3395
1113
-
1114
- # 0.19.2 - 17 August, 2019
1115
-
1116
- ### Changes:
1117
-
1118
- - Make transaction rejection consistent across dialects #3399
1119
- - More consistent handling of nested transactions #3393
1120
-
1121
- ### New features:
1122
-
1123
- - Fallback to JSON when using JSONB in MySQL #3394
1124
-
1125
- # 0.19.1 - 23 July, 2019
1126
-
1127
- ### New features:
1128
-
1129
- - Allow to extend knex query builder #3334
1130
- - Add .isCompleted() to transaction #3368
1131
- - Minor enhancements around aliasing of aggregates #3354
1132
-
1133
- ### Typings:
1134
-
1135
- - Update configuration typings to allow for oracle db connectionstring #3361
1136
- - Update Knex.raw type to be any by default because the actual type is dialect specific #3349
1137
-
1138
- # 0.19.0 - 11 July, 2019
1139
-
1140
- ### Changes:
1141
-
1142
- - Pooling: tarn.js connection pool was updated to version 2.0.0. This fixes issue with destroying connections and introduces support for connection pool event handlers. Please see tarn.js documentation for more details #3345
1143
- - Pooling: Passing unsupported pooling configuration options now throws an error
1144
- - Pooling: `beforeDestroy` configuration option was removed
1145
-
1146
- # 0.18.4 - 10 July, 2019
1147
-
1148
- ### New features:
1149
-
1150
- - Seeds: Option to run specific seed file #3335
1151
- - Implement "skipLocked()" and "noWait()" #2961
1152
-
1153
- ### Bug fixes:
1154
-
1155
- - CLI: Respect the knexfile stub option while generating a migration #3337
1156
- - Fix mssql import not being ignored, breaking webpack builds #3336
1157
-
1158
- # 0.18.3 - 04 July, 2019
1159
-
1160
- ### New features:
1161
-
1162
- - CLI: add --stub option to migration:make #3316
1163
-
1164
- ### Bug fixes:
1165
-
1166
- - Fix return duplicate transaction promise for standalone transactions #3328
1167
-
1168
- # 0.18.2 - 03 July, 2019
1169
-
1170
- ### Bug fixes:
1171
-
1172
- - Fix remove duplicate transaction rejection #3324
1173
- - Fix issues around specifying default values for columns #3318
1174
- - CLI: Fix empty --version output #3312
1175
-
1176
- # 0.18.1 - 30 June, 2019
1177
-
1178
- ### Bug fixes:
1179
-
1180
- - Do not reject duplicate promise on transaction rollback #3319
1181
-
1182
- # 0.18.0 - 26 June, 2019
1183
-
1184
- ### Bug fixes:
1185
-
1186
- - Do not reject promise on transaction rollback (by default only for new, non-callback, style of transactions for now to avoid breaking old code) #3235
1187
-
1188
- ### New features:
1189
-
1190
- - Added `doNotRejectOnRollback` options for starting transactions, to prevent rejecting promises on rollback for callback-style transactions.
1191
- - Use extension from knexfile for generating migrations unless overriden #3282
1192
- - Use migrations.extension from config when generating migration #3242
1193
- - Expose executionPromise for transactors #3297
1194
-
1195
- ### Bug fixes:
1196
-
1197
- - Oracle: Updated handling of connection errors for disposal #2608
1198
- - Fix extension resolution from env configs #3294
1199
-
1200
- ### Test / internal changes:
1201
-
1202
- - Drop support for Node.js 6 #3227
1203
- - Remove Babel #3227
1204
- - Remove Bluebird #3290 #3287 #3285 #3267 #3266 #3263
1205
- - Fix comments that were modified by find & replace #3308
1206
-
1207
- ### Typings:
1208
-
1209
- - Add workarounds for degraded inference when strictNullChecks is set to false #3275
1210
- - Add stub type definition for Migrator config #3279
1211
- - Add stub to seeds type #3296
1212
- - Fix MSSQL config typings #3269
1213
- - Add pgsql specific table builder method typings #3146
1214
-
1215
- # 0.17.5 - 8 June, 2019
1216
-
1217
- ### Typings:
1218
-
1219
- - Include result.d.ts in published package #3271
1220
-
1221
- # 0.17.4 - 8 June, 2019
1222
-
1223
- ### Typings:
1224
-
1225
- - Fix some cases of left-to-right inference causing type mismatch #3265
1226
- - Improve count typings #3249
1227
-
1228
- ### Bug fixes:
1229
-
1230
- - Fix error message bubbling up on seed error #3248
1231
-
1232
- # 0.17.3 - 2 June, 2019
1233
-
1234
- ### Typings:
1235
-
1236
- - Improve typings for aggregations #3245
1237
- - Add decimalNumbers to MySqlConnectionConfig interface #3244
1238
-
1239
- # 0.17.2 - 1 June, 2019
1240
-
1241
- ### Typings
1242
-
1243
- - Improve count typings #3239
1244
-
1245
- ### Bug fixes:
1246
-
1247
- - "colorette" dependency breaks browserify builds #3238
1248
-
1249
- # 0.17.1 - 31 May, 2019
1250
-
1251
- ### New features:
1252
-
1253
- - Add migrate:down functionality #3228
1254
-
1255
- ### Typings:
1256
-
1257
- - Update type of aggregation results to not be arrays when first has been invoked before #3237
1258
- - Include undefined in type of single row results #3231
1259
- - Fix incorrect type definitions for single row queries #3230
1260
-
1261
- # 0.17.0 - 28 May, 2019
1262
-
1263
- ### New features:
1264
-
1265
- - Add support for returning started transaction without immediately executing it #3099
1266
- - Add support for passing transaction around with only starting it when needed #3099
1267
- - Add clearHaving function #3141
1268
- - Add --all flag for rollback in CLI #3187
1269
- - Add error detail log to knex CLI #3149
1270
- - Support multi-column whereIn in sqlite through values clause #3220
1271
- - Allow users to specify the migrations "tableName" parameter via the CLI #3214
1272
- - Unify object options handling for datetime/timestamp across dialects #3181
1273
- - Add "up" command for migrations #3205
1274
-
1275
- ### Typings:
1276
-
1277
- - Add default values for generic types (fixes backwards compatibility broken by 0.16.6) #3189
1278
- - Make function types generic in type definitions #3168
1279
- - Add missing types to MigratorConfig #3174
1280
- - Add types for havingBetween, orHavingBetween, havingNotBetween and orHavingNotBetween #3144
1281
- - Update Knex.Config types to include log #3221
1282
- - Fix some more cases of missing typings #3223
1283
- - Support type safe refs #3215
1284
- - Expose some utility types #3211
1285
- - Fix issues with typings of joins and some conflicts with Bluebird typings #3209
1286
-
1287
- ### Bug fixes:
1288
-
1289
- - Fix order of migration rollback #3172
1290
-
1291
- ### Test / internal changes:
1292
-
1293
- - Execute CI tests on Node.js 12 #3171
1294
- - Docker-based test dbs #3157
1295
- - Use cli-testlab for testing CLI #3191
1296
-
1297
- # 0.16.5 - 11 Apr, 2019
1298
-
1299
- - Bundle polyfills with knex for 0.16.x line again #3139
1300
-
1301
- # 0.16.4 - 11 Apr, 2019
1302
-
1303
- ### New features:
1304
-
1305
- - Boolean param for rollback() to rollback all migrations #2968
1306
- - seed:run print the file name of the failing seed #2972 #2973
1307
- - verbose option to CLI commands #2887
1308
- - add intersect() #3023
1309
- - Improved format for TS stubs #3080
1310
- - MySQL: Support nullable timestamps #3100
1311
- - MySQL: Warn `.returning()` does not have any effect #3039
1312
-
1313
- ### Bug fixes:
1314
-
1315
- - Respect "loadExtensions" configuration #2969
1316
- - Fix event listener duplication when using Migrator #2982
1317
- - Fix fs-migrations breaking docs #3022
1318
- - Fix sqlite3 drop/renameColumn() breaks with postProcessResponse #3040
1319
- - Fix transaction support for migrations #3084
1320
- - Fix queryContext not being passed to raw queries #3111
1321
- - Typings: Allow to pass query builders, identifiers and raw in various places as parameters #2960
1322
- - Typings: toNative() definition #2996
1323
- - Typings: asCallback() definition #2963
1324
- - Typings: queryContext() type definition Knex.Raw #3002
1325
- - Typings: Add "constraintName" arg to primary() definition #3006
1326
- - Typings: Add missing schemaName in MigratorConfig #3016
1327
- - Typings: Add missing supported parameter types and toSQL method #2960
1328
- - Typings: Update enum arguments to reflect latest signature #3043
1329
- - Typings: Add size parameter to integer method #3074
1330
- - Typings: Add 'string' as accepted Knex constructor type definition #3105
1331
- - Typings: Add boolean as a column name in join #3121
1332
- - Typings: Add missing clearOrder & clearCounters types #3109
1333
- - Dependencies: Fix security warning #3082
1334
- - Do not use unsupported column width/length arguments on data types int and tinyint in MSSQL #2738
1335
-
1336
- ### Changes:
1337
-
1338
- - Make unionAll()'s call signature match union() #3055
1339
-
1340
- ### Test / internal changes:
1341
-
1342
- - Swap chalk→colorette / minimist→getopts #2718
1343
- - Always use well documented pg client query() config argument #3004
1344
- - Do not bundle polyfills with knex #3024
1345
-
1346
- # 0.16.3 - 19 Dec, 2018
1347
-
1348
- ### Bug fixes:
1349
-
1350
- - @babel/polyfill loaded multiple times #2955
1351
- - Resolve migrations and seeds relatively to knexfile directory when specified (the way it used to be before 0.16.1) #2952
1352
-
1353
- # 0.16.2 - 10 Dec, 2018
1354
-
1355
- ### Bug fixes:
1356
-
1357
- - Add TypeScript types to the "files" entry so they are properly included in the release #2943
1358
-
1359
- # 0.16.1 - 28 Nov, 2018
1360
-
1361
- ### Breaking Changes:
1362
-
1363
- - Use datetime2 for MSSQL datetime + timestamp types. This change is incompatible with MSSQL older than 2008 #2757
1364
- - Knex.VERSION() method was removed, run "require('knex/package').version" instead #2776
1365
- - Knex transpilation now targets Node.js 6, meaning it will no longer run on older Node.js versions #2813
1366
- - Add json type support for SQLite 3.9+ (tested to work with Node package 'sqlite3' 4.0.2+) #2814
1367
-
1368
- ### New features:
1369
-
1370
- - Support passing explicit connection to query builder (#2817)
1371
- - Introduced abstraction for getting migrations to make migration bundling easier #2775
1372
- - Allow timestamp with timezone on mssql databases #2724
1373
- - Allow specifying multiple migration directories #2735
1374
- - Allow cloning query builder with .userParams({}) assigned to it #2802
1375
- - Allow chaining of increment, decrement, and update #2740
1376
- - Allow table names with `forUpdate`/`forShare` #2834
1377
- - Added `whereColumn` and the associated `not` / `and` / `or` methods for using columns on the right side of a where clause #2837
1378
- - Added `whereRecursive` method to make self-referential CTEs possible #2889
1379
- - Added support for named unique, primary and foreign keys to SQLite3 #2840
1380
- - Added support for generating new migration and seed files without knexfile #2884 #2905 #2935
1381
- - Added support for multiple columns in `.orderBy()` #2881
1382
- - Added option of `existingType` to `.enum()` method to support repeated use of enums #2719
1383
- - Added option to pass `indexType` for MySQL dialect #2890
1384
- - Added `onVal` and the associated `not` / `and` / `or` methods for using values in `on` clauses within joins #2746
1385
- - Kill queries after timeout for PostgreSQL #2636
1386
- - Manage TypeScript types internally #2845
1387
- - Support 5.0.0+ versions of mssql driver #2861
1388
- - Typescript migration stub #2816
1389
- - Options object for passing timestamp parameters + regression tests #2919
1390
-
1391
- ### Bug fixes:
1392
-
1393
- - Implement fail-fast logic for dialect resolution #2776
1394
- - Fixed identifier wrapping for `using()`. Use columnize instead of wrap in using() #2713
1395
- - Fix issues with warnPromise when migration does not return a promise #2730
1396
- - Compile with before update so that bindings are put in correct order #2733
1397
- - Fix join using builder withSchema #2744
1398
- - Throw instead of process.exit when client module missing #2843
1399
- - Display correct filename of a migration that failed #2910
1400
- - Fixed support of knexSnakeCaseWrappers in migrations #2914
1401
- - SQlite3 renameColunm quote fix #2833
1402
- - Adjust typing for forUpdate()/forShare() variant with table names #2858
1403
- - Fix execution of Oracle tests on Node 11 #2920
1404
- - Fix failures in oracle test bench and added it back to mandatory CI tests #2924
1405
- - Knex client knexfile resolution fix #2923
1406
- - Add queryContext to type declarations #2931
1407
-
1408
- ### Test / internal changes:
1409
-
1410
- - Add tests for multiple union arguments with callbacks and builders #2749
1411
- - Update dependencies #2772 #2810 #2842 #2848 #2893 #2904
1412
- - Separate migration generator #2786
1413
- - Do not postprocess internal queries in Migrator #2914 #2934
1414
- - Use Babel 7 #2813
1415
- - Introduce LGTM.com badge #2755
1416
- - Cleanup based on analysis by https://lgtm.com #2870
1417
- - Add test for retrieving null dates #2865
1418
- - Add link to wiki #2866
1419
- - Add tests for specifying explicit pg version #2895
1420
- - Execute tests on Node.js 11 #2873
1421
- - Version upgrade guide #2894
1422
-
1423
- # 0.16.0 - 27 Nov, 2018
1424
-
1425
- ### Changes:
1426
-
1427
- - THIS RELEASE WAS UNPUBLISHED FROM NPM BECAUSE IT HAD BROKEN MIGRATIONS USING `postprocessResponse` FEATURE (#2644)
1428
-
1429
- # 0.15.2 - 19 Jul, 2018
1430
-
1431
- ### Changes:
1432
-
1433
- - Rolled back changes introduced by #2542, in favor of opt-in behavior by adding a precision option in `date` / `timestamp` / `datetime` / `knex.fn.now` (#2715, #2721)
1434
-
1435
- # 0.15.1 - 12 Jul, 2018
1436
-
1437
- ### Bug fixes:
1438
-
1439
- - Fix warning erroneously displayed for mysql #2705
1440
-
1441
- # 0.15.0 - 1 Jul, 2018
1442
-
1443
- ### Breaking Changes:
1444
-
1445
- - Stop executing tests on Node 4 and 5. #2451 (not supported anymore)
1446
- - `json` data type is no longer converted to `text` within a schema builder migration for MySQL databases (note that JSON data type is only supported for MySQL 5.7.8+) #2635
1447
- - Removed WebSQL dialect #2461
1448
- - Drop mariadb support #2681
1449
- - Primary Key for Migration Lock Table #2569. This shouldn't affect to old loc tables, but if you like to have your locktable to have primary key, delete the old table and it will be recreated when migrations are ran next time.
1450
- - Ensure knex.destroy() returns a bluebird promise #2589
1451
- - Increment floats #2614
1452
- - Testing removal of 'skim' #2520, Now rows are not converted to plain js objects, returned row objects might have changed type with oracle, mssql, mysql and sqlite3
1453
- - Drop support for strong-oracle #2487
1454
- - Timeout errors doesn't silently ignore the passed errors anymore #2626
1455
- - Removed WebSQL dialect #2647
1456
- - Various fixes to mssql dialect to make it compatible with other dialects #2653, Unique constraint now allow multiple null values, float type is now float instaed of decimal, rolling back transaction with undefined rejects with Error, select for update and select for share actually locks selected row, so basically old schema migrations will work a lot different and produce different schema like before. Also now MSSQL is included in CI tests.
1457
-
1458
- ### Bug fixes:
1459
-
1460
- - Fixes onIn with empty values array #2513
1461
- - fix wrapIdentifier not being called in postgres alter column #2612
1462
- - fixes wrapIdentifier to work with postgres `returning` statement 2630 #2642
1463
- - Fix mssql driver crashing in certain cases when conneciton is closed unexpectedly #2637
1464
- - Removed semicolon from rollback stmt for oracle #2564
1465
- - Make the stream catch errors in the query #2638
1466
-
1467
- ### New Features:
1468
-
1469
- - Create timestamp columns with microsecond precision on MySQL 5.6 and newer #2542
1470
- - Allow storing stacktrace, where builder is initialized to be able trace back where certain query was created #2500 #2505
1471
- - Added 'ref' function #2509, no need for knex.raw('??', ['id']) anymore, one can do knex.ref('id')
1472
- - Support postgresql connection uri protocol #2609
1473
- - Add support for native enums on Postgres #2632
1474
- - Allow overwriting log functions #2625
1475
-
1476
- ### Test / internal changes:
1477
-
1478
- - chore: cache node_modules #2595
1479
- - Remove babel-plugin-lodash #2634
1480
- - Remove readable-stream and safe-buffer #2640
1481
- - chore: add Node.js 10 #2594
1482
- - add homepage field to package.json #2650
1483
-
1484
- # 0.14.6 - 12 Apr, 2018
1485
-
1486
- ### Bug fixes:
1487
-
1488
- - Restored functionality of query event #2566 (#2549)
1489
-
1490
- # 0.14.5 - 8 Apr, 2018
1491
-
1492
- ### Bug fixes:
1493
-
1494
- - Fix wrapping returning column on oracledb #2554
1495
-
1496
- ### New Features:
1497
-
1498
- - Support passing DB schema name for migrations #2499 #2559
1499
- - add clearOrder method #2360 #2553
1500
- - Added knexTxId to query events and debug calls #2476
1501
- - Support multi-column `whereIn` with query #1390
1502
- - Added error if chaining update/insert/etc with first() #2506
1503
- - Checks for an empty, undefined or null object on transacting #2494
1504
- - countDistinct with multiple columns #2449
1505
-
1506
- ### Test / internal changes:
1507
-
1508
- - Added npm run test:oracledb command that runs oracledb tests in docker #2491
1509
- - Runnin mssql tests in docker #2496
1510
- - Update dependencies #2561
1511
-
1512
- # 0.14.4 - 19 Feb, 2018
1513
-
1514
- ### Bug fixes:
1515
-
1516
- - containsUndefined only validate plain objects. Fixes #1898 (#2468)
1517
- - Add warning when using .returning() in sqlite3. Fixes #1660 (#2471)
1518
- - Throw an error if .update() results in an empty sql (#2472)
1519
- - Removed unnecessary createTableIfNotExist and replaced with createTable (#2473)
1520
-
1521
- ### New Features:
1522
-
1523
- - Allow calling lock procedures (such as forUpdate) outside of transaction. Fixes #2403. (#2475)
1524
- - Added test and documentation for Event 'start' (#2488)
1525
-
1526
- ### Test / internal changes:
1527
-
1528
- - Added stress test, which uses TCP proxy to simulate flaky connection #2460
1529
- - Removed old docker tests, new stress test setup (#2474)
1530
- - Removed unused property \_\_cid on the base client (#2481)
1531
- - Changed rm to rimraf in 'npm run dev' (#2483)
1532
- - Changed babel preset and use latest node as target when running dev (#2484)
1533
-
1534
- # 0.14.3 - 8 Feb, 2018
1535
-
1536
- ### Bug fixes:
1537
-
1538
- - Use tarn as pool instead of generic-pool which has been given various problems #2450
1539
- - Fixed mysql issue where add columns failed if using both after and collate #2432
1540
- - CLI sets exit-code 1 if the command supplied was not parseable #2358
1541
- - Set toNative() to be not enumerable #2388
1542
- - Use wrapIdentifier in columnInfo. fixes #2402 #2405
1543
- - Fixed a bug when using .returning (OUTPUT) in an update query with joins in MSSQL #2399
1544
- - Better error message when running migrations fail before even starting run migrations #2373
1545
- - Read oracle's UV_THREADPOOL_SIZE env variable correctly #2372
1546
- - Added decimal variable precision / scale support #2353
1547
-
1548
- ### New Features:
1549
-
1550
- - Added queryContext to schema and query builders #2314
1551
- - Added redshift dialect #2233
1552
- - Added warning when one uses .createTableIfNotExist and deprecated it from docs #2458
1553
-
1554
- ### Test / internal changes:
1555
-
1556
- - Update dependencies and fix ESLint warnings accordingly #2433
1557
- - Disable oracledb tests from non LTS nodes #2407
1558
- - Update dependencies #2422
1559
-
1560
- # 0.14.2 - 24 Nov, 2017
1561
-
1562
- ### Bug fixes:
1563
-
1564
- - Fix sqlite3 truncate method to work again #2348
1565
-
1566
- # 0.14.1 - 19 Nov, 2017
1567
-
1568
- ### Bug fixes:
1569
-
1570
- - Fix support for multiple schema names in in postgres `searchPath` #2340
1571
- - Fix create new connection to pass errors to query instead of retry loop #2336
1572
- - Fix recognition of connections closed by server #2341
1573
-
1574
- # 0.14.0 - 6 Nov, 2017
1575
-
1576
- ### Breaking Changes:
1577
-
1578
- - Remove sorting of statements from update queries #2171
1579
- - Updated allowed operator list with some missing operators and make all to lower case #2239
1580
- - Use node-mssql 4.0.0 #2029
1581
- - Support for enum columns to SQlite3 dialect #2055
1582
- - Better identifier quoting in Sqlite3 #2087
1583
- - Migration Errors - Display filename of of failed migration #2272
1584
-
1585
- ### Other Features:
1586
-
1587
- - Post processing hook for query result #2261
1588
- - Build native SQL where binding parameters are dialect specific #2237
1589
- - Configuration option to allow override identifier wrapping #2217
1590
- - Implemented select syntax: select({ alias: 'column' }) #2227
1591
- - Allows to filter seeds and migrations by extensions #2168
1592
- - Reconnecting after database server disconnect/reconnect + tests #2017
1593
- - Removed filering from allowed configuration settings of mysql2 #2040
1594
- - Allow raw expressions in query builder aggregate methods #2257
1595
- - Throw error on non-string table comment #2126
1596
- - Support for mysql stream query options #2301
1597
-
1598
- ### Bug fixes:
1599
-
1600
- - Allow update queries and passing query builder to with statements #2298
1601
- - Fix escape table name in SQLite columnInfo call #2281
1602
- - Preventing containsUndefined from going to recursion loop #1711
1603
- - Fix error caused by call to knex.migrate.currentVersion #2123
1604
- - Upgraded generic-pool to 3.1.7 (did resolve some memory issues) #2208
1605
- - Allow using NOT ILIKE operator #2195
1606
- - Fix postgres searchPath to be case-sensitive #2172
1607
- - Fix drop of multiple columns in sqlite3 #2107
1608
- - Fix adding multiple columns in Oracle #2115
1609
- - Use selected schema when dropping indices in Postgres. #2105
1610
- - Fix hasTable for MySQL to not do partial matches #2097
1611
- - Fix setting autoTransaction in batchInsert #2113
1612
- - Fix connection error propagation when streaming #2199
1613
- - Fix comments not being applied to increments columns #2243
1614
- - Fix mssql wrong binding order of queries that combine a limit with select raw or update #2066
1615
- - Fixed mysql alter table attributes order #2062
1616
-
1617
- ### Test / internal changes:
1618
-
1619
- - Update each out-of-date dependency according to david-dm.org #2297
1620
- - Update v8flags to version 3.0.0 #2288
1621
- - Update interpret version #2283
1622
- - Fix debug output typo #2187
1623
- - Docker CI tests #2164
1624
- - Unit test for right/rightOuterJoin combination #2117
1625
- - Unit test for fullOuterJoin #2118
1626
- - Unit tests for table comment #2098
1627
- - Test referencing non-existent column with sqlite3 #2104
1628
- - Unit test for renaming column in postgresql #2099
1629
- - Unit test for cross-join #2102
1630
- - Fix incorrect parameter name #2068
1631
-
1632
- # 0.13.0 - 29 Apr, 2017
1633
-
1634
- ### Breaking Changes:
1635
-
1636
- - Multiple concurrent migration runners blocks instead of throwing error when possible #1962
1637
- - Fixed transaction promise mutation issue #1991
1638
-
1639
- ### Other Changes:
1640
-
1641
- - Allow passing version of connected db in configuration file #1993
1642
- - Bugfixes on batchInsert and transactions for mysql/maria #1992
1643
- - Add fetchAsString optional parameter to oracledb dialect #1998
1644
- - fix: escapeObject parameter order for Postgres dialect. #2003
1645
-
1646
- # 0.12.9 - 23 Mar, 2017
1647
-
1648
- - Fixed unhandled exception in batchInsert when the rows to be inserted resulted in duplicate key violation #1880
1649
-
1650
- # 0.12.8 - 15 Mar, 2017
1651
-
1652
- - Added clearSelect and clearWhere to query builder #1912
1653
- - Properly close Postgres query streams on error #1935
1654
- - Transactions should never reject with undefined #1970
1655
- - Clear acquireConnectionTimeout if an error occurs when acquiring a connection #1973
1656
-
1657
- # 0.12.7 - 17 Feb, 2017
1658
-
1659
- ### Accidental Breaking Change:
1660
-
1661
- - Ensure that 'client' is provided in knex config object #1822
1662
-
1663
- ### Other Changes:
1664
-
1665
- - Support custom foreign key names #1311, #1726
1666
- - Fixed named bindings to work with queries containing `:`-chars #1890
1667
- - Exposed more promise functions #1896
1668
- - Pass rollback errors to transaction promise in mssql #1885
1669
- - ONLY keyword support for PostgreSQL (for table inheritance) #1874
1670
- - Fixed Mssql update with join syntax #1777
1671
- - Replace migrations and seed for react-native packager #1813
1672
- - Support knexfile, migration and seeds in TypeScript #1769
1673
- - Fix float to integer conversion of decimal fields in MSSQL #1781
1674
- - External authentication capability when using oracledb driver #1716
1675
- - Fixed MSSQL incorect query build when locks are used #1707
1676
- - Allow to use `first` method as aliased select #1784
1677
- - Alter column for nullability, type and default value #46, #1759
1678
- - Add more having* methods / join clause on* methods #1674
1679
- - Compatibility fixes and cleanups #1788, #1792, #1794, #1814, #1857, #1649
1680
-
1681
- # 0.12.6 - 19 Oct, 2016
1682
-
1683
- - Address warnings mentioned in #1388 (#1740)
1684
- - Remove postinstall script (#1746)
1685
-
1686
- # 0.12.5 - 12 Oct, 2016
1687
-
1688
- - Fix broken 0.12.4 build (removed from npm)
1689
- - Fix #1733, #920, incorrect postgres array bindings
1690
-
1691
- # 0.12.3 - 9 Oct, 2016
1692
-
1693
- - Fix #1703, #1694 - connections should be returned to pool if acquireConnectionTimeout is triggered
1694
- - Fix #1710 regression in postgres array escaping
1695
-
1696
- # 0.12.2 - 27 Sep, 2016
1697
-
1698
- - Restore pool min: 1 for sqlite3, #1701
1699
- - Fix for connection error after it's closed / released, #1691
1700
- - Fix oracle prefetchRowCount setting, #1675
1701
-
1702
- # 0.12.1 - 16 Sep, 2016
1703
-
1704
- - Fix MSSQL sql execution error, #1669
1705
- - Added DEBUG=knex:bindings for debugging query bindings, #1557
1706
-
1707
- # 0.12.0 - 13 Sep, 2016
1708
-
1709
- - Remove build / built files, #1616
1710
- - Upgrade to Babel 6, #1617
1711
- - Reference Bluebird module directly, remove deprecated .exec method, #1618
1712
- - Remove documentation files from main repo
1713
- - Fix broken behavior on WebSQL build, #1638
1714
- - Oracle id sequence now handles manual inserts, #906
1715
- - Cleanup PG escaping, fix #1602, #1548
1716
- - Added [`with`](#Builder-with) to builder for [common table expressions](https://www.postgresql.org/docs/9.4/static/queries-with.html), #1599
1717
- - Fix #1619, pluck with explicit column names
1718
- - Switching back to [generic-pool](https://github.com/coopernurse/node-pool) for pooling resource management
1719
- - Removed index.html, please direct all PR's for docs against the files in [knex/documentation](https://github.com/knex/documentation)
1720
-
1721
- # 0.11.10 - 9 Aug, 2016
1722
-
1723
- - Added CHANGELOG.md for a [new documentation](https://github.com/knex/documentation) builder coming soon, #1615
1724
- - Minor documentation tweaks
1725
- - PG: Fix Uint8Array being considered undefined, #1601
1726
- - MSSQL: Make columnInfo schema dynamic, #1585
1727
-
1728
- # 0.11.9 - 21 Jul, 2016
1729
-
1730
- - Reverted knex client breaking change (commit b74cd69e906), fixes #1587
1731
-
1732
- # 0.11.8 - 21 Jul, 2016
1733
-
1734
- - Oracledb dialect #990
1735
- - Documentation fix #1532
1736
- - Allow named bindings to be escaped. #1576
1737
- - Several bugs with MS SQL schema creation and installing from gihub fix #1577
1738
- - Fix incorrect escaping of backslashes in SqlString.escape #1545
1739
-
1740
- # 0.11.7 - 19 Jun, 2016
1741
-
1742
- - Add missing dependency. #1516
1743
-
1744
- # 0.11.6 - 18 Jun, 2016
1745
-
1746
- - Allow cancellation on timeout (MySQL) #1454
1747
- - Better bigint support. (MSSQL) #1445
1748
- - More consistent handling of `undefined` values in `QueryBuilder#where` and `Raw`. #1459
1749
- - Fix Webpack build. #1447
1750
- - Fix code that triggered Bluebird warnings. #1460, #1489
1751
- - Fix `ping` function. (Oracle) #1486
1752
- - Fix `columnInfo`. (MSSQL) #1464
1753
- - Fix `ColumnCompiler#binary`. (MSSQL) #1464
1754
- - Allow connection strings that do not contain a password. #1473
1755
- - Fix race condition in seed stubs. #1493
1756
- - Give each query a UUID. #1510
1757
-
1758
- # 0.11.5 - 26 May, 2016
1759
-
1760
- - Bugfix: Using `Raw` or `QueryBuilder` as a binding to `Raw` now works as intended
1761
-
1762
- # 0.11.4 - 22 May, 2016
1763
-
1764
- - Bugfix: Inconsistency of `.primary()` and `.dropPrimary()` between dialects #1430
1765
- - Feature: Allow using custom Client/Dialect (you can pass your own client in knex config) #1428
1766
- - Docs: Add documentation for .dropTimestamps #1432
1767
- - Bugfix: Fixed passing undefined fields for insert/update inside transaction #1423
1768
- - Feature: `batchInsert` with existing transaction #1354
1769
- - Build: eslint instead of jshint #1416
1770
- - Bugfix: Pooled connections not releasing #1382
1771
- - Bugfix: Support passing `knex.raw` to `.whereNot` #1402
1772
- - Docs: Fixed list of dialects which supports `.returning` #1398
1773
- - Bugfix: rename table does not fail anymore even with schema defined #1403
1774
-
1775
- # 0.11.3 - 14 May, 2016
1776
-
1777
- - Support nested joins. #1397
1778
-
1779
- # 0.11.2 - 14 May, 2016
1780
-
1781
- - Prevent crash on `knex seed:make`. #1389
1782
- - Improvements to `batchInsert`. #1391
1783
- - Improvements to inserting `DEFAULT` with `undefined` binding. #1396
1784
- - Correct generated code for adding/dropping multiple columns. (MSSQL) #1401
1785
-
1786
- # 0.11.1 - 6 May, 2016
1787
-
1788
- - Fix error in CLI command `migrate:make`. #1386
1789
-
1790
- # 0.11.0 - 5 May, 2016
1791
-
1792
- ### Breaking Changes:
1793
-
1794
- - `QueryBuilder#orWhere` joins multiple arguments with `AND`. #1164
1795
-
1796
- ### Other Changes:
1797
-
1798
- - Collate for columns. (MySQL) #1147
1799
- - Add `QueryBuilder#timeout`, `Raw#timeout`. #1201 #1260
1800
- - Exit with error code when appropriate. #1238
1801
- - MSSQL connection accepts `host` as an alias for `server` in accordance with other dialects. #1239
1802
- - Add `query-response` event. #1231
1803
- - Correct behaviour of sibling nested transactions. #1226
1804
- - Support `RETURNING` with `UPDATE`. (Oracle) #1253
1805
- - Throwing callbacks from transactions automatically rolls them back. #1257
1806
- - Fixes to named `Raw` bindings. #1251
1807
- - `timestamps` accepts an argument to set `NOT NULL` and default to current timestamp.
1808
- - Add `TableBuilder#inherits` for PostgreSQL. #601
1809
- - Wrap index names. #1289
1810
- - Restore coffeescript knexfiles and configurations. #1292
1811
- - Add `andWhereBetween` and `andWhereNotBetween` #1132
1812
- - Fix `valueForUndefined` failure. #1269
1813
- - `renameColumn` no longer drops default value or nullability. #1326
1814
- - Correct MySQL2 error handling. #1315
1815
- - Fix MSSQL `createTableIfNotExists`. #1362
1816
- - Fix MSSQL URL parsing. #1342
1817
- - Update Lodash to 4.6.0 #1242
1818
- - Update Bluebird to 3.3.4 #1279
1819
-
1820
- # 0.10.0 - 15 Feb, 2016
1821
-
1822
- ### Breaking Changes:
1823
-
1824
- - `insert` and `update` now ignore `undefined` values. Back compatibility is provided through the option `useNullAsDefault`. #1174, #1043
1825
-
1826
- ### Other Changes:
1827
-
1828
- - Add [`countDistinct`](#Builder-countDistinct), [`avgDistinct`](#Builder-avgDistinct) and [`sumDistinct`](#Builder-sumDistinct). #1046
1829
- - Add [`schema.jsonb`](#Schema-jsonb). Deprecated `schema.json(column, true)`. #991
1830
- - Support binding identifiers with `??`. #1103
1831
- - Restore `query` event when triggered by transactions. #855
1832
- - Correct question mark escaping in rendered queries. #519, #1058
1833
- - Add per-dialect escaping, allowing quotes to be escaped correctly. #886, #1095
1834
- - Add MSSQL support. #1090
1835
- - Add migration locking. #1094
1836
- - Allow column aliases to contain `.`. #1181
1837
- - Add `batchInsert`. #1182
1838
- - Support non-array arguments to [`knex.raw`](#Raw-Bindings).
1839
- - Global `query-error` event. #1163
1840
- - Add `batchInsert`. #1182
1841
- - Better support for Mysql2 dialect options. #980
1842
- - Support for `acquireConnectionTimeout` default 60 seconds preventing #1040 from happening. #1177
1843
- - Fixed constraint name escaping when dropping a constraint. #1177
1844
- - Show also `.raw` queries in debug output. #1169
1845
- - Support for `cli` to use basic configuration without specific environment set. #1101
1846
-
1847
- # 0.9.0 - Nov 2, 2015
1848
-
1849
- - Fix error when merging `knex.raw` instances without arguments. #853
1850
- - Fix error that caused the connection to time out while streaming. #849
1851
- - Correctly parse SSL query parameter for PostgreSQL. #852
1852
- - Pass `compress` option to MySQL2. #843
1853
- - Schema: Use `timestamp with timezone` by default for `time`, `datetime` and `timestamp` for Oracle. #876
1854
- - Add [`QueryBuilder#modify`](#Builder-modify) #881
1855
- - Add LiveScript and Early Gray support for seeds and migrations.
1856
- - Add [`QueryBuilder#withSchema`](#Builder-withSchema) #518
1857
- - Allow escaping of `?` in `knex.raw` queries. #946
1858
- - Allow `0` in join clause. #953
1859
- - Add migration config to allow disabling/enabling transactions per migration. #834
1860
-
1861
- # 0.8.6 - May 20, 2015
1862
-
1863
- - Fix for several transaction / migration issues, #832, #833, #834, #835
1864
-
1865
- # 0.8.5 - May 14, 2015
1866
-
1867
- - Pool should be initialized if no pool options are specified
1868
-
1869
- # 0.8.4 - May 13, 2015
1870
-
1871
- - Pool should not be initialized if {max: 0} is sent in config options
1872
-
1873
- # 0.8.3 - May 2, 2015
1874
-
1875
- - Alias postgresql -> postgres in connection config options
1876
-
1877
- # 0.8.2 - May 1, 2015
1878
-
1879
- - Fix regression in using query string in connection config
1880
-
1881
- # 0.8.1 - May 1, 2015
1882
-
1883
- - Warn rather than error when implicit commits wipe out savepoints in mysql / mariadb, #805.
1884
- - Fix for incorrect seed config reference, #804
1885
-
1886
- # 0.8.0 - Apr 30, 2015
1887
-
1888
- ### New Features:
1889
-
1890
- - Fixes several major outstanding bugs with the connection pool, switching to [Pool2](https://github.com/myndzi/pool2) in place of generic-pool-redux
1891
- - strong-oracle module support
1892
- - Nested transactions automatically become savepoints, with `commit` & `rollback` releasing or rolling back the current savepoint.
1893
- - Database seed file support, #391
1894
- - Improved support for sub-raw queries within raw statements
1895
- - Migrations are now wrapped in transactions where possible
1896
- - Subqueries supported in insert statements, #627
1897
- - Support for nested having, #572
1898
- - Support object syntax for joins, similar to "where" #743
1899
-
1900
- ### Major Changes:
1901
-
1902
- - Transactions are immediately invoked as A+ promises, #470 (this is a feature and should not actually break anything in practice)
1903
- - Heavy refactoring internal APIs (public APIs should not be affected)
1904
-
1905
- ### "Other Changes:
1906
-
1907
- - Allow mysql2 to use non-default port, #588
1908
- - Support creating & dropping extensions in PostgreSQL, #540
1909
- - CLI support for knexfiles that do not provide environment keys, #527
1910
- - Added sqlite3 dialect version of whereRaw/andWhereRaw (#477)
1911
-
1912
- # 0.7.5 - Mar 9, 2015
1913
-
1914
- - Fix bug in validateMigrationList, (#697)
1915
-
1916
- # 0.7.4 - Feb 25, 2015
1917
-
1918
- - Fix incorrect order of query parameters when using subqueries, #704
1919
- - Properly handle limit 0, (#655)
1920
- - Apply promise args from then instead of [explicitly passing](https://github.com/petkaantonov/bluebird/issues/482).
1921
- - Respect union parameter as last argument (#660).
1922
- - Added sqlite3 dialect version of whereRaw/andWhereRaw (#477).
1923
- - Fix SQLite dropColumn doesn't work for last column (#544).
1924
- - Add POSIX operator support for Postgres (#562)
1925
- - Sample seed files now correctly (#391)
1926
-
1927
- # 0.7.3 - Oct 3, 2014
1928
-
1929
- - Support for `join(table, rawOrBuilder)` syntax.
1930
- - Fix for regression in PostgreSQL connection (#516)
1931
-
1932
- # 0.7.2 - Oct 1, 2014
1933
-
1934
- - Fix for regression in migrations
1935
-
1936
- # 0.7.1 - Oct 1, 2014
1937
-
1938
- - Better disconnect handling & pool removal for MySQL clients, #452
1939
-
1940
- # 0.7.0 - Oct 1, 2014
1941
-
1942
- ### New Features:
1943
-
1944
- - Oracle support, #419
1945
- - Database seed file support, #391
1946
- - Improved support for sub-raw queries within raw statements
1947
-
1948
- ### Breaking Changes:
1949
-
1950
- - "collate nocase" no longer used by default in sqlite3 #396
1951
-
1952
- ### Other Changes:
1953
-
1954
- - Bumping Bluebird to ^2.x
1955
- - Transactions in websql are now a no-op (unsupported) #375
1956
- - Improved test suite
1957
- - knex.fn namespace as function helper (knex.fn.now), #372
1958
- - Better handling of disconnect errors
1959
- - Support for offset without limit, #446
1960
- - Chainable first method for mysql schema, #406
1961
- - Support for empty array in `whereIn`
1962
- - Create/drop schema for postgres, #511
1963
- - Inserting multiple rows with default values, #468
1964
- - Join columns are optional for cross-join, #508
1965
- - Flag for creating jsonb columns in Postgresql, #500
1966
-
1967
- # 0.6.22 - July 10, 2014
1968
-
1969
- - Bug fix for properly binding postgresql streaming queries, (#363)
1970
-
1971
- # 0.6.21 - July 9, 2014
1972
-
1973
- - Bug fix for raw queries not being transaction context aware, (#351).
1974
- - Properly forward stream errors in sqlite3 runner, (#359)
1975
-
1976
- # 0.6.20 - June 30, 2014
1977
-
1978
- - Allow case insensitive operators in sql clauses, (#344)
1979
-
1980
- # 0.6.19 - June 27, 2014
1981
-
1982
- - Add `groupByRaw` / `orderByRaw` methods, better support for raw statements in group / order (#282).
1983
- - Support more config options for node-mysql2 dialect (#341).
1984
- - CLI help text fix, (#342)
1985
-
1986
- # 0.6.18 - June 25, 2014
1987
-
1988
- - Patch for the method, calling without a handler should return the stream, not a promise (#337)
1989
-
1990
- # 0.6.17 - June 23, 2014
1991
-
1992
- - Adding missing map / reduce proxies to bluebird's implementation
1993
-
1994
- # 0.6.16 - June 18, 2014
1995
-
1996
- - Increment / decrement returns the number of affectedRows (#330).
1997
- - Allow --cwd option flag to be passed to CLI tool (#326)
1998
-
1999
- # 0.6.15 - June 14, 2014
2000
-
2001
- - Added the as method for aliasing subqueries
2002
-
2003
- # 0.6.14 - June 14, 2014
2004
-
2005
- - whereExists / whereNotExists may now take a query builder instance as well as a callback
2006
-
2007
- # 0.6.13 - June 12, 2014
2008
-
2009
- - Fix regression with onUpdate / onDelete in PostgreSQL, (#308).
2010
- - Add missing `Promise` require to knex.js, unit test for knex.destroy (#314)
2011
-
2012
- # 0.6.12 - June 10, 2014
2013
-
2014
- - Fix for regression with boolean default types in PostgreSQL
2015
-
2016
- # 0.6.11 - June 10, 2014
2017
-
2018
- - Fix for regression with queries containing multiple order by statements in sqlite3
2019
-
2020
- # 0.6.10 - June 10, 2014
2021
-
2022
- - Fix for big regression in memoization of column names from 0.5 -> 0.6
2023
-
2024
- # 0.6.9 - June 9, 2014
2025
-
2026
- - Fix for regression in specificType method
2027
-
2028
- # 0.6.8 - June 9, 2014
2029
-
2030
- - Package.json fix for CLI
2031
-
2032
- # 0.6.7 - June 9, 2014
2033
-
2034
- - Adds support for [node-mysql2](https://github.com/sidorares/node-mysql2) library.
2035
- - Bundles CLI with the knex install, various related migrate CLI fixes
2036
-
2037
- # 0.6.6 - June 9, 2014
2038
-
2039
- - console.warn rather than throw when adding foreignKeys in SQLite3.
2040
- - Add support for dropColumn in SQLite3.
2041
- - Document `raw.wrap`
2042
-
2043
- # 0.6.5 - June 9, 2014
2044
-
2045
- - Add missing \_ require to WebSQL builds
2046
-
2047
- # 0.6.4 - June 9, 2014
2048
-
2049
- - Fix & document schema.raw method
2050
-
2051
- # 0.6.3 - June 6, 2014
2052
-
2053
- - Schema methods on transaction object are now transaction aware (#301).
2054
- - Fix for resolved value from transactions, (#298).
2055
- - Undefined columns are not added to builder
2056
-
2057
- # 0.6.2 - June 4, 2014
2058
-
2059
- - Fix regression in raw query output, (#297).
2060
- - Fix regression in "pluck" method (#296).
2061
- - Document [first](#Builder-first) method
2062
-
2063
- # 0.6.1 - June 4, 2014
2064
-
2065
- - Reverting to using .npmignore, the "files" syntax forgot the knex.js file
2066
-
2067
- # 0.6.0 - June 4, 2014
2068
-
2069
- ### Major Library refactor:
2070
-
2071
- - Major internal overhaul to clean up the various dialect code.
2072
- - Improved unit test suite.
2073
- - Support for the [mariasql](https://github.com/mscdex/node-mariasql) driver.
2074
- - More consistent use of raw query bindings throughout the library.
2075
- - Queries are more composable, may be injected in various points throughout the builder.
2076
- - Added [streaming](#Interfaces-Streams) interface
2077
- - Deprecated 5 argument [join](#Builder-join) in favor of additional join methods.
2078
- - The wrapValue function to allow for array column operations in PostgreSQL (#287).
2079
- - An explicit connection can be passed for any query (#56).
2080
- - Drop column support for sqlite3
2081
- - All schema actions are run sequentially on the same connection if chained.
2082
- - Schema actions can now be wrapped in a transaction
2083
- - `.references(tableName.columnName)` as shorthand for `.references(columnName).inTable(tableName)`
2084
- - `.join('table.column', 'otherTable.column')` as shorthand for .join('table.column', '=', 'otherTable.column')
2085
- - Streams are supported for selects, passing through to the streaming capabilities of node-mysql and node-postgres
2086
- - For More information, see this [pull-request](https://github.com/tgriesser/knex/pull/252)
2087
-
2088
- # 0.5.15 - June 4, 2014
2089
-
2090
- - Dropped indexes feature now functions correctly, (#278)
2091
-
2092
- # 0.5.14 - May 6, 2014
2093
-
2094
- - Remove the charset encoding if it's utf8 for mysql, as it's the default but also currently causes some issues in recent versions of node-mysql
2095
-
2096
- # 0.5.13 - April 2, 2014
2097
-
2098
- - Fix regression in array bindings for postgresql (#228)
2099
-
2100
- # 0.5.12 - Mar 31, 2014
2101
-
2102
- - Add more operators for where clauses, including && (#226)
2103
-
2104
- # 0.5.11 - Mar 25, 2014
2105
-
2106
- - `.where(col, 'is', null)` or `.where(col, 'is not', null)` are not supported (#221).
2107
- - Case insensitive `where` operators now allowed (#212).
2108
- - Fix bug in increment/decrement truncating to an integer (#210).
2109
- - Disconnected connections are now properly handled & removed from the pool (#206).
2110
- - Internal tweaks to binding concatenations for performance (#207)
2111
-
2112
- # 0.5.10 - Mar 19, 2014
2113
-
2114
- - Add the .exec method to the internal promise shim
2115
-
2116
- # 0.5.9 - Mar 18, 2014
2117
-
2118
- - Remove error'ed connections from the connection pool (#206), added support for node-postgres-pure (pg.js) (#200)
2119
-
2120
- # 0.5.8 - Feb 27, 2014
2121
-
2122
- - Fix for chaining on forUpdate / forShare, adding map & reduce from bluebird
2123
-
2124
- # 0.5.7 - Feb 18, 2014
2125
-
2126
- - Fix for a null limit / offset breaking query chain (#182)
2127
-
2128
- # 0.5.6 - Feb 5, 2014
2129
-
2130
- - Bump bluebird dependency to ~1.0.0, fixing regression in Bluebird 1.0.2 (#176)
2131
-
2132
- # 0.5.5 - Jan 28, 2014
2133
-
2134
- - Fix for the exit code on the migrations cli (#151).
2135
- - The `init` method in `knex.migrate` now uses `this.config` if one isn't passed in (#156)
2136
-
2137
- # 0.5.4 - Jan 7, 2014
2138
-
2139
- - Fix for using raw statements in defaultTo schema builder methods (#146)
2140
-
2141
- # 0.5.3 - Jan 2, 2014
2142
-
2143
- - Fix for incorrectly formed sql when aggregates are used with columns (#144)
2144
-
2145
- # 0.5.2 - Dec 18, 2013
2146
-
2147
- - Adding passthrough "catch", "finally" to bluebird implementations, use bluebird's "nodeify" internally for exec
2148
-
2149
- # 0.5.1 - Dec 12, 2013
2150
-
2151
- - The [returning](#Builder-returning) in PostgreSQL may now accept \* or an array of columns to return. If either of these are passed, the response will be an array of objects rather than an array of values. Updates may also now use a `returning` value. (#132)
2152
- - Added `bigint` and `bigserial` type to PostgreSQL. (#111)
2153
- - Fix for the [specificType](#Schema-specificType) schema call (#118)
2154
- - Several fixes for migrations, including migration file path fixes, passing a Promise constructor to the migration `up` and `down` methods, allowing the "knex" module to be used globally, file ordering on migrations, and other small improvements. (#112-115, #125, #135)
2155
-
2156
- # 0.5.0 - Nov 25, 2013
2157
-
2158
- - Initial pass at a [migration](#Migrations) api.
2159
- - Aggregate methods are no longer aliased as "aggregate", but may now be aliased and have more than one aggregate in a query (#108, #110).
2160
- - Adding bigint and bigserial to PostgreSQL (#111).
2161
- - Bugfix on increment/decrement values (#100).
2162
- - Bugfix with having method (#107).
2163
- - Switched from when.js to [bluebird](https://github.com/petkaantonov/bluebird) for promise implementation, with shim for backward compatibility.
2164
- - Switched from underscore to lodash, for semver reliability
2165
-
2166
- # 0.4.13 - Oct 31, 2013
2167
-
2168
- - Fix for aggregate methods on toString and clone, (#98)
2169
-
2170
- # 0.4.12 - Oct 29, 2013
2171
-
2172
- - Fix incorrect values passed to float in MySQL and decimal in PostgreSQL
2173
-
2174
- # 0.4.11 - Oct 15, 2013
2175
-
2176
- - Fix potential sql injection vulnerability in orderBy, thanks to @sebgie
2177
-
2178
- # 0.4.10 - Oct 14, 2013
2179
-
2180
- - Added [forUpdate](#Builder-forUpdate) and [forShare](#Builder-forShare) for select modes in transactions. (#84)
2181
- - Fix bug where current query chain type is not copied on [clone](#Builder-clone). (#90)
2182
- - Charset and collate are now added as methods on the schema builder. (#89)
2183
- - Added `into` as an alias of [from](#Builder-from), for builder syntax of: `insert(value).into(tableName)`
2184
- - Internal pool fixes. (#90)
2185
-
2186
- # 0.4.9 - Oct 7, 2013
2187
-
2188
- - Fix for documentation of [hasColumn](#Schema-hasColumn), ensure that `hasColumn` works with MySQL (#87).
2189
- - More cleanup of error messages, showing the original error message concatenated with the sql and bindings
2190
-
2191
- # 0.4.8 - Oct 2, 2013
2192
-
2193
- - Connections are no longer pushed back into the pool if they never existed to begin with (#85)
2194
-
2195
- # 0.4.7 - Sep 27, 2013
2196
-
2197
- - The column is now a documented method on the builder api, and takes either an individual column or an array of columns to select
2198
-
2199
- # 0.4.6 - Sep 25, 2013
2200
-
2201
- - Standardizing handling of errors for easier debugging, as noted in (#39)
2202
-
2203
- # 0.4.5 - Sep 24, 2013
2204
-
2205
- - Fix for hasTable always returning true in MySQL (#82), fix where sql queries were duplicated with multiple calls on toSql with the schema builder
2206
-
2207
- # 0.4.4 - Sep 22, 2013
2208
-
2209
- - Fix for debug method not properly debugging individual queries
2210
-
2211
- # 0.4.3 - Sep 18, 2013
2212
-
2213
- - Fix for underscore not being defined in various grammar files
2214
-
2215
- # 0.4.2 - Sep 17, 2013
2216
-
2217
- - Fix for an error being thrown when an initialized ClientBase instance was passed into Knex.initialize. pool.destroy now optionally accepts a callback to notify when it has completed draining and destroying all connections
2218
-
2219
- # 0.4.1 - Sep 16, 2013
2220
-
2221
- - Cleanup from the 0.4.0 release, fix a potential exploit in "where" clauses pointed out by Andri Möll, fix for clients not being properly released from the pool #70, fix for where("foo", "<>", null) doing an "IS NULL" statement
2222
-
2223
- # 0.4.0 - Sep 13, 2013
2224
-
2225
- ### Breaking Changes:
2226
-
2227
- - Global state is no longer stored in the library, an instance is returned from `Knex.initialize`, so you will need to call this once and then reference this `knex` client elsewhere in your application.
2228
- - Lowercasing of `knex.raw`, `knex.transaction`, and `knex.schema`.
2229
- - Created columns are now nullable by default, unless `notNullable` is chained as an option.
2230
- - Keys created with `increments` are now assumed to be unsigned (MySQL) by default.
2231
- - The `destroyAllNow` is no longer called by the library on `process.exit` event. If you need to call it explicitly yourself, you may use `knex.client.destroyPool`
2232
-
2233
- # 0.2.6 - Aug 29, 2013
2234
-
2235
- - Reject the transaction promise if the transaction "commit" fails, (#50)
2236
-
2237
- # 0.2.5 - Aug 25, 2013
2238
-
2239
- - Fix error if a callback isn't specified for exec, (#49)
2240
-
2241
- # 0.2.4 - Aug 22, 2013
2242
-
2243
- - Fix SQLite3 delete not returning affected row count, (#45)
2244
-
2245
- # 0.2.3 - Aug 22, 2013
2246
-
2247
- - Fix insert with default values in PostgreSQL and SQLite3, (#44)
2248
-
2249
- # 0.2.2 - Aug 20, 2013
2250
-
2251
- - Allowing Raw queries to be passed as the primary table names
2252
-
2253
- # 0.2.1 - Aug 13, 2013
2254
-
2255
- - Fix for an array passed to insert being mutated
2256
-
2257
- # 0.2.0 - Aug 7, 2013
2258
-
2259
- ### Breaking changes:
2260
-
2261
- - [hasTable](#Schema-hasTable) now returns a boolean rather than a failed promise.
2262
- - Changed syntax for insert in postgresql, where the `id` is not assumed on inserts (#18). The second parameter of [insert](#Builder-insert) is now required to return an array of insert id's for the last insert.
2263
- - The [timestamp](#Schema-timestamp) method on the schema builder now uses a `dateTime` rather than a `timestamp`
2264
-
2265
- # 0.1.8 - July 7, 2013
2266
-
2267
- - Somehow missing the != operator. Using _.find rather than _.where in getCommandsByName(#22)
2268
-
2269
- # 0.1.7 - June 12, 2013
2270
-
2271
- - Ensures unhandled errors in the exec callback interface are re-thrown
2272
-
2273
- # 0.1.6 - June 9, 2013
2274
-
2275
- - Renaming beforeCreate to afterCreate. Better handling of errors in the connection pooling
2276
-
2277
- # 0.1.5 - June 9, 2013
2278
-
2279
- - Added the ability to specify beforeCreate and beforeDestroy hooks on the initialize's options.pool to perform any necessary database setup/teardown on connections before use (#14). where and having may now accept Knex.Raw instances, for consistency (#15). Added an orHaving method to the builder. The ability to specify bindings on Raw queries has been removed
2280
-
2281
- # 0.1.4 - May 22, 2013
2282
-
2283
- - defaultTo now accepts "false" for boolean columns, allows for empty strings as default values
2284
-
2285
- # 0.1.3 - May 18, 2013
2286
-
2287
- - Enabling table aliases (#11). Fix for issues with transactions not functioning (#12)
2288
-
2289
- # 0.1.2 - May 15, 2013
2290
-
2291
- - Bug fixes for groupBy (#7). Mysql using collation, charset config settings in createTable. Added engine on schemaBuilder specifier (#6). Other doc fixes, tests
2292
-
2293
- # 0.1.1 - May 14, 2013
2294
-
2295
- - Bug fixes for sub-queries, minor changes to initializing "main" instance, adding "pg" as a valid parameter for the client name in the connection settings
2296
-
2297
- # 0.1.0 - May 13, 2013
2298
-
2299
- - Initial Knex release