cloudstructs 0.6.31 → 0.6.33

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 (603) hide show
  1. package/.gitattributes +1 -0
  2. package/.jsii +340 -2
  3. package/API.md +82 -0
  4. package/lib/codecommit-mirror/index.js +2 -2
  5. package/lib/dmarc/index.d.ts +115 -0
  6. package/lib/dmarc/index.js +84 -0
  7. package/lib/ecs-service-roller/index.js +2 -2
  8. package/lib/email-receiver/receiver.js +1 -1
  9. package/lib/index.d.ts +1 -0
  10. package/lib/index.js +2 -1
  11. package/lib/saml-identity-provider/index.js +2 -2
  12. package/lib/slack-app/manifest.js +1 -1
  13. package/lib/slack-app/slack-app.js +2 -2
  14. package/lib/slack-events/index.js +1 -1
  15. package/lib/slack-textract/index.js +1 -1
  16. package/lib/ssl-server-test/index.js +1 -1
  17. package/lib/state-machine-cr-provider/index.js +1 -1
  18. package/lib/static-website/index.js +1 -1
  19. package/lib/toolkit-cleaner/index.js +1 -1
  20. package/lib/url-shortener/index.js +1 -1
  21. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  22. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +71 -75
  23. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +68 -43
  24. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +131 -95
  25. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +50 -54
  26. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +12 -12
  27. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +5 -5
  28. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +209 -220
  29. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +15 -15
  30. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
  31. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +6 -6
  32. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +24 -16
  33. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +4 -4
  34. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +62 -58
  35. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +78 -48
  36. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +117 -81
  37. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +2 -1
  38. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +195 -129
  39. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +42 -46
  40. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +52 -153
  41. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +1 -1
  42. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +10 -3
  43. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +5 -4
  44. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +21 -18
  45. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +22 -18
  46. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  47. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +4 -4
  48. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +28 -15
  49. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +43 -46
  50. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
  51. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +5 -5
  52. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +6 -4
  53. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +15 -15
  54. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +9 -9
  55. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +1 -1
  56. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +90 -137
  57. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +6 -6
  58. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +423 -186
  59. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +3 -3
  60. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +2 -2
  61. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +34 -22
  62. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +20 -9
  63. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert.d.ts +71 -75
  64. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/async_hooks.d.ts +68 -43
  65. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/buffer.d.ts +132 -97
  66. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/child_process.d.ts +50 -54
  67. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
  68. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/console.d.ts +5 -5
  69. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/crypto.d.ts +209 -220
  70. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
  71. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
  72. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns/promises.d.ts +6 -6
  73. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns.d.ts +24 -16
  74. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  75. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/events.d.ts +62 -58
  76. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
  77. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs.d.ts +203 -67
  78. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.d.ts +19 -11
  79. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http.d.ts +198 -126
  80. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
  81. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/https.d.ts +52 -153
  82. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
  83. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/module.d.ts +5 -4
  84. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/net.d.ts +24 -21
  85. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/os.d.ts +22 -18
  86. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/path.d.ts +4 -4
  87. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
  88. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/process.d.ts +43 -46
  89. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  90. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
  91. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline/promises.d.ts +6 -4
  92. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline.d.ts +15 -15
  93. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/repl.d.ts +9 -9
  94. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
  95. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
  96. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
  97. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +423 -186
  98. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
  99. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers.d.ts +9 -2
  100. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
  101. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
  102. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
  103. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/url.d.ts +30 -35
  104. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/util.d.ts +146 -113
  105. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
  106. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
  107. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
  108. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
  109. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
  110. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +4 -5
  111. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +30 -35
  112. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +149 -108
  113. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +204 -16
  114. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +292 -42
  115. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +13 -19
  116. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +38 -34
  117. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +11 -11
  118. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  119. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +71 -75
  120. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +68 -43
  121. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +131 -95
  122. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +50 -54
  123. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +12 -12
  124. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +5 -5
  125. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +209 -220
  126. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +15 -15
  127. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
  128. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +6 -6
  129. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +24 -16
  130. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +4 -4
  131. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +62 -58
  132. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +78 -48
  133. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +117 -81
  134. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +2 -1
  135. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +195 -129
  136. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +42 -46
  137. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +52 -153
  138. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -1
  139. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +10 -3
  140. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +5 -4
  141. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +21 -18
  142. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +22 -18
  143. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  144. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +4 -4
  145. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +28 -15
  146. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +43 -46
  147. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
  148. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +5 -5
  149. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +6 -4
  150. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +15 -15
  151. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +9 -9
  152. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +1 -1
  153. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +90 -137
  154. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +6 -6
  155. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +423 -186
  156. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +3 -3
  157. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +2 -2
  158. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +34 -22
  159. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +20 -9
  160. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert.d.ts +71 -75
  161. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/async_hooks.d.ts +68 -43
  162. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/buffer.d.ts +132 -97
  163. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/child_process.d.ts +50 -54
  164. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
  165. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/console.d.ts +5 -5
  166. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/crypto.d.ts +209 -220
  167. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
  168. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
  169. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns/promises.d.ts +6 -6
  170. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns.d.ts +24 -16
  171. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  172. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/events.d.ts +62 -58
  173. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
  174. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs.d.ts +203 -67
  175. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.d.ts +19 -11
  176. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http.d.ts +198 -126
  177. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
  178. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/https.d.ts +52 -153
  179. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
  180. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/module.d.ts +5 -4
  181. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/net.d.ts +24 -21
  182. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/os.d.ts +22 -18
  183. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/path.d.ts +4 -4
  184. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
  185. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/process.d.ts +43 -46
  186. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  187. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
  188. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline/promises.d.ts +6 -4
  189. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline.d.ts +15 -15
  190. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/repl.d.ts +9 -9
  191. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
  192. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
  193. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
  194. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +423 -186
  195. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
  196. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers.d.ts +9 -2
  197. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
  198. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
  199. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
  200. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/url.d.ts +30 -35
  201. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/util.d.ts +146 -113
  202. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
  203. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
  204. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
  205. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
  206. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
  207. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +4 -5
  208. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +30 -35
  209. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +149 -108
  210. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +204 -16
  211. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +292 -42
  212. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +13 -19
  213. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +38 -34
  214. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +11 -11
  215. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  216. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +71 -75
  217. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +68 -43
  218. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +131 -95
  219. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +50 -54
  220. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +12 -12
  221. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +5 -5
  222. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +209 -220
  223. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +15 -15
  224. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
  225. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +6 -6
  226. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +24 -16
  227. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +4 -4
  228. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +62 -58
  229. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +78 -48
  230. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +117 -81
  231. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +2 -1
  232. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +195 -129
  233. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +42 -46
  234. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +52 -153
  235. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +1 -1
  236. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +10 -3
  237. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +5 -4
  238. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +21 -18
  239. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +22 -18
  240. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  241. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +4 -4
  242. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +28 -15
  243. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +43 -46
  244. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  245. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +5 -5
  246. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +6 -4
  247. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +15 -15
  248. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +9 -9
  249. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +1 -1
  250. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +90 -137
  251. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +6 -6
  252. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +423 -186
  253. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +3 -3
  254. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +2 -2
  255. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +34 -22
  256. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +20 -9
  257. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +71 -75
  258. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +68 -43
  259. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +132 -97
  260. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +50 -54
  261. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
  262. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +5 -5
  263. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +209 -220
  264. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
  265. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
  266. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +6 -6
  267. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +24 -16
  268. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  269. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +62 -58
  270. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
  271. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +203 -67
  272. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +19 -11
  273. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +198 -126
  274. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
  275. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +52 -153
  276. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
  277. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +5 -4
  278. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +24 -21
  279. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +22 -18
  280. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +4 -4
  281. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
  282. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/process.d.ts +43 -46
  283. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  284. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
  285. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +6 -4
  286. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +15 -15
  287. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +9 -9
  288. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
  289. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
  290. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
  291. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +423 -186
  292. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
  293. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +9 -2
  294. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
  295. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
  296. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
  297. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +30 -35
  298. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +146 -113
  299. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
  300. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
  301. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
  302. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
  303. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
  304. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +4 -5
  305. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +30 -35
  306. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +149 -108
  307. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +204 -16
  308. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +292 -42
  309. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +13 -19
  310. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +38 -34
  311. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +11 -11
  312. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
  313. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +71 -75
  314. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +68 -43
  315. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +131 -95
  316. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +50 -54
  317. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +12 -12
  318. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +5 -5
  319. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +209 -220
  320. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +15 -15
  321. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
  322. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +6 -6
  323. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +24 -16
  324. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +4 -4
  325. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +62 -58
  326. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +78 -48
  327. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +117 -81
  328. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +2 -1
  329. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +195 -129
  330. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +42 -46
  331. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +52 -153
  332. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +1 -1
  333. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +10 -3
  334. package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +5 -4
  335. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +21 -18
  336. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +22 -18
  337. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
  338. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +4 -4
  339. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +28 -15
  340. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +43 -46
  341. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +1 -1
  342. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +5 -5
  343. package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +6 -4
  344. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +15 -15
  345. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +9 -9
  346. package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +1 -1
  347. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +90 -137
  348. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +6 -6
  349. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +423 -186
  350. package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +3 -3
  351. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +2 -2
  352. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +34 -22
  353. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +20 -9
  354. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert.d.ts +71 -75
  355. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/async_hooks.d.ts +68 -43
  356. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/buffer.d.ts +132 -97
  357. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/child_process.d.ts +50 -54
  358. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
  359. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/console.d.ts +5 -5
  360. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/crypto.d.ts +209 -220
  361. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
  362. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
  363. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +6 -6
  364. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns.d.ts +24 -16
  365. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  366. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/events.d.ts +62 -58
  367. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
  368. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs.d.ts +203 -67
  369. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.d.ts +19 -11
  370. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http.d.ts +198 -126
  371. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
  372. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/https.d.ts +52 -153
  373. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
  374. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/module.d.ts +5 -4
  375. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/net.d.ts +24 -21
  376. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/os.d.ts +22 -18
  377. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/path.d.ts +4 -4
  378. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
  379. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/process.d.ts +43 -46
  380. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  381. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
  382. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline/promises.d.ts +6 -4
  383. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline.d.ts +15 -15
  384. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/repl.d.ts +9 -9
  385. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
  386. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
  387. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
  388. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +423 -186
  389. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
  390. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers.d.ts +9 -2
  391. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
  392. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
  393. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
  394. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/url.d.ts +30 -35
  395. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/util.d.ts +146 -113
  396. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
  397. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
  398. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
  399. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
  400. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
  401. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +4 -5
  402. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +30 -35
  403. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +149 -108
  404. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +204 -16
  405. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +292 -42
  406. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +13 -19
  407. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +38 -34
  408. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +11 -11
  409. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  410. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +71 -75
  411. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +68 -43
  412. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +131 -95
  413. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +50 -54
  414. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +12 -12
  415. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +5 -5
  416. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +209 -220
  417. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +15 -15
  418. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
  419. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +6 -6
  420. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +24 -16
  421. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +4 -4
  422. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +62 -58
  423. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +78 -48
  424. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +117 -81
  425. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +2 -1
  426. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +195 -129
  427. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +42 -46
  428. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +52 -153
  429. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +1 -1
  430. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +10 -3
  431. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +5 -4
  432. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +21 -18
  433. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +22 -18
  434. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  435. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +4 -4
  436. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +28 -15
  437. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +43 -46
  438. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  439. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +5 -5
  440. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +6 -4
  441. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +15 -15
  442. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +9 -9
  443. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +1 -1
  444. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +90 -137
  445. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +6 -6
  446. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +423 -186
  447. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +3 -3
  448. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +2 -2
  449. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +34 -22
  450. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +20 -9
  451. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +71 -75
  452. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +68 -43
  453. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +132 -97
  454. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +50 -54
  455. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
  456. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +5 -5
  457. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +209 -220
  458. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
  459. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
  460. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +6 -6
  461. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +24 -16
  462. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  463. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +62 -58
  464. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
  465. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +203 -67
  466. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +19 -11
  467. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +198 -126
  468. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
  469. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +52 -153
  470. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
  471. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +5 -4
  472. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +24 -21
  473. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +22 -18
  474. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +4 -4
  475. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
  476. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/process.d.ts +43 -46
  477. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  478. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
  479. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +6 -4
  480. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +15 -15
  481. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +9 -9
  482. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
  483. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
  484. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
  485. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +423 -186
  486. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
  487. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +9 -2
  488. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
  489. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
  490. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
  491. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +30 -35
  492. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +146 -113
  493. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
  494. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
  495. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
  496. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
  497. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
  498. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +4 -5
  499. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +30 -35
  500. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +149 -108
  501. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +204 -16
  502. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +292 -42
  503. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +13 -19
  504. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +38 -34
  505. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +11 -11
  506. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  507. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +71 -75
  508. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +68 -43
  509. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +131 -95
  510. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +50 -54
  511. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +12 -12
  512. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +5 -5
  513. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +209 -220
  514. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +15 -15
  515. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
  516. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +6 -6
  517. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +24 -16
  518. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +4 -4
  519. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +62 -58
  520. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +78 -48
  521. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +117 -81
  522. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +2 -1
  523. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +195 -129
  524. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +42 -46
  525. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +52 -153
  526. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +1 -1
  527. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +10 -3
  528. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +5 -4
  529. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +21 -18
  530. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +22 -18
  531. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  532. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +4 -4
  533. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +28 -15
  534. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +43 -46
  535. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  536. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +5 -5
  537. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +6 -4
  538. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +15 -15
  539. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +9 -9
  540. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +1 -1
  541. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +90 -137
  542. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +6 -6
  543. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +423 -186
  544. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +3 -3
  545. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +2 -2
  546. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +34 -22
  547. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +20 -9
  548. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +71 -75
  549. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +68 -43
  550. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +132 -97
  551. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +50 -54
  552. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
  553. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +5 -5
  554. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +209 -220
  555. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
  556. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
  557. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +6 -6
  558. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +24 -16
  559. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  560. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +62 -58
  561. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
  562. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +203 -67
  563. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +19 -11
  564. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +198 -126
  565. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
  566. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +52 -153
  567. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
  568. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +5 -4
  569. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +24 -21
  570. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +22 -18
  571. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +4 -4
  572. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
  573. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/process.d.ts +43 -46
  574. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  575. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
  576. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +6 -4
  577. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +15 -15
  578. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +9 -9
  579. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
  580. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
  581. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
  582. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +423 -186
  583. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
  584. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +9 -2
  585. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
  586. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
  587. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
  588. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +30 -35
  589. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +146 -113
  590. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
  591. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
  592. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
  593. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
  594. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
  595. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +4 -5
  596. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +30 -35
  597. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +149 -108
  598. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +204 -16
  599. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +292 -42
  600. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +13 -19
  601. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +38 -34
  602. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +11 -11
  603. package/package.json +17 -16
@@ -1,17 +1,24 @@
1
1
  /**
2
- * The `async_hooks` module provides an API to track asynchronous resources. It
3
- * can be accessed using:
2
+ * We strongly discourage the use of the `async_hooks` API.
3
+ * Other APIs that can cover most of its use cases include:
4
+ *
5
+ * * `AsyncLocalStorage` tracks async context
6
+ * * `process.getActiveResourcesInfo()` tracks active resources
7
+ *
8
+ * The `node:async_hooks` module provides an API to track asynchronous resources.
9
+ * It can be accessed using:
4
10
  *
5
11
  * ```js
6
- * import async_hooks from 'async_hooks';
12
+ * import async_hooks from 'node:async_hooks';
7
13
  * ```
8
14
  * @experimental
9
- * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/async_hooks.js)
15
+ * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/async_hooks.js)
10
16
  */
11
17
  declare module 'async_hooks' {
12
18
  /**
13
19
  * ```js
14
- * import { executionAsyncId } from 'async_hooks';
20
+ * import { executionAsyncId } from 'node:async_hooks';
21
+ * import fs from 'node:fs';
15
22
  *
16
23
  * console.log(executionAsyncId()); // 1 - bootstrap
17
24
  * fs.open(path, 'r', (err, fd) => {
@@ -51,8 +58,8 @@ declare module 'async_hooks' {
51
58
  * but having an object representing the top-level can be helpful.
52
59
  *
53
60
  * ```js
54
- * import { open } from 'fs';
55
- * import { executionAsyncId, executionAsyncResource } from 'async_hooks';
61
+ * import { open } from 'node:fs';
62
+ * import { executionAsyncId, executionAsyncResource } from 'node:async_hooks';
56
63
  *
57
64
  * console.log(executionAsyncId(), executionAsyncResource()); // 1 {}
58
65
  * open(new URL(import.meta.url), 'r', (err, fd) => {
@@ -64,11 +71,11 @@ declare module 'async_hooks' {
64
71
  * use of a tracking `Map` to store the metadata:
65
72
  *
66
73
  * ```js
67
- * import { createServer } from 'http';
74
+ * import { createServer } from 'node:http';
68
75
  * import {
69
76
  * executionAsyncId,
70
77
  * executionAsyncResource,
71
- * createHook
78
+ * createHook,
72
79
  * } from 'async_hooks';
73
80
  * const sym = Symbol('state'); // Private symbol to avoid pollution
74
81
  *
@@ -78,7 +85,7 @@ declare module 'async_hooks' {
78
85
  * if (cr) {
79
86
  * resource[sym] = cr[sym];
80
87
  * }
81
- * }
88
+ * },
82
89
  * }).enable();
83
90
  *
84
91
  * const server = createServer((req, res) => {
@@ -167,11 +174,11 @@ declare module 'async_hooks' {
167
174
  * specifics of all functions that can be passed to `callbacks` is in the `Hook Callbacks` section.
168
175
  *
169
176
  * ```js
170
- * import { createHook } from 'async_hooks';
177
+ * import { createHook } from 'node:async_hooks';
171
178
  *
172
179
  * const asyncHook = createHook({
173
180
  * init(asyncId, type, triggerAsyncId, resource) { },
174
- * destroy(asyncId) { }
181
+ * destroy(asyncId) { },
175
182
  * });
176
183
  * ```
177
184
  *
@@ -223,13 +230,13 @@ declare module 'async_hooks' {
223
230
  * The following is an overview of the `AsyncResource` API.
224
231
  *
225
232
  * ```js
226
- * import { AsyncResource, executionAsyncId } from 'async_hooks';
233
+ * import { AsyncResource, executionAsyncId } from 'node:async_hooks';
227
234
  *
228
235
  * // AsyncResource() is meant to be extended. Instantiating a
229
236
  * // new AsyncResource() also triggers init. If triggerAsyncId is omitted then
230
237
  * // async_hook.executionAsyncId() is used.
231
238
  * const asyncResource = new AsyncResource(
232
- * type, { triggerAsyncId: executionAsyncId(), requireManualDestroy: false }
239
+ * type, { triggerAsyncId: executionAsyncId(), requireManualDestroy: false },
233
240
  * );
234
241
  *
235
242
  * // Run a function in the execution context of the resource. This will
@@ -263,9 +270,6 @@ declare module 'async_hooks' {
263
270
  constructor(type: string, triggerAsyncId?: number | AsyncResourceOptions);
264
271
  /**
265
272
  * Binds the given function to the current execution context.
266
- *
267
- * The returned function will have an `asyncResource` property referencing
268
- * the `AsyncResource` to which the function is bound.
269
273
  * @since v14.8.0, v12.19.0
270
274
  * @param fn The function to bind to the current execution context.
271
275
  * @param type An optional name to associate with the underlying `AsyncResource`.
@@ -274,22 +278,15 @@ declare module 'async_hooks' {
274
278
  fn: Func,
275
279
  type?: string,
276
280
  thisArg?: ThisArg
277
- ): Func & {
278
- asyncResource: AsyncResource;
279
- };
281
+ ): Func;
280
282
  /**
281
283
  * Binds the given function to execute to this `AsyncResource`'s scope.
282
- *
283
- * The returned function will have an `asyncResource` property referencing
284
- * the `AsyncResource` to which the function is bound.
285
284
  * @since v14.8.0, v12.19.0
286
285
  * @param fn The function to bind to the current `AsyncResource`.
287
286
  */
288
287
  bind<Func extends (...args: any[]) => any>(
289
288
  fn: Func
290
- ): Func & {
291
- asyncResource: AsyncResource;
292
- };
289
+ ): Func;
293
290
  /**
294
291
  * Call the provided function with the provided arguments in the execution context
295
292
  * of the async resource. This will establish the context, trigger the AsyncHooks
@@ -319,30 +316,20 @@ declare module 'async_hooks' {
319
316
  */
320
317
  triggerAsyncId(): number;
321
318
  }
322
- interface AsyncLocalStorageOptions<T> {
323
- /**
324
- * Optional callback invoked before a store is propagated to a new async resource.
325
- * Returning `true` allows propagation, returning `false` avoids it. Default is to propagate always.
326
- * @param type The type of async event.
327
- * @param store The current store.
328
- * @since v18.13.0
329
- */
330
- onPropagate?: ((type: string, store: T) => boolean) | undefined;
331
- }
332
319
  /**
333
320
  * This class creates stores that stay coherent through asynchronous operations.
334
321
  *
335
- * While you can create your own implementation on top of the `async_hooks` module,`AsyncLocalStorage` should be preferred as it is a performant and memory safe
336
- * implementation that involves significant optimizations that are non-obvious to
337
- * implement.
322
+ * While you can create your own implementation on top of the `node:async_hooks`module, `AsyncLocalStorage` should be preferred as it is a performant and memory
323
+ * safe implementation that involves significant optimizations that are non-obvious
324
+ * to implement.
338
325
  *
339
326
  * The following example uses `AsyncLocalStorage` to build a simple logger
340
327
  * that assigns IDs to incoming HTTP requests and includes them in messages
341
328
  * logged within each request.
342
329
  *
343
330
  * ```js
344
- * import http from 'http';
345
- * import { AsyncLocalStorage } from 'async_hooks';
331
+ * import http from 'node:http';
332
+ * import { AsyncLocalStorage } from 'node:async_hooks';
346
333
  *
347
334
  * const asyncLocalStorage = new AsyncLocalStorage();
348
335
  *
@@ -378,8 +365,46 @@ declare module 'async_hooks' {
378
365
  * @since v13.10.0, v12.17.0
379
366
  */
380
367
  class AsyncLocalStorage<T> {
381
- constructor(options?: AsyncLocalStorageOptions<T>);
382
-
368
+ /**
369
+ * Binds the given function to the current execution context.
370
+ * @since v19.8.0
371
+ * @experimental
372
+ * @param fn The function to bind to the current execution context.
373
+ * @return A new function that calls `fn` within the captured execution context.
374
+ */
375
+ static bind<Func extends (...args: any[]) => any>(
376
+ fn: Func
377
+ ): Func;
378
+ /**
379
+ * Captures the current execution context and returns a function that accepts a
380
+ * function as an argument. Whenever the returned function is called, it
381
+ * calls the function passed to it within the captured context.
382
+ *
383
+ * ```js
384
+ * const asyncLocalStorage = new AsyncLocalStorage();
385
+ * const runInAsyncScope = asyncLocalStorage.run(123, () => AsyncLocalStorage.snapshot());
386
+ * const result = asyncLocalStorage.run(321, () => runInAsyncScope(() => asyncLocalStorage.getStore()));
387
+ * console.log(result); // returns 123
388
+ * ```
389
+ *
390
+ * AsyncLocalStorage.snapshot() can replace the use of AsyncResource for simple
391
+ * async context tracking purposes, for example:
392
+ *
393
+ * ```js
394
+ * class Foo {
395
+ * #runInAsyncScope = AsyncLocalStorage.snapshot();
396
+ *
397
+ * get() { return this.#runInAsyncScope(() => asyncLocalStorage.getStore()); }
398
+ * }
399
+ *
400
+ * const foo = asyncLocalStorage.run(123, () => new Foo());
401
+ * console.log(asyncLocalStorage.run(321, () => foo.get())); // returns 123
402
+ * ```
403
+ * @since v19.8.0
404
+ * @experimental
405
+ * @return A new function with the signature `(fn: (...args) : R, ...args) : R`.
406
+ */
407
+ static snapshot(): <R, TArgs extends any[]>(fn: (...args: TArgs) => R, ...args: TArgs) => R;
383
408
  /**
384
409
  * Disables the instance of `AsyncLocalStorage`. All subsequent calls
385
410
  * to `asyncLocalStorage.getStore()` will return `undefined` until`asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()` is called again.