cloudstructs 0.9.7 → 0.9.9

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 (289) hide show
  1. package/.jsii +3 -3
  2. package/assets/slack-textract/detect.lambda/index.js +1 -1
  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 +1 -1
  19. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +1 -1
  20. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +23 -23
  21. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +34 -32
  22. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +1 -1
  23. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +1 -1
  24. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +63 -62
  25. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +2 -2
  26. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  27. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +7 -6
  28. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +23 -12
  29. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
  30. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +66 -3
  31. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +4 -4
  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 +62 -43
  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 +3 -3
  36. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +1 -1
  37. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +9 -6
  38. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +2 -2
  39. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  40. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
  41. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +306 -46
  42. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +12 -5
  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.d.ts +1 -1
  46. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +4 -4
  47. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +15 -15
  48. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
  49. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +322 -74
  50. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
  51. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +1 -1
  52. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +1 -1
  53. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -1
  54. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +11 -3
  55. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +20 -4
  56. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +45 -1
  57. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +9 -6
  58. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  59. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +4 -1
  60. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +1 -1
  61. package/node_modules/@slack/types/LICENSE +23 -0
  62. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +10 -9
  63. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
  64. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +3 -7
  65. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  66. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +38 -0
  67. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -1
  68. package/node_modules/@slack/types/package.json +10 -9
  69. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  70. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +1 -1
  71. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +1 -1
  72. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +23 -23
  73. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +34 -32
  74. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +1 -1
  75. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +1 -1
  76. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +63 -62
  77. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +2 -2
  78. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  79. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +7 -6
  80. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +23 -12
  81. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
  82. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +66 -3
  83. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +4 -4
  84. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +1 -0
  85. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +62 -43
  86. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +1 -1
  87. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +3 -3
  88. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +1 -1
  89. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +9 -6
  90. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +2 -2
  91. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  92. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
  93. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +306 -46
  94. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +12 -5
  95. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
  96. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +1 -1
  97. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +1 -1
  98. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +4 -4
  99. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +15 -15
  100. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
  101. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +322 -74
  102. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
  103. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +1 -1
  104. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +1 -1
  105. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -1
  106. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +11 -3
  107. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +20 -4
  108. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +45 -1
  109. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +9 -6
  110. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  111. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +4 -1
  112. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +1 -1
  113. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  114. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +1 -1
  115. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +1 -1
  116. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +23 -23
  117. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +34 -32
  118. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +1 -1
  119. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +1 -1
  120. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +63 -62
  121. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +2 -2
  122. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  123. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +7 -6
  124. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +23 -12
  125. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
  126. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +66 -3
  127. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +4 -4
  128. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +1 -0
  129. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +62 -43
  130. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +1 -1
  131. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +3 -3
  132. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1 -1
  133. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +9 -6
  134. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +2 -2
  135. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  136. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
  137. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +306 -46
  138. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +12 -5
  139. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  140. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
  141. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +1 -1
  142. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +4 -4
  143. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +15 -15
  144. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  145. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +322 -74
  146. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  147. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +1 -1
  148. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +1 -1
  149. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
  150. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +11 -3
  151. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +20 -4
  152. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +45 -1
  153. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +9 -6
  154. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  155. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +4 -1
  156. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +1 -1
  157. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
  158. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +1 -1
  159. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +1 -1
  160. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +23 -23
  161. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +34 -32
  162. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +1 -1
  163. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +1 -1
  164. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +63 -62
  165. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +2 -2
  166. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  167. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +7 -6
  168. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +23 -12
  169. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +1 -1
  170. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +66 -3
  171. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +4 -4
  172. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +1 -0
  173. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +62 -43
  174. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +1 -1
  175. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +3 -3
  176. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +1 -1
  177. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +9 -6
  178. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +2 -2
  179. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
  180. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +1 -1
  181. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +306 -46
  182. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +12 -5
  183. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +1 -1
  184. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +1 -1
  185. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +1 -1
  186. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +4 -4
  187. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +15 -15
  188. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +1 -1
  189. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +322 -74
  190. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +1 -1
  191. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +1 -1
  192. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +1 -1
  193. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +1 -1
  194. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +11 -3
  195. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +20 -4
  196. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +45 -1
  197. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +9 -6
  198. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +1 -1
  199. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +4 -1
  200. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +1 -1
  201. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  202. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +1 -1
  203. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +1 -1
  204. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +23 -23
  205. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +34 -32
  206. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +1 -1
  207. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +1 -1
  208. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +63 -62
  209. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +2 -2
  210. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  211. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +7 -6
  212. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +23 -12
  213. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
  214. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +66 -3
  215. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +4 -4
  216. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +1 -0
  217. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +62 -43
  218. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +1 -1
  219. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +3 -3
  220. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1 -1
  221. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +9 -6
  222. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +2 -2
  223. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  224. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  225. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +306 -46
  226. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +12 -5
  227. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  228. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
  229. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +1 -1
  230. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +4 -4
  231. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +15 -15
  232. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  233. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +322 -74
  234. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  235. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +1 -1
  236. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +1 -1
  237. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
  238. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +11 -3
  239. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +20 -4
  240. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +45 -1
  241. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +9 -6
  242. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  243. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +4 -1
  244. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +1 -1
  245. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  246. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +1 -1
  247. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +1 -1
  248. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +23 -23
  249. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +34 -32
  250. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +1 -1
  251. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +1 -1
  252. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +63 -62
  253. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +2 -2
  254. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  255. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +7 -6
  256. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +23 -12
  257. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
  258. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +66 -3
  259. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +4 -4
  260. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +1 -0
  261. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +62 -43
  262. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +1 -1
  263. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +3 -3
  264. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1 -1
  265. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +9 -6
  266. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +2 -2
  267. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  268. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  269. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +306 -46
  270. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +12 -5
  271. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  272. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
  273. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +1 -1
  274. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +4 -4
  275. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +15 -15
  276. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  277. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +322 -74
  278. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  279. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +1 -1
  280. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +1 -1
  281. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
  282. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +11 -3
  283. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +20 -4
  284. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +45 -1
  285. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +9 -6
  286. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  287. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +4 -1
  288. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +1 -1
  289. package/package.json +23 -19
@@ -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.12.2/lib/url.js)
8
+ * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/url.js)
9
9
  */
10
10
  declare module "url" {
11
11
  import { Blob as NodeBlob } from "node:buffer";
@@ -46,6 +46,14 @@ declare module "url" {
46
46
  interface UrlWithStringQuery extends Url {
47
47
  query: string | null;
48
48
  }
49
+ interface FileUrlToPathOptions {
50
+ /**
51
+ * `true` if the `path` should be return as a windows filepath, `false` for posix, and `undefined` for the system default.
52
+ * @default undefined
53
+ */
54
+ windows?: boolean | undefined;
55
+ }
56
+ interface PathToFileUrlOptions extends FileUrlToPathOptions {}
49
57
  /**
50
58
  * The `url.parse()` method takes a URL string, parses it, and returns a URL
51
59
  * object.
@@ -298,7 +306,7 @@ declare module "url" {
298
306
  * @param url The file URL string or URL object to convert to a path.
299
307
  * @return The fully-resolved platform-specific Node.js file path.
300
308
  */
301
- function fileURLToPath(url: string | URL): string;
309
+ function fileURLToPath(url: string | URL, options?: FileUrlToPathOptions): string;
302
310
  /**
303
311
  * This function ensures that `path` is resolved absolutely, and that the URL
304
312
  * control characters are correctly encoded when converting into a File URL.
@@ -316,7 +324,7 @@ declare module "url" {
316
324
  * @param path The path to convert to a File URL.
317
325
  * @return The file URL object.
318
326
  */
319
- function pathToFileURL(path: string): URL;
327
+ function pathToFileURL(path: string, options?: PathToFileUrlOptions): URL;
320
328
  /**
321
329
  * This utility function converts a URL object into an ordinary options object as
322
330
  * expected by the `http.request()` and `https.request()` APIs.
@@ -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.12.2/lib/util.js)
9
+ * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/util.js)
10
10
  */
11
11
  declare module "util" {
12
12
  import * as types from "node:util/types";
@@ -1256,16 +1256,32 @@ declare module "util" {
1256
1256
  *
1257
1257
  * ```js
1258
1258
  * console.log(
1259
- * util.styleText('underline', util.styleText('italic', 'My italic underlined message')),
1259
+ * util.styleText(['underline', 'italic'], 'My italic underlined message'),
1260
+ * );
1261
+ * ```
1262
+ *
1263
+ * When passing an array of formats, the order of the format applied is left to right so the following style
1264
+ * might overwrite the previous one.
1265
+ *
1266
+ * ```js
1267
+ * console.log(
1268
+ * util.styleText(['red', 'green'], 'text'), // green
1260
1269
  * );
1261
1270
  * ```
1262
1271
  *
1263
1272
  * The full list of formats can be found in [modifiers](https://nodejs.org/docs/latest-v20.x/api/util.html#modifiers).
1264
- * @param format A text format defined in `util.inspect.colors`.
1273
+ * @param format A text format or an Array of text formats defined in `util.inspect.colors`.
1265
1274
  * @param text The text to to be formatted.
1266
1275
  * @since v20.12.0
1267
1276
  */
1268
- export function styleText(format: ForegroundColors | BackgroundColors | Modifiers, text: string): string;
1277
+ export function styleText(
1278
+ format:
1279
+ | ForegroundColors
1280
+ | BackgroundColors
1281
+ | Modifiers
1282
+ | Array<ForegroundColors | BackgroundColors | Modifiers>,
1283
+ text: string,
1284
+ ): string;
1269
1285
  /**
1270
1286
  * An implementation of the [WHATWG Encoding Standard](https://encoding.spec.whatwg.org/) `TextDecoder` API.
1271
1287
  *
@@ -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.12.2/lib/v8.js)
7
+ * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/v8.js)
8
8
  */
9
9
  declare module "v8" {
10
10
  import { Readable } from "node:stream";
@@ -183,6 +183,50 @@ declare module "v8" {
183
183
  * @since v1.0.0
184
184
  */
185
185
  function setFlagsFromString(flags: string): void;
186
+ /**
187
+ * This is similar to the [`queryObjects()` console API](https://developer.chrome.com/docs/devtools/console/utilities#queryObjects-function)
188
+ * provided by the Chromium DevTools console. It can be used to search for objects that have the matching constructor on its prototype chain
189
+ * in the heap after a full garbage collection, which can be useful for memory leak regression tests. To avoid surprising results, users should
190
+ * avoid using this API on constructors whose implementation they don't control, or on constructors that can be invoked by other parties in the
191
+ * application.
192
+ *
193
+ * To avoid accidental leaks, this API does not return raw references to the objects found. By default, it returns the count of the objects
194
+ * found. If `options.format` is `'summary'`, it returns an array containing brief string representations for each object. The visibility provided
195
+ * in this API is similar to what the heap snapshot provides, while users can save the cost of serialization and parsing and directly filter the
196
+ * target objects during the search.
197
+ *
198
+ * Only objects created in the current execution context are included in the results.
199
+ *
200
+ * ```js
201
+ * import { queryObjects } from 'node:v8';
202
+ * class A { foo = 'bar'; }
203
+ * console.log(queryObjects(A)); // 0
204
+ * const a = new A();
205
+ * console.log(queryObjects(A)); // 1
206
+ * // [ "A { foo: 'bar' }" ]
207
+ * console.log(queryObjects(A, { format: 'summary' }));
208
+ *
209
+ * class B extends A { bar = 'qux'; }
210
+ * const b = new B();
211
+ * console.log(queryObjects(B)); // 1
212
+ * // [ "B { foo: 'bar', bar: 'qux' }" ]
213
+ * console.log(queryObjects(B, { format: 'summary' }));
214
+ *
215
+ * // Note that, when there are child classes inheriting from a constructor,
216
+ * // the constructor also shows up in the prototype chain of the child
217
+ * // classes's prototoype, so the child classes's prototoype would also be
218
+ * // included in the result.
219
+ * console.log(queryObjects(A)); // 3
220
+ * // [ "B { foo: 'bar', bar: 'qux' }", 'A {}', "A { foo: 'bar' }" ]
221
+ * console.log(queryObjects(A, { format: 'summary' }));
222
+ * ```
223
+ * @param ctor The constructor that can be used to search on the prototype chain in order to filter target objects in the heap.
224
+ * @since v20.13.0
225
+ * @experimental
226
+ */
227
+ function queryObjects(ctor: Function): number | string[];
228
+ function queryObjects(ctor: Function, options: { format: "count" }): number;
229
+ function queryObjects(ctor: Function, options: { format: "summary" }): string[];
186
230
  /**
187
231
  * Generates a snapshot of the current V8 heap and returns a Readable
188
232
  * Stream that may be used to read the JSON serialized representation.
@@ -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.12.2/lib/vm.js)
37
+ * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/vm.js)
38
38
  */
39
39
  declare module "vm" {
40
40
  import { ImportAttributes } from "node:module";
@@ -347,11 +347,14 @@ declare module "vm" {
347
347
  sourceMapURL?: string | undefined;
348
348
  }
349
349
  /**
350
- * If given a `contextObject`, the `vm.createContext()` method will `prepare
351
- * that object` so that it can be used in calls to {@link runInContext} or `script.runInContext()`. Inside such scripts,
352
- * the `contextObject` will be the global object, retaining all of its existing
353
- * properties but also having the built-in objects and functions any standard [global object](https://es5.github.io/#x15.1) has. Outside of scripts run by the vm module, global variables
354
- * will remain unchanged.
350
+ * If given a `contextObject`, the `vm.createContext()` method will
351
+ * [prepare that object](https://nodejs.org/docs/latest-v20.x/api/vm.html#what-does-it-mean-to-contextify-an-object)
352
+ * and return a reference to it so that it can be used in `{@link runInContext}` or
353
+ * [`script.runInContext()`](https://nodejs.org/docs/latest-v20.x/api/vm.html#scriptrunincontextcontextifiedobject-options). Inside such
354
+ * scripts, the `contextObject` will be the global object, retaining all of its
355
+ * existing properties but also having the built-in objects and functions any
356
+ * standard [global object](https://es5.github.io/#x15.1) has. Outside of scripts run by the vm module, global
357
+ * variables will remain unchanged.
355
358
  *
356
359
  * ```js
357
360
  * const vm = require('node:vm');
@@ -67,7 +67,7 @@
67
67
  * wat2wasm demo.wat
68
68
  * ```
69
69
  * @experimental
70
- * @see [source](https://github.com/nodejs/node/blob/v20.12.2/lib/wasi.js)
70
+ * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/wasi.js)
71
71
  */
72
72
  declare module "wasi" {
73
73
  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.12.2/lib/worker_threads.js)
52
+ * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/worker_threads.js)
53
53
  */
54
54
  declare module "worker_threads" {
55
55
  import { Blob } from "node:buffer";
@@ -237,6 +237,9 @@ declare module "worker_threads" {
237
237
  off(event: "message", listener: (value: any) => void): this;
238
238
  off(event: "messageerror", listener: (error: Error) => void): this;
239
239
  off(event: string | symbol, listener: (...args: any[]) => void): this;
240
+ addEventListener: EventTarget["addEventListener"];
241
+ dispatchEvent: EventTarget["dispatchEvent"];
242
+ removeEventListener: EventTarget["removeEventListener"];
240
243
  }
241
244
  interface WorkerOptions {
242
245
  /**
@@ -89,7 +89,7 @@
89
89
  * });
90
90
  * ```
91
91
  * @since v0.5.8
92
- * @see [source](https://github.com/nodejs/node/blob/v20.12.2/lib/zlib.js)
92
+ * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/zlib.js)
93
93
  */
94
94
  declare module "zlib" {
95
95
  import * as stream from "node:stream";
@@ -8,7 +8,7 @@ This package contains type definitions for node (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: Tue, 14 May 2024 06:09:35 GMT
11
+ * Last updated: Tue, 18 Jun 2024 06:37:41 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
@@ -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.12.2/lib/assert.js)
4
+ * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/assert.js)
5
5
  */
6
6
  declare module "assert" {
7
7
  /**
@@ -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.12.2/lib/async_hooks.js)
15
+ * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/async_hooks.js)
16
16
  */
17
17
  declare module "async_hooks" {
18
18
  /**
@@ -41,7 +41,7 @@
41
41
  * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74].
42
42
  * const buf7 = Buffer.from('tést', 'latin1');
43
43
  * ```
44
- * @see [source](https://github.com/nodejs/node/blob/v20.12.2/lib/buffer.js)
44
+ * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/buffer.js)
45
45
  */
46
46
  declare module "buffer" {
47
47
  import { BinaryLike } from "node:crypto";
@@ -88,7 +88,7 @@ declare module "buffer" {
88
88
  * Throws if the `fromEnc` or `toEnc` specify invalid character encodings or if
89
89
  * conversion from `fromEnc` to `toEnc` is not permitted.
90
90
  *
91
- * Encodings supported by `buffer.transcode()` are: `'ascii'`, `'utf8'`,`'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`.
91
+ * Encodings supported by `buffer.transcode()` are: `'ascii'`, `'utf8'`, `'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`.
92
92
  *
93
93
  * The transcoding process will use substitution characters if a given byte
94
94
  * sequence cannot be adequately represented in the target encoding. For instance:
@@ -781,7 +781,7 @@ declare module "buffer" {
781
781
  * // (This result is equal to: [buf1, buf3, buf2].)
782
782
  * ```
783
783
  *
784
- * The optional `targetStart`, `targetEnd`, `sourceStart`, and `sourceEnd`arguments can be used to limit the comparison to specific ranges within `target`and `buf` respectively.
784
+ * The optional `targetStart`, `targetEnd`, `sourceStart`, and `sourceEnd` arguments can be used to limit the comparison to specific ranges within `target` and `buf` respectively.
785
785
  *
786
786
  * ```js
787
787
  * import { Buffer } from 'node:buffer';
@@ -797,7 +797,7 @@ declare module "buffer" {
797
797
  * // Prints: 1
798
798
  * ```
799
799
  *
800
- * `ERR_OUT_OF_RANGE` is thrown if `targetStart < 0`, `sourceStart < 0`,`targetEnd > target.byteLength`, or `sourceEnd > source.byteLength`.
800
+ * `ERR_OUT_OF_RANGE` is thrown if `targetStart < 0`, `sourceStart < 0`, `targetEnd > target.byteLength`, or `sourceEnd > source.byteLength`.
801
801
  * @since v0.11.13
802
802
  * @param target A `Buffer` or {@link Uint8Array} with which to compare `buf`.
803
803
  * @param [targetStart=0] The offset within `target` at which to begin comparison.
@@ -1215,7 +1215,7 @@ declare module "buffer" {
1215
1215
  */
1216
1216
  readBigInt64LE(offset?: number): bigint;
1217
1217
  /**
1218
- * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as an unsigned, little-endian integer supporting
1218
+ * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned, little-endian integer supporting
1219
1219
  * up to 48 bits of accuracy.
1220
1220
  *
1221
1221
  * This function is also available under the `readUintLE` alias.
@@ -1239,7 +1239,7 @@ declare module "buffer" {
1239
1239
  */
1240
1240
  readUintLE(offset: number, byteLength: number): number;
1241
1241
  /**
1242
- * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as an unsigned big-endian integer supporting
1242
+ * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned big-endian integer supporting
1243
1243
  * up to 48 bits of accuracy.
1244
1244
  *
1245
1245
  * This function is also available under the `readUintBE` alias.
@@ -1265,7 +1265,7 @@ declare module "buffer" {
1265
1265
  */
1266
1266
  readUintBE(offset: number, byteLength: number): number;
1267
1267
  /**
1268
- * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as a little-endian, two's complement signed value
1268
+ * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a little-endian, two's complement signed value
1269
1269
  * supporting up to 48 bits of accuracy.
1270
1270
  *
1271
1271
  * ```js
@@ -1282,7 +1282,7 @@ declare module "buffer" {
1282
1282
  */
1283
1283
  readIntLE(offset: number, byteLength: number): number;
1284
1284
  /**
1285
- * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as a big-endian, two's complement signed value
1285
+ * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a big-endian, two's complement signed value
1286
1286
  * supporting up to 48 bits of accuracy.
1287
1287
  *
1288
1288
  * ```js
@@ -1329,7 +1329,7 @@ declare module "buffer" {
1329
1329
  */
1330
1330
  readUint8(offset?: number): number;
1331
1331
  /**
1332
- * Reads an unsigned, little-endian 16-bit integer from `buf` at the specified`offset`.
1332
+ * Reads an unsigned, little-endian 16-bit integer from `buf` at the specified `offset`.
1333
1333
  *
1334
1334
  * This function is also available under the `readUint16LE` alias.
1335
1335
  *
@@ -1702,7 +1702,7 @@ declare module "buffer" {
1702
1702
  */
1703
1703
  writeUint8(value: number, offset?: number): number;
1704
1704
  /**
1705
- * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid unsigned 16-bit integer. Behavior is undefined when `value` is
1705
+ * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value` is
1706
1706
  * anything other than an unsigned 16-bit integer.
1707
1707
  *
1708
1708
  * This function is also available under the `writeUint16LE` alias.
@@ -1730,7 +1730,7 @@ declare module "buffer" {
1730
1730
  */
1731
1731
  writeUint16LE(value: number, offset?: number): number;
1732
1732
  /**
1733
- * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid unsigned 16-bit integer. Behavior is undefined when `value`is anything other than an
1733
+ * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value`is anything other than an
1734
1734
  * unsigned 16-bit integer.
1735
1735
  *
1736
1736
  * This function is also available under the `writeUint16BE` alias.
@@ -1758,7 +1758,7 @@ declare module "buffer" {
1758
1758
  */
1759
1759
  writeUint16BE(value: number, offset?: number): number;
1760
1760
  /**
1761
- * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid unsigned 32-bit integer. Behavior is undefined when `value` is
1761
+ * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value` is
1762
1762
  * anything other than an unsigned 32-bit integer.
1763
1763
  *
1764
1764
  * This function is also available under the `writeUint32LE` alias.
@@ -1785,7 +1785,7 @@ declare module "buffer" {
1785
1785
  */
1786
1786
  writeUint32LE(value: number, offset?: number): number;
1787
1787
  /**
1788
- * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid unsigned 32-bit integer. Behavior is undefined when `value`is anything other than an
1788
+ * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value`is anything other than an
1789
1789
  * unsigned 32-bit integer.
1790
1790
  *
1791
1791
  * This function is also available under the `writeUint32BE` alias.
@@ -1836,7 +1836,7 @@ declare module "buffer" {
1836
1836
  */
1837
1837
  writeInt8(value: number, offset?: number): number;
1838
1838
  /**
1839
- * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid signed 16-bit integer. Behavior is undefined when `value` is
1839
+ * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is
1840
1840
  * anything other than a signed 16-bit integer.
1841
1841
  *
1842
1842
  * The `value` is interpreted and written as a two's complement signed integer.
@@ -1858,7 +1858,7 @@ declare module "buffer" {
1858
1858
  */
1859
1859
  writeInt16LE(value: number, offset?: number): number;
1860
1860
  /**
1861
- * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid signed 16-bit integer. Behavior is undefined when `value` is
1861
+ * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is
1862
1862
  * anything other than a signed 16-bit integer.
1863
1863
  *
1864
1864
  * The `value` is interpreted and written as a two's complement signed integer.
@@ -1880,7 +1880,7 @@ declare module "buffer" {
1880
1880
  */
1881
1881
  writeInt16BE(value: number, offset?: number): number;
1882
1882
  /**
1883
- * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid signed 32-bit integer. Behavior is undefined when `value` is
1883
+ * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is
1884
1884
  * anything other than a signed 32-bit integer.
1885
1885
  *
1886
1886
  * The `value` is interpreted and written as a two's complement signed integer.
@@ -1902,7 +1902,7 @@ declare module "buffer" {
1902
1902
  */
1903
1903
  writeInt32LE(value: number, offset?: number): number;
1904
1904
  /**
1905
- * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid signed 32-bit integer. Behavior is undefined when `value` is
1905
+ * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is
1906
1906
  * anything other than a signed 32-bit integer.
1907
1907
  *
1908
1908
  * The `value` is interpreted and written as a two's complement signed integer.
@@ -1964,7 +1964,7 @@ declare module "buffer" {
1964
1964
  */
1965
1965
  writeFloatBE(value: number, offset?: number): number;
1966
1966
  /**
1967
- * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a JavaScript number. Behavior is undefined when `value` is anything
1967
+ * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything
1968
1968
  * other than a JavaScript number.
1969
1969
  *
1970
1970
  * ```js
@@ -1984,7 +1984,7 @@ declare module "buffer" {
1984
1984
  */
1985
1985
  writeDoubleLE(value: number, offset?: number): number;
1986
1986
  /**
1987
- * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a JavaScript number. Behavior is undefined when `value` is anything
1987
+ * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything
1988
1988
  * other than a JavaScript number.
1989
1989
  *
1990
1990
  * ```js
@@ -2066,7 +2066,7 @@ declare module "buffer" {
2066
2066
  /**
2067
2067
  * If `value` is:
2068
2068
  *
2069
- * * a string, `value` is interpreted according to the character encoding in`encoding`.
2069
+ * * a string, `value` is interpreted according to the character encoding in `encoding`.
2070
2070
  * * a `Buffer` or [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array), `value` will be used in its entirety.
2071
2071
  * To compare a partial `Buffer`, use `buf.subarray`.
2072
2072
  * * a number, `value` will be interpreted as an unsigned 8-bit integer
@@ -2164,7 +2164,7 @@ declare module "buffer" {
2164
2164
  * // Prints: 4
2165
2165
  * ```
2166
2166
  *
2167
- * If `value` is not a string, number, or `Buffer`, this method will throw a`TypeError`. If `value` is a number, it will be coerced to a valid byte value,
2167
+ * If `value` is not a string, number, or `Buffer`, this method will throw a `TypeError`. If `value` is a number, it will be coerced to a valid byte value,
2168
2168
  * an integer between 0 and 255.
2169
2169
  *
2170
2170
  * If `byteOffset` is not a number, it will be coerced to a number. Any arguments
@@ -2323,7 +2323,7 @@ declare module "buffer" {
2323
2323
  * **and should never be used in new code, because they use strings to represent**
2324
2324
  * **binary data and predate the introduction of typed arrays in JavaScript.**
2325
2325
  * **For code running using Node.js APIs, converting between base64-encoded strings**
2326
- * **and binary data should be performed using `Buffer.from(str, 'base64')` and`buf.toString('base64')`.**
2326
+ * **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.**
2327
2327
  * @since v15.13.0, v14.17.0
2328
2328
  * @legacy Use `Buffer.from(data, 'base64')` instead.
2329
2329
  * @param data The Base64-encoded input string.
@@ -2339,7 +2339,7 @@ declare module "buffer" {
2339
2339
  * **and should never be used in new code, because they use strings to represent**
2340
2340
  * **binary data and predate the introduction of typed arrays in JavaScript.**
2341
2341
  * **For code running using Node.js APIs, converting between base64-encoded strings**
2342
- * **and binary data should be performed using `Buffer.from(str, 'base64')` and`buf.toString('base64')`.**
2342
+ * **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.**
2343
2343
  * @since v15.13.0, v14.17.0
2344
2344
  * @legacy Use `buf.toString('base64')` instead.
2345
2345
  * @param data An ASCII (Latin1) string.