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
@@ -42,7 +42,7 @@
42
42
  * ```
43
43
  *
44
44
  * See the `Implementation considerations section` for more information.
45
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/dns.js)
45
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/dns.js)
46
46
  */
47
47
  declare module 'dns' {
48
48
  import * as dnsPromises from 'node:dns/promises';
@@ -633,6 +633,7 @@ declare module 'dns' {
633
633
  resolve4: typeof resolve4;
634
634
  resolve6: typeof resolve6;
635
635
  resolveAny: typeof resolveAny;
636
+ resolveCaa: typeof resolveCaa;
636
637
  resolveCname: typeof resolveCname;
637
638
  resolveMx: typeof resolveMx;
638
639
  resolveNaptr: typeof resolveNaptr;
@@ -12,7 +12,7 @@
12
12
  * will be notified, rather than losing the context of the error in the`process.on('uncaughtException')` handler, or causing the program to
13
13
  * exit immediately with an error code.
14
14
  * @deprecated Since v1.4.2 - Deprecated
15
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/domain.js)
15
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/domain.js)
16
16
  */
17
17
  declare module 'domain' {
18
18
  import EventEmitter = require('node:events');
@@ -32,7 +32,7 @@
32
32
  * });
33
33
  * myEmitter.emit('event');
34
34
  * ```
35
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/events.js)
35
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/events.js)
36
36
  */
37
37
  declare module 'events' {
38
38
  // NOTE: This class is in the docs but is **not actually exported** by Node.
@@ -310,21 +310,63 @@ declare module 'events' {
310
310
  */
311
311
  static setMaxListeners(n?: number, ...eventTargets: Array<_DOMEventTarget | NodeJS.EventEmitter>): void;
312
312
  /**
313
- * This symbol shall be used to install a listener for only monitoring `'error'`
314
- * events. Listeners installed using this symbol are called before the regular
315
- * `'error'` listeners are called.
313
+ * This symbol shall be used to install a listener for only monitoring `'error'`events. Listeners installed using this symbol are called before the regular`'error'` listeners are called.
316
314
  *
317
- * Installing a listener using this symbol does not change the behavior once an
318
- * `'error'` event is emitted, therefore the process will still crash if no
315
+ * Installing a listener using this symbol does not change the behavior once an`'error'` event is emitted. Therefore, the process will still crash if no
319
316
  * regular `'error'` listener is installed.
317
+ * @since v13.6.0, v12.17.0
320
318
  */
321
319
  static readonly errorMonitor: unique symbol;
320
+ /**
321
+ * Value: `Symbol.for('nodejs.rejection')`
322
+ *
323
+ * See how to write a custom `rejection handler`.
324
+ * @since v13.4.0, v12.16.0
325
+ */
322
326
  static readonly captureRejectionSymbol: unique symbol;
323
327
  /**
324
- * Sets or gets the default captureRejection value for all emitters.
328
+ * Value: [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type)
329
+ *
330
+ * Change the default `captureRejections` option on all new `EventEmitter` objects.
331
+ * @since v13.4.0, v12.16.0
325
332
  */
326
- // TODO: These should be described using static getter/setter pairs:
327
333
  static captureRejections: boolean;
334
+ /**
335
+ * By default, a maximum of `10` listeners can be registered for any single
336
+ * event. This limit can be changed for individual `EventEmitter` instances
337
+ * using the `emitter.setMaxListeners(n)` method. To change the default
338
+ * for _all_`EventEmitter` instances, the `events.defaultMaxListeners`property can be used. If this value is not a positive number, a `RangeError`is thrown.
339
+ *
340
+ * Take caution when setting the `events.defaultMaxListeners` because the
341
+ * change affects _all_`EventEmitter` instances, including those created before
342
+ * the change is made. However, calling `emitter.setMaxListeners(n)` still has
343
+ * precedence over `events.defaultMaxListeners`.
344
+ *
345
+ * This is not a hard limit. The `EventEmitter` instance will allow
346
+ * more listeners to be added but will output a trace warning to stderr indicating
347
+ * that a "possible EventEmitter memory leak" has been detected. For any single`EventEmitter`, the `emitter.getMaxListeners()` and `emitter.setMaxListeners()`methods can be used to
348
+ * temporarily avoid this warning:
349
+ *
350
+ * ```js
351
+ * import { EventEmitter } from 'node:events';
352
+ * const emitter = new EventEmitter();
353
+ * emitter.setMaxListeners(emitter.getMaxListeners() + 1);
354
+ * emitter.once('event', () => {
355
+ * // do stuff
356
+ * emitter.setMaxListeners(Math.max(emitter.getMaxListeners() - 1, 0));
357
+ * });
358
+ * ```
359
+ *
360
+ * The `--trace-warnings` command-line flag can be used to display the
361
+ * stack trace for such warnings.
362
+ *
363
+ * The emitted warning can be inspected with `process.on('warning')` and will
364
+ * have the additional `emitter`, `type`, and `count` properties, referring to
365
+ * the event emitter instance, the event's name and the number of attached
366
+ * listeners, respectively.
367
+ * Its `name` property is set to `'MaxListenersExceededWarning'`.
368
+ * @since v0.11.2
369
+ */
328
370
  static defaultMaxListeners: number;
329
371
  }
330
372
  import internal = require('node:events');
@@ -43,7 +43,7 @@ declare module 'fs/promises' {
43
43
  import { Interface as ReadlineInterface } from 'node:readline';
44
44
  interface FileChangeInfo<T extends string | Buffer> {
45
45
  eventType: WatchEventType;
46
- filename: T;
46
+ filename: T | null;
47
47
  }
48
48
  interface FlagAndOpenMode {
49
49
  mode?: Mode | undefined;
@@ -16,7 +16,7 @@
16
16
  *
17
17
  * All file system operations have synchronous, callback, and promise-based
18
18
  * forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM).
19
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/fs.js)
19
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/fs.js)
20
20
  */
21
21
  declare module 'fs' {
22
22
  import * as stream from 'node:stream';
@@ -149,12 +149,38 @@ declare module 'fs' {
149
149
  }
150
150
  export interface StatsFs extends StatsFsBase<number> {}
151
151
  /**
152
- * Provides information about a mounted file system
152
+ * Provides information about a mounted file system.
153
153
  *
154
- * Objects returned from {@link statfs} and {@link statfsSync} are of this type.
155
- * If `bigint` in the `options` passed to those methods is true, the numeric values
156
- * will be `bigint` instead of `number`.
157
- * @since v18.15.0
154
+ * Objects returned from {@link statfs} and its synchronous counterpart are of
155
+ * this type. If `bigint` in the `options` passed to those methods is `true`, the
156
+ * numeric values will be `bigint` instead of `number`.
157
+ *
158
+ * ```console
159
+ * StatFs {
160
+ * type: 1397114950,
161
+ * bsize: 4096,
162
+ * blocks: 121938943,
163
+ * bfree: 61058895,
164
+ * bavail: 61058895,
165
+ * files: 999,
166
+ * ffree: 1000000
167
+ * }
168
+ * ```
169
+ *
170
+ * `bigint` version:
171
+ *
172
+ * ```console
173
+ * StatFs {
174
+ * type: 1397114950n,
175
+ * bsize: 4096n,
176
+ * blocks: 121938943n,
177
+ * bfree: 61058895n,
178
+ * bavail: 61058895n,
179
+ * files: 999n,
180
+ * ffree: 1000000n
181
+ * }
182
+ * ```
183
+ * @since v19.6.0, v18.15.0
158
184
  */
159
185
  export class StatsFs {}
160
186
  export interface BigIntStatsFs extends StatsFsBase<bigint> {}
@@ -214,6 +240,11 @@ declare module 'fs' {
214
240
  * @since v10.10.0
215
241
  */
216
242
  name: string;
243
+ /**
244
+ * The base path that this `fs.Dirent` object refers to.
245
+ * @since v20.1.0
246
+ */
247
+ path: string;
217
248
  }
218
249
  /**
219
250
  * A class representing a directory stream.
@@ -1215,7 +1246,8 @@ declare module 'fs' {
1215
1246
  * It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is
1216
1247
  * not a string, Node.js will autodetect `target` type and use `'file'` or `'dir'`.
1217
1248
  * If the `target` does not exist, `'file'` will be used. Windows junction points
1218
- * require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path.
1249
+ * require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path. Junction
1250
+ * points on NTFS volumes can only point to directories.
1219
1251
  *
1220
1252
  * Relative targets are relative to the link's parent directory.
1221
1253
  *
@@ -3020,7 +3052,7 @@ declare module 'fs' {
3020
3052
  bigint?: false | undefined;
3021
3053
  })
3022
3054
  | undefined,
3023
- listener: (curr: Stats, prev: Stats) => void
3055
+ listener: StatsListener
3024
3056
  ): StatWatcher;
3025
3057
  export function watchFile(
3026
3058
  filename: PathLike,
@@ -3029,13 +3061,13 @@ declare module 'fs' {
3029
3061
  bigint: true;
3030
3062
  })
3031
3063
  | undefined,
3032
- listener: (curr: BigIntStats, prev: BigIntStats) => void
3064
+ listener: BigIntStatsListener
3033
3065
  ): StatWatcher;
3034
3066
  /**
3035
3067
  * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed.
3036
3068
  * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3037
3069
  */
3038
- export function watchFile(filename: PathLike, listener: (curr: Stats, prev: Stats) => void): StatWatcher;
3070
+ export function watchFile(filename: PathLike, listener: StatsListener): StatWatcher;
3039
3071
  /**
3040
3072
  * Stop watching for changes on `filename`. If `listener` is specified, only that
3041
3073
  * particular listener is removed. Otherwise, _all_ listeners are removed,
@@ -3048,14 +3080,17 @@ declare module 'fs' {
3048
3080
  * @since v0.1.31
3049
3081
  * @param listener Optional, a listener previously attached using `fs.watchFile()`
3050
3082
  */
3051
- export function unwatchFile(filename: PathLike, listener?: (curr: Stats, prev: Stats) => void): void;
3083
+ export function unwatchFile(filename: PathLike, listener?: StatsListener): void;
3084
+ export function unwatchFile(filename: PathLike, listener?: BigIntStatsListener): void;
3052
3085
  export interface WatchOptions extends Abortable {
3053
3086
  encoding?: BufferEncoding | 'buffer' | undefined;
3054
3087
  persistent?: boolean | undefined;
3055
3088
  recursive?: boolean | undefined;
3056
3089
  }
3057
3090
  export type WatchEventType = 'rename' | 'change';
3058
- export type WatchListener<T> = (event: WatchEventType, filename: T) => void;
3091
+ export type WatchListener<T> = (event: WatchEventType, filename: T | null) => void;
3092
+ export type StatsListener = (curr: Stats, prev: Stats) => void;
3093
+ export type BigIntStatsListener = (curr: BigIntStats, prev: BigIntStats) => void;
3059
3094
  /**
3060
3095
  * Watch for changes on `filename`, where `filename` is either a file or a
3061
3096
  * directory.
@@ -64,6 +64,7 @@ interface AbortSignal extends EventTarget {
64
64
  readonly aborted: boolean;
65
65
  readonly reason: any;
66
66
  onabort: null | ((this: AbortSignal, event: Event) => any);
67
+ throwIfAborted(): void;
67
68
  }
68
69
 
69
70
  declare var AbortController: typeof globalThis extends {onmessage: any; AbortController: infer T}
@@ -37,13 +37,14 @@
37
37
  * 'Host', 'example.com',
38
38
  * 'accepT', '*' ]
39
39
  * ```
40
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/http.js)
40
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/http.js)
41
41
  */
42
42
  declare module 'http' {
43
43
  import * as stream from 'node:stream';
44
44
  import { URL } from 'node:url';
45
- import { TcpSocketConnectOpts, Socket, Server as NetServer, LookupFunction } from 'node:net';
46
45
  import { LookupOptions } from 'node:dns';
46
+ import { EventEmitter } from 'node:events';
47
+ import { TcpSocketConnectOpts, Socket, Server as NetServer, LookupFunction } from 'node:net';
47
48
  // incoming headers will never contain number
48
49
  interface IncomingHttpHeaders extends NodeJS.Dict<string | string[]> {
49
50
  accept?: string | undefined;
@@ -1310,9 +1311,9 @@ declare module 'http' {
1310
1311
  * ```
1311
1312
  * @since v0.3.4
1312
1313
  */
1313
- class Agent {
1314
+ class Agent extends EventEmitter {
1314
1315
  /**
1315
- * By default set to 256\. For agents with `keepAlive` enabled, this
1316
+ * By default set to 256. For agents with `keepAlive` enabled, this
1316
1317
  * sets the maximum number of sockets that will be left open in the free
1317
1318
  * state.
1318
1319
  * @since v0.11.7
@@ -6,7 +6,7 @@
6
6
  * const http2 = require('node:http2');
7
7
  * ```
8
8
  * @since v8.4.0
9
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/http2.js)
9
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/http2.js)
10
10
  */
11
11
  declare module 'http2' {
12
12
  import EventEmitter = require('node:events');
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a
3
3
  * separate module.
4
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/https.js)
4
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/https.js)
5
5
  */
6
6
  declare module 'https' {
7
7
  import { Duplex } from 'node:stream';
@@ -22,7 +22,7 @@
22
22
  * ```js
23
23
  * import * as inspector from 'node:inspector';
24
24
  * ```
25
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/inspector.js)
25
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/inspector.js)
26
26
  */
27
27
  declare module 'inspector' {
28
28
  import EventEmitter = require('node:events');
@@ -10,7 +10,7 @@
10
10
  * ```js
11
11
  * const net = require('node:net');
12
12
  * ```
13
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/net.js)
13
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/net.js)
14
14
  */
15
15
  declare module 'net' {
16
16
  import * as stream from 'node:stream';
@@ -5,7 +5,7 @@
5
5
  * ```js
6
6
  * const os = require('node:os');
7
7
  * ```
8
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/os.js)
8
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/os.js)
9
9
  */
10
10
  declare module 'os' {
11
11
  interface CpuInfo {
@@ -13,7 +13,7 @@ declare module 'path/win32' {
13
13
  * ```js
14
14
  * const path = require('node:path');
15
15
  * ```
16
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/path.js)
16
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/path.js)
17
17
  */
18
18
  declare module 'path' {
19
19
  namespace path {
@@ -27,7 +27,7 @@
27
27
  * performance.measure('A to B', 'A', 'B');
28
28
  * });
29
29
  * ```
30
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/perf_hooks.js)
30
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/perf_hooks.js)
31
31
  */
32
32
  declare module 'perf_hooks' {
33
33
  import { AsyncResource } from 'node:async_hooks';
@@ -24,7 +24,7 @@
24
24
  * made available to developers as a convenience. Fixes or other modifications to
25
25
  * the module must be directed to the [Punycode.js](https://github.com/bestiejs/punycode.js) project.
26
26
  * @deprecated Since v7.0.0 - Deprecated
27
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/punycode.js)
27
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/punycode.js)
28
28
  */
29
29
  declare module 'punycode' {
30
30
  /**
@@ -9,7 +9,7 @@
9
9
  * `querystring` is more performant than `URLSearchParams` but is not a
10
10
  * standardized API. Use `URLSearchParams` when performance is not critical or
11
11
  * when compatibility with browser code is desirable.
12
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/querystring.js)
12
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/querystring.js)
13
13
  */
14
14
  declare module 'querystring' {
15
15
  interface StringifyOptions {
@@ -1,22 +1,28 @@
1
1
  /**
2
- * The `readline/promise` module provides an API for reading lines of input from a Readable stream one line at a time.
3
- *
4
- * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/readline/promises.js)
5
2
  * @since v17.0.0
3
+ * @experimental
6
4
  */
7
5
  declare module 'readline/promises' {
8
6
  import { Interface as _Interface, ReadLineOptions, Completer, AsyncCompleter, Direction } from 'node:readline';
9
7
  import { Abortable } from 'node:events';
8
+ /**
9
+ * Instances of the `readlinePromises.Interface` class are constructed using the`readlinePromises.createInterface()` method. Every instance is associated with a
10
+ * single `input` `Readable` stream and a single `output` `Writable` stream.
11
+ * The `output` stream is used to print prompts for user input that arrives on,
12
+ * and is read from, the `input` stream.
13
+ * @since v17.0.0
14
+ */
10
15
  class Interface extends _Interface {
11
16
  /**
12
- * The rl.question() method displays the query by writing it to the output, waits for user input to be provided on input,
13
- * then invokes the callback function passing the provided input as the first argument.
17
+ * The `rl.question()` method displays the `query` by writing it to the `output`,
18
+ * waits for user input to be provided on `input`, then invokes the `callback`function passing the provided input as the first argument.
14
19
  *
15
- * When called, rl.question() will resume the input stream if it has been paused.
20
+ * When called, `rl.question()` will resume the `input` stream if it has been
21
+ * paused.
16
22
  *
17
- * If the readlinePromises.Interface was created with output set to null or undefined the query is not written.
23
+ * If the `Interface` was created with `output` set to `null` or`undefined` the `query` is not written.
18
24
  *
19
- * If the question is called after rl.close(), it returns a rejected promise.
25
+ * If the question is called after `rl.close()`, it returns a rejected promise.
20
26
  *
21
27
  * Example usage:
22
28
  *
@@ -25,7 +31,7 @@ declare module 'readline/promises' {
25
31
  * console.log(`Oh, so your favorite food is ${answer}`);
26
32
  * ```
27
33
  *
28
- * Using an AbortSignal to cancel a question.
34
+ * Using an `AbortSignal` to cancel a question.
29
35
  *
30
36
  * ```js
31
37
  * const signal = AbortSignal.timeout(10_000);
@@ -37,13 +43,16 @@ declare module 'readline/promises' {
37
43
  * const answer = await rl.question('What is your favorite food? ', { signal });
38
44
  * console.log(`Oh, so your favorite food is ${answer}`);
39
45
  * ```
40
- *
41
46
  * @since v17.0.0
42
- * @param query A statement or query to write to output, prepended to the prompt.
47
+ * @param query A statement or query to write to `output`, prepended to the prompt.
48
+ * @return A promise that is fulfilled with the user's input in response to the `query`.
43
49
  */
44
50
  question(query: string): Promise<string>;
45
51
  question(query: string, options: Abortable): Promise<string>;
46
52
  }
53
+ /**
54
+ * @since v17.0.0
55
+ */
47
56
  class Readline {
48
57
  /**
49
58
  * @param stream A TTY stream.
@@ -55,46 +64,66 @@ declare module 'readline/promises' {
55
64
  }
56
65
  );
57
66
  /**
58
- * The `rl.clearLine()` method adds to the internal list of pending action an action that clears current line of the associated `stream` in a specified direction identified by `dir`.
59
- * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor.
67
+ * The `rl.clearLine()` method adds to the internal list of pending action an
68
+ * action that clears current line of the associated `stream` in a specified
69
+ * direction identified by `dir`.
70
+ * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true`was passed to the constructor.
71
+ * @since v17.0.0
72
+ * @return this
60
73
  */
61
74
  clearLine(dir: Direction): this;
62
75
  /**
63
- * The `rl.clearScreenDown()` method adds to the internal list of pending action an action that clears the associated `stream` from the current position of the cursor down.
64
- * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor.
76
+ * The `rl.clearScreenDown()` method adds to the internal list of pending action an
77
+ * action that clears the associated stream from the current position of the
78
+ * cursor down.
79
+ * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true`was passed to the constructor.
80
+ * @since v17.0.0
81
+ * @return this
65
82
  */
66
83
  clearScreenDown(): this;
67
84
  /**
68
- * The `rl.commit()` method sends all the pending actions to the associated `stream` and clears the internal list of pending actions.
85
+ * The `rl.commit()` method sends all the pending actions to the associated`stream` and clears the internal list of pending actions.
86
+ * @since v17.0.0
69
87
  */
70
88
  commit(): Promise<void>;
71
89
  /**
72
- * The `rl.cursorTo()` method adds to the internal list of pending action an action that moves cursor to the specified position in the associated `stream`.
73
- * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor.
90
+ * The `rl.cursorTo()` method adds to the internal list of pending action an action
91
+ * that moves cursor to the specified position in the associated `stream`.
92
+ * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true`was passed to the constructor.
93
+ * @since v17.0.0
94
+ * @return this
74
95
  */
75
96
  cursorTo(x: number, y?: number): this;
76
97
  /**
77
- * The `rl.moveCursor()` method adds to the internal list of pending action an action that moves the cursor relative to its current position in the associated `stream`.
78
- * Call `rl.commit()` to see the effect of this method, unless autoCommit: true was passed to the constructor.
98
+ * The `rl.moveCursor()` method adds to the internal list of pending action an
99
+ * action that moves the cursor _relative_ to its current position in the
100
+ * associated `stream`.
101
+ * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true`was passed to the constructor.
102
+ * @since v17.0.0
103
+ * @return this
79
104
  */
80
105
  moveCursor(dx: number, dy: number): this;
81
106
  /**
82
- * The `rl.rollback()` method clears the internal list of pending actions without sending it to the associated `stream`.
107
+ * The `rl.rollback` methods clears the internal list of pending actions without
108
+ * sending it to the associated `stream`.
109
+ * @since v17.0.0
110
+ * @return this
83
111
  */
84
112
  rollback(): this;
85
113
  }
86
114
  /**
87
- * The `readlinePromises.createInterface()` method creates a new `readlinePromises.Interface` instance.
115
+ * The `readlinePromises.createInterface()` method creates a new `readlinePromises.Interface`instance.
88
116
  *
89
117
  * ```js
90
118
  * const readlinePromises = require('node:readline/promises');
91
119
  * const rl = readlinePromises.createInterface({
92
120
  * input: process.stdin,
93
- * output: process.stdout
121
+ * output: process.stdout,
94
122
  * });
95
123
  * ```
96
124
  *
97
- * Once the `readlinePromises.Interface` instance is created, the most common case is to listen for the `'line'` event:
125
+ * Once the `readlinePromises.Interface` instance is created, the most common case
126
+ * is to listen for the `'line'` event:
98
127
  *
99
128
  * ```js
100
129
  * rl.on('line', (line) => {
@@ -102,42 +131,13 @@ declare module 'readline/promises' {
102
131
  * });
103
132
  * ```
104
133
  *
105
- * If `terminal` is `true` for this instance then the `output` stream will get the best compatibility if it defines an `output.columns` property,
106
- * and emits a `'resize'` event on the `output`, if or when the columns ever change (`process.stdout` does this automatically when it is a TTY).
107
- *
108
- * ## Use of the `completer` function
109
- *
110
- * The `completer` function takes the current line entered by the user as an argument, and returns an `Array` with 2 entries:
111
- *
112
- * - An Array with matching entries for the completion.
113
- * - The substring that was used for the matching.
114
- *
115
- * For instance: `[[substr1, substr2, ...], originalsubstring]`.
116
- *
117
- * ```js
118
- * function completer(line) {
119
- * const completions = '.help .error .exit .quit .q'.split(' ');
120
- * const hits = completions.filter((c) => c.startsWith(line));
121
- * // Show all completions if none found
122
- * return [hits.length ? hits : completions, line];
123
- * }
124
- * ```
125
- *
126
- * The `completer` function can also returns a `Promise`, or be asynchronous:
127
- *
128
- * ```js
129
- * async function completer(linePartial) {
130
- * await someAsyncWork();
131
- * return [['123'], linePartial];
132
- * }
133
- * ```
134
+ * If `terminal` is `true` for this instance then the `output` stream will get
135
+ * the best compatibility if it defines an `output.columns` property and emits
136
+ * a `'resize'` event on the `output` if or when the columns ever change
137
+ * (`process.stdout` does this automatically when it is a TTY).
138
+ * @since v17.0.0
134
139
  */
135
- function createInterface(
136
- input: NodeJS.ReadableStream,
137
- output?: NodeJS.WritableStream,
138
- completer?: Completer | AsyncCompleter,
139
- terminal?: boolean,
140
- ): Interface;
140
+ function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean): Interface;
141
141
  function createInterface(options: ReadLineOptions): Interface;
142
142
  }
143
143
  declare module 'node:readline/promises' {