cloudstructs 0.5.5 → 0.5.8

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 (322) hide show
  1. package/.jsii +4 -4
  2. package/assets/slack-app/provider.lambda/index.js +107 -105
  3. package/assets/slack-textract/detect.lambda/index.js +113 -110
  4. package/assets/url-shortener/shortener.lambda/index.js +9 -23
  5. package/lib/codecommit-mirror/index.js +2 -2
  6. package/lib/ecs-service-roller/index.js +2 -2
  7. package/lib/email-receiver/receiver.js +1 -1
  8. package/lib/email-receiver/s3-function.js +2 -2
  9. package/lib/email-receiver/whitelist-function.js +2 -2
  10. package/lib/saml-identity-provider/index.js +2 -2
  11. package/lib/slack-app/manifest.js +1 -1
  12. package/lib/slack-app/provider-function.js +2 -2
  13. package/lib/slack-app/slack-app.js +2 -2
  14. package/lib/slack-events/events-function.js +2 -2
  15. package/lib/slack-events/index.js +1 -1
  16. package/lib/slack-textract/detect-function.js +2 -2
  17. package/lib/slack-textract/index.js +1 -1
  18. package/lib/state-machine-cr-provider/index.js +1 -1
  19. package/lib/static-website/index.js +1 -1
  20. package/lib/static-website/origin-request-function.js +2 -2
  21. package/lib/toolkit-cleaner/clean-images-function.js +2 -2
  22. package/lib/toolkit-cleaner/clean-objects-function.js +2 -2
  23. package/lib/toolkit-cleaner/extract-template-hashes-function.js +2 -2
  24. package/lib/toolkit-cleaner/get-stack-names-function.js +2 -2
  25. package/lib/toolkit-cleaner/index.js +1 -1
  26. package/lib/url-shortener/index.js +1 -1
  27. package/lib/url-shortener/redirect-function.js +2 -2
  28. package/lib/url-shortener/shortener-function.js +2 -2
  29. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  30. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +7 -8
  31. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +2 -2
  32. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +11 -5
  33. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +6 -3
  34. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +14 -18
  35. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +1 -1
  36. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +668 -42
  37. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +2 -2
  38. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +2 -1
  39. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +2 -2
  40. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +2 -2
  41. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +3 -2
  42. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +17 -27
  43. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +15 -16
  44. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +24 -42
  45. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +79 -23
  46. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +7 -2
  47. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +11 -1
  48. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +2 -1
  49. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +10 -13
  50. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +27 -7
  51. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +5 -4
  52. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  53. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
  54. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +16 -2
  55. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +2 -2
  56. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
  57. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +1 -1
  58. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +2 -2
  59. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +2 -2
  60. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +67 -15
  61. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
  62. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +142 -0
  63. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
  64. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +17 -9
  65. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +11 -1
  66. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +4 -2
  67. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +25 -19
  68. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +20 -9
  69. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +19 -1
  70. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +5 -3
  71. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  72. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +2 -5
  73. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +1 -1
  74. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  75. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +7 -8
  76. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +2 -2
  77. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +11 -5
  78. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +6 -3
  79. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +14 -18
  80. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +1 -1
  81. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +668 -42
  82. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +2 -2
  83. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +2 -1
  84. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +2 -2
  85. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +2 -2
  86. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +3 -2
  87. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +17 -27
  88. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +15 -16
  89. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +24 -42
  90. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +79 -23
  91. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +7 -2
  92. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +11 -1
  93. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +2 -1
  94. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +10 -13
  95. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +27 -7
  96. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +5 -4
  97. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  98. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
  99. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +16 -2
  100. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +2 -2
  101. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
  102. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +1 -1
  103. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +2 -2
  104. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +2 -2
  105. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +67 -15
  106. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
  107. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +142 -0
  108. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
  109. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +17 -9
  110. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +11 -1
  111. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +4 -2
  112. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +25 -19
  113. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +20 -9
  114. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +19 -1
  115. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +5 -3
  116. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  117. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +2 -5
  118. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +1 -1
  119. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  120. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +7 -8
  121. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +2 -2
  122. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +11 -5
  123. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +6 -3
  124. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +14 -18
  125. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +1 -1
  126. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +668 -42
  127. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +2 -2
  128. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +2 -1
  129. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +2 -2
  130. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +2 -2
  131. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +3 -2
  132. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +17 -27
  133. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +15 -16
  134. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +24 -42
  135. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +79 -23
  136. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +7 -2
  137. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +11 -1
  138. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +2 -1
  139. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +10 -13
  140. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +27 -7
  141. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +5 -4
  142. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  143. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
  144. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +16 -2
  145. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +2 -2
  146. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  147. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
  148. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +2 -2
  149. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +2 -2
  150. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +67 -15
  151. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  152. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +142 -0
  153. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  154. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +17 -9
  155. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +11 -1
  156. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +4 -2
  157. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +25 -19
  158. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +20 -9
  159. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +19 -1
  160. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +5 -3
  161. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  162. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +2 -5
  163. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +1 -1
  164. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
  165. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +7 -8
  166. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +2 -2
  167. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +11 -5
  168. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +6 -3
  169. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +14 -18
  170. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +1 -1
  171. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +668 -42
  172. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +2 -2
  173. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +2 -1
  174. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +2 -2
  175. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +2 -2
  176. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +3 -2
  177. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +17 -27
  178. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +15 -16
  179. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +24 -42
  180. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +79 -23
  181. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +7 -2
  182. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +11 -1
  183. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +2 -1
  184. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +10 -13
  185. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +27 -7
  186. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +5 -4
  187. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
  188. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +1 -1
  189. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +16 -2
  190. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +2 -2
  191. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +1 -1
  192. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +1 -1
  193. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +2 -2
  194. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +2 -2
  195. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +67 -15
  196. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +1 -1
  197. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +142 -0
  198. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +1 -1
  199. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +17 -9
  200. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +11 -1
  201. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +4 -2
  202. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +25 -19
  203. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +20 -9
  204. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +19 -1
  205. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +5 -3
  206. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +1 -1
  207. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +2 -5
  208. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +1 -1
  209. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  210. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +7 -8
  211. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +2 -2
  212. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +11 -5
  213. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +6 -3
  214. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +14 -18
  215. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +1 -1
  216. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +668 -42
  217. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +2 -2
  218. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +2 -1
  219. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +2 -2
  220. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +2 -2
  221. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +3 -2
  222. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +17 -27
  223. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +15 -16
  224. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +24 -42
  225. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +79 -23
  226. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +7 -2
  227. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +11 -1
  228. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +2 -1
  229. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +10 -13
  230. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +27 -7
  231. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +5 -4
  232. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  233. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  234. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +16 -2
  235. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +2 -2
  236. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  237. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
  238. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +2 -2
  239. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +2 -2
  240. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +67 -15
  241. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  242. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +142 -0
  243. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  244. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +17 -9
  245. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +11 -1
  246. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +4 -2
  247. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +25 -19
  248. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +20 -9
  249. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +19 -1
  250. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +5 -3
  251. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  252. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +2 -5
  253. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +1 -1
  254. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  255. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +7 -8
  256. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +2 -2
  257. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +11 -5
  258. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +6 -3
  259. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +14 -18
  260. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +1 -1
  261. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +668 -42
  262. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +2 -2
  263. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +2 -1
  264. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +2 -2
  265. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +2 -2
  266. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +3 -2
  267. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +17 -27
  268. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +15 -16
  269. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +24 -42
  270. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +79 -23
  271. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +7 -2
  272. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +11 -1
  273. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +2 -1
  274. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +10 -13
  275. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +27 -7
  276. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +5 -4
  277. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  278. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  279. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +16 -2
  280. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +2 -2
  281. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  282. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
  283. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +2 -2
  284. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +2 -2
  285. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +67 -15
  286. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  287. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +142 -0
  288. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  289. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +17 -9
  290. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +11 -1
  291. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +4 -2
  292. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +25 -19
  293. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +20 -9
  294. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +19 -1
  295. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +5 -3
  296. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  297. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +2 -5
  298. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +1 -1
  299. package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/buffer-stream.js +0 -0
  300. package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/index.d.ts +0 -0
  301. package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/index.js +0 -0
  302. package/node_modules/{decompress-response/node_modules/mimic-response → cacheable-request/node_modules/get-stream}/license +0 -0
  303. package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/package.json +0 -0
  304. package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/readme.md +0 -0
  305. package/node_modules/clone-response/node_modules/mimic-response/index.js +32 -0
  306. package/node_modules/{get-stream → clone-response/node_modules/mimic-response}/license +1 -1
  307. package/node_modules/clone-response/node_modules/mimic-response/package.json +37 -0
  308. package/node_modules/clone-response/node_modules/mimic-response/readme.md +54 -0
  309. package/node_modules/clone-response/package.json +3 -6
  310. package/node_modules/keyv/README.md +16 -3
  311. package/node_modules/keyv/package.json +6 -8
  312. package/node_modules/keyv/src/index.d.ts +16 -2
  313. package/node_modules/{decompress-response/node_modules/mimic-response → mimic-response}/index.d.ts +0 -0
  314. package/node_modules/mimic-response/index.js +58 -13
  315. package/node_modules/mimic-response/license +1 -1
  316. package/node_modules/mimic-response/package.json +40 -35
  317. package/node_modules/mimic-response/readme.md +33 -9
  318. package/node_modules/responselike/package.json +3 -2
  319. package/package.json +13 -13
  320. package/node_modules/decompress-response/node_modules/mimic-response/index.js +0 -77
  321. package/node_modules/decompress-response/node_modules/mimic-response/package.json +0 -42
  322. package/node_modules/decompress-response/node_modules/mimic-response/readme.md +0 -78
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The `assert` module provides a set of assertion functions for verifying
3
3
  * invariants.
4
- * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/assert.js)
4
+ * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/assert.js)
5
5
  */
6
6
  declare module 'assert' {
7
7
  /**
@@ -237,8 +237,8 @@ declare module 'assert' {
237
237
  * > Stability: 3 - Legacy: Use {@link strictEqual} instead.
238
238
  *
239
239
  * Tests shallow, coercive equality between the `actual` and `expected` parameters
240
- * using the [Abstract Equality Comparison](https://tc39.github.io/ecma262/#sec-abstract-equality-comparison) ( `==` ). `NaN` is special handled
241
- * and treated as being identical in case both sides are `NaN`.
240
+ * using the [`==` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality). `NaN` is specially handled
241
+ * and treated as being identical if both sides are `NaN`.
242
242
  *
243
243
  * ```js
244
244
  * import assert from 'assert';
@@ -270,9 +270,8 @@ declare module 'assert' {
270
270
  *
271
271
  * > Stability: 3 - Legacy: Use {@link notStrictEqual} instead.
272
272
  *
273
- * Tests shallow, coercive inequality with the [Abstract Equality Comparison](https://tc39.github.io/ecma262/#sec-abstract-equality-comparison)(`!=` ). `NaN` is special handled and treated as
274
- * being identical in case both
275
- * sides are `NaN`.
273
+ * Tests shallow, coercive inequality with the [`!=` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Inequality). `NaN` is
274
+ * specially handled and treated as being identical if both sides are `NaN`.
276
275
  *
277
276
  * ```js
278
277
  * import assert from 'assert';
@@ -362,7 +361,7 @@ declare module 'assert' {
362
361
  function notDeepEqual(actual: unknown, expected: unknown, message?: string | Error): void;
363
362
  /**
364
363
  * Tests strict equality between the `actual` and `expected` parameters as
365
- * determined by the [SameValue Comparison](https://tc39.github.io/ecma262/#sec-samevalue).
364
+ * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is).
366
365
  *
367
366
  * ```js
368
367
  * import assert from 'assert/strict';
@@ -400,7 +399,7 @@ declare module 'assert' {
400
399
  function strictEqual<T>(actual: unknown, expected: T, message?: string | Error): asserts actual is T;
401
400
  /**
402
401
  * Tests strict inequality between the `actual` and `expected` parameters as
403
- * determined by the [SameValue Comparison](https://tc39.github.io/ecma262/#sec-samevalue).
402
+ * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is).
404
403
  *
405
404
  * ```js
406
405
  * import assert from 'assert/strict';
@@ -6,7 +6,7 @@
6
6
  * import async_hooks from 'async_hooks';
7
7
  * ```
8
8
  * @experimental
9
- * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/async_hooks.js)
9
+ * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/async_hooks.js)
10
10
  */
11
11
  declare module 'async_hooks' {
12
12
  /**
@@ -364,7 +364,7 @@ declare module 'async_hooks' {
364
364
  *
365
365
  * Each instance of `AsyncLocalStorage` maintains an independent storage context.
366
366
  * Multiple instances can safely exist simultaneously without risk of interfering
367
- * with each other data.
367
+ * with each other's data.
368
368
  * @since v13.10.0, v12.17.0
369
369
  */
370
370
  class AsyncLocalStorage<T> {
@@ -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/v17.0.0/lib/buffer.js)
44
+ * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/buffer.js)
45
45
  */
46
46
  declare module 'buffer' {
47
47
  import { BinaryLike } from 'node:crypto';
@@ -114,7 +114,6 @@ declare module 'buffer' {
114
114
  * A [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) encapsulates immutable, raw data that can be safely shared across
115
115
  * multiple worker threads.
116
116
  * @since v15.7.0, v14.18.0
117
- * @experimental
118
117
  */
119
118
  export class Blob {
120
119
  /**
@@ -763,8 +762,6 @@ declare module 'buffer' {
763
762
  * Returns a new `Buffer` that references the same memory as the original, but
764
763
  * offset and cropped by the `start` and `end` indices.
765
764
  *
766
- * This is the same behavior as `buf.subarray()`.
767
- *
768
765
  * This method is not compatible with the `Uint8Array.prototype.slice()`,
769
766
  * which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`.
770
767
  *
@@ -780,8 +777,17 @@ declare module 'buffer' {
780
777
  *
781
778
  * console.log(buf.toString());
782
779
  * // Prints: buffer
780
+ *
781
+ * // With buf.slice(), the original buffer is modified.
782
+ * const notReallyCopiedBuf = buf.slice();
783
+ * notReallyCopiedBuf[0]++;
784
+ * console.log(notReallyCopiedBuf.toString());
785
+ * // Prints: cuffer
786
+ * console.log(buf.toString());
787
+ * // Also prints: cuffer (!)
783
788
  * ```
784
789
  * @since v0.3.0
790
+ * @deprecated Use `subarray` instead.
785
791
  * @param [start=0] Where the new `Buffer` will start.
786
792
  * @param [end=buf.length] Where the new `Buffer` will end (not inclusive).
787
793
  */
@@ -1948,7 +1954,7 @@ declare module 'buffer' {
1948
1954
  *
1949
1955
  * * a string, `value` is interpreted according to the character encoding in`encoding`.
1950
1956
  * * a `Buffer` or [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array), `value` will be used in its entirety.
1951
- * To compare a partial `Buffer`, use `buf.slice()`.
1957
+ * To compare a partial `Buffer`, use `buf.subarray`.
1952
1958
  * * a number, `value` will be interpreted as an unsigned 8-bit integer
1953
1959
  * value between `0` and `255`.
1954
1960
  *
@@ -28,8 +28,11 @@
28
28
  * identical to the behavior of pipes in the shell. Use the `{ stdio: 'ignore' }`option if the output will not be consumed.
29
29
  *
30
30
  * The command lookup is performed using the `options.env.PATH` environment
31
- * variable if it is in the `options` object. Otherwise, `process.env.PATH` is
32
- * used.
31
+ * variable if `env` is in the `options` object. Otherwise, `process.env.PATH` is
32
+ * used. If `options.env` is set without `PATH`, lookup on Unix is performed
33
+ * on a default search path search of `/usr/bin:/bin` (see your operating system's
34
+ * manual for execvpe/execvp), on Windows the current processes environment
35
+ * variable `PATH` is used.
33
36
  *
34
37
  * On Windows, environment variables are case-insensitive. Node.js
35
38
  * lexicographically sorts the `env` keys and uses the first one that
@@ -60,7 +63,7 @@
60
63
  * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however,
61
64
  * the synchronous methods can have significant impact on performance due to
62
65
  * stalling the event loop while spawned processes complete.
63
- * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/child_process.js)
66
+ * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/child_process.js)
64
67
  */
65
68
  declare module 'child_process' {
66
69
  import { ObjectEncodingOptions } from 'node:fs';
@@ -1,7 +1,8 @@
1
1
  /**
2
- * A single instance of Node.js runs in a single thread. To take advantage of
3
- * multi-core systems, the user will sometimes want to launch a cluster of Node.js
4
- * processes to handle the load.
2
+ * Clusters of Node.js processes can be used to run multiple instances of Node.js
3
+ * that can distribute workloads among their application threads. When process
4
+ * isolation is not needed, use the `worker_threads` module instead, which
5
+ * allows running multiple application threads within a single Node.js instance.
5
6
  *
6
7
  * The cluster module allows easy creation of child processes that all share
7
8
  * server ports.
@@ -49,7 +50,7 @@
49
50
  * ```
50
51
  *
51
52
  * On Windows, it is not yet possible to set up a named pipe server in a worker.
52
- * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/cluster.js)
53
+ * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/cluster.js)
53
54
  */
54
55
  declare module 'cluster' {
55
56
  import * as child from 'node:child_process';
@@ -99,9 +100,9 @@ declare module 'cluster' {
99
100
  /**
100
101
  * Send a message to a worker or primary, optionally with a handle.
101
102
  *
102
- * In the primary this sends a message to a specific worker. It is identical to `ChildProcess.send()`.
103
+ * In the primary, this sends a message to a specific worker. It is identical to `ChildProcess.send()`.
103
104
  *
104
- * In a worker this sends a message to the primary. It is identical to`process.send()`.
105
+ * In a worker, this sends a message to the primary. It is identical to`process.send()`.
105
106
  *
106
107
  * This example will echo back all messages from the primary:
107
108
  *
@@ -123,19 +124,13 @@ declare module 'cluster' {
123
124
  send(message: child.Serializable, sendHandle: child.SendHandle, callback?: (error: Error | null) => void): boolean;
124
125
  send(message: child.Serializable, sendHandle: child.SendHandle, options?: child.MessageOptions, callback?: (error: Error | null) => void): boolean;
125
126
  /**
126
- * This function will kill the worker. In the primary, it does this
127
- * by disconnecting the `worker.process`, and once disconnected, killing
128
- * with `signal`. In the worker, it does it by disconnecting the channel,
129
- * and then exiting with code `0`.
127
+ * This function will kill the worker. In the primary worker, it does this by
128
+ * disconnecting the `worker.process`, and once disconnected, killing with`signal`. In the worker, it does it by killing the process with `signal`.
130
129
  *
131
- * Because `kill()` attempts to gracefully disconnect the worker process, it is
132
- * susceptible to waiting indefinitely for the disconnect to complete. For example,
133
- * if the worker enters an infinite loop, a graceful disconnect will never occur.
134
- * If the graceful disconnect behavior is not needed, use `worker.process.kill()`.
130
+ * The `kill()` function kills the worker process without waiting for a graceful
131
+ * disconnect, it has the same behavior as `worker.process.kill()`.
135
132
  *
136
- * Causes `.exitedAfterDisconnect` to be set.
137
- *
138
- * This method is aliased as `worker.destroy()` for backward compatibility.
133
+ * This method is aliased as `worker.destroy()` for backwards compatibility.
139
134
  *
140
135
  * In a worker, `process.kill()` exists, but it is not this function;
141
136
  * it is `kill()`.
@@ -253,7 +248,8 @@ declare module 'cluster' {
253
248
  */
254
249
  isDead(): boolean;
255
250
  /**
256
- * This property is `true` if the worker exited due to `.kill()` or`.disconnect()`. If the worker exited any other way, it is `false`. If the
251
+ * This property is `true` if the worker exited due to `.disconnect()`.
252
+ * If the worker exited any other way, it is `false`. If the
257
253
  * worker has not exited, it is `undefined`.
258
254
  *
259
255
  * The boolean `worker.exitedAfterDisconnect` allows distinguishing between
@@ -53,7 +53,7 @@
53
53
  * myConsole.warn(`Danger ${name}! Danger!`);
54
54
  * // Prints: Danger Will Robinson! Danger!, to err
55
55
  * ```
56
- * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/console.js)
56
+ * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/console.js)
57
57
  */
58
58
  declare module 'console' {
59
59
  import console = require('node:console');