cloudstructs 0.6.33 → 0.6.35

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 (550) hide show
  1. package/.jsii +3 -3
  2. package/lib/codecommit-mirror/index.js +2 -2
  3. package/lib/dmarc/index.js +1 -1
  4. package/lib/ecs-service-roller/index.js +2 -2
  5. package/lib/email-receiver/receiver.js +1 -1
  6. package/lib/saml-identity-provider/index.js +2 -2
  7. package/lib/slack-app/manifest.js +1 -1
  8. package/lib/slack-app/slack-app.js +2 -2
  9. package/lib/slack-events/index.js +1 -1
  10. package/lib/slack-textract/index.js +1 -1
  11. package/lib/ssl-server-test/index.js +1 -1
  12. package/lib/state-machine-cr-provider/index.js +1 -1
  13. package/lib/static-website/index.js +1 -1
  14. package/lib/toolkit-cleaner/index.js +1 -1
  15. package/lib/url-shortener/index.js +1 -1
  16. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  17. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +16 -1
  18. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +4 -12
  19. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +6 -3
  20. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +32 -2
  21. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +1 -1
  22. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +1 -1
  23. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +3 -3
  24. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +1 -1
  25. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  26. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +44 -0
  27. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +2 -1
  28. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
  29. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +50 -8
  30. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +3 -2
  31. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +47 -12
  32. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +1 -0
  33. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +1 -1
  34. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +1 -1
  35. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
  36. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +1 -1
  37. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +1 -1
  38. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +1 -1
  39. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +1 -1
  40. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  41. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
  42. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +1 -1
  43. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
  44. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +1 -1
  45. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +59 -59
  46. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +18 -145
  47. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +12 -12
  48. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +758 -729
  49. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
  50. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +76 -21
  51. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +121 -7
  52. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +1 -1
  53. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +1 -1
  54. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
  55. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
  56. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
  57. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
  58. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
  59. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/console.d.ts +1 -1
  60. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
  61. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
  62. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
  63. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
  64. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
  65. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
  66. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/events.d.ts +50 -8
  67. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
  68. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
  69. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
  70. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http.d.ts +5 -4
  71. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
  72. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/https.d.ts +1 -1
  73. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
  74. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/net.d.ts +1 -1
  75. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/os.d.ts +1 -1
  76. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/path.d.ts +1 -1
  77. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
  78. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  79. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
  80. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
  81. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
  82. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
  83. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
  84. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
  85. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +76 -21
  86. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
  87. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
  88. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
  89. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
  90. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/url.d.ts +17 -8
  91. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/util.d.ts +12 -4
  92. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
  93. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
  94. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
  95. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
  96. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
  97. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -1
  98. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +17 -8
  99. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +2 -2
  100. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +1 -1
  101. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +1 -1
  102. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  103. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +1 -1
  104. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +1 -1
  105. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  106. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +16 -1
  107. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +4 -12
  108. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +6 -3
  109. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +32 -2
  110. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +1 -1
  111. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +1 -1
  112. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +3 -3
  113. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +1 -1
  114. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  115. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +44 -0
  116. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +2 -1
  117. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
  118. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +50 -8
  119. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +3 -2
  120. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +47 -12
  121. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +1 -0
  122. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +1 -1
  123. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +1 -1
  124. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
  125. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -1
  126. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +1 -1
  127. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +1 -1
  128. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +1 -1
  129. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  130. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
  131. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +1 -1
  132. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
  133. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +1 -1
  134. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +59 -59
  135. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +18 -145
  136. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +12 -12
  137. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +758 -729
  138. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
  139. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +76 -21
  140. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +121 -7
  141. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +1 -1
  142. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +1 -1
  143. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
  144. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
  145. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
  146. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
  147. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
  148. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/console.d.ts +1 -1
  149. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
  150. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
  151. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
  152. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
  153. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
  154. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
  155. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/events.d.ts +50 -8
  156. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
  157. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
  158. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
  159. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http.d.ts +5 -4
  160. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
  161. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/https.d.ts +1 -1
  162. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
  163. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/net.d.ts +1 -1
  164. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/os.d.ts +1 -1
  165. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/path.d.ts +1 -1
  166. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
  167. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  168. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
  169. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
  170. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
  171. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
  172. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
  173. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
  174. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +76 -21
  175. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
  176. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
  177. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
  178. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
  179. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/url.d.ts +17 -8
  180. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/util.d.ts +12 -4
  181. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
  182. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
  183. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
  184. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
  185. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
  186. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -1
  187. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +17 -8
  188. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +2 -2
  189. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +1 -1
  190. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +1 -1
  191. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  192. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +1 -1
  193. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +1 -1
  194. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  195. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +16 -1
  196. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +4 -12
  197. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +6 -3
  198. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +32 -2
  199. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +1 -1
  200. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +1 -1
  201. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +3 -3
  202. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +1 -1
  203. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  204. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +44 -0
  205. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +2 -1
  206. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
  207. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +50 -8
  208. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +3 -2
  209. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +47 -12
  210. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +1 -0
  211. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +1 -1
  212. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +1 -1
  213. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
  214. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +1 -1
  215. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1 -1
  216. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +1 -1
  217. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +1 -1
  218. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  219. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
  220. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +1 -1
  221. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  222. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
  223. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +59 -59
  224. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +18 -145
  225. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +12 -12
  226. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +758 -729
  227. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  228. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +76 -21
  229. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +121 -7
  230. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +1 -1
  231. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +1 -1
  232. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
  233. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
  234. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
  235. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
  236. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
  237. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +1 -1
  238. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
  239. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
  240. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
  241. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
  242. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
  243. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
  244. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +50 -8
  245. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
  246. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
  247. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
  248. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +5 -4
  249. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
  250. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +1 -1
  251. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
  252. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +1 -1
  253. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +1 -1
  254. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +1 -1
  255. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
  256. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  257. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
  258. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
  259. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
  260. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
  261. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
  262. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
  263. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +76 -21
  264. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
  265. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
  266. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
  267. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
  268. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +17 -8
  269. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +12 -4
  270. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
  271. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
  272. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
  273. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
  274. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
  275. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
  276. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +17 -8
  277. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +2 -2
  278. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +1 -1
  279. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +1 -1
  280. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  281. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +1 -1
  282. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +1 -1
  283. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
  284. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +16 -1
  285. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +4 -12
  286. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +6 -3
  287. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +32 -2
  288. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +1 -1
  289. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +1 -1
  290. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +3 -3
  291. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +1 -1
  292. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  293. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +44 -0
  294. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +2 -1
  295. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +1 -1
  296. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +50 -8
  297. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +3 -2
  298. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +47 -12
  299. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +1 -0
  300. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +1 -1
  301. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +1 -1
  302. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +1 -1
  303. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +1 -1
  304. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +1 -1
  305. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +1 -1
  306. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +1 -1
  307. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
  308. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +1 -1
  309. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +1 -1
  310. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +1 -1
  311. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +1 -1
  312. package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +59 -59
  313. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +18 -145
  314. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +12 -12
  315. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +758 -729
  316. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +1 -1
  317. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +76 -21
  318. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +121 -7
  319. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +1 -1
  320. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +1 -1
  321. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
  322. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
  323. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
  324. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
  325. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
  326. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/console.d.ts +1 -1
  327. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
  328. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
  329. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
  330. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
  331. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
  332. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
  333. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/events.d.ts +50 -8
  334. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
  335. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
  336. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
  337. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http.d.ts +5 -4
  338. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
  339. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/https.d.ts +1 -1
  340. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
  341. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/net.d.ts +1 -1
  342. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/os.d.ts +1 -1
  343. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/path.d.ts +1 -1
  344. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
  345. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  346. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
  347. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
  348. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
  349. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
  350. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
  351. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
  352. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +76 -21
  353. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
  354. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
  355. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
  356. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
  357. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/url.d.ts +17 -8
  358. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/util.d.ts +12 -4
  359. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
  360. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
  361. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
  362. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
  363. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
  364. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +1 -1
  365. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +17 -8
  366. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +2 -2
  367. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +1 -1
  368. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +1 -1
  369. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +1 -1
  370. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +1 -1
  371. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +1 -1
  372. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  373. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +16 -1
  374. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +4 -12
  375. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +6 -3
  376. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +32 -2
  377. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +1 -1
  378. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +1 -1
  379. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +3 -3
  380. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +1 -1
  381. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  382. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +44 -0
  383. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +2 -1
  384. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
  385. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +50 -8
  386. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +3 -2
  387. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +47 -12
  388. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +1 -0
  389. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +1 -1
  390. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +1 -1
  391. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
  392. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +1 -1
  393. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1 -1
  394. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +1 -1
  395. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +1 -1
  396. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  397. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  398. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +1 -1
  399. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  400. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
  401. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +59 -59
  402. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +18 -145
  403. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +12 -12
  404. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +758 -729
  405. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  406. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +76 -21
  407. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +121 -7
  408. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +1 -1
  409. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +1 -1
  410. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
  411. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
  412. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
  413. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
  414. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
  415. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +1 -1
  416. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
  417. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
  418. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
  419. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
  420. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
  421. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
  422. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +50 -8
  423. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
  424. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
  425. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
  426. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +5 -4
  427. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
  428. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +1 -1
  429. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
  430. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +1 -1
  431. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +1 -1
  432. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +1 -1
  433. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
  434. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  435. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
  436. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
  437. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
  438. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
  439. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
  440. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
  441. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +76 -21
  442. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
  443. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
  444. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
  445. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
  446. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +17 -8
  447. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +12 -4
  448. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
  449. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
  450. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
  451. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
  452. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
  453. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
  454. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +17 -8
  455. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +2 -2
  456. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +1 -1
  457. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +1 -1
  458. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  459. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +1 -1
  460. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +1 -1
  461. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  462. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +16 -1
  463. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +4 -12
  464. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +6 -3
  465. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +32 -2
  466. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +1 -1
  467. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +1 -1
  468. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +3 -3
  469. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +1 -1
  470. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  471. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +44 -0
  472. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +2 -1
  473. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
  474. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +50 -8
  475. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +3 -2
  476. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +47 -12
  477. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +1 -0
  478. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +1 -1
  479. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +1 -1
  480. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
  481. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +1 -1
  482. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1 -1
  483. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +1 -1
  484. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +1 -1
  485. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  486. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  487. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +1 -1
  488. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  489. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
  490. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +59 -59
  491. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +18 -145
  492. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +12 -12
  493. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +758 -729
  494. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  495. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +76 -21
  496. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +121 -7
  497. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +1 -1
  498. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +1 -1
  499. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
  500. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
  501. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
  502. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
  503. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
  504. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +1 -1
  505. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
  506. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
  507. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
  508. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
  509. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
  510. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
  511. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +50 -8
  512. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
  513. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
  514. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
  515. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +5 -4
  516. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
  517. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +1 -1
  518. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
  519. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +1 -1
  520. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +1 -1
  521. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +1 -1
  522. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
  523. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  524. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
  525. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
  526. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
  527. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
  528. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
  529. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
  530. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +76 -21
  531. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
  532. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
  533. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
  534. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
  535. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +17 -8
  536. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +12 -4
  537. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
  538. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
  539. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
  540. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
  541. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
  542. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
  543. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +17 -8
  544. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +2 -2
  545. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +1 -1
  546. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +1 -1
  547. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  548. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +1 -1
  549. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +1 -1
  550. package/package.json +18 -18
@@ -36,7 +36,7 @@
36
36
  * decoder.write(Buffer.from([0x82]));
37
37
  * console.log(decoder.end(Buffer.from([0xAC])));
38
38
  * ```
39
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/string_decoder.js)
39
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/string_decoder.js)
40
40
  */
41
41
  declare module 'string_decoder' {
42
42
  class StringDecoder {
@@ -76,7 +76,7 @@
76
76
  *
77
77
  * If any tests fail, the process exit code is set to `1`.
78
78
  * @since v18.0.0, v16.17.0
79
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/test.js)
79
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/test.js)
80
80
  */
81
81
  declare module 'node:test' {
82
82
  import { Readable } from 'node:stream';
@@ -135,6 +135,22 @@ declare module 'node:test' {
135
135
  function test(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
136
136
  function test(options?: TestOptions, fn?: TestFn): Promise<void>;
137
137
  function test(fn?: TestFn): Promise<void>;
138
+ namespace test {
139
+ export {
140
+ after,
141
+ afterEach,
142
+ before,
143
+ beforeEach,
144
+ describe,
145
+ it,
146
+ run,
147
+ mock,
148
+ test,
149
+ skip,
150
+ todo,
151
+ only
152
+ };
153
+ }
138
154
  /**
139
155
  * The `describe()` function imported from the `node:test` module. Each
140
156
  * invocation of this function results in the creation of a Subtest.
@@ -164,6 +180,14 @@ declare module 'node:test' {
164
180
  function todo(name?: string, fn?: SuiteFn): void;
165
181
  function todo(options?: TestOptions, fn?: SuiteFn): void;
166
182
  function todo(fn?: SuiteFn): void;
183
+ /**
184
+ * Shorthand for marking a suite as `only`, same as `describe([name], { only: true }[, fn])`.
185
+ * @since v18.15.0
186
+ */
187
+ function only(name?: string, options?: TestOptions, fn?: SuiteFn): void;
188
+ function only(name?: string, fn?: SuiteFn): void;
189
+ function only(options?: TestOptions, fn?: SuiteFn): void;
190
+ function only(fn?: SuiteFn): void;
167
191
  }
168
192
  /**
169
193
  * Shorthand for `test()`.
@@ -171,22 +195,58 @@ declare module 'node:test' {
171
195
  * The `it()` function is imported from the `node:test` module.
172
196
  * @since v18.6.0, v16.17.0
173
197
  */
174
- function it(name?: string, options?: TestOptions, fn?: ItFn): void;
175
- function it(name?: string, fn?: ItFn): void;
176
- function it(options?: TestOptions, fn?: ItFn): void;
177
- function it(fn?: ItFn): void;
198
+ function it(name?: string, options?: TestOptions, fn?: TestFn): void;
199
+ function it(name?: string, fn?: TestFn): void;
200
+ function it(options?: TestOptions, fn?: TestFn): void;
201
+ function it(fn?: TestFn): void;
178
202
  namespace it {
179
- // Shorthand for skipping a test, same as `it([name], { skip: true }[, fn])`.
180
- function skip(name?: string, options?: TestOptions, fn?: ItFn): void;
181
- function skip(name?: string, fn?: ItFn): void;
182
- function skip(options?: TestOptions, fn?: ItFn): void;
183
- function skip(fn?: ItFn): void;
184
- // Shorthand for marking a test as `TODO`, same as `it([name], { todo: true }[, fn])`.
185
- function todo(name?: string, options?: TestOptions, fn?: ItFn): void;
186
- function todo(name?: string, fn?: ItFn): void;
187
- function todo(options?: TestOptions, fn?: ItFn): void;
188
- function todo(fn?: ItFn): void;
203
+ /**
204
+ * Shorthand for skipping a test, same as `it([name], { skip: true }[, fn])`.
205
+ */
206
+ function skip(name?: string, options?: TestOptions, fn?: TestFn): void;
207
+ function skip(name?: string, fn?: TestFn): void;
208
+ function skip(options?: TestOptions, fn?: TestFn): void;
209
+ function skip(fn?: TestFn): void;
210
+ /**
211
+ * Shorthand for marking a test as `TODO`, same as `it([name], { todo: true }[, fn])`.
212
+ */
213
+ function todo(name?: string, options?: TestOptions, fn?: TestFn): void;
214
+ function todo(name?: string, fn?: TestFn): void;
215
+ function todo(options?: TestOptions, fn?: TestFn): void;
216
+ function todo(fn?: TestFn): void;
217
+ /**
218
+ * Shorthand for marking a test as `only`, same as `it([name], { only: true }[, fn])`.
219
+ * @since v18.15.0
220
+ */
221
+ function only(name?: string, options?: TestOptions, fn?: TestFn): void;
222
+ function only(name?: string, fn?: TestFn): void;
223
+ function only(options?: TestOptions, fn?: TestFn): void;
224
+ function only(fn?: TestFn): void;
189
225
  }
226
+ /**
227
+ * Shorthand for skipping a test, same as `test([name], { skip: true }[, fn])`.
228
+ * @since v20.2.0
229
+ */
230
+ function skip(name?: string, options?: TestOptions, fn?: TestFn): void;
231
+ function skip(name?: string, fn?: TestFn): void;
232
+ function skip(options?: TestOptions, fn?: TestFn): void;
233
+ function skip(fn?: TestFn): void;
234
+ /**
235
+ * Shorthand for marking a test as `TODO`, same as `test([name], { todo: true }[, fn])`.
236
+ * @since v20.2.0
237
+ */
238
+ function todo(name?: string, options?: TestOptions, fn?: TestFn): void;
239
+ function todo(name?: string, fn?: TestFn): void;
240
+ function todo(options?: TestOptions, fn?: TestFn): void;
241
+ function todo(fn?: TestFn): void;
242
+ /**
243
+ * Shorthand for marking a test as `only`, same as `test([name], { only: true }[, fn])`.
244
+ * @since v20.2.0
245
+ */
246
+ function only(name?: string, options?: TestOptions, fn?: TestFn): void;
247
+ function only(name?: string, fn?: TestFn): void;
248
+ function only(options?: TestOptions, fn?: TestFn): void;
249
+ function only(fn?: TestFn): void;
190
250
  /**
191
251
  * The type of a function under test. The first argument to this function is a
192
252
  * {@link TestContext} object. If the test uses callbacks, the callback function is passed as
@@ -198,11 +258,6 @@ declare module 'node:test' {
198
258
  * If the test uses callbacks, the callback function is passed as an argument
199
259
  */
200
260
  type SuiteFn = (done: (result?: any) => void) => void;
201
- /**
202
- * The type of a function under test.
203
- * If the test uses callbacks, the callback function is passed as an argument
204
- */
205
- type ItFn = (done: (result?: any) => void) => any;
206
261
  interface RunOptions {
207
262
  /**
208
263
  * If a number is provided, then that many files would run in parallel.
@@ -993,5 +1048,5 @@ declare module 'node:test' {
993
1048
  */
994
1049
  restore(): void;
995
1050
  }
996
- export { test as default, run, test, describe, it, before, after, beforeEach, afterEach, mock };
1051
+ export { test as default, run, test, describe, it, before, after, beforeEach, afterEach, mock, skip, only, todo };
997
1052
  }
@@ -6,7 +6,7 @@
6
6
  * The timer functions within Node.js implement a similar API as the timers API
7
7
  * provided by Web Browsers but use a different internal implementation that is
8
8
  * built around the Node.js [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout).
9
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/timers.js)
9
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/timers.js)
10
10
  */
11
11
  declare module 'timers' {
12
12
  import { Abortable } from 'node:events';
@@ -33,7 +33,35 @@ declare module 'timers' {
33
33
  refresh(): this;
34
34
  [Symbol.toPrimitive](): number;
35
35
  }
36
- interface Immediate extends RefCounted {
36
+ /**
37
+ * This object is created internally and is returned from `setImmediate()`. It
38
+ * can be passed to `clearImmediate()` in order to cancel the scheduled
39
+ * actions.
40
+ *
41
+ * By default, when an immediate is scheduled, the Node.js event loop will continue
42
+ * running as long as the immediate is active. The `Immediate` object returned by `setImmediate()` exports both `immediate.ref()` and `immediate.unref()`functions that can be used to
43
+ * control this default behavior.
44
+ */
45
+ class Immediate implements RefCounted {
46
+ /**
47
+ * When called, requests that the Node.js event loop _not_ exit so long as the`Immediate` is active. Calling `immediate.ref()` multiple times will have no
48
+ * effect.
49
+ *
50
+ * By default, all `Immediate` objects are "ref'ed", making it normally unnecessary
51
+ * to call `immediate.ref()` unless `immediate.unref()` had been called previously.
52
+ * @since v9.7.0
53
+ * @return a reference to `immediate`
54
+ */
55
+ ref(): this;
56
+ /**
57
+ * When called, the active `Immediate` object will not require the Node.js event
58
+ * loop to remain active. If there is no other activity keeping the event loop
59
+ * running, the process may exit before the `Immediate` object's callback is
60
+ * invoked. Calling `immediate.unref()` multiple times will have no effect.
61
+ * @since v9.7.0
62
+ * @return a reference to `immediate`
63
+ */
64
+ unref(): this;
37
65
  /**
38
66
  * If true, the `Immediate` object will keep the Node.js event loop active.
39
67
  * @since v11.0.0
@@ -41,7 +69,33 @@ declare module 'timers' {
41
69
  hasRef(): boolean;
42
70
  _onImmediate: Function; // to distinguish it from the Timeout class
43
71
  }
44
- interface Timeout extends Timer {
72
+ /**
73
+ * This object is created internally and is returned from `setTimeout()` and `setInterval()`. It can be passed to either `clearTimeout()` or `clearInterval()` in order to cancel the
74
+ * scheduled actions.
75
+ *
76
+ * By default, when a timer is scheduled using either `setTimeout()` or `setInterval()`, the Node.js event loop will continue running as long as the
77
+ * timer is active. Each of the `Timeout` objects returned by these functions
78
+ * export both `timeout.ref()` and `timeout.unref()` functions that can be used to
79
+ * control this default behavior.
80
+ */
81
+ class Timeout implements Timer {
82
+ /**
83
+ * When called, requests that the Node.js event loop _not_ exit so long as the`Timeout` is active. Calling `timeout.ref()` multiple times will have no effect.
84
+ *
85
+ * By default, all `Timeout` objects are "ref'ed", making it normally unnecessary
86
+ * to call `timeout.ref()` unless `timeout.unref()` had been called previously.
87
+ * @since v0.9.1
88
+ * @return a reference to `timeout`
89
+ */
90
+ ref(): this;
91
+ /**
92
+ * When called, the active `Timeout` object will not require the Node.js event loop
93
+ * to remain active. If there is no other activity keeping the event loop running,
94
+ * the process may exit before the `Timeout` object's callback is invoked. Calling`timeout.unref()` multiple times will have no effect.
95
+ * @since v0.9.1
96
+ * @return a reference to `timeout`
97
+ */
98
+ unref(): this;
45
99
  /**
46
100
  * If true, the `Timeout` object will keep the Node.js event loop active.
47
101
  * @since v11.0.0
@@ -63,11 +117,23 @@ declare module 'timers' {
63
117
  }
64
118
  }
65
119
  /**
66
- * Schedules execution of a one-time `callback` after `delay` milliseconds. The `callback` will likely not be invoked in precisely `delay` milliseconds.
67
- * Node.js makes no guarantees about the exact timing of when callbacks will fire, nor of their ordering. The callback will be called as close as possible to the time specified.
68
- * When `delay` is larger than `2147483647` or less than `1`, the `delay` will be set to `1`. Non-integer delays are truncated to an integer.
69
- * If `callback` is not a function, a [TypeError](https://nodejs.org/api/errors.html#class-typeerror) will be thrown.
120
+ * Schedules execution of a one-time `callback` after `delay` milliseconds.
121
+ *
122
+ * The `callback` will likely not be invoked in precisely `delay` milliseconds.
123
+ * Node.js makes no guarantees about the exact timing of when callbacks will fire,
124
+ * nor of their ordering. The callback will be called as close as possible to the
125
+ * time specified.
126
+ *
127
+ * When `delay` is larger than `2147483647` or less than `1`, the `delay`will be set to `1`. Non-integer delays are truncated to an integer.
128
+ *
129
+ * If `callback` is not a function, a `TypeError` will be thrown.
130
+ *
131
+ * This method has a custom variant for promises that is available using `timersPromises.setTimeout()`.
70
132
  * @since v0.0.1
133
+ * @param callback The function to call when the timer elapses.
134
+ * @param [delay=1] The number of milliseconds to wait before calling the `callback`.
135
+ * @param args Optional arguments to pass when the `callback` is called.
136
+ * @return for use with {@link clearTimeout}
71
137
  */
72
138
  function setTimeout<TArgs extends any[]>(callback: (...args: TArgs) => void, ms?: number, ...args: TArgs): NodeJS.Timeout;
73
139
  // util.promisify no rest args compability
@@ -76,7 +142,27 @@ declare module 'timers' {
76
142
  namespace setTimeout {
77
143
  const __promisify__: typeof setTimeoutPromise;
78
144
  }
145
+ /**
146
+ * Cancels a `Timeout` object created by `setTimeout()`.
147
+ * @since v0.0.1
148
+ * @param timeout A `Timeout` object as returned by {@link setTimeout} or the `primitive` of the `Timeout` object as a string or a number.
149
+ */
79
150
  function clearTimeout(timeoutId: NodeJS.Timeout | string | number | undefined): void;
151
+ /**
152
+ * Schedules repeated execution of `callback` every `delay` milliseconds.
153
+ *
154
+ * When `delay` is larger than `2147483647` or less than `1`, the `delay` will be
155
+ * set to `1`. Non-integer delays are truncated to an integer.
156
+ *
157
+ * If `callback` is not a function, a `TypeError` will be thrown.
158
+ *
159
+ * This method has a custom variant for promises that is available using `timersPromises.setInterval()`.
160
+ * @since v0.0.1
161
+ * @param callback The function to call when the timer elapses.
162
+ * @param [delay=1] The number of milliseconds to wait before calling the `callback`.
163
+ * @param args Optional arguments to pass when the `callback` is called.
164
+ * @return for use with {@link clearInterval}
165
+ */
80
166
  function setInterval<TArgs extends any[]>(callback: (...args: TArgs) => void, ms?: number, ...args: TArgs): NodeJS.Timer;
81
167
  // util.promisify no rest args compability
82
168
  // tslint:disable-next-line void-return
@@ -84,7 +170,30 @@ declare module 'timers' {
84
170
  namespace setInterval {
85
171
  const __promisify__: typeof setIntervalPromise;
86
172
  }
173
+ /**
174
+ * Cancels a `Timeout` object created by `setInterval()`.
175
+ * @since v0.0.1
176
+ * @param timeout A `Timeout` object as returned by {@link setInterval} or the `primitive` of the `Timeout` object as a string or a number.
177
+ */
87
178
  function clearInterval(intervalId: NodeJS.Timeout | string | number | undefined): void;
179
+ /**
180
+ * Schedules the "immediate" execution of the `callback` after I/O events'
181
+ * callbacks.
182
+ *
183
+ * When multiple calls to `setImmediate()` are made, the `callback` functions are
184
+ * queued for execution in the order in which they are created. The entire callback
185
+ * queue is processed every event loop iteration. If an immediate timer is queued
186
+ * from inside an executing callback, that timer will not be triggered until the
187
+ * next event loop iteration.
188
+ *
189
+ * If `callback` is not a function, a `TypeError` will be thrown.
190
+ *
191
+ * This method has a custom variant for promises that is available using `timersPromises.setImmediate()`.
192
+ * @since v0.9.1
193
+ * @param callback The function to call at the end of this turn of the Node.js `Event Loop`
194
+ * @param args Optional arguments to pass when the `callback` is called.
195
+ * @return for use with {@link clearImmediate}
196
+ */
88
197
  function setImmediate<TArgs extends any[]>(callback: (...args: TArgs) => void, ...args: TArgs): NodeJS.Immediate;
89
198
  // util.promisify no rest args compability
90
199
  // tslint:disable-next-line void-return
@@ -92,6 +201,11 @@ declare module 'timers' {
92
201
  namespace setImmediate {
93
202
  const __promisify__: typeof setImmediatePromise;
94
203
  }
204
+ /**
205
+ * Cancels an `Immediate` object created by `setImmediate()`.
206
+ * @since v0.9.1
207
+ * @param immediate An `Immediate` object as returned by {@link setImmediate}.
208
+ */
95
209
  function clearImmediate(immediateId: NodeJS.Immediate | undefined): void;
96
210
  function queueMicrotask(callback: () => void): void;
97
211
  }
@@ -6,7 +6,7 @@
6
6
  * ```js
7
7
  * const tls = require('node:tls');
8
8
  * ```
9
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/tls.js)
9
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/tls.js)
10
10
  */
11
11
  declare module 'tls' {
12
12
  import { X509Certificate } from 'node:crypto';
@@ -94,7 +94,7 @@
94
94
  *
95
95
  * The features from this module are not available in `Worker` threads.
96
96
  * @experimental
97
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/trace_events.js)
97
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/trace_events.js)
98
98
  */
99
99
  declare module 'trace_events' {
100
100
  /**
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The `node:assert` module provides a set of assertion functions for verifying
3
3
  * invariants.
4
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/assert.js)
4
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/assert.js)
5
5
  */
6
6
  declare module 'assert' {
7
7
  /**
@@ -15,10 +15,25 @@ declare module 'assert' {
15
15
  * Indicates the failure of an assertion. All errors thrown by the `node:assert`module will be instances of the `AssertionError` class.
16
16
  */
17
17
  class AssertionError extends Error {
18
+ /**
19
+ * Set to the `actual` argument for methods such as {@link assert.strictEqual()}.
20
+ */
18
21
  actual: unknown;
22
+ /**
23
+ * Set to the `expected` argument for methods such as {@link assert.strictEqual()}.
24
+ */
19
25
  expected: unknown;
26
+ /**
27
+ * Set to the passed in operator value.
28
+ */
20
29
  operator: string;
30
+ /**
31
+ * Indicates if the message was auto-generated (`true`) or not.
32
+ */
21
33
  generatedMessage: boolean;
34
+ /**
35
+ * Value is always `ERR_ASSERTION` to show that the error is an assertion error.
36
+ */
22
37
  code: 'ERR_ASSERTION';
23
38
  constructor(options?: {
24
39
  /** If provided, the error message is set to this value. */
@@ -12,7 +12,7 @@
12
12
  * import async_hooks from 'node:async_hooks';
13
13
  * ```
14
14
  * @experimental
15
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/async_hooks.js)
15
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/async_hooks.js)
16
16
  */
17
17
  declare module 'async_hooks' {
18
18
  /**
@@ -274,19 +274,13 @@ declare module 'async_hooks' {
274
274
  * @param fn The function to bind to the current execution context.
275
275
  * @param type An optional name to associate with the underlying `AsyncResource`.
276
276
  */
277
- static bind<Func extends (this: ThisArg, ...args: any[]) => any, ThisArg>(
278
- fn: Func,
279
- type?: string,
280
- thisArg?: ThisArg
281
- ): Func;
277
+ static bind<Func extends (this: ThisArg, ...args: any[]) => any, ThisArg>(fn: Func, type?: string, thisArg?: ThisArg): Func;
282
278
  /**
283
279
  * Binds the given function to execute to this `AsyncResource`'s scope.
284
280
  * @since v14.8.0, v12.19.0
285
281
  * @param fn The function to bind to the current `AsyncResource`.
286
282
  */
287
- bind<Func extends (...args: any[]) => any>(
288
- fn: Func
289
- ): Func;
283
+ bind<Func extends (...args: any[]) => any>(fn: Func): Func;
290
284
  /**
291
285
  * Call the provided function with the provided arguments in the execution context
292
286
  * of the async resource. This will establish the context, trigger the AsyncHooks
@@ -372,9 +366,7 @@ declare module 'async_hooks' {
372
366
  * @param fn The function to bind to the current execution context.
373
367
  * @return A new function that calls `fn` within the captured execution context.
374
368
  */
375
- static bind<Func extends (...args: any[]) => any>(
376
- fn: Func
377
- ): Func;
369
+ static bind<Func extends (...args: any[]) => any>(fn: Func): Func;
378
370
  /**
379
371
  * Captures the current execution context and returns a function that accepts a
380
372
  * function as an argument. Whenever the returned function is called, it
@@ -41,7 +41,7 @@
41
41
  * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74].
42
42
  * const buf7 = Buffer.from('tést', 'latin1');
43
43
  * ```
44
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/buffer.js)
44
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/buffer.js)
45
45
  */
46
46
  declare module 'buffer' {
47
47
  import { BinaryLike } from 'node:crypto';
@@ -216,6 +216,9 @@ declare module 'buffer' {
216
216
  // the copy below in a Node environment.
217
217
  type __Blob = typeof globalThis extends { onmessage: any; Blob: infer T } ? T : NodeBlob;
218
218
  global {
219
+ namespace NodeJS {
220
+ export { BufferEncoding };
221
+ }
219
222
  // Buffer class
220
223
  type BufferEncoding =
221
224
  | 'ascii'
@@ -2309,7 +2312,7 @@ declare module 'buffer' {
2309
2312
  * **For code running using Node.js APIs, converting between base64-encoded strings**
2310
2313
  * **and binary data should be performed using `Buffer.from(str, 'base64')` and`buf.toString('base64')`.**
2311
2314
  * @since v15.13.0, v14.17.0
2312
- * @deprecated Use `Buffer.from(data, 'base64')` instead.
2315
+ * @legacy Use `Buffer.from(data, 'base64')` instead.
2313
2316
  * @param data The Base64-encoded input string.
2314
2317
  */
2315
2318
  function atob(data: string): string;
@@ -2325,7 +2328,7 @@ declare module 'buffer' {
2325
2328
  * **For code running using Node.js APIs, converting between base64-encoded strings**
2326
2329
  * **and binary data should be performed using `Buffer.from(str, 'base64')` and`buf.toString('base64')`.**
2327
2330
  * @since v15.13.0, v14.17.0
2328
- * @deprecated Use `buf.toString('base64')` instead.
2331
+ * @legacy Use `buf.toString('base64')` instead.
2329
2332
  * @param data An ASCII (Latin1) string.
2330
2333
  */
2331
2334
  function btoa(data: string): string;
@@ -63,7 +63,7 @@
63
63
  * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however,
64
64
  * the synchronous methods can have significant impact on performance due to
65
65
  * stalling the event loop while spawned processes complete.
66
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/child_process.js)
66
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/child_process.js)
67
67
  */
68
68
  declare module 'child_process' {
69
69
  import { ObjectEncodingOptions } from 'node:fs';
@@ -630,6 +630,15 @@ declare module 'child_process' {
630
630
  }
631
631
  interface CommonSpawnOptions extends CommonOptions, MessagingOptions, Abortable {
632
632
  argv0?: string | undefined;
633
+ /**
634
+ * Can be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings.
635
+ * If passed as an array, the first element is used for `stdin`, the second for
636
+ * `stdout`, and the third for `stderr`. A fourth element can be used to
637
+ * specify the `stdio` behavior beyond the standard streams. See
638
+ * {@link ChildProcess.stdio} for more information.
639
+ *
640
+ * @default 'pipe'
641
+ */
633
642
  stdio?: StdioOptions | undefined;
634
643
  shell?: boolean | string | undefined;
635
644
  windowsVerbatimArguments?: boolean | undefined;
@@ -980,7 +989,10 @@ declare module 'child_process' {
980
989
  interface ExecFileOptionsWithOtherEncoding extends ExecFileOptions {
981
990
  encoding: BufferEncoding;
982
991
  }
983
- type ExecFileException = ExecException & NodeJS.ErrnoException;
992
+ type ExecFileException =
993
+ & Omit<ExecException, 'code'>
994
+ & Omit<NodeJS.ErrnoException, 'code'>
995
+ & { code?: string | number | undefined | null };
984
996
  /**
985
997
  * The `child_process.execFile()` function is similar to {@link exec} except that it does not spawn a shell by default. Rather, the specified
986
998
  * executable `file` is spawned directly as a new process making it slightly more
@@ -1188,6 +1200,15 @@ declare module 'child_process' {
1188
1200
  execPath?: string | undefined;
1189
1201
  execArgv?: string[] | undefined;
1190
1202
  silent?: boolean | undefined;
1203
+ /**
1204
+ * Can be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings.
1205
+ * If passed as an array, the first element is used for `stdin`, the second for
1206
+ * `stdout`, and the third for `stderr`. A fourth element can be used to
1207
+ * specify the `stdio` behavior beyond the standard streams. See
1208
+ * {@link ChildProcess.stdio} for more information.
1209
+ *
1210
+ * @default 'pipe'
1211
+ */
1191
1212
  stdio?: StdioOptions | undefined;
1192
1213
  detached?: boolean | undefined;
1193
1214
  windowsVerbatimArguments?: boolean | undefined;
@@ -1288,6 +1309,15 @@ declare module 'child_process' {
1288
1309
  function spawnSync(command: string, args?: ReadonlyArray<string>, options?: SpawnSyncOptions): SpawnSyncReturns<string | Buffer>;
1289
1310
  interface CommonExecOptions extends CommonOptions {
1290
1311
  input?: string | NodeJS.ArrayBufferView | undefined;
1312
+ /**
1313
+ * Can be set to 'pipe', 'inherit, or 'ignore', or an array of these strings.
1314
+ * If passed as an array, the first element is used for `stdin`, the second for
1315
+ * `stdout`, and the third for `stderr`. A fourth element can be used to
1316
+ * specify the `stdio` behavior beyond the standard streams. See
1317
+ * {@link ChildProcess.stdio} for more information.
1318
+ *
1319
+ * @default 'pipe'
1320
+ */
1291
1321
  stdio?: StdioOptions | undefined;
1292
1322
  killSignal?: NodeJS.Signals | number | undefined;
1293
1323
  maxBuffer?: number | undefined;
@@ -50,7 +50,7 @@
50
50
  * ```
51
51
  *
52
52
  * On Windows, it is not yet possible to set up a named pipe server in a worker.
53
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/cluster.js)
53
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/cluster.js)
54
54
  */
55
55
  declare module 'cluster' {
56
56
  import * as child from 'node:child_process';
@@ -53,7 +53,7 @@
53
53
  * myConsole.warn(`Danger ${name}! Danger!`);
54
54
  * // Prints: Danger Will Robinson! Danger!, to err
55
55
  * ```
56
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/console.js)
56
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/console.js)
57
57
  */
58
58
  declare module 'console' {
59
59
  import console = require('node:console');
@@ -14,7 +14,7 @@
14
14
  * // Prints:
15
15
  * // c0fa1bc00531bd78ef38c628449c5102aeabd49b5dc3a2a516ea6ea959d6658e
16
16
  * ```
17
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/crypto.js)
17
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/crypto.js)
18
18
  */
19
19
  declare module 'crypto' {
20
20
  import * as stream from 'node:stream';
@@ -96,7 +96,7 @@ declare module 'crypto' {
96
96
  verifySpkac(spkac: NodeJS.ArrayBufferView): boolean;
97
97
  }
98
98
  namespace constants {
99
- // https://nodejs.org/dist/latest-v10.x/docs/api/crypto.html#crypto_crypto_constants
99
+ // https://nodejs.org/dist/latest-v20.x/docs/api/crypto.html#crypto-constants
100
100
  const OPENSSL_VERSION_NUMBER: number;
101
101
  /** Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail. */
102
102
  const SSL_OP_ALL: number;
@@ -1282,7 +1282,7 @@ declare module 'crypto' {
1282
1282
  type DSAEncoding = 'der' | 'ieee-p1363';
1283
1283
  interface SigningOptions {
1284
1284
  /**
1285
- * @See crypto.constants.RSA_PKCS1_PADDING
1285
+ * @see crypto.constants.RSA_PKCS1_PADDING
1286
1286
  */
1287
1287
  padding?: number | undefined;
1288
1288
  saltLength?: number | undefined;
@@ -23,7 +23,7 @@
23
23
  * server.bind(41234);
24
24
  * // Prints: server listening 0.0.0.0:41234
25
25
  * ```
26
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/dgram.js)
26
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/dgram.js)
27
27
  */
28
28
  declare module 'dgram' {
29
29
  import { AddressInfo } from 'node:net';
@@ -20,7 +20,7 @@
20
20
  * should generally include the module name to avoid collisions with data from
21
21
  * other modules.
22
22
  * @since v15.1.0, v14.17.0
23
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/diagnostics_channel.js)
23
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/diagnostics_channel.js)
24
24
  */
25
25
  declare module 'diagnostics_channel' {
26
26
  /**
@@ -344,6 +344,49 @@ declare module 'dns/promises' {
344
344
  * @param order must be `'ipv4first'` or `'verbatim'`.
345
345
  */
346
346
  function setDefaultResultOrder(order: 'ipv4first' | 'verbatim'): void;
347
+ /**
348
+ * An independent resolver for DNS requests.
349
+ *
350
+ * Creating a new resolver uses the default server settings. Setting
351
+ * the servers used for a resolver using `resolver.setServers()` does not affect
352
+ * other resolvers:
353
+ *
354
+ * ```js
355
+ * const { Resolver } = require('node:dns').promises;
356
+ * const resolver = new Resolver();
357
+ * resolver.setServers(['4.4.4.4']);
358
+ *
359
+ * // This request will use the server at 4.4.4.4, independent of global settings.
360
+ * resolver.resolve4('example.org').then((addresses) => {
361
+ * // ...
362
+ * });
363
+ *
364
+ * // Alternatively, the same code can be written using async-await style.
365
+ * (async function() {
366
+ * const addresses = await resolver.resolve4('example.org');
367
+ * })();
368
+ * ```
369
+ *
370
+ * The following methods from the `dnsPromises` API are available:
371
+ *
372
+ * * `resolver.getServers()`
373
+ * * `resolver.resolve()`
374
+ * * `resolver.resolve4()`
375
+ * * `resolver.resolve6()`
376
+ * * `resolver.resolveAny()`
377
+ * * `resolver.resolveCaa()`
378
+ * * `resolver.resolveCname()`
379
+ * * `resolver.resolveMx()`
380
+ * * `resolver.resolveNaptr()`
381
+ * * `resolver.resolveNs()`
382
+ * * `resolver.resolvePtr()`
383
+ * * `resolver.resolveSoa()`
384
+ * * `resolver.resolveSrv()`
385
+ * * `resolver.resolveTxt()`
386
+ * * `resolver.reverse()`
387
+ * * `resolver.setServers()`
388
+ * @since v10.6.0
389
+ */
347
390
  class Resolver {
348
391
  constructor(options?: ResolverOptions);
349
392
  cancel(): void;
@@ -352,6 +395,7 @@ declare module 'dns/promises' {
352
395
  resolve4: typeof resolve4;
353
396
  resolve6: typeof resolve6;
354
397
  resolveAny: typeof resolveAny;
398
+ resolveCaa: typeof resolveCaa;
355
399
  resolveCname: typeof resolveCname;
356
400
  resolveMx: typeof resolveMx;
357
401
  resolveNaptr: typeof resolveNaptr;