cloudstructs 0.6.38 → 0.6.40

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 (744) hide show
  1. package/.jsii +6 -9
  2. package/API.md +3847 -687
  3. package/assets/slack-app/provider.lambda/index.js +6 -10
  4. package/assets/slack-textract/detect.lambda/index.js +19 -14
  5. package/assets/ssl-server-test/analyze.lambda/index.js +6 -10
  6. package/lib/codecommit-mirror/index.js +2 -2
  7. package/lib/dmarc/index.js +4 -4
  8. package/lib/ecs-service-roller/index.js +2 -2
  9. package/lib/email-receiver/index.js +7 -3
  10. package/lib/email-receiver/receiver.js +1 -1
  11. package/lib/index.js +7 -3
  12. package/lib/saml-identity-provider/index.js +2 -2
  13. package/lib/slack-app/index.js +7 -3
  14. package/lib/slack-app/manifest.js +3 -3
  15. package/lib/slack-app/provider.js +9 -9
  16. package/lib/slack-app/provider.lambda.d.ts +1 -1
  17. package/lib/slack-app/provider.lambda.js +1 -1
  18. package/lib/slack-app/slack-app.js +2 -2
  19. package/lib/slack-events/events.lambda.js +2 -2
  20. package/lib/slack-events/index.js +1 -1
  21. package/lib/slack-textract/detect.lambda.d.ts +5 -3
  22. package/lib/slack-textract/detect.lambda.js +2 -2
  23. package/lib/slack-textract/index.js +1 -1
  24. package/lib/ssl-server-test/index.js +9 -9
  25. package/lib/state-machine-cr-provider/index.js +1 -1
  26. package/lib/state-machine-cr-provider/runtime/index.js +6 -6
  27. package/lib/static-website/index.js +1 -1
  28. package/lib/toolkit-cleaner/index.js +3 -3
  29. package/lib/url-shortener/index.js +1 -1
  30. package/node_modules/@slack/logger/node_modules/@types/node/LICENSE +0 -0
  31. package/node_modules/@slack/logger/node_modules/@types/node/README.md +3 -3
  32. package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +4 -4
  33. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +48 -24
  34. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +15 -6
  35. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +43 -35
  36. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +262 -122
  37. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +107 -89
  38. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +17 -14
  39. package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +12 -11
  40. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +746 -268
  41. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +81 -45
  42. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  43. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +28 -25
  44. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +203 -62
  45. package/node_modules/@slack/logger/node_modules/@types/node/dom-events.d.ts +67 -71
  46. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +4 -4
  47. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +64 -8
  48. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +103 -73
  49. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +560 -315
  50. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +76 -20
  51. package/node_modules/@slack/logger/node_modules/@types/node/globals.global.d.ts +0 -0
  52. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +359 -195
  53. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +628 -376
  54. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +221 -112
  55. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +1 -1
  56. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +3 -3
  57. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +178 -10
  58. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +143 -93
  59. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +8 -8
  60. package/node_modules/@slack/logger/node_modules/@types/node/package.json +6 -4
  61. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +13 -13
  62. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +19 -18
  63. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +166 -128
  64. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +3 -3
  65. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +14 -4
  66. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +12 -7
  67. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +69 -56
  68. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +67 -61
  69. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +10 -10
  70. package/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +56 -15
  71. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +40 -20
  72. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +490 -219
  73. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +8 -8
  74. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +129 -209
  75. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +4 -4
  76. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +23 -8
  77. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +151 -71
  78. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +3 -3
  79. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  80. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  81. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  82. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  83. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  84. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  85. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  86. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  87. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  88. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  89. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  90. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  91. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  92. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  93. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  94. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  95. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  96. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  97. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  98. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  99. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  100. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  101. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  102. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  103. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
  104. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  105. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/net.d.ts +143 -93
  106. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/os.d.ts +8 -8
  107. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  108. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  109. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  110. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  111. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  112. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  113. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  114. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  115. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  116. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  117. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  118. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  119. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  120. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  121. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  122. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  123. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  124. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  125. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  126. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  127. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  128. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  129. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  130. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  131. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  132. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  133. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +10 -10
  134. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +26 -14
  135. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +189 -119
  136. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +4 -4
  137. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +52 -45
  138. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +3 -3
  139. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +83 -85
  140. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +9 -9
  141. package/node_modules/@slack/web-api/node_modules/@types/node/LICENSE +0 -0
  142. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +3 -3
  143. package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +4 -4
  144. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +48 -24
  145. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +15 -6
  146. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +43 -35
  147. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +262 -122
  148. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +107 -89
  149. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +17 -14
  150. package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +12 -11
  151. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +746 -268
  152. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +81 -45
  153. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  154. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +28 -25
  155. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +203 -62
  156. package/node_modules/@slack/web-api/node_modules/@types/node/dom-events.d.ts +67 -71
  157. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +4 -4
  158. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +64 -8
  159. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +103 -73
  160. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +560 -315
  161. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +76 -20
  162. package/node_modules/@slack/web-api/node_modules/@types/node/globals.global.d.ts +0 -0
  163. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +359 -195
  164. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +628 -376
  165. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +221 -112
  166. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -1
  167. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +3 -3
  168. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +178 -10
  169. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +143 -93
  170. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +8 -8
  171. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +6 -4
  172. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +13 -13
  173. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +19 -18
  174. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +166 -128
  175. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +3 -3
  176. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +14 -4
  177. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +12 -7
  178. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +69 -56
  179. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +67 -61
  180. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +10 -10
  181. package/node_modules/@slack/web-api/node_modules/@types/node/stream/promises.d.ts +56 -15
  182. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +40 -20
  183. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +490 -219
  184. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +8 -8
  185. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +129 -209
  186. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +4 -4
  187. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +23 -8
  188. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +151 -71
  189. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +3 -3
  190. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  191. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  192. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  193. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  194. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  195. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  196. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  197. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  198. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  199. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  200. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  201. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  202. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  203. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  204. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  205. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  206. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  207. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  208. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  209. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  210. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  211. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  212. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  213. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  214. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
  215. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  216. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/net.d.ts +143 -93
  217. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/os.d.ts +8 -8
  218. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  219. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  220. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  221. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  222. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  223. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  224. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  225. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  226. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  227. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  228. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  229. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  230. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  231. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  232. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  233. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  234. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  235. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  236. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  237. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  238. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  239. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  240. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  241. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  242. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  243. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  244. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +10 -10
  245. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +26 -14
  246. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +189 -119
  247. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +4 -4
  248. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +52 -45
  249. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +3 -3
  250. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +83 -85
  251. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +9 -9
  252. package/node_modules/@types/cacheable-request/node_modules/@types/node/LICENSE +0 -0
  253. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +3 -3
  254. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +4 -4
  255. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +48 -24
  256. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +15 -6
  257. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +43 -35
  258. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +262 -122
  259. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +107 -89
  260. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -14
  261. package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +12 -11
  262. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +746 -268
  263. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +81 -45
  264. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  265. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +28 -25
  266. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +203 -62
  267. package/node_modules/@types/cacheable-request/node_modules/@types/node/dom-events.d.ts +67 -71
  268. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +4 -4
  269. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +64 -8
  270. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +103 -73
  271. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +560 -315
  272. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +76 -20
  273. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.global.d.ts +0 -0
  274. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +359 -195
  275. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +628 -376
  276. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +221 -112
  277. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +1 -1
  278. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +3 -3
  279. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +178 -10
  280. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +143 -93
  281. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +8 -8
  282. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +6 -4
  283. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +13 -13
  284. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +19 -18
  285. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +166 -128
  286. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +3 -3
  287. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +14 -4
  288. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +12 -7
  289. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +69 -56
  290. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +67 -61
  291. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +10 -10
  292. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/promises.d.ts +56 -15
  293. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +40 -20
  294. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +490 -219
  295. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +8 -8
  296. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +129 -209
  297. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +4 -4
  298. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +23 -8
  299. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +151 -71
  300. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +3 -3
  301. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  302. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  303. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  304. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  305. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  306. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  307. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  308. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  309. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  310. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  311. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  312. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  313. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  314. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  315. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  316. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  317. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  318. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  319. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  320. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  321. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  322. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  323. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  324. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  325. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
  326. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  327. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +143 -93
  328. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +8 -8
  329. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  330. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  331. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  332. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  333. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  334. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  335. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  336. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  337. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  338. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  339. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  340. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  341. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  342. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  343. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  344. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  345. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  346. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  347. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  348. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  349. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  350. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  351. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  352. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  353. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  354. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  355. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +10 -10
  356. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +26 -14
  357. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +189 -119
  358. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +4 -4
  359. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +52 -45
  360. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +3 -3
  361. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +83 -85
  362. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +9 -9
  363. package/node_modules/@types/http-cache-semantics/LICENSE +0 -0
  364. package/node_modules/@types/http-cache-semantics/README.md +1 -1
  365. package/node_modules/@types/http-cache-semantics/index.d.ts +1 -1
  366. package/node_modules/@types/http-cache-semantics/package.json +3 -3
  367. package/node_modules/@types/is-stream/node_modules/@types/node/LICENSE +0 -0
  368. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +3 -3
  369. package/node_modules/@types/is-stream/node_modules/@types/node/assert/strict.d.ts +4 -4
  370. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +48 -24
  371. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +15 -6
  372. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +43 -35
  373. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +262 -122
  374. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +107 -89
  375. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +17 -14
  376. package/node_modules/@types/is-stream/node_modules/@types/node/constants.d.ts +12 -11
  377. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +746 -268
  378. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +81 -45
  379. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  380. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +28 -25
  381. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +203 -62
  382. package/node_modules/@types/is-stream/node_modules/@types/node/dom-events.d.ts +67 -71
  383. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +4 -4
  384. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +64 -8
  385. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +103 -73
  386. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +560 -315
  387. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +76 -20
  388. package/node_modules/@types/is-stream/node_modules/@types/node/globals.global.d.ts +0 -0
  389. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +359 -195
  390. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +628 -376
  391. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +221 -112
  392. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +1 -1
  393. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +3 -3
  394. package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +178 -10
  395. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +143 -93
  396. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +8 -8
  397. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +6 -4
  398. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +13 -13
  399. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +19 -18
  400. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +166 -128
  401. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +3 -3
  402. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +14 -4
  403. package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +12 -7
  404. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +69 -56
  405. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +67 -61
  406. package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +10 -10
  407. package/node_modules/@types/is-stream/node_modules/@types/node/stream/promises.d.ts +56 -15
  408. package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +40 -20
  409. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +490 -219
  410. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +8 -8
  411. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +129 -209
  412. package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +4 -4
  413. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +23 -8
  414. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +151 -71
  415. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +3 -3
  416. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  417. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  418. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  419. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  420. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  421. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  422. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  423. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  424. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  425. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  426. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  427. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  428. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  429. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  430. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  431. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  432. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  433. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  434. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  435. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  436. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  437. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  438. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  439. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  440. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
  441. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  442. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/net.d.ts +143 -93
  443. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/os.d.ts +8 -8
  444. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  445. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  446. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  447. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  448. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  449. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  450. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  451. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  452. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  453. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  454. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  455. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  456. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  457. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  458. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  459. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  460. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  461. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  462. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  463. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  464. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  465. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  466. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  467. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  468. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  469. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  470. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +10 -10
  471. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +26 -14
  472. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +189 -119
  473. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +4 -4
  474. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +52 -45
  475. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +3 -3
  476. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +83 -85
  477. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +9 -9
  478. package/node_modules/@types/keyv/node_modules/@types/node/LICENSE +0 -0
  479. package/node_modules/@types/keyv/node_modules/@types/node/README.md +3 -3
  480. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +4 -4
  481. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +48 -24
  482. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +15 -6
  483. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +43 -35
  484. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +262 -122
  485. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +107 -89
  486. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -14
  487. package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +12 -11
  488. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +746 -268
  489. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +81 -45
  490. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  491. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +28 -25
  492. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +203 -62
  493. package/node_modules/@types/keyv/node_modules/@types/node/dom-events.d.ts +67 -71
  494. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +4 -4
  495. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +64 -8
  496. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +103 -73
  497. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +560 -315
  498. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +76 -20
  499. package/node_modules/@types/keyv/node_modules/@types/node/globals.global.d.ts +0 -0
  500. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +359 -195
  501. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +628 -376
  502. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +221 -112
  503. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +1 -1
  504. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +3 -3
  505. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +178 -10
  506. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +143 -93
  507. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +8 -8
  508. package/node_modules/@types/keyv/node_modules/@types/node/package.json +6 -4
  509. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +13 -13
  510. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +19 -18
  511. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +166 -128
  512. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +3 -3
  513. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +14 -4
  514. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +12 -7
  515. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +69 -56
  516. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +67 -61
  517. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +10 -10
  518. package/node_modules/@types/keyv/node_modules/@types/node/stream/promises.d.ts +56 -15
  519. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +40 -20
  520. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +490 -219
  521. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +8 -8
  522. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +129 -209
  523. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +4 -4
  524. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +23 -8
  525. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +151 -71
  526. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +3 -3
  527. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  528. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  529. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  530. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  531. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  532. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  533. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  534. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  535. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  536. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  537. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  538. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  539. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  540. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  541. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  542. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  543. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  544. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  545. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  546. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  547. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  548. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  549. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  550. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  551. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
  552. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  553. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +143 -93
  554. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +8 -8
  555. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  556. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  557. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  558. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  559. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  560. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  561. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  562. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  563. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  564. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  565. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  566. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  567. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  568. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  569. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  570. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  571. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  572. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  573. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  574. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  575. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  576. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  577. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  578. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  579. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  580. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  581. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +10 -10
  582. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +26 -14
  583. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +189 -119
  584. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +4 -4
  585. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +52 -45
  586. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +3 -3
  587. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +83 -85
  588. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +9 -9
  589. package/node_modules/@types/responselike/LICENSE +21 -21
  590. package/node_modules/@types/responselike/README.md +44 -6
  591. package/node_modules/@types/responselike/index.d.ts +3 -3
  592. package/node_modules/@types/responselike/node_modules/@types/node/LICENSE +0 -0
  593. package/node_modules/@types/responselike/node_modules/@types/node/README.md +3 -3
  594. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +4 -4
  595. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +48 -24
  596. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +15 -6
  597. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +43 -35
  598. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +262 -122
  599. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +107 -89
  600. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -14
  601. package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +12 -11
  602. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +746 -268
  603. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +81 -45
  604. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  605. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +28 -25
  606. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +203 -62
  607. package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +67 -71
  608. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +4 -4
  609. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +64 -8
  610. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +103 -73
  611. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +560 -315
  612. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +76 -20
  613. package/node_modules/@types/responselike/node_modules/@types/node/globals.global.d.ts +0 -0
  614. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +359 -195
  615. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +628 -376
  616. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +221 -112
  617. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +1 -1
  618. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +3 -3
  619. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +178 -10
  620. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +143 -93
  621. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +8 -8
  622. package/node_modules/@types/responselike/node_modules/@types/node/package.json +6 -4
  623. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +13 -13
  624. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +19 -18
  625. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +166 -128
  626. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +3 -3
  627. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +14 -4
  628. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +12 -7
  629. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +69 -56
  630. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +67 -61
  631. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +10 -10
  632. package/node_modules/@types/responselike/node_modules/@types/node/stream/promises.d.ts +56 -15
  633. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +40 -20
  634. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +490 -219
  635. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +8 -8
  636. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +129 -209
  637. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +4 -4
  638. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +23 -8
  639. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +151 -71
  640. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +3 -3
  641. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  642. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  643. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  644. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  645. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  646. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  647. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  648. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  649. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  650. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  651. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  652. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  653. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  654. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  655. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  656. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  657. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  658. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  659. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  660. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  661. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  662. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  663. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  664. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  665. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
  666. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  667. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +143 -93
  668. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +8 -8
  669. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  670. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  671. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  672. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  673. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  674. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  675. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  676. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  677. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  678. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  679. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  680. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  681. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  682. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  683. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  684. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  685. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  686. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  687. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  688. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  689. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  690. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  691. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  692. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  693. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  694. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  695. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +10 -10
  696. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +26 -14
  697. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +189 -119
  698. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +4 -4
  699. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +52 -45
  700. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +3 -3
  701. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +83 -85
  702. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +9 -9
  703. package/node_modules/@types/responselike/package.json +7 -5
  704. package/node_modules/follow-redirects/index.js +16 -4
  705. package/node_modules/follow-redirects/package.json +2 -3
  706. package/node_modules/keyv/package.json +4 -4
  707. package/node_modules/keyv/src/index.js +6 -11
  708. package/node_modules/undici-types/README.md +6 -0
  709. package/node_modules/undici-types/agent.d.ts +31 -0
  710. package/node_modules/undici-types/api.d.ts +43 -0
  711. package/node_modules/undici-types/balanced-pool.d.ts +18 -0
  712. package/node_modules/undici-types/cache.d.ts +36 -0
  713. package/node_modules/undici-types/client.d.ts +97 -0
  714. package/node_modules/undici-types/connector.d.ts +33 -0
  715. package/node_modules/undici-types/content-type.d.ts +21 -0
  716. package/node_modules/undici-types/cookies.d.ts +28 -0
  717. package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  718. package/node_modules/undici-types/dispatcher.d.ts +241 -0
  719. package/node_modules/undici-types/errors.d.ts +128 -0
  720. package/node_modules/undici-types/fetch.d.ts +209 -0
  721. package/node_modules/undici-types/file.d.ts +39 -0
  722. package/node_modules/undici-types/filereader.d.ts +54 -0
  723. package/node_modules/undici-types/formdata.d.ts +108 -0
  724. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  725. package/node_modules/undici-types/global-origin.d.ts +7 -0
  726. package/node_modules/undici-types/handlers.d.ts +9 -0
  727. package/node_modules/undici-types/header.d.ts +4 -0
  728. package/node_modules/undici-types/index.d.ts +57 -0
  729. package/node_modules/undici-types/interceptors.d.ts +5 -0
  730. package/node_modules/undici-types/mock-agent.d.ts +50 -0
  731. package/node_modules/undici-types/mock-client.d.ts +25 -0
  732. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  733. package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  734. package/node_modules/undici-types/mock-pool.d.ts +25 -0
  735. package/node_modules/undici-types/package.json +55 -0
  736. package/node_modules/undici-types/patch.d.ts +71 -0
  737. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  738. package/node_modules/undici-types/pool.d.ts +28 -0
  739. package/node_modules/undici-types/proxy-agent.d.ts +30 -0
  740. package/node_modules/undici-types/readable.d.ts +61 -0
  741. package/node_modules/undici-types/webidl.d.ts +220 -0
  742. package/node_modules/undici-types/websocket.d.ts +131 -0
  743. package/package.json +26 -30
  744. package/node_modules/combined-stream/yarn.lock +0 -17
@@ -14,10 +14,10 @@
14
14
  * const decoder = new StringDecoder('utf8');
15
15
  *
16
16
  * const cent = Buffer.from([0xC2, 0xA2]);
17
- * console.log(decoder.write(cent));
17
+ * console.log(decoder.write(cent)); // Prints: ¢
18
18
  *
19
19
  * const euro = Buffer.from([0xE2, 0x82, 0xAC]);
20
- * console.log(decoder.write(euro));
20
+ * console.log(decoder.write(euro)); // Prints: €
21
21
  * ```
22
22
  *
23
23
  * When a `Buffer` instance is written to the `StringDecoder` instance, an
@@ -34,11 +34,11 @@
34
34
  *
35
35
  * decoder.write(Buffer.from([0xE2]));
36
36
  * decoder.write(Buffer.from([0x82]));
37
- * console.log(decoder.end(Buffer.from([0xAC])));
37
+ * console.log(decoder.end(Buffer.from([0xAC]))); // Prints: €
38
38
  * ```
39
39
  * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/string_decoder.js)
40
40
  */
41
- declare module 'string_decoder' {
41
+ declare module "string_decoder" {
42
42
  class StringDecoder {
43
43
  constructor(encoding?: BufferEncoding);
44
44
  /**
@@ -46,7 +46,7 @@ declare module 'string_decoder' {
46
46
  * the end of the `Buffer`, or `TypedArray`, or `DataView` are omitted from the
47
47
  * returned string and stored in an internal buffer for the next call to`stringDecoder.write()` or `stringDecoder.end()`.
48
48
  * @since v0.1.99
49
- * @param buffer A `Buffer`, or `TypedArray`, or `DataView` containing the bytes to decode.
49
+ * @param buffer The bytes to decode.
50
50
  */
51
51
  write(buffer: Buffer): string;
52
52
  /**
@@ -57,11 +57,11 @@ declare module 'string_decoder' {
57
57
  * If the `buffer` argument is provided, one final call to `stringDecoder.write()`is performed before returning the remaining input.
58
58
  * After `end()` is called, the `stringDecoder` object can be reused for new input.
59
59
  * @since v0.9.3
60
- * @param buffer A `Buffer`, or `TypedArray`, or `DataView` containing the bytes to decode.
60
+ * @param buffer The bytes to decode.
61
61
  */
62
62
  end(buffer?: Buffer): string;
63
63
  }
64
64
  }
65
- declare module 'node:string_decoder' {
66
- export * from 'string_decoder';
65
+ declare module "node:string_decoder" {
66
+ export * from "string_decoder";
67
67
  }
@@ -78,13 +78,15 @@
78
78
  * @since v18.0.0, v16.17.0
79
79
  * @see [source](https://github.com/nodejs/node/blob/v20.4.0/lib/test.js)
80
80
  */
81
- declare module 'node:test' {
82
- import { Readable } from 'node:stream';
83
- import { AsyncResource } from 'node:async_hooks';
81
+ declare module "node:test" {
82
+ import { Readable } from "node:stream";
83
+ import { AsyncResource } from "node:async_hooks";
84
84
  /**
85
85
  * ```js
86
86
  * import { tap } from 'node:test/reporters';
87
+ * import { run } from 'node:test';
87
88
  * import process from 'node:process';
89
+ * import path from 'node:path';
88
90
  *
89
91
  * run({ files: [path.resolve('./tests/test.js')] })
90
92
  * .compose(tap)
@@ -137,20 +139,7 @@ declare module 'node:test' {
137
139
  function test(options?: TestOptions, fn?: TestFn): Promise<void>;
138
140
  function test(fn?: TestFn): Promise<void>;
139
141
  namespace test {
140
- export {
141
- after,
142
- afterEach,
143
- before,
144
- beforeEach,
145
- describe,
146
- it,
147
- run,
148
- mock,
149
- test,
150
- skip,
151
- todo,
152
- only
153
- };
142
+ export { after, afterEach, before, beforeEach, describe, it, mock, only, run, skip, test, todo };
154
143
  }
155
144
  /**
156
145
  * The `describe()` function imported from the `node:test` module. Each
@@ -256,7 +245,6 @@ declare module 'node:test' {
256
245
  type TestFn = (t: TestContext, done: (result?: any) => void) => void | Promise<void>;
257
246
  /**
258
247
  * The type of a function under Suite.
259
- * If the test uses callbacks, the callback function is passed as an argument
260
248
  */
261
249
  type SuiteFn = (s: SuiteContext) => void | Promise<void>;
262
250
  interface TestShard {
@@ -306,6 +294,10 @@ declare module 'node:test' {
306
294
  * For each test that is executed, any corresponding test hooks, such as `beforeEach()`, are also run.
307
295
  */
308
296
  testNamePatterns?: string | RegExp | string[] | RegExp[];
297
+ /**
298
+ * If truthy, the test context will only run tests that have the `only` option set
299
+ */
300
+ only?: boolean;
309
301
  /**
310
302
  * A function that accepts the TestsStream instance and can be used to setup listeners before any tests are run.
311
303
  */
@@ -336,53 +328,53 @@ declare module 'node:test' {
336
328
  * @since v18.9.0, v16.19.0
337
329
  */
338
330
  class TestsStream extends Readable implements NodeJS.ReadableStream {
339
- addListener(event: 'test:diagnostic', listener: (data: DiagnosticData) => void): this;
340
- addListener(event: 'test:fail', listener: (data: TestFail) => void): this;
341
- addListener(event: 'test:pass', listener: (data: TestPass) => void): this;
342
- addListener(event: 'test:plan', listener: (data: TestPlan) => void): this;
343
- addListener(event: 'test:start', listener: (data: TestStart) => void): this;
344
- addListener(event: 'test:stderr', listener: (data: TestStderr) => void): this;
345
- addListener(event: 'test:stdout', listener: (data: TestStdout) => void): this;
331
+ addListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
332
+ addListener(event: "test:fail", listener: (data: TestFail) => void): this;
333
+ addListener(event: "test:pass", listener: (data: TestPass) => void): this;
334
+ addListener(event: "test:plan", listener: (data: TestPlan) => void): this;
335
+ addListener(event: "test:start", listener: (data: TestStart) => void): this;
336
+ addListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
337
+ addListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
346
338
  addListener(event: string, listener: (...args: any[]) => void): this;
347
- emit(event: 'test:diagnostic', data: DiagnosticData): boolean;
348
- emit(event: 'test:fail', data: TestFail): boolean;
349
- emit(event: 'test:pass', data: TestPass): boolean;
350
- emit(event: 'test:plan', data: TestPlan): boolean;
351
- emit(event: 'test:start', data: TestStart): boolean;
352
- emit(event: 'test:stderr', data: TestStderr): boolean;
353
- emit(event: 'test:stdout', data: TestStdout): boolean;
339
+ emit(event: "test:diagnostic", data: DiagnosticData): boolean;
340
+ emit(event: "test:fail", data: TestFail): boolean;
341
+ emit(event: "test:pass", data: TestPass): boolean;
342
+ emit(event: "test:plan", data: TestPlan): boolean;
343
+ emit(event: "test:start", data: TestStart): boolean;
344
+ emit(event: "test:stderr", data: TestStderr): boolean;
345
+ emit(event: "test:stdout", data: TestStdout): boolean;
354
346
  emit(event: string | symbol, ...args: any[]): boolean;
355
- on(event: 'test:diagnostic', listener: (data: DiagnosticData) => void): this;
356
- on(event: 'test:fail', listener: (data: TestFail) => void): this;
357
- on(event: 'test:pass', listener: (data: TestPass) => void): this;
358
- on(event: 'test:plan', listener: (data: TestPlan) => void): this;
359
- on(event: 'test:start', listener: (data: TestStart) => void): this;
360
- on(event: 'test:stderr', listener: (data: TestStderr) => void): this;
361
- on(event: 'test:stdout', listener: (data: TestStdout) => void): this;
347
+ on(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
348
+ on(event: "test:fail", listener: (data: TestFail) => void): this;
349
+ on(event: "test:pass", listener: (data: TestPass) => void): this;
350
+ on(event: "test:plan", listener: (data: TestPlan) => void): this;
351
+ on(event: "test:start", listener: (data: TestStart) => void): this;
352
+ on(event: "test:stderr", listener: (data: TestStderr) => void): this;
353
+ on(event: "test:stdout", listener: (data: TestStdout) => void): this;
362
354
  on(event: string, listener: (...args: any[]) => void): this;
363
- once(event: 'test:diagnostic', listener: (data: DiagnosticData) => void): this;
364
- once(event: 'test:fail', listener: (data: TestFail) => void): this;
365
- once(event: 'test:pass', listener: (data: TestPass) => void): this;
366
- once(event: 'test:plan', listener: (data: TestPlan) => void): this;
367
- once(event: 'test:start', listener: (data: TestStart) => void): this;
368
- once(event: 'test:stderr', listener: (data: TestStderr) => void): this;
369
- once(event: 'test:stdout', listener: (data: TestStdout) => void): this;
355
+ once(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
356
+ once(event: "test:fail", listener: (data: TestFail) => void): this;
357
+ once(event: "test:pass", listener: (data: TestPass) => void): this;
358
+ once(event: "test:plan", listener: (data: TestPlan) => void): this;
359
+ once(event: "test:start", listener: (data: TestStart) => void): this;
360
+ once(event: "test:stderr", listener: (data: TestStderr) => void): this;
361
+ once(event: "test:stdout", listener: (data: TestStdout) => void): this;
370
362
  once(event: string, listener: (...args: any[]) => void): this;
371
- prependListener(event: 'test:diagnostic', listener: (data: DiagnosticData) => void): this;
372
- prependListener(event: 'test:fail', listener: (data: TestFail) => void): this;
373
- prependListener(event: 'test:pass', listener: (data: TestPass) => void): this;
374
- prependListener(event: 'test:plan', listener: (data: TestPlan) => void): this;
375
- prependListener(event: 'test:start', listener: (data: TestStart) => void): this;
376
- prependListener(event: 'test:stderr', listener: (data: TestStderr) => void): this;
377
- prependListener(event: 'test:stdout', listener: (data: TestStdout) => void): this;
363
+ prependListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
364
+ prependListener(event: "test:fail", listener: (data: TestFail) => void): this;
365
+ prependListener(event: "test:pass", listener: (data: TestPass) => void): this;
366
+ prependListener(event: "test:plan", listener: (data: TestPlan) => void): this;
367
+ prependListener(event: "test:start", listener: (data: TestStart) => void): this;
368
+ prependListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
369
+ prependListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
378
370
  prependListener(event: string, listener: (...args: any[]) => void): this;
379
- prependOnceListener(event: 'test:diagnostic', listener: (data: DiagnosticData) => void): this;
380
- prependOnceListener(event: 'test:fail', listener: (data: TestFail) => void): this;
381
- prependOnceListener(event: 'test:pass', listener: (data: TestPass) => void): this;
382
- prependOnceListener(event: 'test:plan', listener: (data: TestPlan) => void): this;
383
- prependOnceListener(event: 'test:start', listener: (data: TestStart) => void): this;
384
- prependOnceListener(event: 'test:stderr', listener: (data: TestStderr) => void): this;
385
- prependOnceListener(event: 'test:stdout', listener: (data: TestStdout) => void): this;
371
+ prependOnceListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
372
+ prependOnceListener(event: "test:fail", listener: (data: TestFail) => void): this;
373
+ prependOnceListener(event: "test:pass", listener: (data: TestPass) => void): this;
374
+ prependOnceListener(event: "test:plan", listener: (data: TestPlan) => void): this;
375
+ prependOnceListener(event: "test:start", listener: (data: TestStart) => void): this;
376
+ prependOnceListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
377
+ prependOnceListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
386
378
  prependOnceListener(event: string, listener: (...args: any[]) => void): this;
387
379
  }
388
380
  /**
@@ -649,7 +641,7 @@ declare module 'node:test' {
649
641
  * The hook function. If the hook uses callbacks, the callback function is passed as the
650
642
  * second argument.
651
643
  */
652
- type HookFn = (done: (result?: any) => void) => any;
644
+ type HookFn = (s: SuiteContext, done: (result?: any) => void) => any;
653
645
  /**
654
646
  * Configuration options for hooks.
655
647
  * @since v18.8.0
@@ -740,7 +732,11 @@ declare module 'node:test' {
740
732
  * behavior of the mocked function.
741
733
  */
742
734
  fn<F extends Function = NoOpFunction>(original?: F, options?: MockFunctionOptions): Mock<F>;
743
- fn<F extends Function = NoOpFunction, Implementation extends Function = F>(original?: F, implementation?: Implementation, options?: MockFunctionOptions): Mock<F | Implementation>;
735
+ fn<F extends Function = NoOpFunction, Implementation extends Function = F>(
736
+ original?: F,
737
+ implementation?: Implementation,
738
+ options?: MockFunctionOptions,
739
+ ): Mock<F | Implementation>;
744
740
  /**
745
741
  * This function is used to create a mock on an existing object method. The
746
742
  * following example demonstrates how a mock is created on an existing object
@@ -784,8 +780,7 @@ declare module 'node:test' {
784
780
  object: MockedObject,
785
781
  methodName: MethodName,
786
782
  options?: MockFunctionOptions,
787
- ): MockedObject[MethodName] extends Function
788
- ? Mock<MockedObject[MethodName]>
783
+ ): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName]>
789
784
  : never;
790
785
  method<
791
786
  MockedObject extends object,
@@ -796,8 +791,7 @@ declare module 'node:test' {
796
791
  methodName: MethodName,
797
792
  implementation: Implementation,
798
793
  options?: MockFunctionOptions,
799
- ): MockedObject[MethodName] extends Function
800
- ? Mock<MockedObject[MethodName] | Implementation>
794
+ ): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName] | Implementation>
801
795
  : never;
802
796
  method<MockedObject extends object>(
803
797
  object: MockedObject,
@@ -878,16 +872,12 @@ declare module 'node:test' {
878
872
  const mock: MockTracker;
879
873
  interface MockFunctionCall<
880
874
  F extends Function,
881
- ReturnType = F extends (...args: any) => infer T
882
- ? T
883
- : F extends abstract new (...args: any) => infer T
884
- ? T
885
- : unknown,
886
- Args = F extends (...args: infer Y) => any
887
- ? Y
888
- : F extends abstract new (...args: infer Y) => any
889
- ? Y
890
- : unknown[],
875
+ ReturnType = F extends (...args: any) => infer T ? T
876
+ : F extends abstract new(...args: any) => infer T ? T
877
+ : unknown,
878
+ Args = F extends (...args: infer Y) => any ? Y
879
+ : F extends abstract new(...args: infer Y) => any ? Y
880
+ : unknown[],
891
881
  > {
892
882
  /**
893
883
  * An array of the arguments passed to the mock function.
@@ -911,7 +901,7 @@ declare module 'node:test' {
911
901
  * If the mocked function is a constructor, this field contains the class being constructed.
912
902
  * Otherwise this will be `undefined`.
913
903
  */
914
- target: F extends abstract new (...args: any) => any ? F : undefined;
904
+ target: F extends abstract new(...args: any) => any ? F : undefined;
915
905
  /**
916
906
  * The mocked function's `this` value.
917
907
  */
@@ -1017,7 +1007,7 @@ declare module 'node:test' {
1017
1007
  */
1018
1008
  restore(): void;
1019
1009
  }
1020
- type Timer = 'setInterval' | 'clearInterval' | 'setTimeout' | 'clearTimeout';
1010
+ type Timer = "setInterval" | "clearInterval" | "setTimeout" | "clearTimeout";
1021
1011
  /**
1022
1012
  * Mocking timers is a technique commonly used in software testing to simulate and
1023
1013
  * control the behavior of timers, such as `setInterval` and `setTimeout`,
@@ -1042,11 +1032,6 @@ declare module 'node:test' {
1042
1032
  * mock.timers.enable(['setInterval']);
1043
1033
  * ```
1044
1034
  *
1045
- * ```js
1046
- * const { mock } = require('node:test');
1047
- * mock.timers.enable(['setInterval']);
1048
- * ```
1049
- *
1050
1035
  * The above example enables mocking for the `setInterval` timer and
1051
1036
  * implicitly mocks the `clearInterval` function. Only the `setInterval`and `clearInterval` functions from `node:timers`,`node:timers/promises`, and`globalThis` will be mocked.
1052
1037
  *
@@ -1070,11 +1055,6 @@ declare module 'node:test' {
1070
1055
  * import { mock } from 'node:test';
1071
1056
  * mock.timers.reset();
1072
1057
  * ```
1073
- *
1074
- * ```js
1075
- * const { mock } = require('node:test');
1076
- * mock.timers.reset();
1077
- * ```
1078
1058
  * @since v20.4.0
1079
1059
  */
1080
1060
  reset(): void;
@@ -1109,24 +1089,6 @@ declare module 'node:test' {
1109
1089
  * });
1110
1090
  * ```
1111
1091
  *
1112
- * ```js
1113
- * const assert = require('node:assert');
1114
- * const { test } = require('node:test');
1115
- *
1116
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
1117
- * const fn = context.mock.fn();
1118
- * context.mock.timers.enable(['setTimeout']);
1119
- *
1120
- * setTimeout(fn, 9999);
1121
- * assert.strictEqual(fn.mock.callCount(), 0);
1122
- *
1123
- * // Advance in time
1124
- * context.mock.timers.tick(9999);
1125
- *
1126
- * assert.strictEqual(fn.mock.callCount(), 1);
1127
- * });
1128
- * ```
1129
- *
1130
1092
  * Alternativelly, the `.tick` function can be called many times
1131
1093
  *
1132
1094
  * ```js
@@ -1147,25 +1109,6 @@ declare module 'node:test' {
1147
1109
  * assert.strictEqual(fn.mock.callCount(), 1);
1148
1110
  * });
1149
1111
  * ```
1150
- *
1151
- * ```js
1152
- * const assert = require('node:assert');
1153
- * const { test } = require('node:test');
1154
- *
1155
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
1156
- * const fn = context.mock.fn();
1157
- * context.mock.timers.enable(['setTimeout']);
1158
- * const nineSecs = 9000;
1159
- * setTimeout(fn, nineSecs);
1160
- *
1161
- * const twoSeconds = 3000;
1162
- * context.mock.timers.tick(twoSeconds);
1163
- * context.mock.timers.tick(twoSeconds);
1164
- * context.mock.timers.tick(twoSeconds);
1165
- *
1166
- * assert.strictEqual(fn.mock.callCount(), 1);
1167
- * });
1168
- * ```
1169
1112
  * @since v20.4.0
1170
1113
  */
1171
1114
  tick(milliseconds: number): void;
@@ -1197,28 +1140,6 @@ declare module 'node:test' {
1197
1140
  * });
1198
1141
  * ```
1199
1142
  *
1200
- * ```js
1201
- * const assert = require('node:assert');
1202
- * const { test } = require('node:test');
1203
- *
1204
- * test('runAll functions following the given order', (context) => {
1205
- * context.mock.timers.enable(['setTimeout']);
1206
- * const results = [];
1207
- * setTimeout(() => results.push(1), 9999);
1208
- *
1209
- * // Notice that if both timers have the same timeout,
1210
- * // the order of execution is guaranteed
1211
- * setTimeout(() => results.push(3), 8888);
1212
- * setTimeout(() => results.push(2), 8888);
1213
- *
1214
- * assert.deepStrictEqual(results, []);
1215
- *
1216
- * context.mock.timers.runAll();
1217
- *
1218
- * assert.deepStrictEqual(results, [3, 2, 1]);
1219
- * });
1220
- * ```
1221
- *
1222
1143
  * **Note:** The `runAll()` function is specifically designed for
1223
1144
  * triggering timers in the context of timer mocking.
1224
1145
  * It does not have any effect on real-time system
@@ -1231,10 +1152,41 @@ declare module 'node:test' {
1231
1152
  */
1232
1153
  [Symbol.dispose](): void;
1233
1154
  }
1234
- export { test as default, run, test, describe, it, before, after, beforeEach, afterEach, mock, skip, only, todo };
1155
+ export {
1156
+ after,
1157
+ afterEach,
1158
+ before,
1159
+ beforeEach,
1160
+ describe,
1161
+ it,
1162
+ Mock,
1163
+ mock,
1164
+ only,
1165
+ run,
1166
+ skip,
1167
+ test,
1168
+ test as default,
1169
+ todo,
1170
+ };
1235
1171
  }
1236
1172
 
1237
- interface DiagnosticData {
1173
+ interface TestLocationInfo {
1174
+ /**
1175
+ * The column number where the test is defined, or
1176
+ * `undefined` if the test was run through the REPL.
1177
+ */
1178
+ column?: number;
1179
+ /**
1180
+ * The path of the test file, `undefined` if test is not ran through a file.
1181
+ */
1182
+ file?: string;
1183
+ /**
1184
+ * The line number where the test is defined, or
1185
+ * `undefined` if the test was run through the REPL.
1186
+ */
1187
+ line?: number;
1188
+ }
1189
+ interface DiagnosticData extends TestLocationInfo {
1238
1190
  /**
1239
1191
  * The diagnostic message.
1240
1192
  */
@@ -1243,12 +1195,8 @@ interface DiagnosticData {
1243
1195
  * The nesting level of the test.
1244
1196
  */
1245
1197
  nesting: number;
1246
- /**
1247
- * The path of the test file, undefined if test is not ran through a file.
1248
- */
1249
- file?: string;
1250
1198
  }
1251
- interface TestFail {
1199
+ interface TestFail extends TestLocationInfo {
1252
1200
  /**
1253
1201
  * Additional execution metadata.
1254
1202
  */
@@ -1265,7 +1213,7 @@ interface TestFail {
1265
1213
  * The type of the test, used to denote whether this is a suite.
1266
1214
  * @since 20.0.0, 19.9.0, 18.17.0
1267
1215
  */
1268
- type?: 'suite';
1216
+ type?: "suite";
1269
1217
  };
1270
1218
  /**
1271
1219
  * The test name.
@@ -1287,12 +1235,8 @@ interface TestFail {
1287
1235
  * Present if `context.skip` is called.
1288
1236
  */
1289
1237
  skip?: string | boolean;
1290
- /**
1291
- * The path of the test file, undefined if test is not ran through a file.
1292
- */
1293
- file?: string;
1294
1238
  }
1295
- interface TestPass {
1239
+ interface TestPass extends TestLocationInfo {
1296
1240
  /**
1297
1241
  * Additional execution metadata.
1298
1242
  */
@@ -1305,7 +1249,7 @@ interface TestPass {
1305
1249
  * The type of the test, used to denote whether this is a suite.
1306
1250
  * @since 20.0.0, 19.9.0, 18.17.0
1307
1251
  */
1308
- type?: 'suite';
1252
+ type?: "suite";
1309
1253
  };
1310
1254
  /**
1311
1255
  * The test name.
@@ -1327,12 +1271,8 @@ interface TestPass {
1327
1271
  * Present if `context.skip` is called.
1328
1272
  */
1329
1273
  skip?: string | boolean;
1330
- /**
1331
- * The path of the test file, undefined if test is not ran through a file.
1332
- */
1333
- file?: string;
1334
1274
  }
1335
- interface TestPlan {
1275
+ interface TestPlan extends TestLocationInfo {
1336
1276
  /**
1337
1277
  * The nesting level of the test.
1338
1278
  */
@@ -1341,12 +1281,8 @@ interface TestPlan {
1341
1281
  * The number of subtests that have ran.
1342
1282
  */
1343
1283
  count: number;
1344
- /**
1345
- * The path of the test file, undefined if test is not ran through a file.
1346
- */
1347
- file?: string;
1348
1284
  }
1349
- interface TestStart {
1285
+ interface TestStart extends TestLocationInfo {
1350
1286
  /**
1351
1287
  * The test name.
1352
1288
  */
@@ -1355,54 +1291,34 @@ interface TestStart {
1355
1291
  * The nesting level of the test.
1356
1292
  */
1357
1293
  nesting: number;
1358
- /**
1359
- * The path of the test file, undefined if test is not ran through a file.
1360
- */
1361
- file?: string;
1362
1294
  }
1363
- interface TestStderr {
1364
- /**
1365
- * The path of the test file, undefined if test is not ran through a file.
1366
- */
1367
- file?: string;
1295
+ interface TestStderr extends TestLocationInfo {
1368
1296
  /**
1369
1297
  * The message written to `stderr`
1370
1298
  */
1371
1299
  message: string;
1372
1300
  }
1373
- interface TestStdout {
1374
- /**
1375
- * The path of the test file, undefined if test is not ran through a file.
1376
- */
1377
- file?: string;
1301
+ interface TestStdout extends TestLocationInfo {
1378
1302
  /**
1379
1303
  * The message written to `stdout`
1380
1304
  */
1381
1305
  message: string;
1382
1306
  }
1383
- interface TestEnqueue {
1307
+ interface TestEnqueue extends TestLocationInfo {
1384
1308
  /**
1385
1309
  * The test name
1386
1310
  */
1387
1311
  name: string;
1388
- /**
1389
- * The path of the test file, undefined if test is not ran through a file.
1390
- */
1391
- file?: string;
1392
1312
  /**
1393
1313
  * The nesting level of the test.
1394
1314
  */
1395
1315
  nesting: number;
1396
1316
  }
1397
- interface TestDequeue {
1317
+ interface TestDequeue extends TestLocationInfo {
1398
1318
  /**
1399
1319
  * The test name
1400
1320
  */
1401
1321
  name: string;
1402
- /**
1403
- * The path of the test file, undefined if test is not ran through a file.
1404
- */
1405
- file?: string;
1406
1322
  /**
1407
1323
  * The nesting level of the test.
1408
1324
  */
@@ -1426,20 +1342,20 @@ interface TestDequeue {
1426
1342
  * @since v19.9.0
1427
1343
  * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/test/reporters.js)
1428
1344
  */
1429
- declare module 'node:test/reporters' {
1430
- import { Transform } from 'node:stream';
1345
+ declare module "node:test/reporters" {
1346
+ import { Transform } from "node:stream";
1431
1347
 
1432
1348
  type TestEvent =
1433
- | { type: 'test:diagnostic', data: DiagnosticData }
1434
- | { type: 'test:fail', data: TestFail }
1435
- | { type: 'test:pass', data: TestPass }
1436
- | { type: 'test:plan', data: TestPlan }
1437
- | { type: 'test:start', data: TestStart }
1438
- | { type: 'test:stderr', data: TestStderr }
1439
- | { type: 'test:stdout', data: TestStdout }
1440
- | { type: 'test:enqueue', data: TestEnqueue }
1441
- | { type: 'test:dequeue', data: TestDequeue }
1442
- | { type: 'test:watch:drained' };
1349
+ | { type: "test:diagnostic"; data: DiagnosticData }
1350
+ | { type: "test:fail"; data: TestFail }
1351
+ | { type: "test:pass"; data: TestPass }
1352
+ | { type: "test:plan"; data: TestPlan }
1353
+ | { type: "test:start"; data: TestStart }
1354
+ | { type: "test:stderr"; data: TestStderr }
1355
+ | { type: "test:stdout"; data: TestStdout }
1356
+ | { type: "test:enqueue"; data: TestEnqueue }
1357
+ | { type: "test:dequeue"; data: TestDequeue }
1358
+ | { type: "test:watch:drained" };
1443
1359
  type TestEventGenerator = AsyncGenerator<TestEvent, void>;
1444
1360
 
1445
1361
  /**
@@ -1447,7 +1363,7 @@ declare module 'node:test/reporters' {
1447
1363
  * where each passing test is represented by a `.`,
1448
1364
  * and each failing test is represented by a `X`.
1449
1365
  */
1450
- function dot(source: TestEventGenerator): AsyncGenerator<'\n' | '.' | 'X', void>;
1366
+ function dot(source: TestEventGenerator): AsyncGenerator<"\n" | "." | "X", void>;
1451
1367
  /**
1452
1368
  * The `tap` reporter outputs the test results in the [TAP](https://testanything.org/) format.
1453
1369
  */
@@ -1458,5 +1374,9 @@ declare module 'node:test/reporters' {
1458
1374
  class Spec extends Transform {
1459
1375
  constructor();
1460
1376
  }
1461
- export { dot, tap, Spec as spec, TestEvent };
1377
+ /**
1378
+ * The `junit` reporter outputs test results in a jUnit XML format
1379
+ */
1380
+ function junit(source: TestEventGenerator): AsyncGenerator<string, void>;
1381
+ export { dot, junit, Spec as spec, tap, TestEvent };
1462
1382
  }
@@ -11,8 +11,8 @@
11
11
  * ```
12
12
  * @since v15.0.0
13
13
  */
14
- declare module 'timers/promises' {
15
- import { TimerOptions } from 'node:timers';
14
+ declare module "timers/promises" {
15
+ import { TimerOptions } from "node:timers";
16
16
  /**
17
17
  * ```js
18
18
  * import {
@@ -88,6 +88,6 @@ declare module 'timers/promises' {
88
88
  }
89
89
  const scheduler: Scheduler;
90
90
  }
91
- declare module 'node:timers/promises' {
92
- export * from 'timers/promises';
91
+ declare module "node:timers/promises" {
92
+ export * from "timers/promises";
93
93
  }