cloudstructs 0.9.5 → 0.9.7

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 (330) hide show
  1. package/.jsii +3 -3
  2. package/assets/slack-app/provider.lambda/index.js +46 -96
  3. package/assets/slack-events/events.lambda/index.js +4 -8
  4. package/assets/slack-textract/detect.lambda/index.js +617 -492
  5. package/assets/ssl-server-test/analyze.lambda/index.js +46 -96
  6. package/assets/static-website/origin-request.edge-lambda/index.js +1 -2
  7. package/assets/url-shortener/shortener.lambda/index.js +1 -2
  8. package/lib/codecommit-mirror/index.js +2 -2
  9. package/lib/dmarc/index.js +1 -1
  10. package/lib/ecs-service-roller/index.js +2 -2
  11. package/lib/email-receiver/receiver.js +1 -1
  12. package/lib/saml-identity-provider/index.js +2 -2
  13. package/lib/slack-app/manifest.js +1 -1
  14. package/lib/slack-app/slack-app.js +2 -2
  15. package/lib/slack-events/index.js +1 -1
  16. package/lib/slack-textract/index.js +1 -1
  17. package/lib/ssl-server-test/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/toolkit-cleaner/index.js +1 -1
  21. package/lib/url-shortener/index.js +1 -1
  22. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  23. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +41 -44
  24. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +17 -15
  25. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +7 -7
  26. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +1 -1
  27. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +1 -1
  28. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +1 -1
  29. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +38 -3
  30. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +13 -13
  31. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  32. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +1 -1
  33. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +4 -4
  34. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +29 -37
  35. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +12 -12
  36. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +43 -37
  37. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +4 -4
  38. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +77 -47
  39. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
  40. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +4 -4
  41. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +50 -8
  42. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +28 -11
  43. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  44. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
  45. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +3 -3
  46. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +214 -43
  47. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +4 -4
  48. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +18 -6
  49. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +9 -9
  50. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +21 -20
  51. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +7 -7
  52. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +2 -2
  53. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +55 -49
  54. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +3 -3
  55. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +28 -23
  56. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +10 -6
  57. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +5 -5
  58. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +39 -32
  59. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +40 -25
  60. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +8 -8
  61. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +5 -5
  62. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +115 -22
  63. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +6 -6
  64. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +35 -17
  65. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  66. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +16 -16
  67. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +16 -3
  68. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  69. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +41 -44
  70. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +17 -15
  71. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +7 -7
  72. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +1 -1
  73. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +1 -1
  74. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +1 -1
  75. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +38 -3
  76. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +13 -13
  77. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  78. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +1 -1
  79. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +4 -4
  80. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +29 -37
  81. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +12 -12
  82. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +43 -37
  83. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +4 -4
  84. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +77 -47
  85. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
  86. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +4 -4
  87. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +50 -8
  88. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +28 -11
  89. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  90. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
  91. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +3 -3
  92. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +214 -43
  93. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +4 -4
  94. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +18 -6
  95. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +9 -9
  96. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +21 -20
  97. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +7 -7
  98. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +2 -2
  99. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +55 -49
  100. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +3 -3
  101. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +28 -23
  102. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +10 -6
  103. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +5 -5
  104. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +39 -32
  105. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +40 -25
  106. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +8 -8
  107. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +5 -5
  108. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +115 -22
  109. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +6 -6
  110. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +35 -17
  111. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  112. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +16 -16
  113. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +16 -3
  114. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  115. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +41 -44
  116. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +17 -15
  117. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +7 -7
  118. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +1 -1
  119. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +1 -1
  120. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +1 -1
  121. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +38 -3
  122. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +13 -13
  123. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  124. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +1 -1
  125. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +4 -4
  126. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +29 -37
  127. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +12 -12
  128. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +43 -37
  129. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +4 -4
  130. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +77 -47
  131. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
  132. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +4 -4
  133. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +50 -8
  134. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +28 -11
  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 +3 -3
  138. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +214 -43
  139. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +4 -4
  140. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +18 -6
  141. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +9 -9
  142. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +21 -20
  143. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +7 -7
  144. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +2 -2
  145. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +55 -49
  146. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +3 -3
  147. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +28 -23
  148. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +10 -6
  149. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +5 -5
  150. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +39 -32
  151. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +40 -25
  152. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +8 -8
  153. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +5 -5
  154. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +115 -22
  155. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +6 -6
  156. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +35 -17
  157. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  158. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +16 -16
  159. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +16 -3
  160. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
  161. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +41 -44
  162. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +17 -15
  163. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +7 -7
  164. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +1 -1
  165. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +1 -1
  166. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +1 -1
  167. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +38 -3
  168. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +13 -13
  169. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  170. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +1 -1
  171. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +4 -4
  172. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +29 -37
  173. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +12 -12
  174. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +43 -37
  175. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +4 -4
  176. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +77 -47
  177. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +1 -1
  178. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +4 -4
  179. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +50 -8
  180. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +28 -11
  181. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
  182. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +1 -1
  183. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +3 -3
  184. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +214 -43
  185. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +4 -4
  186. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +18 -6
  187. package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +9 -9
  188. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +21 -20
  189. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +7 -7
  190. package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +2 -2
  191. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +55 -49
  192. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +3 -3
  193. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +28 -23
  194. package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +10 -6
  195. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +5 -5
  196. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +39 -32
  197. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +40 -25
  198. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +8 -8
  199. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +5 -5
  200. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +115 -22
  201. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +6 -6
  202. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +35 -17
  203. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +1 -1
  204. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +16 -16
  205. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +16 -3
  206. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  207. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +41 -44
  208. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +17 -15
  209. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +7 -7
  210. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +1 -1
  211. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +1 -1
  212. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +1 -1
  213. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +38 -3
  214. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +13 -13
  215. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  216. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +1 -1
  217. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +4 -4
  218. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +29 -37
  219. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +12 -12
  220. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +43 -37
  221. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +4 -4
  222. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +77 -47
  223. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
  224. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +4 -4
  225. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +50 -8
  226. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +28 -11
  227. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  228. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  229. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +3 -3
  230. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +214 -43
  231. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +4 -4
  232. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +18 -6
  233. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +9 -9
  234. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +21 -20
  235. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +7 -7
  236. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +2 -2
  237. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +55 -49
  238. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +3 -3
  239. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +28 -23
  240. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +10 -6
  241. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +5 -5
  242. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +39 -32
  243. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +40 -25
  244. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +8 -8
  245. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +5 -5
  246. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +115 -22
  247. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +6 -6
  248. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +35 -17
  249. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  250. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +16 -16
  251. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +16 -3
  252. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  253. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +41 -44
  254. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +17 -15
  255. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +7 -7
  256. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +1 -1
  257. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +1 -1
  258. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +1 -1
  259. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +38 -3
  260. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +13 -13
  261. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  262. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +1 -1
  263. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +4 -4
  264. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +29 -37
  265. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +12 -12
  266. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +43 -37
  267. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +4 -4
  268. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +77 -47
  269. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
  270. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +4 -4
  271. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +50 -8
  272. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +28 -11
  273. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  274. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  275. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +3 -3
  276. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +214 -43
  277. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +4 -4
  278. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +18 -6
  279. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +9 -9
  280. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +21 -20
  281. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +7 -7
  282. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +2 -2
  283. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +55 -49
  284. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +3 -3
  285. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +28 -23
  286. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +10 -6
  287. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +5 -5
  288. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +39 -32
  289. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +40 -25
  290. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +8 -8
  291. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +5 -5
  292. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +115 -22
  293. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +6 -6
  294. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +35 -17
  295. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  296. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +16 -16
  297. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +16 -3
  298. package/node_modules/axios/CHANGELOG.md +868 -790
  299. package/node_modules/axios/README.md +60 -15
  300. package/node_modules/axios/dist/axios.js +1018 -294
  301. package/node_modules/axios/dist/axios.js.map +1 -1
  302. package/node_modules/axios/dist/axios.min.js +1 -1
  303. package/node_modules/axios/dist/axios.min.js.map +1 -1
  304. package/node_modules/axios/dist/browser/axios.cjs +688 -308
  305. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  306. package/node_modules/axios/dist/esm/axios.js +688 -308
  307. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  308. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  309. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  310. package/node_modules/axios/dist/node/axios.cjs +597 -246
  311. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  312. package/node_modules/axios/index.d.cts +5 -2
  313. package/node_modules/axios/index.d.ts +5 -2
  314. package/node_modules/axios/lib/adapters/adapters.js +3 -1
  315. package/node_modules/axios/lib/adapters/fetch.js +227 -0
  316. package/node_modules/axios/lib/adapters/xhr.js +31 -101
  317. package/node_modules/axios/lib/core/Axios.js +9 -6
  318. package/node_modules/axios/lib/core/AxiosHeaders.js +4 -0
  319. package/node_modules/axios/lib/defaults/index.js +7 -2
  320. package/node_modules/axios/lib/env/data.js +1 -1
  321. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +9 -8
  322. package/node_modules/axios/lib/helpers/composeSignals.js +46 -0
  323. package/node_modules/axios/lib/helpers/progressEventReducer.js +32 -0
  324. package/node_modules/axios/lib/helpers/resolveConfig.js +57 -0
  325. package/node_modules/axios/lib/helpers/throttle.js +5 -3
  326. package/node_modules/axios/lib/helpers/trackStream.js +55 -0
  327. package/node_modules/axios/lib/platform/common/utils.js +4 -1
  328. package/node_modules/axios/lib/utils.js +7 -2
  329. package/node_modules/axios/package.json +4 -3
  330. package/package.json +18 -18
@@ -25,20 +25,36 @@
25
25
  <br><br>
26
26
  </h3>
27
27
 
28
- <div align="center">
29
- <a href="https://stytch.com?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=logo&utm_campaign=axios-http">
30
- <picture>
31
- <source width="200px" media="(prefers-color-scheme: dark)" srcset="https://github.com/axios/axios/assets/4814473/538d715a-13c7-4668-ae7d-37a4548423f4">
32
- <source width="200px" media="(prefers-color-scheme: light)" srcset="https://github.com/axios/axios/assets/4814473/b6a9a7bc-9fb1-4b9b-909f-1b4bee1fd142">
33
- <img width="200px" src="https://github.com/axios/axios/assets/4814473/b6a9a7bc-9fb1-4b9b-909f-1b4bee1fd142" />
34
- </picture>
35
- </a>
36
- <p align="center">API-first authentication, authorization, and fraud prevention</p>
37
- <p align="center">
38
- <a href="https://stytch.com?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=website-link&utm_campaign=axios-http"><b>Website</b></a> •
39
- <a href="https://stytch.com/docs?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=docs-link&utm_campaign=axios-http"><b>Documentation</b></a> • <a href="https://github.com/stytchauth/stytch-node?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=node-sdk&utm_campaign=axios-http"><b>Node.js Backend SDK</b></a>
40
- </p>
41
- </div>
28
+ <table border="0">
29
+ <td align="center">
30
+ <a href="https://stytch.com?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=logo&utm_campaign=axios-http">
31
+ <picture>
32
+ <source width="200px" media="(prefers-color-scheme: dark)" srcset="https://github.com/axios/axios/assets/4814473/538d715a-13c7-4668-ae7d-37a4548423f4">
33
+ <source width="200px" media="(prefers-color-scheme: light)" srcset="https://github.com/axios/axios/assets/4814473/b6a9a7bc-9fb1-4b9b-909f-1b4bee1fd142">
34
+ <img width="200px" src="https://github.com/axios/axios/assets/4814473/b6a9a7bc-9fb1-4b9b-909f-1b4bee1fd142" />
35
+ </picture>
36
+ </a>
37
+ <p align="center">API-first authentication, authorization, and fraud prevention</p>
38
+ <p align="center">
39
+ <a href="https://stytch.com?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=website-link&utm_campaign=axios-http"><b>Website</b></a> •
40
+ <a href="https://stytch.com/docs?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=docs-link&utm_campaign=axios-http"><b>Documentation</b></a> • <a href="https://github.com/stytchauth/stytch-node?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=node-sdk&utm_campaign=axios-http"><b>Node.js Backend SDK</b></a>
41
+ </p>
42
+ </td>
43
+ <td align="center">
44
+ <a href="https://stytch.com?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=logo&utm_campaign=axios-http">
45
+ <picture>
46
+ <source width="200px" media="(prefers-color-scheme: dark)" srcset="https://github.com/axios/axios/assets/4814473/79f572f3-9d57-488d-80cc-58d674bb98d8">
47
+ <source width="200px" media="(prefers-color-scheme: light)" srcset="https://github.com/axios/axios/assets/4814473/18b51893-c4b4-4557-b263-74c2b3de84ab">
48
+ <img width="200px" src="https://github.com/axios/axios/assets/4814473/18b51893-c4b4-4557-b263-74c2b3de84ab" />
49
+ </picture>
50
+ </a>
51
+ <p align="center">Drag-and-drop authentication, authorization, and identity management</p>
52
+ <p align="center">
53
+ <a href="https://www.descope.com/?utm_source=axios&utm_medium=referral&utm_campaign=axios-oss-sponsorship"><b>Website</b></a> •
54
+ <a href="https://docs.descope.com/?utm_source=axios&utm_medium=referral&utm_campaign=axios-oss-sponsorship"><b>Documentation</b></a> • <a href="https://www.descope.com/community?utm_source=axios&utm_medium=referral&utm_campaign=axios-oss-sponsorship"><b>Community</b></a>
55
+ </p>
56
+ </td>
57
+ </table>
42
58
 
43
59
 
44
60
  <br><br>
@@ -109,6 +125,7 @@
109
125
  - [🆕 Progress capturing](#-progress-capturing)
110
126
  - [🆕 Rate limiting](#-progress-capturing)
111
127
  - [🆕 AxiosHeaders](#-axiosheaders)
128
+ - [🔥 Fetch adapter](#-fetch-adapter)
112
129
  - [Semver](#semver)
113
130
  - [Promises](#promises)
114
131
  - [TypeScript](#typescript)
@@ -465,10 +482,13 @@ These are the available config options for making requests. Only the `url` is re
465
482
  withCredentials: false, // default
466
483
 
467
484
  // `adapter` allows custom handling of requests which makes testing easier.
468
- // Return a promise and supply a valid response (see lib/adapters/README.md).
485
+ // Return a promise and supply a valid response (see lib/adapters/README.md)
469
486
  adapter: function (config) {
470
487
  /* ... */
471
488
  },
489
+ // Also, you can set the name of the built-in adapter, or provide an array with their names
490
+ // to choose the first available in the environment
491
+ adapter: 'xhr' // 'fetch' | 'http' | ['xhr', 'http', 'fetch']
472
492
 
473
493
  // `auth` indicates that HTTP Basic auth should be used, and supplies credentials.
474
494
  // This will set an `Authorization` header, overwriting any existing
@@ -1273,6 +1293,7 @@ Sending `Blobs`/`Files` as JSON (`base64`) is not currently supported.
1273
1293
  ## 🆕 Progress capturing
1274
1294
 
1275
1295
  Axios supports both browser and node environments to capture request upload/download progress.
1296
+ The frequency of progress events is forced to be limited to `3` times per second.
1276
1297
 
1277
1298
  ```js
1278
1299
  await axios.post(url, data, {
@@ -1593,6 +1614,30 @@ The following shortcuts are available:
1593
1614
 
1594
1615
  - `setContentEncoding`, `getContentEncoding`, `hasContentEncoding`
1595
1616
 
1617
+ ## 🔥 Fetch adapter
1618
+
1619
+ Fetch adapter was introduced in `v1.7.0`. By default, it will be used if `xhr` and `http` adapters are not available in the build,
1620
+ or not supported by the environment.
1621
+ To use it by default, it must be selected explicitly:
1622
+
1623
+ ```js
1624
+ const {data} = axios.get(url, {
1625
+ adapter: 'fetch' // by default ['xhr', 'http', 'fetch']
1626
+ })
1627
+ ```
1628
+
1629
+ You can create a separate instance for this:
1630
+
1631
+ ```js
1632
+ const fetchAxios = axios.create({
1633
+ adapter: 'fetch'
1634
+ });
1635
+
1636
+ const {data} = fetchAxios.get(url);
1637
+ ```
1638
+
1639
+ The adapter supports the same functionality as `xhr` adapter, **including upload and download progress capturing**.
1640
+ Also, it supports additional response types such as `stream` and `formdata` (if supported by the environment).
1596
1641
 
1597
1642
  ## Semver
1598
1643