cloudstructs 0.9.6 → 0.9.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 (307) hide show
  1. package/.jsii +3 -3
  2. package/assets/slack-textract/detect.lambda/index.js +478 -212
  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 +1 -1
  21. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +31 -29
  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 +2 -1
  25. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +1 -1
  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 +22 -2
  31. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +8 -2
  32. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +62 -43
  33. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +1 -1
  34. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
  35. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +1 -1
  36. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +7 -4
  37. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +1 -1
  38. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  39. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
  40. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +305 -45
  41. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +11 -4
  42. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
  43. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +1 -1
  44. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +1 -1
  45. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +1 -1
  46. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +58 -54
  47. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
  48. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +291 -51
  49. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
  50. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +1 -1
  51. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +1 -1
  52. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -1
  53. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +11 -3
  54. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +20 -4
  55. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +45 -1
  56. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +9 -6
  57. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  58. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +1 -1
  59. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +1 -1
  60. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  61. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +1 -1
  62. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +1 -1
  63. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +1 -1
  64. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +31 -29
  65. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +1 -1
  66. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +1 -1
  67. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +2 -1
  68. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +1 -1
  69. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  70. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +7 -6
  71. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +23 -12
  72. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
  73. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +22 -2
  74. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +8 -2
  75. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +62 -43
  76. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +1 -1
  77. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
  78. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +1 -1
  79. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +7 -4
  80. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +1 -1
  81. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  82. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
  83. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +305 -45
  84. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +11 -4
  85. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
  86. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +1 -1
  87. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +1 -1
  88. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +1 -1
  89. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +58 -54
  90. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
  91. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +291 -51
  92. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
  93. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +1 -1
  94. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +1 -1
  95. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -1
  96. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +11 -3
  97. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +20 -4
  98. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +45 -1
  99. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +9 -6
  100. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  101. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +1 -1
  102. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +1 -1
  103. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  104. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +1 -1
  105. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +1 -1
  106. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +1 -1
  107. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +31 -29
  108. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +1 -1
  109. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +1 -1
  110. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +2 -1
  111. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +1 -1
  112. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  113. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +7 -6
  114. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +23 -12
  115. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
  116. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +22 -2
  117. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +8 -2
  118. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +62 -43
  119. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +1 -1
  120. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
  121. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1 -1
  122. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +7 -4
  123. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +1 -1
  124. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  125. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
  126. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +305 -45
  127. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +11 -4
  128. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  129. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
  130. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +1 -1
  131. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +1 -1
  132. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +58 -54
  133. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  134. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +291 -51
  135. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  136. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +1 -1
  137. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +1 -1
  138. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
  139. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +11 -3
  140. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +20 -4
  141. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +45 -1
  142. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +9 -6
  143. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  144. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +1 -1
  145. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +1 -1
  146. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
  147. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +1 -1
  148. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +1 -1
  149. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +1 -1
  150. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +31 -29
  151. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +1 -1
  152. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +1 -1
  153. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +2 -1
  154. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +1 -1
  155. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  156. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +7 -6
  157. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +23 -12
  158. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +1 -1
  159. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +22 -2
  160. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +8 -2
  161. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +62 -43
  162. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +1 -1
  163. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +1 -1
  164. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +1 -1
  165. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +7 -4
  166. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +1 -1
  167. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
  168. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +1 -1
  169. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +305 -45
  170. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +11 -4
  171. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +1 -1
  172. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +1 -1
  173. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +1 -1
  174. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +1 -1
  175. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +58 -54
  176. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +1 -1
  177. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +291 -51
  178. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +1 -1
  179. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +1 -1
  180. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +1 -1
  181. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +1 -1
  182. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +11 -3
  183. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +20 -4
  184. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +45 -1
  185. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +9 -6
  186. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +1 -1
  187. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +1 -1
  188. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +1 -1
  189. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  190. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +1 -1
  191. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +1 -1
  192. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +1 -1
  193. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +31 -29
  194. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +1 -1
  195. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +1 -1
  196. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +2 -1
  197. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +1 -1
  198. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  199. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +7 -6
  200. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +23 -12
  201. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
  202. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +22 -2
  203. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +8 -2
  204. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +62 -43
  205. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +1 -1
  206. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
  207. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1 -1
  208. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +7 -4
  209. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +1 -1
  210. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  211. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  212. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +305 -45
  213. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +11 -4
  214. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  215. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
  216. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +1 -1
  217. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +1 -1
  218. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +58 -54
  219. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  220. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +291 -51
  221. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  222. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +1 -1
  223. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +1 -1
  224. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
  225. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +11 -3
  226. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +20 -4
  227. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +45 -1
  228. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +9 -6
  229. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  230. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +1 -1
  231. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +1 -1
  232. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  233. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +1 -1
  234. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +1 -1
  235. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +1 -1
  236. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +31 -29
  237. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +1 -1
  238. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +1 -1
  239. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +2 -1
  240. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +1 -1
  241. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  242. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +7 -6
  243. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +23 -12
  244. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
  245. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +22 -2
  246. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +8 -2
  247. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +62 -43
  248. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +1 -1
  249. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
  250. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1 -1
  251. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +7 -4
  252. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +1 -1
  253. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  254. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  255. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +305 -45
  256. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +11 -4
  257. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  258. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
  259. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +1 -1
  260. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +1 -1
  261. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +58 -54
  262. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  263. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +291 -51
  264. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  265. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +1 -1
  266. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +1 -1
  267. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
  268. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +11 -3
  269. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +20 -4
  270. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +45 -1
  271. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +9 -6
  272. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  273. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +1 -1
  274. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +1 -1
  275. package/node_modules/axios/CHANGELOG.md +868 -790
  276. package/node_modules/axios/README.md +60 -15
  277. package/node_modules/axios/dist/axios.js +1018 -294
  278. package/node_modules/axios/dist/axios.js.map +1 -1
  279. package/node_modules/axios/dist/axios.min.js +1 -1
  280. package/node_modules/axios/dist/axios.min.js.map +1 -1
  281. package/node_modules/axios/dist/browser/axios.cjs +688 -308
  282. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  283. package/node_modules/axios/dist/esm/axios.js +688 -308
  284. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  285. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  286. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  287. package/node_modules/axios/dist/node/axios.cjs +597 -246
  288. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  289. package/node_modules/axios/index.d.cts +5 -2
  290. package/node_modules/axios/index.d.ts +5 -2
  291. package/node_modules/axios/lib/adapters/adapters.js +3 -1
  292. package/node_modules/axios/lib/adapters/fetch.js +227 -0
  293. package/node_modules/axios/lib/adapters/xhr.js +31 -101
  294. package/node_modules/axios/lib/core/Axios.js +9 -6
  295. package/node_modules/axios/lib/core/AxiosHeaders.js +4 -0
  296. package/node_modules/axios/lib/defaults/index.js +7 -2
  297. package/node_modules/axios/lib/env/data.js +1 -1
  298. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +9 -8
  299. package/node_modules/axios/lib/helpers/composeSignals.js +46 -0
  300. package/node_modules/axios/lib/helpers/progressEventReducer.js +32 -0
  301. package/node_modules/axios/lib/helpers/resolveConfig.js +57 -0
  302. package/node_modules/axios/lib/helpers/throttle.js +5 -3
  303. package/node_modules/axios/lib/helpers/trackStream.js +55 -0
  304. package/node_modules/axios/lib/platform/common/utils.js +4 -1
  305. package/node_modules/axios/lib/utils.js +7 -2
  306. package/node_modules/axios/package.json +4 -3
  307. package/package.json +20 -16
@@ -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