cloudstructs 0.1.37 → 0.1.41

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 (396) hide show
  1. package/.jsii +3 -3
  2. package/lib/codecommit-mirror/index.js +2 -2
  3. package/lib/ecs-service-roller/index.js +2 -2
  4. package/lib/email-receiver/receiver.js +1 -1
  5. package/lib/saml-identity-provider/index.js +2 -2
  6. package/lib/slack-events/index.js +1 -1
  7. package/lib/slack-textract/index.js +1 -1
  8. package/lib/state-machine-cr-provider/index.js +1 -1
  9. package/lib/static-website/index.js +1 -1
  10. package/lib/url-shortener/index.handler.js +2 -1
  11. package/lib/url-shortener/index.js +1 -1
  12. package/node_modules/@sindresorhus/is/dist/index.d.ts +9 -4
  13. package/node_modules/@sindresorhus/is/dist/index.js +9 -0
  14. package/node_modules/@sindresorhus/is/package.json +1 -1
  15. package/node_modules/@sindresorhus/is/readme.md +26 -0
  16. package/node_modules/@slack/logger/node_modules/@types/node/README.md +3 -3
  17. package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +3 -4
  18. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +823 -40
  19. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +359 -90
  20. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +1895 -113
  21. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +1070 -240
  22. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +331 -104
  23. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +310 -37
  24. package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +3 -3
  25. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +2406 -742
  26. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +458 -58
  27. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +128 -0
  28. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +292 -36
  29. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +414 -97
  30. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +153 -9
  31. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +560 -35
  32. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +735 -279
  33. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +2351 -870
  34. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +24 -14
  35. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +1020 -98
  36. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +1586 -466
  37. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +366 -15
  38. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +87 -13
  39. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +577 -562
  40. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +53 -12
  41. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +558 -143
  42. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +236 -26
  43. package/node_modules/@slack/logger/node_modules/@types/node/package.json +18 -15
  44. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +9 -5
  45. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +290 -92
  46. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +1170 -156
  47. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +64 -26
  48. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +107 -8
  49. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +426 -80
  50. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +138 -113
  51. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +24 -0
  52. package/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +15 -44
  53. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +6 -0
  54. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +979 -226
  55. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +57 -1
  56. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +53 -10
  57. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +32 -39
  58. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +449 -227
  59. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +107 -11
  60. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +160 -24
  61. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +703 -32
  62. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +1375 -76
  63. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +255 -79
  64. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +384 -33
  65. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +92 -24
  66. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +501 -138
  67. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +216 -64
  68. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +3 -3
  69. package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +3 -4
  70. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +823 -40
  71. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +359 -90
  72. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +1895 -113
  73. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +1070 -240
  74. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +331 -104
  75. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +310 -37
  76. package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +3 -3
  77. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +2406 -742
  78. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +458 -58
  79. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +128 -0
  80. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +292 -36
  81. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +414 -97
  82. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +153 -9
  83. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +560 -35
  84. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +735 -279
  85. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +2351 -870
  86. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +24 -14
  87. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +1020 -98
  88. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +1586 -466
  89. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +366 -15
  90. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +87 -13
  91. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +577 -562
  92. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +53 -12
  93. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +558 -143
  94. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +236 -26
  95. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +18 -15
  96. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +9 -5
  97. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +290 -92
  98. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +1170 -156
  99. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +64 -26
  100. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +107 -8
  101. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +426 -80
  102. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +138 -113
  103. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +24 -0
  104. package/node_modules/@slack/web-api/node_modules/@types/node/stream/promises.d.ts +15 -44
  105. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +6 -0
  106. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +979 -226
  107. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +57 -1
  108. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +53 -10
  109. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +32 -39
  110. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +449 -227
  111. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +107 -11
  112. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +160 -24
  113. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +703 -32
  114. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +1375 -76
  115. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +255 -79
  116. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +384 -33
  117. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +92 -24
  118. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +501 -138
  119. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +216 -64
  120. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +3 -3
  121. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +3 -4
  122. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +823 -40
  123. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +359 -90
  124. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +1895 -113
  125. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +1070 -240
  126. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +331 -104
  127. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +310 -37
  128. package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +3 -3
  129. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +2406 -742
  130. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +458 -58
  131. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +128 -0
  132. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +292 -36
  133. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +414 -97
  134. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +153 -9
  135. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +560 -35
  136. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +735 -279
  137. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +2351 -870
  138. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +24 -14
  139. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +1020 -98
  140. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +1586 -466
  141. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +366 -15
  142. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +87 -13
  143. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +577 -562
  144. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +53 -12
  145. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +558 -143
  146. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +236 -26
  147. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +18 -15
  148. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +9 -5
  149. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +290 -92
  150. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +1170 -156
  151. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +64 -26
  152. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +107 -8
  153. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +426 -80
  154. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +138 -113
  155. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +24 -0
  156. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/promises.d.ts +15 -44
  157. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +6 -0
  158. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +979 -226
  159. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +57 -1
  160. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +53 -10
  161. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +32 -39
  162. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +449 -227
  163. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +107 -11
  164. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +160 -24
  165. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +703 -32
  166. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +1375 -76
  167. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +255 -79
  168. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +384 -33
  169. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +92 -24
  170. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +501 -138
  171. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +216 -64
  172. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +3 -3
  173. package/node_modules/@types/is-stream/node_modules/@types/node/assert/strict.d.ts +3 -4
  174. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +823 -40
  175. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +359 -90
  176. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +1895 -113
  177. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +1070 -240
  178. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +331 -104
  179. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +310 -37
  180. package/node_modules/@types/is-stream/node_modules/@types/node/constants.d.ts +3 -3
  181. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +2406 -742
  182. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +458 -58
  183. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +128 -0
  184. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +292 -36
  185. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +414 -97
  186. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +153 -9
  187. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +560 -35
  188. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +735 -279
  189. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +2351 -870
  190. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +24 -14
  191. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +1020 -98
  192. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +1586 -466
  193. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +366 -15
  194. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +87 -13
  195. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +577 -562
  196. package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +53 -12
  197. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +558 -143
  198. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +236 -26
  199. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +18 -15
  200. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +9 -5
  201. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +290 -92
  202. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +1170 -156
  203. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +64 -26
  204. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +107 -8
  205. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +426 -80
  206. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +138 -113
  207. package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +24 -0
  208. package/node_modules/@types/is-stream/node_modules/@types/node/stream/promises.d.ts +15 -44
  209. package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +6 -0
  210. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +979 -226
  211. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +57 -1
  212. package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +53 -10
  213. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +32 -39
  214. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +449 -227
  215. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +107 -11
  216. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +160 -24
  217. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +703 -32
  218. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +1375 -76
  219. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +255 -79
  220. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +384 -33
  221. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +92 -24
  222. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +501 -138
  223. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +216 -64
  224. package/node_modules/@types/keyv/README.md +1 -1
  225. package/node_modules/@types/keyv/index.d.ts +10 -3
  226. package/node_modules/@types/keyv/node_modules/@types/node/README.md +3 -3
  227. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +3 -4
  228. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +823 -40
  229. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +359 -90
  230. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +1895 -113
  231. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +1070 -240
  232. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +331 -104
  233. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +310 -37
  234. package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +3 -3
  235. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +2406 -742
  236. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +458 -58
  237. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +128 -0
  238. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +292 -36
  239. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +414 -97
  240. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +153 -9
  241. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +560 -35
  242. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +735 -279
  243. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +2351 -870
  244. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +24 -14
  245. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +1020 -98
  246. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +1586 -466
  247. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +366 -15
  248. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +87 -13
  249. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +577 -562
  250. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +53 -12
  251. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +558 -143
  252. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +236 -26
  253. package/node_modules/@types/keyv/node_modules/@types/node/package.json +18 -15
  254. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +9 -5
  255. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +290 -92
  256. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +1170 -156
  257. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +64 -26
  258. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +107 -8
  259. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +426 -80
  260. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +138 -113
  261. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +24 -0
  262. package/node_modules/@types/keyv/node_modules/@types/node/stream/promises.d.ts +15 -44
  263. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +6 -0
  264. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +979 -226
  265. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +57 -1
  266. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +53 -10
  267. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +32 -39
  268. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +449 -227
  269. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +107 -11
  270. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +160 -24
  271. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +703 -32
  272. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +1375 -76
  273. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +255 -79
  274. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +384 -33
  275. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +92 -24
  276. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +501 -138
  277. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +216 -64
  278. package/node_modules/@types/keyv/package.json +3 -3
  279. package/node_modules/@types/responselike/node_modules/@types/node/README.md +3 -3
  280. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +3 -4
  281. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +823 -40
  282. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +359 -90
  283. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +1895 -113
  284. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +1070 -240
  285. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +331 -104
  286. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +310 -37
  287. package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +3 -3
  288. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +2406 -742
  289. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +458 -58
  290. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +128 -0
  291. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +292 -36
  292. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +414 -97
  293. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +153 -9
  294. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +560 -35
  295. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +735 -279
  296. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +2351 -870
  297. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +24 -14
  298. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +1020 -98
  299. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +1586 -466
  300. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +366 -15
  301. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +87 -13
  302. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +577 -562
  303. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +53 -12
  304. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +558 -143
  305. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +236 -26
  306. package/node_modules/@types/responselike/node_modules/@types/node/package.json +18 -15
  307. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +9 -5
  308. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +290 -92
  309. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +1170 -156
  310. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +64 -26
  311. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +107 -8
  312. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +426 -80
  313. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +138 -113
  314. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +24 -0
  315. package/node_modules/@types/responselike/node_modules/@types/node/stream/promises.d.ts +15 -44
  316. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +6 -0
  317. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +979 -226
  318. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +57 -1
  319. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +53 -10
  320. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +32 -39
  321. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +449 -227
  322. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +107 -11
  323. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +160 -24
  324. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +703 -32
  325. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +1375 -76
  326. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +255 -79
  327. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +384 -33
  328. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +92 -24
  329. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +501 -138
  330. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +216 -64
  331. package/node_modules/axios/CHANGELOG.md +98 -8
  332. package/node_modules/axios/README.md +74 -6
  333. package/node_modules/axios/SECURITY.md +5 -0
  334. package/node_modules/axios/dist/axios.js +2028 -1591
  335. package/node_modules/axios/dist/axios.map +1 -1
  336. package/node_modules/axios/dist/axios.min.js +2 -2
  337. package/node_modules/axios/dist/axios.min.map +1 -1
  338. package/node_modules/axios/index.d.ts +8 -1
  339. package/node_modules/axios/lib/adapters/http.js +33 -5
  340. package/node_modules/axios/lib/adapters/xhr.js +35 -25
  341. package/node_modules/axios/lib/core/Axios.js +60 -7
  342. package/node_modules/axios/lib/core/InterceptorManager.js +4 -2
  343. package/node_modules/axios/lib/core/README.md +1 -0
  344. package/node_modules/axios/lib/core/dispatchRequest.js +6 -3
  345. package/node_modules/axios/lib/core/transformData.js +3 -1
  346. package/node_modules/axios/lib/defaults.js +43 -7
  347. package/node_modules/axios/lib/helpers/validator.js +105 -0
  348. package/node_modules/axios/lib/utils.js +1 -3
  349. package/node_modules/axios/package.json +19 -21
  350. package/node_modules/follow-redirects/debug.js +2 -1
  351. package/node_modules/follow-redirects/index.js +14 -7
  352. package/node_modules/follow-redirects/package.json +1 -1
  353. package/node_modules/mime-db/HISTORY.md +6 -0
  354. package/node_modules/mime-db/db.json +39 -1
  355. package/node_modules/mime-db/package.json +4 -4
  356. package/node_modules/mime-types/HISTORY.md +7 -0
  357. package/node_modules/mime-types/package.json +4 -4
  358. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/index.d.ts +0 -0
  359. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/index.js +0 -0
  360. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/license +0 -0
  361. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/package.json +0 -0
  362. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/readme.md +0 -0
  363. package/node_modules/resolve-alpn/README.md +8 -1
  364. package/node_modules/resolve-alpn/index.js +14 -4
  365. package/node_modules/resolve-alpn/package.json +1 -1
  366. package/package.json +15 -15
  367. package/node_modules/@slack/logger/node_modules/@types/node/base.d.ts +0 -19
  368. package/node_modules/@slack/logger/node_modules/@types/node/diagnostic_channel.d.ts +0 -38
  369. package/node_modules/@slack/logger/node_modules/@types/node/ts3.6/assert.d.ts +0 -98
  370. package/node_modules/@slack/logger/node_modules/@types/node/ts3.6/base.d.ts +0 -67
  371. package/node_modules/@slack/logger/node_modules/@types/node/ts3.6/index.d.ts +0 -7
  372. package/node_modules/@slack/web-api/node_modules/@types/node/base.d.ts +0 -19
  373. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostic_channel.d.ts +0 -38
  374. package/node_modules/@slack/web-api/node_modules/@types/node/ts3.6/assert.d.ts +0 -98
  375. package/node_modules/@slack/web-api/node_modules/@types/node/ts3.6/base.d.ts +0 -67
  376. package/node_modules/@slack/web-api/node_modules/@types/node/ts3.6/index.d.ts +0 -7
  377. package/node_modules/@types/cacheable-request/node_modules/@types/node/base.d.ts +0 -19
  378. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostic_channel.d.ts +0 -38
  379. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts3.6/assert.d.ts +0 -98
  380. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts3.6/base.d.ts +0 -67
  381. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts3.6/index.d.ts +0 -7
  382. package/node_modules/@types/is-stream/node_modules/@types/node/base.d.ts +0 -19
  383. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostic_channel.d.ts +0 -38
  384. package/node_modules/@types/is-stream/node_modules/@types/node/ts3.6/assert.d.ts +0 -98
  385. package/node_modules/@types/is-stream/node_modules/@types/node/ts3.6/base.d.ts +0 -67
  386. package/node_modules/@types/is-stream/node_modules/@types/node/ts3.6/index.d.ts +0 -7
  387. package/node_modules/@types/keyv/node_modules/@types/node/base.d.ts +0 -19
  388. package/node_modules/@types/keyv/node_modules/@types/node/diagnostic_channel.d.ts +0 -38
  389. package/node_modules/@types/keyv/node_modules/@types/node/ts3.6/assert.d.ts +0 -98
  390. package/node_modules/@types/keyv/node_modules/@types/node/ts3.6/base.d.ts +0 -67
  391. package/node_modules/@types/keyv/node_modules/@types/node/ts3.6/index.d.ts +0 -7
  392. package/node_modules/@types/responselike/node_modules/@types/node/base.d.ts +0 -19
  393. package/node_modules/@types/responselike/node_modules/@types/node/diagnostic_channel.d.ts +0 -38
  394. package/node_modules/@types/responselike/node_modules/@types/node/ts3.6/assert.d.ts +0 -98
  395. package/node_modules/@types/responselike/node_modules/@types/node/ts3.6/base.d.ts +0 -67
  396. package/node_modules/@types/responselike/node_modules/@types/node/ts3.6/index.d.ts +0 -7
@@ -1,6 +1,97 @@
1
+ /**
2
+ * The `zlib` module provides compression functionality implemented using Gzip,
3
+ * Deflate/Inflate, and Brotli.
4
+ *
5
+ * To access it:
6
+ *
7
+ * ```js
8
+ * const zlib = require('zlib');
9
+ * ```
10
+ *
11
+ * Compression and decompression are built around the Node.js `Streams API`.
12
+ *
13
+ * Compressing or decompressing a stream (such as a file) can be accomplished by
14
+ * piping the source stream through a `zlib` `Transform` stream into a destination
15
+ * stream:
16
+ *
17
+ * ```js
18
+ * const { createGzip } = require('zlib');
19
+ * const { pipeline } = require('stream');
20
+ * const {
21
+ * createReadStream,
22
+ * createWriteStream
23
+ * } = require('fs');
24
+ *
25
+ * const gzip = createGzip();
26
+ * const source = createReadStream('input.txt');
27
+ * const destination = createWriteStream('input.txt.gz');
28
+ *
29
+ * pipeline(source, gzip, destination, (err) => {
30
+ * if (err) {
31
+ * console.error('An error occurred:', err);
32
+ * process.exitCode = 1;
33
+ * }
34
+ * });
35
+ *
36
+ * // Or, Promisified
37
+ *
38
+ * const { promisify } = require('util');
39
+ * const pipe = promisify(pipeline);
40
+ *
41
+ * async function do_gzip(input, output) {
42
+ * const gzip = createGzip();
43
+ * const source = createReadStream(input);
44
+ * const destination = createWriteStream(output);
45
+ * await pipe(source, gzip, destination);
46
+ * }
47
+ *
48
+ * do_gzip('input.txt', 'input.txt.gz')
49
+ * .catch((err) => {
50
+ * console.error('An error occurred:', err);
51
+ * process.exitCode = 1;
52
+ * });
53
+ * ```
54
+ *
55
+ * It is also possible to compress or decompress data in a single step:
56
+ *
57
+ * ```js
58
+ * const { deflate, unzip } = require('zlib');
59
+ *
60
+ * const input = '.................................';
61
+ * deflate(input, (err, buffer) => {
62
+ * if (err) {
63
+ * console.error('An error occurred:', err);
64
+ * process.exitCode = 1;
65
+ * }
66
+ * console.log(buffer.toString('base64'));
67
+ * });
68
+ *
69
+ * const buffer = Buffer.from('eJzT0yMAAGTvBe8=', 'base64');
70
+ * unzip(buffer, (err, buffer) => {
71
+ * if (err) {
72
+ * console.error('An error occurred:', err);
73
+ * process.exitCode = 1;
74
+ * }
75
+ * console.log(buffer.toString());
76
+ * });
77
+ *
78
+ * // Or, Promisified
79
+ *
80
+ * const { promisify } = require('util');
81
+ * const do_unzip = promisify(unzip);
82
+ *
83
+ * do_unzip(buffer)
84
+ * .then((buf) => console.log(buf.toString()))
85
+ * .catch((err) => {
86
+ * console.error('An error occurred:', err);
87
+ * process.exitCode = 1;
88
+ * });
89
+ * ```
90
+ * @since v0.5.8
91
+ * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/zlib.js)
92
+ */
1
93
  declare module 'zlib' {
2
- import * as stream from 'stream';
3
-
94
+ import * as stream from 'node:stream';
4
95
  interface ZlibOptions {
5
96
  /**
6
97
  * @default constants.Z_NO_FLUSH
@@ -22,7 +113,6 @@ declare module 'zlib' {
22
113
  info?: boolean | undefined;
23
114
  maxOutputLength?: number | undefined;
24
115
  }
25
-
26
116
  interface BrotliOptions {
27
117
  /**
28
118
  * @default constants.BROTLI_OPERATION_PROCESS
@@ -36,15 +126,16 @@ declare module 'zlib' {
36
126
  * @default 16*1024
37
127
  */
38
128
  chunkSize?: number | undefined;
39
- params?: {
40
- /**
41
- * Each key is a `constants.BROTLI_*` constant.
42
- */
43
- [key: number]: boolean | number;
44
- } | undefined;
129
+ params?:
130
+ | {
131
+ /**
132
+ * Each key is a `constants.BROTLI_*` constant.
133
+ */
134
+ [key: number]: boolean | number;
135
+ }
136
+ | undefined;
45
137
  maxOutputLength?: number | undefined;
46
138
  }
47
-
48
139
  interface Zlib {
49
140
  /** @deprecated Use bytesWritten instead. */
50
141
  readonly bytesRead: number;
@@ -54,111 +145,192 @@ declare module 'zlib' {
54
145
  flush(kind?: number, callback?: () => void): void;
55
146
  flush(callback?: () => void): void;
56
147
  }
57
-
58
148
  interface ZlibParams {
59
149
  params(level: number, strategy: number, callback: () => void): void;
60
150
  }
61
-
62
151
  interface ZlibReset {
63
152
  reset(): void;
64
153
  }
65
-
66
- interface BrotliCompress extends stream.Transform, Zlib { }
67
- interface BrotliDecompress extends stream.Transform, Zlib { }
68
- interface Gzip extends stream.Transform, Zlib { }
69
- interface Gunzip extends stream.Transform, Zlib { }
70
- interface Deflate extends stream.Transform, Zlib, ZlibReset, ZlibParams { }
71
- interface Inflate extends stream.Transform, Zlib, ZlibReset { }
72
- interface DeflateRaw extends stream.Transform, Zlib, ZlibReset, ZlibParams { }
73
- interface InflateRaw extends stream.Transform, Zlib, ZlibReset { }
74
- interface Unzip extends stream.Transform, Zlib { }
75
-
154
+ interface BrotliCompress extends stream.Transform, Zlib {}
155
+ interface BrotliDecompress extends stream.Transform, Zlib {}
156
+ interface Gzip extends stream.Transform, Zlib {}
157
+ interface Gunzip extends stream.Transform, Zlib {}
158
+ interface Deflate extends stream.Transform, Zlib, ZlibReset, ZlibParams {}
159
+ interface Inflate extends stream.Transform, Zlib, ZlibReset {}
160
+ interface DeflateRaw extends stream.Transform, Zlib, ZlibReset, ZlibParams {}
161
+ interface InflateRaw extends stream.Transform, Zlib, ZlibReset {}
162
+ interface Unzip extends stream.Transform, Zlib {}
163
+ /**
164
+ * Creates and returns a new `BrotliCompress` object.
165
+ * @since v11.7.0, v10.16.0
166
+ */
76
167
  function createBrotliCompress(options?: BrotliOptions): BrotliCompress;
168
+ /**
169
+ * Creates and returns a new `BrotliDecompress` object.
170
+ * @since v11.7.0, v10.16.0
171
+ */
77
172
  function createBrotliDecompress(options?: BrotliOptions): BrotliDecompress;
173
+ /**
174
+ * Creates and returns a new `Gzip` object.
175
+ * See `example`.
176
+ * @since v0.5.8
177
+ */
78
178
  function createGzip(options?: ZlibOptions): Gzip;
179
+ /**
180
+ * Creates and returns a new `Gunzip` object.
181
+ * @since v0.5.8
182
+ */
79
183
  function createGunzip(options?: ZlibOptions): Gunzip;
184
+ /**
185
+ * Creates and returns a new `Deflate` object.
186
+ * @since v0.5.8
187
+ */
80
188
  function createDeflate(options?: ZlibOptions): Deflate;
189
+ /**
190
+ * Creates and returns a new `Inflate` object.
191
+ * @since v0.5.8
192
+ */
81
193
  function createInflate(options?: ZlibOptions): Inflate;
194
+ /**
195
+ * Creates and returns a new `DeflateRaw` object.
196
+ *
197
+ * An upgrade of zlib from 1.2.8 to 1.2.11 changed behavior when `windowBits`is set to 8 for raw deflate streams. zlib would automatically set `windowBits`to 9 if was initially set to 8\. Newer
198
+ * versions of zlib will throw an exception,
199
+ * so Node.js restored the original behavior of upgrading a value of 8 to 9,
200
+ * since passing `windowBits = 9` to zlib actually results in a compressed stream
201
+ * that effectively uses an 8-bit window only.
202
+ * @since v0.5.8
203
+ */
82
204
  function createDeflateRaw(options?: ZlibOptions): DeflateRaw;
205
+ /**
206
+ * Creates and returns a new `InflateRaw` object.
207
+ * @since v0.5.8
208
+ */
83
209
  function createInflateRaw(options?: ZlibOptions): InflateRaw;
210
+ /**
211
+ * Creates and returns a new `Unzip` object.
212
+ * @since v0.5.8
213
+ */
84
214
  function createUnzip(options?: ZlibOptions): Unzip;
85
-
86
215
  type InputType = string | ArrayBuffer | NodeJS.ArrayBufferView;
87
-
88
216
  type CompressCallback = (error: Error | null, result: Buffer) => void;
89
-
217
+ /**
218
+ * @since v11.7.0, v10.16.0
219
+ */
90
220
  function brotliCompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): void;
91
221
  function brotliCompress(buf: InputType, callback: CompressCallback): void;
92
222
  namespace brotliCompress {
93
223
  function __promisify__(buffer: InputType, options?: BrotliOptions): Promise<Buffer>;
94
224
  }
95
-
225
+ /**
226
+ * Compress a chunk of data with `BrotliCompress`.
227
+ * @since v11.7.0, v10.16.0
228
+ */
96
229
  function brotliCompressSync(buf: InputType, options?: BrotliOptions): Buffer;
97
-
230
+ /**
231
+ * @since v11.7.0, v10.16.0
232
+ */
98
233
  function brotliDecompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): void;
99
234
  function brotliDecompress(buf: InputType, callback: CompressCallback): void;
100
235
  namespace brotliDecompress {
101
236
  function __promisify__(buffer: InputType, options?: BrotliOptions): Promise<Buffer>;
102
237
  }
103
-
238
+ /**
239
+ * Decompress a chunk of data with `BrotliDecompress`.
240
+ * @since v11.7.0, v10.16.0
241
+ */
104
242
  function brotliDecompressSync(buf: InputType, options?: BrotliOptions): Buffer;
105
-
243
+ /**
244
+ * @since v0.6.0
245
+ */
106
246
  function deflate(buf: InputType, callback: CompressCallback): void;
107
247
  function deflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
108
248
  namespace deflate {
109
249
  function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
110
250
  }
111
-
251
+ /**
252
+ * Compress a chunk of data with `Deflate`.
253
+ * @since v0.11.12
254
+ */
112
255
  function deflateSync(buf: InputType, options?: ZlibOptions): Buffer;
113
-
256
+ /**
257
+ * @since v0.6.0
258
+ */
114
259
  function deflateRaw(buf: InputType, callback: CompressCallback): void;
115
260
  function deflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
116
261
  namespace deflateRaw {
117
262
  function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
118
263
  }
119
-
264
+ /**
265
+ * Compress a chunk of data with `DeflateRaw`.
266
+ * @since v0.11.12
267
+ */
120
268
  function deflateRawSync(buf: InputType, options?: ZlibOptions): Buffer;
121
-
269
+ /**
270
+ * @since v0.6.0
271
+ */
122
272
  function gzip(buf: InputType, callback: CompressCallback): void;
123
273
  function gzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
124
274
  namespace gzip {
125
275
  function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
126
276
  }
127
-
277
+ /**
278
+ * Compress a chunk of data with `Gzip`.
279
+ * @since v0.11.12
280
+ */
128
281
  function gzipSync(buf: InputType, options?: ZlibOptions): Buffer;
129
-
282
+ /**
283
+ * @since v0.6.0
284
+ */
130
285
  function gunzip(buf: InputType, callback: CompressCallback): void;
131
286
  function gunzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
132
287
  namespace gunzip {
133
288
  function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
134
289
  }
135
-
290
+ /**
291
+ * Decompress a chunk of data with `Gunzip`.
292
+ * @since v0.11.12
293
+ */
136
294
  function gunzipSync(buf: InputType, options?: ZlibOptions): Buffer;
137
-
295
+ /**
296
+ * @since v0.6.0
297
+ */
138
298
  function inflate(buf: InputType, callback: CompressCallback): void;
139
299
  function inflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
140
300
  namespace inflate {
141
301
  function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
142
302
  }
143
-
303
+ /**
304
+ * Decompress a chunk of data with `Inflate`.
305
+ * @since v0.11.12
306
+ */
144
307
  function inflateSync(buf: InputType, options?: ZlibOptions): Buffer;
145
-
308
+ /**
309
+ * @since v0.6.0
310
+ */
146
311
  function inflateRaw(buf: InputType, callback: CompressCallback): void;
147
312
  function inflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
148
313
  namespace inflateRaw {
149
314
  function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
150
315
  }
151
-
316
+ /**
317
+ * Decompress a chunk of data with `InflateRaw`.
318
+ * @since v0.11.12
319
+ */
152
320
  function inflateRawSync(buf: InputType, options?: ZlibOptions): Buffer;
153
-
321
+ /**
322
+ * @since v0.6.0
323
+ */
154
324
  function unzip(buf: InputType, callback: CompressCallback): void;
155
325
  function unzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
156
326
  namespace unzip {
157
327
  function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
158
328
  }
159
-
329
+ /**
330
+ * Decompress a chunk of data with `Unzip`.
331
+ * @since v0.11.12
332
+ */
160
333
  function unzipSync(buf: InputType, options?: ZlibOptions): Buffer;
161
-
162
334
  namespace constants {
163
335
  const BROTLI_DECODE: number;
164
336
  const BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES: number;
@@ -196,7 +368,6 @@ declare module 'zlib' {
196
368
  const BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT: number;
197
369
  const BROTLI_DECODER_RESULT_SUCCESS: number;
198
370
  const BROTLI_DECODER_SUCCESS: number;
199
-
200
371
  const BROTLI_DEFAULT_MODE: number;
201
372
  const BROTLI_DEFAULT_QUALITY: number;
202
373
  const BROTLI_DEFAULT_WINDOW: number;
@@ -208,16 +379,13 @@ declare module 'zlib' {
208
379
  const BROTLI_MIN_INPUT_BLOCK_BITS: number;
209
380
  const BROTLI_MIN_QUALITY: number;
210
381
  const BROTLI_MIN_WINDOW_BITS: number;
211
-
212
382
  const BROTLI_MODE_FONT: number;
213
383
  const BROTLI_MODE_GENERIC: number;
214
384
  const BROTLI_MODE_TEXT: number;
215
-
216
385
  const BROTLI_OPERATION_EMIT_METADATA: number;
217
386
  const BROTLI_OPERATION_FINISH: number;
218
387
  const BROTLI_OPERATION_FLUSH: number;
219
388
  const BROTLI_OPERATION_PROCESS: number;
220
-
221
389
  const BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING: number;
222
390
  const BROTLI_PARAM_LARGE_WINDOW: number;
223
391
  const BROTLI_PARAM_LGBLOCK: number;
@@ -227,7 +395,6 @@ declare module 'zlib' {
227
395
  const BROTLI_PARAM_NPOSTFIX: number;
228
396
  const BROTLI_PARAM_QUALITY: number;
229
397
  const BROTLI_PARAM_SIZE_HINT: number;
230
-
231
398
  const DEFLATE: number;
232
399
  const DEFLATERAW: number;
233
400
  const GUNZIP: number;
@@ -235,7 +402,6 @@ declare module 'zlib' {
235
402
  const INFLATE: number;
236
403
  const INFLATERAW: number;
237
404
  const UNZIP: number;
238
-
239
405
  // Allowed flush values.
240
406
  const Z_NO_FLUSH: number;
241
407
  const Z_PARTIAL_FLUSH: number;
@@ -244,7 +410,6 @@ declare module 'zlib' {
244
410
  const Z_FINISH: number;
245
411
  const Z_BLOCK: number;
246
412
  const Z_TREES: number;
247
-
248
413
  // Return codes for the compression/decompression functions.
249
414
  // Negative values are errors, positive values are used for special but normal events.
250
415
  const Z_OK: number;
@@ -256,39 +421,31 @@ declare module 'zlib' {
256
421
  const Z_MEM_ERROR: number;
257
422
  const Z_BUF_ERROR: number;
258
423
  const Z_VERSION_ERROR: number;
259
-
260
424
  // Compression levels.
261
425
  const Z_NO_COMPRESSION: number;
262
426
  const Z_BEST_SPEED: number;
263
427
  const Z_BEST_COMPRESSION: number;
264
428
  const Z_DEFAULT_COMPRESSION: number;
265
-
266
429
  // Compression strategy.
267
430
  const Z_FILTERED: number;
268
431
  const Z_HUFFMAN_ONLY: number;
269
432
  const Z_RLE: number;
270
433
  const Z_FIXED: number;
271
434
  const Z_DEFAULT_STRATEGY: number;
272
-
273
435
  const Z_DEFAULT_WINDOWBITS: number;
274
436
  const Z_MIN_WINDOWBITS: number;
275
437
  const Z_MAX_WINDOWBITS: number;
276
-
277
438
  const Z_MIN_CHUNK: number;
278
439
  const Z_MAX_CHUNK: number;
279
440
  const Z_DEFAULT_CHUNK: number;
280
-
281
441
  const Z_MIN_MEMLEVEL: number;
282
442
  const Z_MAX_MEMLEVEL: number;
283
443
  const Z_DEFAULT_MEMLEVEL: number;
284
-
285
444
  const Z_MIN_LEVEL: number;
286
445
  const Z_MAX_LEVEL: number;
287
446
  const Z_DEFAULT_LEVEL: number;
288
-
289
447
  const ZLIB_VERNUM: number;
290
448
  }
291
-
292
449
  // Allowed flush values.
293
450
  /** @deprecated Use `constants.Z_NO_FLUSH` */
294
451
  const Z_NO_FLUSH: number;
@@ -304,7 +461,6 @@ declare module 'zlib' {
304
461
  const Z_BLOCK: number;
305
462
  /** @deprecated Use `constants.Z_TREES` */
306
463
  const Z_TREES: number;
307
-
308
464
  // Return codes for the compression/decompression functions.
309
465
  // Negative values are errors, positive values are used for special but normal events.
310
466
  /** @deprecated Use `constants.Z_OK` */
@@ -325,7 +481,6 @@ declare module 'zlib' {
325
481
  const Z_BUF_ERROR: number;
326
482
  /** @deprecated Use `constants.Z_VERSION_ERROR` */
327
483
  const Z_VERSION_ERROR: number;
328
-
329
484
  // Compression levels.
330
485
  /** @deprecated Use `constants.Z_NO_COMPRESSION` */
331
486
  const Z_NO_COMPRESSION: number;
@@ -335,7 +490,6 @@ declare module 'zlib' {
335
490
  const Z_BEST_COMPRESSION: number;
336
491
  /** @deprecated Use `constants.Z_DEFAULT_COMPRESSION` */
337
492
  const Z_DEFAULT_COMPRESSION: number;
338
-
339
493
  // Compression strategy.
340
494
  /** @deprecated Use `constants.Z_FILTERED` */
341
495
  const Z_FILTERED: number;
@@ -347,7 +501,6 @@ declare module 'zlib' {
347
501
  const Z_FIXED: number;
348
502
  /** @deprecated Use `constants.Z_DEFAULT_STRATEGY` */
349
503
  const Z_DEFAULT_STRATEGY: number;
350
-
351
504
  /** @deprecated */
352
505
  const Z_BINARY: number;
353
506
  /** @deprecated */
@@ -359,7 +512,6 @@ declare module 'zlib' {
359
512
  /** @deprecated */
360
513
  const Z_DEFLATED: number;
361
514
  }
362
-
363
515
  declare module 'node:zlib' {
364
516
  export * from 'zlib';
365
517
  }
@@ -1,18 +1,109 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.21.4 (September 6, 2021)
4
+
5
+ Fixes and Functionality:
6
+ - Fixing JSON transform when data is stringified. Providing backward compatibility and complying to the JSON RFC standard ([#4020](https://github.com/axios/axios/pull/4020))
7
+
8
+ Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
9
+
10
+ - [Jay](mailto:jasonsaayman@gmail.com)
11
+ - [Guillaume Fortaine](https://github.com/gfortaine)
12
+ - [Yusuke Kawasaki](https://github.com/kawanet)
13
+ - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
14
+
15
+ ### 0.21.3 (September 4, 2021)
16
+
17
+ Fixes and Functionality:
18
+ - Fixing response interceptor not being called when request interceptor is attached ([#4013](https://github.com/axios/axios/pull/4013))
19
+
20
+ Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
21
+
22
+ - [Jay](mailto:jasonsaayman@gmail.com)
23
+ - [Julian Hollmann](https://github.com/nerdbeere)
24
+
25
+ ### 0.21.2 (September 4, 2021)
26
+
27
+ Fixes and Functionality:
28
+
29
+ - Updating axios requests to be delayed by pre-emptive promise creation ([#2702](https://github.com/axios/axios/pull/2702))
30
+ - Adding "synchronous" and "runWhen" options to interceptors api ([#2702](https://github.com/axios/axios/pull/2702))
31
+ - Updating of transformResponse ([#3377](https://github.com/axios/axios/pull/3377))
32
+ - Adding ability to omit User-Agent header ([#3703](https://github.com/axios/axios/pull/3703))
33
+ - Adding multiple JSON improvements ([#3688](https://github.com/axios/axios/pull/3688), [#3763](https://github.com/axios/axios/pull/3763))
34
+ - Fixing quadratic runtime and extra memory usage when setting a maxContentLength ([#3738](https://github.com/axios/axios/pull/3738))
35
+ - Adding parseInt to config.timeout ([#3781](https://github.com/axios/axios/pull/3781))
36
+ - Adding custom return type support to interceptor ([#3783](https://github.com/axios/axios/pull/3783))
37
+ - Adding security fix for ReDoS vulnerability ([#3980](https://github.com/axios/axios/pull/3980))
38
+
39
+ Internal and Tests:
40
+
41
+ - Updating build dev dependancies ([#3401](https://github.com/axios/axios/pull/3401))
42
+ - Fixing builds running on Travis CI ([#3538](https://github.com/axios/axios/pull/3538))
43
+ - Updating follow rediect version ([#3694](https://github.com/axios/axios/pull/3694), [#3771](https://github.com/axios/axios/pull/3771))
44
+ - Updating karma sauce launcher to fix failing sauce tests ([#3712](https://github.com/axios/axios/pull/3712), [#3717](https://github.com/axios/axios/pull/3717))
45
+ - Updating content-type header for application/json to not contain charset field, according do RFC 8259 ([#2154](https://github.com/axios/axios/pull/2154))
46
+ - Fixing tests by bumping karma-sauce-launcher version ([#3813](https://github.com/axios/axios/pull/3813))
47
+ - Changing testing process from Travis CI to GitHub Actions ([#3938](https://github.com/axios/axios/pull/3938))
48
+
49
+ Documentation:
50
+
51
+ - Updating documentation around the use of `AUTH_TOKEN` with multiple domain endpoints ([#3539](https://github.com/axios/axios/pull/3539))
52
+ - Remove duplication of item in changelog ([#3523](https://github.com/axios/axios/pull/3523))
53
+ - Fixing gramatical errors ([#2642](https://github.com/axios/axios/pull/2642))
54
+ - Fixing spelling error ([#3567](https://github.com/axios/axios/pull/3567))
55
+ - Moving gitpod metion ([#2637](https://github.com/axios/axios/pull/2637))
56
+ - Adding new axios documentation website link ([#3681](https://github.com/axios/axios/pull/3681), [#3707](https://github.com/axios/axios/pull/3707))
57
+ - Updating documentation around dispatching requests ([#3772](https://github.com/axios/axios/pull/3772))
58
+ - Adding documentation for the type guard isAxiosError ([#3767](https://github.com/axios/axios/pull/3767))
59
+ - Adding explanation of cancel token ([#3803](https://github.com/axios/axios/pull/3803))
60
+ - Updating CI status badge ([#3953](https://github.com/axios/axios/pull/3953))
61
+ - Fixing errors with JSON documentation ([#3936](https://github.com/axios/axios/pull/3936))
62
+ - Fixing README typo under Request Config ([#3825](https://github.com/axios/axios/pull/3825))
63
+ - Adding axios-multi-api to the ecosystem file ([#3817](https://github.com/axios/axios/pull/3817))
64
+ - Adding SECURITY.md to properly disclose security vulnerabilities ([#3981](https://github.com/axios/axios/pull/3981))
65
+
66
+ Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
67
+
68
+ - [Jay](mailto:jasonsaayman@gmail.com)
69
+ - [Sasha Korotkov](https://github.com/SashaKoro)
70
+ - [Daniel Lopretto](https://github.com/timemachine3030)
71
+ - [Mike Bishop](https://github.com/MikeBishop)
72
+ - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
73
+ - [Mark](https://github.com/bimbiltu)
74
+ - [Philipe Gouveia Paixão](https://github.com/piiih)
75
+ - [hippo](https://github.com/hippo2cat)
76
+ - [ready-research](https://github.com/ready-research)
77
+ - [Xianming Zhong](https://github.com/chinesedfan)
78
+ - [Christopher Chrapka](https://github.com/OJezu)
79
+ - [Brian Anglin](https://github.com/anglinb)
80
+ - [Kohta Ito](https://github.com/koh110)
81
+ - [Ali Clark](https://github.com/aliclark)
82
+ - [caikan](https://github.com/caikan)
83
+ - [Elina Gorshkova](https://github.com/elinagorshkova)
84
+ - [Ryota Ikezawa](https://github.com/paveg)
85
+ - [Nisar Hassan Naqvi](https://github.com/nisarhassan12)
86
+ - [Jake](https://github.com/codemaster138)
87
+ - [TagawaHirotaka](https://github.com/wafuwafu13)
88
+ - [Johannes Jarbratt](https://github.com/johachi)
89
+ - [Mo Sattler](https://github.com/MoSattler)
90
+ - [Sam Carlton](https://github.com/ThatGuySam)
91
+ - [Matt Czapliński](https://github.com/MattCCC)
92
+ - [Ziding Zhang](https://github.com/zidingz)
93
+
3
94
  ### 0.21.1 (December 21, 2020)
4
95
 
5
96
  Fixes and Functionality:
6
97
 
7
- - Hotfix: Prevent SSRF (#3410)
8
- - Protocol not parsed when setting proxy config from env vars (#3070)
9
- - Updating axios in types to be lower case (#2797)
10
- - Adding a type guard for `AxiosError` (#2949)
98
+ - Hotfix: Prevent SSRF ([#3410](https://github.com/axios/axios/pull/3410))
99
+ - Protocol not parsed when setting proxy config from env vars ([#3070](https://github.com/axios/axios/pull/3070))
100
+ - Updating axios in types to be lower case ([#2797](https://github.com/axios/axios/pull/2797))
101
+ - Adding a type guard for `AxiosError` ([#2949](https://github.com/axios/axios/pull/2949))
11
102
 
12
103
  Internal and Tests:
13
104
 
14
- - Remove the skipping of the `socket` http test (#3364)
15
- - Use different socket for Win32 test (#3375)
105
+ - Remove the skipping of the `socket` http test ([#3364](https://github.com/axios/axios/pull/3364))
106
+ - Use different socket for Win32 test ([#3375](https://github.com/axios/axios/pull/3375))
16
107
 
17
108
  Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
18
109
 
@@ -93,7 +184,7 @@ Fixes and Functionality:
93
184
  - Adding test to check if password with non-Latin1 characters pass
94
185
  - Fixing 'Network Error' in react native android ([#1487](https://github.com/axios/axios/pull/1487))
95
186
  There is a bug in react native Android platform when using get method. It will trigger a 'Network Error' when passing the requestData which is an empty string to request.send function. So if the requestData is an empty string we can set it to null as well to fix the bug.
96
- - Fixing Cookie Helper with Asyc Components ([#1105](https://github.com/axios/axios/pull/1105)) ([#1107](https://github.com/axios/axios/pull/1107))
187
+ - Fixing Cookie Helper with Async Components ([#1105](https://github.com/axios/axios/pull/1105)) ([#1107](https://github.com/axios/axios/pull/1107))
97
188
  - Fixing 'progressEvent' type ([#2851](https://github.com/axios/axios/pull/2851))
98
189
  - Fix 'progressEvent' type
99
190
  - Update axios.ts
@@ -305,7 +396,6 @@ Fixes and Functionality:
305
396
  - Fixing set `config.method` after mergeConfig for Axios.prototype.request ([#2383](https://github.com/axios/axios/pull/2383))
306
397
  - Axios create url bug ([#2290](https://github.com/axios/axios/pull/2290))
307
398
  - Do not modify config.url when using a relative baseURL (resolves [#1628](https://github.com/axios/axios/issues/1098)) ([#2391](https://github.com/axios/axios/pull/2391))
308
- - Add typescript HTTP method definition for LINK and UNLINK ([#2444](https://github.com/axios/axios/pull/2444))
309
399
 
310
400
  Internal:
311
401