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
@@ -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
  /**
@@ -21,7 +21,7 @@
21
21
  *
22
22
  * In most cases, there should be little to no reason for an application to
23
23
  * manually create instances of the `tty.ReadStream` and `tty.WriteStream`classes.
24
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/tty.js)
24
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/tty.js)
25
25
  */
26
26
  declare module 'tty' {
27
27
  import * as net from 'node:net';
@@ -5,7 +5,7 @@
5
5
  * ```js
6
6
  * import url from 'node:url';
7
7
  * ```
8
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/url.js)
8
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/url.js)
9
9
  */
10
10
  declare module 'url' {
11
11
  import { Blob as NodeBlob } from 'node:buffer';
@@ -129,7 +129,7 @@ declare module 'url' {
129
129
  * string, an `Error` is thrown.
130
130
  * * `result` is returned.
131
131
  * @since v0.1.25
132
- * @deprecated Legacy: Use the WHATWG URL API instead.
132
+ * @legacy Use the WHATWG URL API instead.
133
133
  * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`.
134
134
  */
135
135
  function format(urlObject: URL, options?: URLFormatOptions): string;
@@ -193,7 +193,7 @@ declare module 'url' {
193
193
  * string, an `Error` is thrown.
194
194
  * * `result` is returned.
195
195
  * @since v0.1.25
196
- * @deprecated Legacy: Use the WHATWG URL API instead.
196
+ * @legacy Use the WHATWG URL API instead.
197
197
  * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`.
198
198
  */
199
199
  function format(urlObject: UrlObject | string): string;
@@ -226,7 +226,7 @@ declare module 'url' {
226
226
  * resolve('http://example.com/one', '/two'); // 'http://example.com/two'
227
227
  * ```
228
228
  * @since v0.1.25
229
- * @deprecated Legacy: Use the WHATWG URL API instead.
229
+ * @legacy Use the WHATWG URL API instead.
230
230
  * @param from The base URL to use if `to` is a relative URL.
231
231
  * @param to The target URL to resolve.
232
232
  */
@@ -748,9 +748,12 @@ declare module 'url' {
748
748
  */
749
749
  append(name: string, value: string): void;
750
750
  /**
751
- * Remove all name-value pairs whose name is `name`.
751
+ * If `value` is provided, removes all name-value pairs
752
+ * where name is `name` and value is `value`..
753
+ *
754
+ * If `value` is not provided, removes all name-value pairs whose name is `name`.
752
755
  */
753
- delete(name: string): void;
756
+ delete(name: string, value?: string): void;
754
757
  /**
755
758
  * Returns an ES6 `Iterator` over each of the name-value pairs in the query.
756
759
  * Each item of the iterator is a JavaScript `Array`. The first item of the `Array`is the `name`, the second item of the `Array` is the `value`.
@@ -786,9 +789,15 @@ declare module 'url' {
786
789
  */
787
790
  getAll(name: string): string[];
788
791
  /**
789
- * Returns `true` if there is at least one name-value pair whose name is `name`.
792
+ * Checks if the `URLSearchParams` object contains key-value pair(s) based on`name` and an optional `value` argument.
793
+ *
794
+ * If `value` is provided, returns `true` when name-value pair with
795
+ * same `name` and `value` exists.
796
+ *
797
+ * If `value` is not provided, returns `true` if there is at least one name-value
798
+ * pair whose name is `name`.
790
799
  */
791
- has(name: string): boolean;
800
+ has(name: string, value?: string): boolean;
792
801
  /**
793
802
  * Returns an ES6 `Iterator` over the names of each name-value pair.
794
803
  *
@@ -6,7 +6,7 @@
6
6
  * ```js
7
7
  * const util = require('node:util');
8
8
  * ```
9
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/util.js)
9
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/util.js)
10
10
  */
11
11
  declare module 'util' {
12
12
  import * as types from 'node:util/types';
@@ -575,7 +575,7 @@ declare module 'util' {
575
575
  * stream.write('With ES6');
576
576
  * ```
577
577
  * @since v0.3.0
578
- * @deprecated Legacy: Use ES2015 class syntax and `extends` keyword instead.
578
+ * @legacy Use ES2015 class syntax and `extends` keyword instead.
579
579
  */
580
580
  export function inherits(constructor: unknown, superConstructor: unknown): void;
581
581
  export type DebugLoggerFunction = (msg: string, ...param: unknown[]) => void;
@@ -1195,7 +1195,6 @@ declare module 'util' {
1195
1195
  */
1196
1196
  encodeInto(src: string, dest: Uint8Array): EncodeIntoResult;
1197
1197
  }
1198
-
1199
1198
  import { TextDecoder as _TextDecoder, TextEncoder as _TextEncoder } from 'util';
1200
1199
  global {
1201
1200
  /**
@@ -1382,15 +1381,19 @@ declare module 'util' {
1382
1381
  ? PreciseTokenForOptions<K & string, T['options'][K]>
1383
1382
  : OptionToken
1384
1383
  : never;
1384
+
1385
1385
  type ParsedOptionToken<T extends ParseArgsConfig> = IfDefaultsTrue<T['strict'], TokenForOptions<T>, OptionToken>;
1386
+
1386
1387
  type ParsedPositionalToken<T extends ParseArgsConfig> = IfDefaultsTrue<
1387
1388
  T['strict'],
1388
1389
  IfDefaultsFalse<T['allowPositionals'], { kind: 'positional'; index: number; value: string }, never>,
1389
1390
  IfDefaultsTrue<T['allowPositionals'], { kind: 'positional'; index: number; value: string }, never>
1390
1391
  >;
1392
+
1391
1393
  type ParsedTokens<T extends ParseArgsConfig> = Array<
1392
1394
  ParsedOptionToken<T> | ParsedPositionalToken<T> | { kind: 'option-terminator'; index: number }
1393
1395
  >;
1396
+
1394
1397
  type PreciseParsedResults<T extends ParseArgsConfig> = IfDefaultsFalse<
1395
1398
  T['tokens'],
1396
1399
  {
@@ -1403,6 +1406,7 @@ declare module 'util' {
1403
1406
  positionals: ParsedPositionals<T>;
1404
1407
  }
1405
1408
  >;
1409
+
1406
1410
  type OptionToken =
1407
1411
  | { kind: 'option'; index: number; name: string; rawName: string; value: string; inlineValue: boolean }
1408
1412
  | {
@@ -1413,6 +1417,7 @@ declare module 'util' {
1413
1417
  value: undefined;
1414
1418
  inlineValue: undefined;
1415
1419
  };
1420
+
1416
1421
  type Token =
1417
1422
  | OptionToken
1418
1423
  | { kind: 'positional'; index: number; value: string }
@@ -1422,11 +1427,14 @@ declare module 'util' {
1422
1427
  // So we can't rely on the `"not definitely present" implies "definitely not present"` assumption mentioned above.
1423
1428
  type ParsedResults<T extends ParseArgsConfig> = ParseArgsConfig extends T
1424
1429
  ? {
1425
- values: { [longOption: string]: undefined | string | boolean | Array<string | boolean> };
1430
+ values: {
1431
+ [longOption: string]: undefined | string | boolean | Array<string | boolean>;
1432
+ };
1426
1433
  positionals: string[];
1427
1434
  tokens?: Token[];
1428
1435
  }
1429
1436
  : PreciseParsedResults<T>;
1437
+
1430
1438
  /**
1431
1439
  * An implementation of [the MIMEType class](https://bmeck.github.io/node-proposal-mime-api/).
1432
1440
  *
@@ -4,7 +4,7 @@
4
4
  * ```js
5
5
  * const v8 = require('node:v8');
6
6
  * ```
7
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/v8.js)
7
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/v8.js)
8
8
  */
9
9
  declare module 'v8' {
10
10
  import { Readable } from 'node:stream';
@@ -34,7 +34,7 @@
34
34
  *
35
35
  * console.log(x); // 1; y is not defined.
36
36
  * ```
37
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/vm.js)
37
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/vm.js)
38
38
  */
39
39
  declare module 'vm' {
40
40
  interface Context extends NodeJS.Dict<any> {}
@@ -62,7 +62,7 @@
62
62
  * $ wat2wasm demo.wat
63
63
  * ```
64
64
  * @experimental
65
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/wasi.js)
65
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/wasi.js)
66
66
  */
67
67
  declare module 'wasi' {
68
68
  interface WASIOptions {
@@ -49,7 +49,7 @@
49
49
  *
50
50
  * Worker threads inherit non-process-specific options by default. Refer to `Worker constructor options` to know how to customize worker thread options,
51
51
  * specifically `argv` and `execArgv` options.
52
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/worker_threads.js)
52
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/worker_threads.js)
53
53
  */
54
54
  declare module 'worker_threads' {
55
55
  import { Blob } from 'node:buffer';
@@ -88,7 +88,7 @@
88
88
  * });
89
89
  * ```
90
90
  * @since v0.5.8
91
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/zlib.js)
91
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/zlib.js)
92
92
  */
93
93
  declare module 'zlib' {
94
94
  import * as stream from 'node:stream';
@@ -21,7 +21,7 @@
21
21
  *
22
22
  * In most cases, there should be little to no reason for an application to
23
23
  * manually create instances of the `tty.ReadStream` and `tty.WriteStream`classes.
24
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/tty.js)
24
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/tty.js)
25
25
  */
26
26
  declare module 'tty' {
27
27
  import * as net from 'node:net';
@@ -5,7 +5,7 @@
5
5
  * ```js
6
6
  * import url from 'node:url';
7
7
  * ```
8
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/url.js)
8
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/url.js)
9
9
  */
10
10
  declare module 'url' {
11
11
  import { Blob as NodeBlob } from 'node:buffer';
@@ -129,7 +129,7 @@ declare module 'url' {
129
129
  * string, an `Error` is thrown.
130
130
  * * `result` is returned.
131
131
  * @since v0.1.25
132
- * @deprecated Legacy: Use the WHATWG URL API instead.
132
+ * @legacy Use the WHATWG URL API instead.
133
133
  * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`.
134
134
  */
135
135
  function format(urlObject: URL, options?: URLFormatOptions): string;
@@ -193,7 +193,7 @@ declare module 'url' {
193
193
  * string, an `Error` is thrown.
194
194
  * * `result` is returned.
195
195
  * @since v0.1.25
196
- * @deprecated Legacy: Use the WHATWG URL API instead.
196
+ * @legacy Use the WHATWG URL API instead.
197
197
  * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`.
198
198
  */
199
199
  function format(urlObject: UrlObject | string): string;
@@ -226,7 +226,7 @@ declare module 'url' {
226
226
  * resolve('http://example.com/one', '/two'); // 'http://example.com/two'
227
227
  * ```
228
228
  * @since v0.1.25
229
- * @deprecated Legacy: Use the WHATWG URL API instead.
229
+ * @legacy Use the WHATWG URL API instead.
230
230
  * @param from The base URL to use if `to` is a relative URL.
231
231
  * @param to The target URL to resolve.
232
232
  */
@@ -748,9 +748,12 @@ declare module 'url' {
748
748
  */
749
749
  append(name: string, value: string): void;
750
750
  /**
751
- * Remove all name-value pairs whose name is `name`.
751
+ * If `value` is provided, removes all name-value pairs
752
+ * where name is `name` and value is `value`..
753
+ *
754
+ * If `value` is not provided, removes all name-value pairs whose name is `name`.
752
755
  */
753
- delete(name: string): void;
756
+ delete(name: string, value?: string): void;
754
757
  /**
755
758
  * Returns an ES6 `Iterator` over each of the name-value pairs in the query.
756
759
  * Each item of the iterator is a JavaScript `Array`. The first item of the `Array`is the `name`, the second item of the `Array` is the `value`.
@@ -786,9 +789,15 @@ declare module 'url' {
786
789
  */
787
790
  getAll(name: string): string[];
788
791
  /**
789
- * Returns `true` if there is at least one name-value pair whose name is `name`.
792
+ * Checks if the `URLSearchParams` object contains key-value pair(s) based on`name` and an optional `value` argument.
793
+ *
794
+ * If `value` is provided, returns `true` when name-value pair with
795
+ * same `name` and `value` exists.
796
+ *
797
+ * If `value` is not provided, returns `true` if there is at least one name-value
798
+ * pair whose name is `name`.
790
799
  */
791
- has(name: string): boolean;
800
+ has(name: string, value?: string): boolean;
792
801
  /**
793
802
  * Returns an ES6 `Iterator` over the names of each name-value pair.
794
803
  *
@@ -6,7 +6,7 @@
6
6
  * ```js
7
7
  * const util = require('node:util');
8
8
  * ```
9
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/util.js)
9
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/util.js)
10
10
  */
11
11
  declare module 'util' {
12
12
  import * as types from 'node:util/types';
@@ -575,7 +575,7 @@ declare module 'util' {
575
575
  * stream.write('With ES6');
576
576
  * ```
577
577
  * @since v0.3.0
578
- * @deprecated Legacy: Use ES2015 class syntax and `extends` keyword instead.
578
+ * @legacy Use ES2015 class syntax and `extends` keyword instead.
579
579
  */
580
580
  export function inherits(constructor: unknown, superConstructor: unknown): void;
581
581
  export type DebugLoggerFunction = (msg: string, ...param: unknown[]) => void;
@@ -4,7 +4,7 @@
4
4
  * ```js
5
5
  * const v8 = require('node:v8');
6
6
  * ```
7
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/v8.js)
7
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/v8.js)
8
8
  */
9
9
  declare module 'v8' {
10
10
  import { Readable } from 'node:stream';
@@ -34,7 +34,7 @@
34
34
  *
35
35
  * console.log(x); // 1; y is not defined.
36
36
  * ```
37
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/vm.js)
37
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/vm.js)
38
38
  */
39
39
  declare module 'vm' {
40
40
  interface Context extends NodeJS.Dict<any> {}
@@ -62,7 +62,7 @@
62
62
  * $ wat2wasm demo.wat
63
63
  * ```
64
64
  * @experimental
65
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/wasi.js)
65
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/wasi.js)
66
66
  */
67
67
  declare module 'wasi' {
68
68
  interface WASIOptions {
@@ -49,7 +49,7 @@
49
49
  *
50
50
  * Worker threads inherit non-process-specific options by default. Refer to `Worker constructor options` to know how to customize worker thread options,
51
51
  * specifically `argv` and `execArgv` options.
52
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/worker_threads.js)
52
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/worker_threads.js)
53
53
  */
54
54
  declare module 'worker_threads' {
55
55
  import { Blob } from 'node:buffer';
@@ -88,7 +88,7 @@
88
88
  * });
89
89
  * ```
90
90
  * @since v0.5.8
91
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/zlib.js)
91
+ * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/zlib.js)
92
92
  */
93
93
  declare module 'zlib' {
94
94
  import * as stream from 'node:stream';
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 05 May 2023 21:32:43 GMT
11
+ * Last updated: Fri, 26 May 2023 20:32:54 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
14
14
 
@@ -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