cloudstructs 0.6.32 → 0.6.34

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 (599) hide show
  1. package/.gitattributes +1 -0
  2. package/.jsii +3 -3
  3. package/lib/codecommit-mirror/index.js +2 -2
  4. package/lib/dmarc/index.js +1 -1
  5. package/lib/ecs-service-roller/index.js +2 -2
  6. package/lib/email-receiver/receiver.js +1 -1
  7. package/lib/saml-identity-provider/index.js +2 -2
  8. package/lib/slack-app/manifest.js +1 -1
  9. package/lib/slack-app/slack-app.js +2 -2
  10. package/lib/slack-events/index.js +1 -1
  11. package/lib/slack-textract/index.js +1 -1
  12. package/lib/ssl-server-test/index.js +1 -1
  13. package/lib/state-machine-cr-provider/index.js +1 -1
  14. package/lib/static-website/index.js +1 -1
  15. package/lib/toolkit-cleaner/index.js +1 -1
  16. package/lib/url-shortener/index.js +1 -1
  17. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  18. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +86 -75
  19. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +66 -49
  20. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +136 -97
  21. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +81 -55
  22. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +12 -12
  23. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +5 -5
  24. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +210 -221
  25. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +15 -15
  26. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
  27. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +50 -6
  28. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +25 -16
  29. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +4 -4
  30. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +111 -65
  31. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +80 -49
  32. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +162 -91
  33. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +3 -1
  34. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +195 -129
  35. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +42 -46
  36. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +52 -153
  37. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +1 -1
  38. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +10 -3
  39. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +5 -4
  40. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +21 -18
  41. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +22 -18
  42. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  43. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +4 -4
  44. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +28 -15
  45. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +43 -46
  46. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
  47. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +5 -5
  48. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +65 -63
  49. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +32 -159
  50. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +20 -20
  51. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +1 -1
  52. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +839 -857
  53. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +6 -6
  54. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +498 -206
  55. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +3 -3
  56. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +122 -8
  57. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +34 -22
  58. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +20 -9
  59. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert.d.ts +86 -75
  60. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/async_hooks.d.ts +66 -49
  61. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/buffer.d.ts +137 -99
  62. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/child_process.d.ts +81 -55
  63. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
  64. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/console.d.ts +5 -5
  65. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/crypto.d.ts +210 -221
  66. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
  67. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
  68. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns/promises.d.ts +50 -6
  69. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns.d.ts +25 -16
  70. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  71. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/events.d.ts +111 -65
  72. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
  73. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs.d.ts +243 -72
  74. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.d.ts +20 -11
  75. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http.d.ts +202 -129
  76. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
  77. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/https.d.ts +52 -153
  78. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
  79. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/module.d.ts +5 -4
  80. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/net.d.ts +24 -21
  81. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/os.d.ts +22 -18
  82. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/path.d.ts +4 -4
  83. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
  84. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/process.d.ts +43 -46
  85. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  86. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
  87. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline/promises.d.ts +65 -63
  88. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline.d.ts +32 -159
  89. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/repl.d.ts +20 -20
  90. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
  91. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
  92. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
  93. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +498 -206
  94. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
  95. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers.d.ts +125 -4
  96. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
  97. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
  98. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
  99. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/url.d.ts +46 -42
  100. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/util.d.ts +150 -109
  101. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
  102. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
  103. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
  104. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
  105. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
  106. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +4 -5
  107. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +46 -42
  108. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +150 -109
  109. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +204 -16
  110. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +292 -42
  111. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +13 -19
  112. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +38 -34
  113. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +11 -11
  114. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  115. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +86 -75
  116. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +66 -49
  117. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +136 -97
  118. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +81 -55
  119. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +12 -12
  120. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +5 -5
  121. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +210 -221
  122. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +15 -15
  123. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
  124. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +50 -6
  125. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +25 -16
  126. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +4 -4
  127. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +111 -65
  128. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +80 -49
  129. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +162 -91
  130. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +3 -1
  131. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +195 -129
  132. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +42 -46
  133. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +52 -153
  134. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -1
  135. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +10 -3
  136. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +5 -4
  137. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +21 -18
  138. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +22 -18
  139. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  140. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +4 -4
  141. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +28 -15
  142. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +43 -46
  143. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
  144. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +5 -5
  145. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +65 -63
  146. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +32 -159
  147. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +20 -20
  148. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +1 -1
  149. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +839 -857
  150. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +6 -6
  151. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +498 -206
  152. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +3 -3
  153. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +122 -8
  154. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +34 -22
  155. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +20 -9
  156. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert.d.ts +86 -75
  157. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/async_hooks.d.ts +66 -49
  158. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/buffer.d.ts +137 -99
  159. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/child_process.d.ts +81 -55
  160. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
  161. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/console.d.ts +5 -5
  162. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/crypto.d.ts +210 -221
  163. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
  164. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
  165. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns/promises.d.ts +50 -6
  166. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns.d.ts +25 -16
  167. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  168. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/events.d.ts +111 -65
  169. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
  170. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs.d.ts +243 -72
  171. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.d.ts +20 -11
  172. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http.d.ts +202 -129
  173. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
  174. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/https.d.ts +52 -153
  175. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
  176. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/module.d.ts +5 -4
  177. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/net.d.ts +24 -21
  178. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/os.d.ts +22 -18
  179. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/path.d.ts +4 -4
  180. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
  181. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/process.d.ts +43 -46
  182. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  183. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
  184. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline/promises.d.ts +65 -63
  185. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline.d.ts +32 -159
  186. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/repl.d.ts +20 -20
  187. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
  188. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
  189. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
  190. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +498 -206
  191. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
  192. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers.d.ts +125 -4
  193. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
  194. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
  195. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
  196. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/url.d.ts +46 -42
  197. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/util.d.ts +150 -109
  198. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
  199. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
  200. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
  201. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
  202. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
  203. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +4 -5
  204. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +46 -42
  205. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +150 -109
  206. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +204 -16
  207. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +292 -42
  208. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +13 -19
  209. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +38 -34
  210. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +11 -11
  211. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  212. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +86 -75
  213. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +66 -49
  214. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +136 -97
  215. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +81 -55
  216. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +12 -12
  217. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +5 -5
  218. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +210 -221
  219. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +15 -15
  220. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
  221. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +50 -6
  222. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +25 -16
  223. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +4 -4
  224. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +111 -65
  225. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +80 -49
  226. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +162 -91
  227. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +3 -1
  228. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +195 -129
  229. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +42 -46
  230. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +52 -153
  231. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +1 -1
  232. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +10 -3
  233. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +5 -4
  234. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +21 -18
  235. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +22 -18
  236. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  237. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +4 -4
  238. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +28 -15
  239. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +43 -46
  240. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  241. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +5 -5
  242. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +65 -63
  243. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +32 -159
  244. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +20 -20
  245. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +1 -1
  246. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +839 -857
  247. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +6 -6
  248. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +498 -206
  249. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +3 -3
  250. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +122 -8
  251. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +34 -22
  252. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +20 -9
  253. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +86 -75
  254. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +66 -49
  255. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +137 -99
  256. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +81 -55
  257. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
  258. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +5 -5
  259. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +210 -221
  260. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
  261. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
  262. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +50 -6
  263. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +25 -16
  264. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  265. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +111 -65
  266. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
  267. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +243 -72
  268. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +20 -11
  269. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +202 -129
  270. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
  271. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +52 -153
  272. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
  273. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +5 -4
  274. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +24 -21
  275. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +22 -18
  276. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +4 -4
  277. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
  278. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/process.d.ts +43 -46
  279. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  280. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
  281. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +65 -63
  282. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +32 -159
  283. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +20 -20
  284. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
  285. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
  286. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
  287. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +498 -206
  288. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
  289. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +125 -4
  290. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
  291. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
  292. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
  293. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +46 -42
  294. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +150 -109
  295. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
  296. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
  297. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
  298. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
  299. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
  300. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +4 -5
  301. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +46 -42
  302. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +150 -109
  303. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +204 -16
  304. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +292 -42
  305. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +13 -19
  306. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +38 -34
  307. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +11 -11
  308. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
  309. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +86 -75
  310. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +66 -49
  311. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +136 -97
  312. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +81 -55
  313. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +12 -12
  314. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +5 -5
  315. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +210 -221
  316. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +15 -15
  317. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
  318. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +50 -6
  319. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +25 -16
  320. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +4 -4
  321. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +111 -65
  322. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +80 -49
  323. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +162 -91
  324. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +3 -1
  325. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +195 -129
  326. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +42 -46
  327. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +52 -153
  328. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +1 -1
  329. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +10 -3
  330. package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +5 -4
  331. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +21 -18
  332. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +22 -18
  333. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
  334. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +4 -4
  335. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +28 -15
  336. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +43 -46
  337. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +1 -1
  338. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +5 -5
  339. package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +65 -63
  340. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +32 -159
  341. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +20 -20
  342. package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +1 -1
  343. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +839 -857
  344. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +6 -6
  345. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +498 -206
  346. package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +3 -3
  347. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +122 -8
  348. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +34 -22
  349. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +20 -9
  350. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert.d.ts +86 -75
  351. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/async_hooks.d.ts +66 -49
  352. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/buffer.d.ts +137 -99
  353. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/child_process.d.ts +81 -55
  354. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
  355. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/console.d.ts +5 -5
  356. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/crypto.d.ts +210 -221
  357. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
  358. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
  359. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +50 -6
  360. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns.d.ts +25 -16
  361. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  362. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/events.d.ts +111 -65
  363. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
  364. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs.d.ts +243 -72
  365. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.d.ts +20 -11
  366. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http.d.ts +202 -129
  367. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
  368. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/https.d.ts +52 -153
  369. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
  370. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/module.d.ts +5 -4
  371. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/net.d.ts +24 -21
  372. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/os.d.ts +22 -18
  373. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/path.d.ts +4 -4
  374. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
  375. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/process.d.ts +43 -46
  376. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  377. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
  378. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline/promises.d.ts +65 -63
  379. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline.d.ts +32 -159
  380. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/repl.d.ts +20 -20
  381. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
  382. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
  383. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
  384. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +498 -206
  385. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
  386. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers.d.ts +125 -4
  387. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
  388. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
  389. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
  390. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/url.d.ts +46 -42
  391. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/util.d.ts +150 -109
  392. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
  393. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
  394. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
  395. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
  396. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
  397. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +4 -5
  398. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +46 -42
  399. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +150 -109
  400. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +204 -16
  401. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +292 -42
  402. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +13 -19
  403. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +38 -34
  404. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +11 -11
  405. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  406. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +86 -75
  407. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +66 -49
  408. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +136 -97
  409. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +81 -55
  410. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +12 -12
  411. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +5 -5
  412. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +210 -221
  413. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +15 -15
  414. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
  415. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +50 -6
  416. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +25 -16
  417. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +4 -4
  418. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +111 -65
  419. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +80 -49
  420. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +162 -91
  421. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +3 -1
  422. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +195 -129
  423. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +42 -46
  424. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +52 -153
  425. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +1 -1
  426. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +10 -3
  427. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +5 -4
  428. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +21 -18
  429. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +22 -18
  430. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  431. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +4 -4
  432. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +28 -15
  433. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +43 -46
  434. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  435. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +5 -5
  436. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +65 -63
  437. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +32 -159
  438. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +20 -20
  439. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +1 -1
  440. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +839 -857
  441. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +6 -6
  442. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +498 -206
  443. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +3 -3
  444. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +122 -8
  445. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +34 -22
  446. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +20 -9
  447. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +86 -75
  448. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +66 -49
  449. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +137 -99
  450. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +81 -55
  451. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
  452. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +5 -5
  453. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +210 -221
  454. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
  455. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
  456. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +50 -6
  457. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +25 -16
  458. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  459. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +111 -65
  460. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
  461. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +243 -72
  462. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +20 -11
  463. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +202 -129
  464. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
  465. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +52 -153
  466. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
  467. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +5 -4
  468. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +24 -21
  469. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +22 -18
  470. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +4 -4
  471. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
  472. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/process.d.ts +43 -46
  473. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  474. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
  475. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +65 -63
  476. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +32 -159
  477. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +20 -20
  478. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
  479. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
  480. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
  481. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +498 -206
  482. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
  483. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +125 -4
  484. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
  485. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
  486. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
  487. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +46 -42
  488. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +150 -109
  489. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
  490. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
  491. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
  492. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
  493. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
  494. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +4 -5
  495. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +46 -42
  496. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +150 -109
  497. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +204 -16
  498. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +292 -42
  499. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +13 -19
  500. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +38 -34
  501. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +11 -11
  502. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  503. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +86 -75
  504. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +66 -49
  505. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +136 -97
  506. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +81 -55
  507. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +12 -12
  508. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +5 -5
  509. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +210 -221
  510. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +15 -15
  511. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
  512. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +50 -6
  513. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +25 -16
  514. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +4 -4
  515. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +111 -65
  516. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +80 -49
  517. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +162 -91
  518. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +3 -1
  519. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +195 -129
  520. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +42 -46
  521. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +52 -153
  522. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +1 -1
  523. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +10 -3
  524. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +5 -4
  525. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +21 -18
  526. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +22 -18
  527. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  528. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +4 -4
  529. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +28 -15
  530. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +43 -46
  531. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  532. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +5 -5
  533. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +65 -63
  534. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +32 -159
  535. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +20 -20
  536. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +1 -1
  537. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +839 -857
  538. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +6 -6
  539. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +498 -206
  540. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +3 -3
  541. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +122 -8
  542. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +34 -22
  543. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +20 -9
  544. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +86 -75
  545. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +66 -49
  546. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +137 -99
  547. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +81 -55
  548. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
  549. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +5 -5
  550. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +210 -221
  551. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
  552. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
  553. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +50 -6
  554. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +25 -16
  555. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  556. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +111 -65
  557. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
  558. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +243 -72
  559. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +20 -11
  560. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +202 -129
  561. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
  562. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +52 -153
  563. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
  564. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +5 -4
  565. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +24 -21
  566. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +22 -18
  567. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +4 -4
  568. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
  569. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/process.d.ts +43 -46
  570. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
  571. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
  572. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +65 -63
  573. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +32 -159
  574. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +20 -20
  575. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
  576. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
  577. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
  578. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +498 -206
  579. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
  580. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +125 -4
  581. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
  582. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
  583. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
  584. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +46 -42
  585. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +150 -109
  586. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
  587. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
  588. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
  589. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
  590. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
  591. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +4 -5
  592. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +46 -42
  593. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +150 -109
  594. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +204 -16
  595. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +292 -42
  596. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +13 -19
  597. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +38 -34
  598. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +11 -11
  599. package/package.json +20 -20
@@ -1,12 +1,12 @@
1
1
  /**
2
- * The `http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol. It
3
- * can be accessed using:
2
+ * The `node:http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol.
3
+ * It can be accessed using:
4
4
  *
5
5
  * ```js
6
- * const http2 = require('http2');
6
+ * const http2 = require('node:http2');
7
7
  * ```
8
8
  * @since v8.4.0
9
- * @see [source](https://github.com/nodejs/node/blob/v18.0.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');
@@ -151,7 +151,7 @@ declare module 'http2' {
151
151
  priority(options: StreamPriorityOptions): void;
152
152
  /**
153
153
  * ```js
154
- * const http2 = require('http2');
154
+ * const http2 = require('node:http2');
155
155
  * const client = http2.connect('http://example.org:8000');
156
156
  * const { NGHTTP2_CANCEL } = http2.constants;
157
157
  * const req = client.request({ ':path': '/' });
@@ -171,7 +171,7 @@ declare module 'http2' {
171
171
  * trailers can be sent.
172
172
  *
173
173
  * ```js
174
- * const http2 = require('http2');
174
+ * const http2 = require('node:http2');
175
175
  * const server = http2.createServer();
176
176
  * server.on('stream', (stream) => {
177
177
  * stream.respond(undefined, { waitForTrailers: true });
@@ -332,7 +332,7 @@ declare module 'http2' {
332
332
  * Initiates a push stream. The callback is invoked with the new `Http2Stream`instance created for the push stream passed as the second argument, or an`Error` passed as the first argument.
333
333
  *
334
334
  * ```js
335
- * const http2 = require('http2');
335
+ * const http2 = require('node:http2');
336
336
  * const server = http2.createServer();
337
337
  * server.on('stream', (stream) => {
338
338
  * stream.respond({ ':status': 200 });
@@ -357,7 +357,7 @@ declare module 'http2' {
357
357
  pushStream(headers: OutgoingHttpHeaders, options?: StreamPriorityOptions, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void;
358
358
  /**
359
359
  * ```js
360
- * const http2 = require('http2');
360
+ * const http2 = require('node:http2');
361
361
  * const server = http2.createServer();
362
362
  * server.on('stream', (stream) => {
363
363
  * stream.respond({ ':status': 200 });
@@ -365,16 +365,15 @@ declare module 'http2' {
365
365
  * });
366
366
  * ```
367
367
  *
368
- * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
369
- * will be emitted immediately after queuing the last chunk of payload data to be
370
- * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
371
- * header fields to the peer.
368
+ * Initiates a response. When the `options.waitForTrailers` option is set, the`'wantTrailers'` event will be emitted immediately after queuing the last chunk
369
+ * of payload data to be sent. The `http2stream.sendTrailers()` method can then be
370
+ * used to sent trailing header fields to the peer.
372
371
  *
373
372
  * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
374
373
  * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`.
375
374
  *
376
375
  * ```js
377
- * const http2 = require('http2');
376
+ * const http2 = require('node:http2');
378
377
  * const server = http2.createServer();
379
378
  * server.on('stream', (stream) => {
380
379
  * stream.respond({ ':status': 200 }, { waitForTrailers: true });
@@ -397,8 +396,8 @@ declare module 'http2' {
397
396
  * automatically.
398
397
  *
399
398
  * ```js
400
- * const http2 = require('http2');
401
- * const fs = require('fs');
399
+ * const http2 = require('node:http2');
400
+ * const fs = require('node:fs');
402
401
  *
403
402
  * const server = http2.createServer();
404
403
  * server.on('stream', (stream) => {
@@ -408,7 +407,7 @@ declare module 'http2' {
408
407
  * const headers = {
409
408
  * 'content-length': stat.size,
410
409
  * 'last-modified': stat.mtime.toUTCString(),
411
- * 'content-type': 'text/plain; charset=utf-8'
410
+ * 'content-type': 'text/plain; charset=utf-8',
412
411
  * };
413
412
  * stream.respondWithFD(fd, headers);
414
413
  * stream.on('close', () => fs.closeSync(fd));
@@ -439,8 +438,8 @@ declare module 'http2' {
439
438
  * close when the final `DATA` frame is transmitted. User code _must_ call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`.
440
439
  *
441
440
  * ```js
442
- * const http2 = require('http2');
443
- * const fs = require('fs');
441
+ * const http2 = require('node:http2');
442
+ * const fs = require('node:fs');
444
443
  *
445
444
  * const server = http2.createServer();
446
445
  * server.on('stream', (stream) => {
@@ -450,7 +449,7 @@ declare module 'http2' {
450
449
  * const headers = {
451
450
  * 'content-length': stat.size,
452
451
  * 'last-modified': stat.mtime.toUTCString(),
453
- * 'content-type': 'text/plain; charset=utf-8'
452
+ * 'content-type': 'text/plain; charset=utf-8',
454
453
  * };
455
454
  * stream.respondWithFD(fd, headers, { waitForTrailers: true });
456
455
  * stream.on('wantTrailers', () => {
@@ -482,7 +481,7 @@ declare module 'http2' {
482
481
  * Example using a file path:
483
482
  *
484
483
  * ```js
485
- * const http2 = require('http2');
484
+ * const http2 = require('node:http2');
486
485
  * const server = http2.createServer();
487
486
  * server.on('stream', (stream) => {
488
487
  * function statCheck(stat, headers) {
@@ -500,7 +499,7 @@ declare module 'http2' {
500
499
  * }
501
500
  * } catch (err) {
502
501
  * // Perform actual error handling.
503
- * console.log(err);
502
+ * console.error(err);
504
503
  * }
505
504
  * stream.end();
506
505
  * }
@@ -516,7 +515,7 @@ declare module 'http2' {
516
515
  * results to determine if the file has been modified to return an appropriate`304` response:
517
516
  *
518
517
  * ```js
519
- * const http2 = require('http2');
518
+ * const http2 = require('node:http2');
520
519
  * const server = http2.createServer();
521
520
  * server.on('stream', (stream) => {
522
521
  * function statCheck(stat, headers) {
@@ -549,7 +548,7 @@ declare module 'http2' {
549
548
  * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`.
550
549
  *
551
550
  * ```js
552
- * const http2 = require('http2');
551
+ * const http2 = require('node:http2');
553
552
  * const server = http2.createServer();
554
553
  * server.on('stream', (stream) => {
555
554
  * stream.respondWithFile('/some/file',
@@ -748,7 +747,7 @@ declare module 'http2' {
748
747
  * the delta.
749
748
  *
750
749
  * ```js
751
- * const http2 = require('http2');
750
+ * const http2 = require('node:http2');
752
751
  *
753
752
  * const server = http2.createServer();
754
753
  * const expectedWindowSize = 2 ** 20;
@@ -854,11 +853,11 @@ declare module 'http2' {
854
853
  * This method is only available if `http2session.type` is equal to`http2.constants.NGHTTP2_SESSION_CLIENT`.
855
854
  *
856
855
  * ```js
857
- * const http2 = require('http2');
856
+ * const http2 = require('node:http2');
858
857
  * const clientSession = http2.connect('https://localhost:1234');
859
858
  * const {
860
859
  * HTTP2_HEADER_PATH,
861
- * HTTP2_HEADER_STATUS
860
+ * HTTP2_HEADER_STATUS,
862
861
  * } = http2.constants;
863
862
  *
864
863
  * const req = clientSession.request({ [HTTP2_HEADER_PATH]: '/' });
@@ -928,7 +927,7 @@ declare module 'http2' {
928
927
  * Submits an `ALTSVC` frame (as defined by [RFC 7838](https://tools.ietf.org/html/rfc7838)) to the connected client.
929
928
  *
930
929
  * ```js
931
- * const http2 = require('http2');
930
+ * const http2 = require('node:http2');
932
931
  *
933
932
  * const server = http2.createServer();
934
933
  * server.on('session', (session) => {
@@ -969,7 +968,7 @@ declare module 'http2' {
969
968
  * authoritative responses.
970
969
  *
971
970
  * ```js
972
- * const http2 = require('http2');
971
+ * const http2 = require('node:http2');
973
972
  * const options = getSecureOptionsSomehow();
974
973
  * const server = http2.createSecureServer(options);
975
974
  * server.on('stream', (stream) => {
@@ -995,7 +994,7 @@ declare module 'http2' {
995
994
  * server using the `http2.createSecureServer()` method:
996
995
  *
997
996
  * ```js
998
- * const http2 = require('http2');
997
+ * const http2 = require('node:http2');
999
998
  * const options = getSecureOptionsSomehow();
1000
999
  * options.origins = ['https://example.com', 'https://example.org'];
1001
1000
  * const server = http2.createSecureServer(options);
@@ -1436,7 +1435,7 @@ declare module 'http2' {
1436
1435
  */
1437
1436
  readonly headersSent: boolean;
1438
1437
  /**
1439
- * A reference to the original HTTP2 request object.
1438
+ * A reference to the original HTTP2 `request` object.
1440
1439
  * @since v15.7.0
1441
1440
  */
1442
1441
  readonly req: Http2ServerRequest;
@@ -1457,7 +1456,7 @@ declare module 'http2' {
1457
1456
  * All other interactions will be routed directly to the socket.
1458
1457
  *
1459
1458
  * ```js
1460
- * const http2 = require('http2');
1459
+ * const http2 = require('node:http2');
1461
1460
  * const server = http2.createServer((req, res) => {
1462
1461
  * const ip = req.socket.remoteAddress;
1463
1462
  * const port = req.socket.remotePort;
@@ -1640,7 +1639,7 @@ declare module 'http2' {
1640
1639
  * This sends a chunk of the response body. This method may
1641
1640
  * be called multiple times to provide successive parts of the body.
1642
1641
  *
1643
- * In the `http` module, the response body is omitted when the
1642
+ * In the `node:http` module, the response body is omitted when the
1644
1643
  * request is a HEAD request. Similarly, the `204` and `304` responses _must not_ include a message body.
1645
1644
  *
1646
1645
  * `chunk` can be a string or a buffer. If `chunk` is a string,
@@ -1675,7 +1674,7 @@ declare module 'http2' {
1675
1674
  * The `hints` is an object containing the values of headers to be sent with
1676
1675
  * early hints message.
1677
1676
  *
1678
- * Example:
1677
+ * **Example**
1679
1678
  *
1680
1679
  * ```js
1681
1680
  * const earlyHintsLink = '</styles.css>; rel=preload; as=style';
@@ -1689,12 +1688,9 @@ declare module 'http2' {
1689
1688
  * ];
1690
1689
  * response.writeEarlyHints({
1691
1690
  * 'link': earlyHintsLinks,
1692
- * 'x-trace-id': 'id for diagnostics'
1693
1691
  * });
1694
1692
  * ```
1695
- *
1696
1693
  * @since v18.11.0
1697
- * @param hints An object containing the values of headers
1698
1694
  */
1699
1695
  writeEarlyHints(hints: Record<string, string | string[]>): void;
1700
1696
  /**
@@ -2027,7 +2023,7 @@ declare module 'http2' {
2027
2023
  * for use with the `HTTP2-Settings` header field.
2028
2024
  *
2029
2025
  * ```js
2030
- * const http2 = require('http2');
2026
+ * const http2 = require('node:http2');
2031
2027
  *
2032
2028
  * const packed = http2.getPackedSettings({ enablePush: false });
2033
2029
  *
@@ -2052,7 +2048,7 @@ declare module 'http2' {
2052
2048
  * with browser clients.
2053
2049
  *
2054
2050
  * ```js
2055
- * const http2 = require('http2');
2051
+ * const http2 = require('node:http2');
2056
2052
  *
2057
2053
  * // Create an unencrypted HTTP/2 server.
2058
2054
  * // Since there are no browsers known that support
@@ -2063,12 +2059,12 @@ declare module 'http2' {
2063
2059
  * server.on('stream', (stream, headers) => {
2064
2060
  * stream.respond({
2065
2061
  * 'content-type': 'text/html; charset=utf-8',
2066
- * ':status': 200
2062
+ * ':status': 200,
2067
2063
  * });
2068
2064
  * stream.end('<h1>Hello World</h1>');
2069
2065
  * });
2070
2066
  *
2071
- * server.listen(80);
2067
+ * server.listen(8000);
2072
2068
  * ```
2073
2069
  * @since v8.4.0
2074
2070
  * @param onRequestHandler See `Compatibility API`
@@ -2079,12 +2075,12 @@ declare module 'http2' {
2079
2075
  * Returns a `tls.Server` instance that creates and manages `Http2Session`instances.
2080
2076
  *
2081
2077
  * ```js
2082
- * const http2 = require('http2');
2083
- * const fs = require('fs');
2078
+ * const http2 = require('node:http2');
2079
+ * const fs = require('node:fs');
2084
2080
  *
2085
2081
  * const options = {
2086
2082
  * key: fs.readFileSync('server-key.pem'),
2087
- * cert: fs.readFileSync('server-cert.pem')
2083
+ * cert: fs.readFileSync('server-cert.pem'),
2088
2084
  * };
2089
2085
  *
2090
2086
  * // Create a secure HTTP/2 server
@@ -2093,12 +2089,12 @@ declare module 'http2' {
2093
2089
  * server.on('stream', (stream, headers) => {
2094
2090
  * stream.respond({
2095
2091
  * 'content-type': 'text/html; charset=utf-8',
2096
- * ':status': 200
2092
+ * ':status': 200,
2097
2093
  * });
2098
2094
  * stream.end('<h1>Hello World</h1>');
2099
2095
  * });
2100
2096
  *
2101
- * server.listen(80);
2097
+ * server.listen(8443);
2102
2098
  * ```
2103
2099
  * @since v8.4.0
2104
2100
  * @param onRequestHandler See `Compatibility API`
@@ -2109,7 +2105,7 @@ declare module 'http2' {
2109
2105
  * Returns a `ClientHttp2Session` instance.
2110
2106
  *
2111
2107
  * ```js
2112
- * const http2 = require('http2');
2108
+ * const http2 = require('node:http2');
2113
2109
  * const client = http2.connect('https://localhost:1234');
2114
2110
  *
2115
2111
  * // Use the client