cloudstructs 0.9.37 → 0.9.39

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 (653) hide show
  1. package/.jsii +5 -5
  2. package/assets/slack-app/provider.lambda/index.js +26 -26
  3. package/assets/slack-textract/detect.lambda/index.js +1151 -979
  4. package/assets/ssl-server-test/analyze.lambda/index.js +26 -26
  5. package/lib/codecommit-mirror/index.js +2 -2
  6. package/lib/dmarc/index.js +1 -1
  7. package/lib/ecs-service-roller/index.js +2 -2
  8. package/lib/email-receiver/receiver.js +1 -1
  9. package/lib/mjml-template/index.js +1 -1
  10. package/lib/saml-identity-provider/index.js +2 -2
  11. package/lib/slack-app/manifest.js +1 -1
  12. package/lib/slack-app/slack-app.js +2 -2
  13. package/lib/slack-events/index.js +1 -1
  14. package/lib/slack-textract/index.js +1 -1
  15. package/lib/ssl-server-test/index.js +1 -1
  16. package/lib/state-machine-cr-provider/index.js +1 -1
  17. package/lib/static-website/index.js +1 -1
  18. package/lib/toolkit-cleaner/index.js +1 -1
  19. package/lib/url-shortener/index.js +1 -1
  20. package/node_modules/@babel/runtime/helpers/applyDecs2203.js +1 -1
  21. package/node_modules/@babel/runtime/helpers/applyDecs2203R.js +1 -1
  22. package/node_modules/@babel/runtime/helpers/applyDecs2301.js +1 -1
  23. package/node_modules/@babel/runtime/helpers/applyDecs2311.js +1 -1
  24. package/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +1 -1
  25. package/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +1 -1
  26. package/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +1 -1
  27. package/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +1 -1
  28. package/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js +7 -9
  29. package/node_modules/@babel/runtime/helpers/regeneratorDefine.js +7 -9
  30. package/node_modules/@babel/runtime/package.json +1 -1
  31. package/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +8 -4
  32. package/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +1 -1
  33. package/node_modules/@isaacs/cliui/node_modules/ansi-regex/readme.md +6 -0
  34. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.d.ts +12 -12
  35. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.js +3 -3
  36. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json +4 -4
  37. package/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +3 -1
  38. package/node_modules/@isaacs/cliui/node_modules/strip-ansi/readme.md +5 -9
  39. package/node_modules/@slack/logger/node_modules/@types/node/README.md +2 -2
  40. package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +105 -2
  41. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +119 -95
  42. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +4 -1
  43. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +26 -122
  44. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +178 -18
  45. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +11 -10
  46. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +23 -19
  47. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +79 -33
  48. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +48 -29
  49. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +283 -32
  50. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +148 -347
  51. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +55 -21
  52. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +13 -11
  53. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +5 -0
  54. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +7 -2
  55. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +187 -3932
  56. package/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +4052 -0
  57. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +25 -0
  58. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +21 -0
  59. package/node_modules/@slack/logger/node_modules/@types/node/package.json +4 -89
  60. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +14 -0
  61. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +11 -1
  62. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +34 -1
  63. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +4 -0
  64. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +17 -6
  65. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +122 -24
  66. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -2
  67. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +32 -0
  68. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +7 -2
  69. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +7 -2
  70. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +26 -7
  71. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +17 -6
  72. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +73 -10
  73. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +21 -0
  74. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  75. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  76. package/node_modules/@slack/logger/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
  77. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  78. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  79. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  80. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +96 -50
  81. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +14 -2
  82. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +4 -4
  83. package/node_modules/@slack/logger/node_modules/undici-types/client-stats.d.ts +15 -0
  84. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +6 -5
  85. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  86. package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +3 -8
  87. package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  88. package/node_modules/@slack/logger/node_modules/undici-types/eventsource.d.ts +3 -3
  89. package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +1 -0
  90. package/node_modules/@slack/logger/node_modules/undici-types/h2c-client.d.ts +0 -2
  91. package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +1 -1
  92. package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +3 -1
  93. package/node_modules/@slack/logger/node_modules/undici-types/mock-agent.d.ts +3 -0
  94. package/node_modules/@slack/logger/node_modules/undici-types/mock-client.d.ts +2 -0
  95. package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  96. package/node_modules/@slack/logger/node_modules/undici-types/mock-pool.d.ts +2 -0
  97. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  98. package/node_modules/@slack/logger/node_modules/undici-types/pool.d.ts +2 -0
  99. package/node_modules/@slack/logger/node_modules/undici-types/proxy-agent.d.ts +1 -0
  100. package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +9 -0
  101. package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  102. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +29 -15
  103. package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +3 -1
  104. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +58 -58
  105. package/node_modules/@slack/types/dist/block-kit/block-elements.js +1 -1
  106. package/node_modules/@slack/types/dist/block-kit/block-elements.js.map +1 -1
  107. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +49 -29
  108. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  109. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +19 -19
  110. package/node_modules/@slack/types/dist/block-kit/composition-objects.js +1 -1
  111. package/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +1 -1
  112. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +5 -5
  113. package/node_modules/@slack/types/dist/calls.d.ts +1 -1
  114. package/node_modules/@slack/types/dist/calls.js +2 -2
  115. package/node_modules/@slack/types/dist/calls.js.map +1 -1
  116. package/node_modules/@slack/types/dist/dialog.d.ts +1 -1
  117. package/node_modules/@slack/types/dist/events/index.d.ts +4 -4
  118. package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
  119. package/node_modules/@slack/types/dist/events/index.js +1 -1
  120. package/node_modules/@slack/types/dist/events/index.js.map +1 -1
  121. package/node_modules/@slack/types/dist/events/message.d.ts +1 -0
  122. package/node_modules/@slack/types/dist/events/message.d.ts.map +1 -1
  123. package/node_modules/@slack/types/dist/events/team.d.ts +2 -2
  124. package/node_modules/@slack/types/dist/events/team.d.ts.map +1 -1
  125. package/node_modules/@slack/types/dist/index.d.ts +5 -5
  126. package/node_modules/@slack/types/dist/index.d.ts.map +1 -1
  127. package/node_modules/@slack/types/dist/index.js +5 -5
  128. package/node_modules/@slack/types/dist/index.js.map +1 -1
  129. package/node_modules/@slack/types/dist/message-attachments.d.ts +10 -10
  130. package/node_modules/@slack/types/dist/message-metadata.d.ts +2 -2
  131. package/node_modules/@slack/types/dist/views.d.ts +6 -6
  132. package/node_modules/@slack/types/package.json +19 -8
  133. package/node_modules/@slack/web-api/README.md +9 -9
  134. package/node_modules/@slack/web-api/dist/WebClient.d.ts +8 -8
  135. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  136. package/node_modules/@slack/web-api/dist/WebClient.js +10 -9
  137. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  138. package/node_modules/@slack/web-api/dist/file-upload.d.ts +2 -2
  139. package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
  140. package/node_modules/@slack/web-api/dist/file-upload.js +3 -2
  141. package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
  142. package/node_modules/@slack/web-api/dist/index.d.ts +5 -5
  143. package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
  144. package/node_modules/@slack/web-api/dist/index.js +10 -9
  145. package/node_modules/@slack/web-api/dist/index.js.map +1 -1
  146. package/node_modules/@slack/web-api/dist/instrument.js +1 -1
  147. package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
  148. package/node_modules/@slack/web-api/dist/logger.d.ts +1 -1
  149. package/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -1
  150. package/node_modules/@slack/web-api/dist/methods.d.ts +284 -262
  151. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  152. package/node_modules/@slack/web-api/dist/methods.js +284 -262
  153. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  154. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +2 -2
  155. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +1 -1
  156. package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +2 -2
  157. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +1 -1
  158. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -1
  159. package/node_modules/@slack/web-api/dist/types/request/calls.d.ts +1 -1
  160. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +17 -10
  161. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  162. package/node_modules/@slack/web-api/dist/types/request/common.d.ts +1 -1
  163. package/node_modules/@slack/web-api/dist/types/request/files.d.ts +3 -3
  164. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +32 -32
  165. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  166. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +34 -34
  167. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
  168. package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +1 -1
  169. package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +1 -1
  170. package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +1 -1
  171. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +1 -1
  172. package/node_modules/@slack/web-api/dist/types/request/search.d.ts +1 -1
  173. package/node_modules/@slack/web-api/dist/types/request/users.d.ts +3 -3
  174. package/node_modules/@slack/web-api/dist/types/request/views.d.ts +2 -2
  175. package/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -1
  176. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +40 -0
  177. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -1
  178. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +3 -0
  179. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +1 -0
  180. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +3 -0
  181. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +1 -0
  182. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +11 -0
  183. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +1 -0
  184. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +3 -0
  185. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +1 -0
  186. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +3 -0
  187. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +1 -0
  188. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +3 -0
  189. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +1 -0
  190. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +3 -0
  191. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +1 -0
  192. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +3 -0
  193. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +1 -0
  194. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +12 -8
  195. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
  196. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +2 -2
  197. package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +105 -2
  198. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +119 -95
  199. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +4 -1
  200. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +26 -122
  201. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +178 -18
  202. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +11 -10
  203. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +23 -19
  204. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +79 -33
  205. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +48 -29
  206. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +283 -32
  207. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +148 -347
  208. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +55 -21
  209. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +13 -11
  210. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +5 -0
  211. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +7 -2
  212. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +187 -3932
  213. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.generated.d.ts +4052 -0
  214. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +25 -0
  215. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +21 -0
  216. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +4 -89
  217. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +14 -0
  218. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +11 -1
  219. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +34 -1
  220. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +4 -0
  221. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +17 -6
  222. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +122 -24
  223. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +0 -2
  224. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +32 -0
  225. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +7 -2
  226. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +7 -2
  227. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +26 -7
  228. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +17 -6
  229. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +73 -10
  230. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +21 -0
  231. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  232. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  233. package/node_modules/{@types/cacheable-request/node_modules/@types/node/dom-events.d.ts → @slack/web-api/node_modules/@types/node/web-globals/events.d.ts} +49 -51
  234. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  235. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  236. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  237. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +96 -50
  238. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +14 -2
  239. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +4 -4
  240. package/node_modules/@slack/web-api/node_modules/undici-types/client-stats.d.ts +15 -0
  241. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +6 -5
  242. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  243. package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +3 -8
  244. package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  245. package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +3 -3
  246. package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +1 -0
  247. package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +0 -2
  248. package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +1 -1
  249. package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +3 -1
  250. package/node_modules/@slack/web-api/node_modules/undici-types/mock-agent.d.ts +3 -0
  251. package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +2 -0
  252. package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  253. package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +2 -0
  254. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  255. package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +2 -0
  256. package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +1 -0
  257. package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +9 -0
  258. package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  259. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +29 -15
  260. package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +3 -1
  261. package/node_modules/@slack/web-api/package.json +23 -8
  262. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +2 -2
  263. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +105 -2
  264. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +119 -95
  265. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +4 -1
  266. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +26 -122
  267. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +178 -18
  268. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +11 -10
  269. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +23 -19
  270. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +79 -33
  271. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +48 -29
  272. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +283 -32
  273. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +148 -347
  274. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +55 -21
  275. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +13 -11
  276. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +5 -0
  277. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +7 -2
  278. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +187 -3932
  279. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.generated.d.ts +4052 -0
  280. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +25 -0
  281. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +21 -0
  282. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +4 -89
  283. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +14 -0
  284. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +11 -1
  285. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +34 -1
  286. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +4 -0
  287. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +17 -6
  288. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +122 -24
  289. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +0 -2
  290. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +32 -0
  291. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/index.d.ts +7 -2
  292. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/index.d.ts +7 -2
  293. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +26 -7
  294. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +17 -6
  295. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +73 -10
  296. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +21 -0
  297. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  298. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  299. package/node_modules/@types/{keyv/node_modules/@types/node/dom-events.d.ts → cacheable-request/node_modules/@types/node/web-globals/events.d.ts} +49 -51
  300. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  301. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  302. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  303. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +96 -50
  304. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +14 -2
  305. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +4 -4
  306. package/node_modules/@types/cacheable-request/node_modules/undici-types/client-stats.d.ts +15 -0
  307. package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +6 -5
  308. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  309. package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +3 -8
  310. package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  311. package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +3 -3
  312. package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +1 -0
  313. package/node_modules/@types/cacheable-request/node_modules/undici-types/h2c-client.d.ts +0 -2
  314. package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +1 -1
  315. package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +3 -1
  316. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-agent.d.ts +3 -0
  317. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +2 -0
  318. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  319. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +2 -0
  320. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  321. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool.d.ts +2 -0
  322. package/node_modules/@types/cacheable-request/node_modules/undici-types/proxy-agent.d.ts +1 -0
  323. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +9 -0
  324. package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  325. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +29 -15
  326. package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +3 -1
  327. package/node_modules/@types/keyv/node_modules/@types/node/README.md +2 -2
  328. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +105 -2
  329. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +119 -95
  330. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +4 -1
  331. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +26 -122
  332. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +178 -18
  333. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +11 -10
  334. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +23 -19
  335. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +79 -33
  336. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +48 -29
  337. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +283 -32
  338. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +148 -347
  339. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +55 -21
  340. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +13 -11
  341. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +5 -0
  342. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +7 -2
  343. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +187 -3932
  344. package/node_modules/@types/keyv/node_modules/@types/node/inspector.generated.d.ts +4052 -0
  345. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +25 -0
  346. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +21 -0
  347. package/node_modules/@types/keyv/node_modules/@types/node/package.json +4 -89
  348. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +14 -0
  349. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +11 -1
  350. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +34 -1
  351. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +4 -0
  352. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +17 -6
  353. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +122 -24
  354. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +0 -2
  355. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +32 -0
  356. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/index.d.ts +7 -2
  357. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/index.d.ts +7 -2
  358. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +26 -7
  359. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +17 -6
  360. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +73 -10
  361. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +21 -0
  362. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  363. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  364. package/node_modules/{@slack/web-api/node_modules/@types/node/dom-events.d.ts → @types/keyv/node_modules/@types/node/web-globals/events.d.ts} +49 -51
  365. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  366. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  367. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  368. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +96 -50
  369. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +14 -2
  370. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +4 -4
  371. package/node_modules/@types/keyv/node_modules/undici-types/client-stats.d.ts +15 -0
  372. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +6 -5
  373. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  374. package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +3 -8
  375. package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  376. package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +3 -3
  377. package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +1 -0
  378. package/node_modules/@types/keyv/node_modules/undici-types/h2c-client.d.ts +0 -2
  379. package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +1 -1
  380. package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +3 -1
  381. package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +3 -0
  382. package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +2 -0
  383. package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  384. package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +2 -0
  385. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  386. package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +2 -0
  387. package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +1 -0
  388. package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +9 -0
  389. package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  390. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +29 -15
  391. package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +3 -1
  392. package/node_modules/@types/responselike/node_modules/@types/node/README.md +2 -2
  393. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +105 -2
  394. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +119 -95
  395. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +4 -1
  396. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +26 -122
  397. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +178 -18
  398. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +11 -10
  399. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +23 -19
  400. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +79 -33
  401. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +48 -29
  402. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +283 -32
  403. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +148 -347
  404. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +55 -21
  405. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +13 -11
  406. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +5 -0
  407. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +7 -2
  408. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +187 -3932
  409. package/node_modules/@types/responselike/node_modules/@types/node/inspector.generated.d.ts +4052 -0
  410. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +25 -0
  411. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +21 -0
  412. package/node_modules/@types/responselike/node_modules/@types/node/package.json +4 -89
  413. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +14 -0
  414. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +11 -1
  415. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +34 -1
  416. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +4 -0
  417. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +17 -6
  418. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +122 -24
  419. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +0 -2
  420. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +32 -0
  421. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/index.d.ts +7 -2
  422. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/index.d.ts +7 -2
  423. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +26 -7
  424. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +17 -6
  425. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +73 -10
  426. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +21 -0
  427. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  428. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  429. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/events.d.ts +97 -0
  430. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  431. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  432. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  433. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +96 -50
  434. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +14 -2
  435. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +4 -4
  436. package/node_modules/@types/responselike/node_modules/undici-types/client-stats.d.ts +15 -0
  437. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +6 -5
  438. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  439. package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +3 -8
  440. package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  441. package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +3 -3
  442. package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +1 -0
  443. package/node_modules/@types/responselike/node_modules/undici-types/h2c-client.d.ts +0 -2
  444. package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +1 -1
  445. package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +3 -1
  446. package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +3 -0
  447. package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +2 -0
  448. package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  449. package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +2 -0
  450. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  451. package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +2 -0
  452. package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +1 -0
  453. package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +9 -0
  454. package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  455. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +29 -15
  456. package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +3 -1
  457. package/node_modules/axios/CHANGELOG.md +75 -0
  458. package/node_modules/axios/README.md +87 -13
  459. package/node_modules/axios/dist/axios.js +392 -292
  460. package/node_modules/axios/dist/axios.js.map +1 -1
  461. package/node_modules/axios/dist/axios.min.js +2 -2
  462. package/node_modules/axios/dist/axios.min.js.map +1 -1
  463. package/node_modules/axios/dist/browser/axios.cjs +329 -219
  464. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  465. package/node_modules/axios/dist/esm/axios.js +329 -219
  466. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  467. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  468. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  469. package/node_modules/axios/dist/node/axios.cjs +420 -219
  470. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  471. package/node_modules/axios/index.d.cts +25 -7
  472. package/node_modules/axios/index.d.ts +13 -4
  473. package/node_modules/axios/lib/adapters/adapters.js +6 -4
  474. package/node_modules/axios/lib/adapters/fetch.js +221 -162
  475. package/node_modules/axios/lib/adapters/http.js +18 -0
  476. package/node_modules/axios/lib/adapters/xhr.js +11 -8
  477. package/node_modules/axios/lib/core/Axios.js +2 -4
  478. package/node_modules/axios/lib/core/AxiosError.js +10 -3
  479. package/node_modules/axios/lib/core/dispatchRequest.js +1 -1
  480. package/node_modules/axios/lib/core/mergeConfig.js +1 -1
  481. package/node_modules/axios/lib/defaults/index.js +1 -1
  482. package/node_modules/axios/lib/env/data.js +1 -1
  483. package/node_modules/axios/lib/helpers/buildURL.js +1 -3
  484. package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +73 -0
  485. package/node_modules/axios/lib/helpers/resolveConfig.js +13 -9
  486. package/node_modules/axios/lib/helpers/throttle.js +1 -1
  487. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +4 -3
  488. package/node_modules/axios/lib/utils.js +40 -2
  489. package/node_modules/axios/package.json +21 -15
  490. package/node_modules/follow-redirects/package.json +1 -1
  491. package/node_modules/form-data/CHANGELOG.md +601 -0
  492. package/node_modules/form-data/{README.md.bak → README.md} +4 -4
  493. package/node_modules/form-data/lib/form_data.js +2 -6
  494. package/node_modules/form-data/package.json +22 -6
  495. package/node_modules/mjml/package.json +8 -9
  496. package/node_modules/mjml-accordion/README.md +2 -1
  497. package/node_modules/mjml-accordion/lib/Accordion.js +3 -5
  498. package/node_modules/mjml-accordion/lib/AccordionElement.js +2 -3
  499. package/node_modules/mjml-accordion/lib/AccordionText.js +2 -3
  500. package/node_modules/mjml-accordion/lib/AccordionTitle.js +4 -3
  501. package/node_modules/mjml-accordion/package.json +4 -5
  502. package/node_modules/mjml-body/README.md +1 -1
  503. package/node_modules/mjml-body/lib/index.js +9 -4
  504. package/node_modules/mjml-body/package.json +4 -5
  505. package/node_modules/mjml-button/lib/index.js +2 -3
  506. package/node_modules/mjml-button/package.json +4 -5
  507. package/node_modules/mjml-carousel/lib/Carousel.js +4 -6
  508. package/node_modules/mjml-carousel/lib/CarouselImage.js +2 -3
  509. package/node_modules/mjml-carousel/package.json +4 -5
  510. package/node_modules/mjml-cli/lib/commands/watchFiles.js +4 -1
  511. package/node_modules/mjml-cli/package.json +7 -8
  512. package/node_modules/mjml-column/lib/index.js +2 -3
  513. package/node_modules/mjml-column/package.json +4 -5
  514. package/node_modules/mjml-core/lib/createComponent.js +12 -9
  515. package/node_modules/mjml-core/lib/index.js +2 -2
  516. package/node_modules/mjml-core/lib/types/boolean.js +2 -3
  517. package/node_modules/mjml-core/lib/types/color.js +2 -3
  518. package/node_modules/mjml-core/lib/types/enum.js +1 -1
  519. package/node_modules/mjml-core/lib/types/integer.js +1 -1
  520. package/node_modules/mjml-core/lib/types/string.js +1 -1
  521. package/node_modules/mjml-core/lib/types/type.js +1 -2
  522. package/node_modules/mjml-core/lib/types/unit.js +1 -1
  523. package/node_modules/mjml-core/package.json +6 -7
  524. package/node_modules/mjml-divider/lib/index.js +2 -3
  525. package/node_modules/mjml-divider/package.json +4 -5
  526. package/node_modules/mjml-group/lib/index.js +2 -3
  527. package/node_modules/mjml-group/package.json +4 -5
  528. package/node_modules/mjml-head/lib/index.js +2 -3
  529. package/node_modules/mjml-head/package.json +4 -5
  530. package/node_modules/mjml-head-attributes/lib/index.js +2 -3
  531. package/node_modules/mjml-head-attributes/package.json +4 -5
  532. package/node_modules/mjml-head-breakpoint/lib/index.js +2 -3
  533. package/node_modules/mjml-head-breakpoint/package.json +4 -5
  534. package/node_modules/mjml-head-font/lib/index.js +2 -3
  535. package/node_modules/mjml-head-font/package.json +4 -5
  536. package/node_modules/mjml-head-html-attributes/lib/index.js +2 -3
  537. package/node_modules/mjml-head-html-attributes/package.json +4 -5
  538. package/node_modules/mjml-head-preview/lib/index.js +2 -3
  539. package/node_modules/mjml-head-preview/package.json +4 -5
  540. package/node_modules/mjml-head-style/lib/index.js +2 -3
  541. package/node_modules/mjml-head-style/package.json +4 -5
  542. package/node_modules/mjml-head-title/lib/index.js +2 -3
  543. package/node_modules/mjml-head-title/package.json +4 -5
  544. package/node_modules/mjml-hero/lib/index.js +3 -5
  545. package/node_modules/mjml-hero/package.json +4 -5
  546. package/node_modules/mjml-image/lib/index.js +3 -5
  547. package/node_modules/mjml-image/package.json +4 -5
  548. package/node_modules/mjml-migrate/package.json +5 -6
  549. package/node_modules/mjml-navbar/lib/Navbar.js +3 -5
  550. package/node_modules/mjml-navbar/lib/NavbarLink.js +2 -3
  551. package/node_modules/mjml-navbar/package.json +4 -5
  552. package/node_modules/mjml-parser-xml/lib/index.js +1 -1
  553. package/node_modules/mjml-parser-xml/package.json +6 -6
  554. package/node_modules/mjml-preset-core/package.json +28 -29
  555. package/node_modules/mjml-raw/lib/index.js +2 -3
  556. package/node_modules/mjml-raw/package.json +4 -5
  557. package/node_modules/mjml-section/lib/index.js +18 -7
  558. package/node_modules/mjml-section/package.json +4 -5
  559. package/node_modules/mjml-social/README.md +1 -0
  560. package/node_modules/mjml-social/lib/Social.js +2 -3
  561. package/node_modules/mjml-social/lib/SocialElement.js +18 -9
  562. package/node_modules/mjml-social/package.json +4 -5
  563. package/node_modules/mjml-spacer/lib/index.js +2 -3
  564. package/node_modules/mjml-spacer/package.json +4 -5
  565. package/node_modules/mjml-table/README.md +1 -1
  566. package/node_modules/mjml-table/lib/index.js +6 -4
  567. package/node_modules/mjml-table/package.json +4 -5
  568. package/node_modules/mjml-text/lib/index.js +2 -3
  569. package/node_modules/mjml-text/package.json +4 -5
  570. package/node_modules/mjml-validator/package.json +3 -3
  571. package/node_modules/mjml-wrapper/lib/index.js +2 -3
  572. package/node_modules/mjml-wrapper/package.json +5 -6
  573. package/package.json +20 -20
  574. package/node_modules/@slack/logger/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  575. package/node_modules/@slack/logger/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  576. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  577. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  578. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  579. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  580. package/node_modules/@types/keyv/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  581. package/node_modules/@types/keyv/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  582. package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +0 -99
  583. package/node_modules/@types/responselike/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  584. package/node_modules/@types/responselike/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  585. package/node_modules/form-data/Readme.md +0 -355
  586. package/node_modules/mjml/LICENSE.md +0 -21
  587. package/node_modules/mjml-accordion/LICENSE.md +0 -21
  588. package/node_modules/mjml-body/LICENSE.md +0 -21
  589. package/node_modules/mjml-button/LICENSE.md +0 -21
  590. package/node_modules/mjml-carousel/LICENSE.md +0 -21
  591. package/node_modules/mjml-cli/LICENSE.md +0 -21
  592. package/node_modules/mjml-cli/lib/helpers/promesify.js +0 -48
  593. package/node_modules/mjml-cli/lib/helpers/timePad.js +0 -18
  594. package/node_modules/mjml-column/LICENSE.md +0 -21
  595. package/node_modules/mjml-core/LICENSE.md +0 -21
  596. package/node_modules/mjml-core/lib/Error.js +0 -86
  597. package/node_modules/mjml-core/lib/MJMLElementsCollection.js +0 -37
  598. package/node_modules/mjml-core/lib/MJMLHead.js +0 -38
  599. package/node_modules/mjml-core/lib/MJMLRenderer.js +0 -275
  600. package/node_modules/mjml-core/lib/configs/defaultContainer.js +0 -15
  601. package/node_modules/mjml-core/lib/configs/defaultStyle.js +0 -6
  602. package/node_modules/mjml-core/lib/configs/listFontsImports.js +0 -21
  603. package/node_modules/mjml-core/lib/decorators/MJMLElement.js +0 -356
  604. package/node_modules/mjml-core/lib/helpers/colors.js +0 -7
  605. package/node_modules/mjml-core/lib/helpers/dom.js +0 -109
  606. package/node_modules/mjml-core/lib/helpers/html.js +0 -9
  607. package/node_modules/mjml-core/lib/helpers/importFonts.js +0 -46
  608. package/node_modules/mjml-core/lib/helpers/index.js +0 -40
  609. package/node_modules/mjml-core/lib/helpers/isBrowser.js +0 -11
  610. package/node_modules/mjml-core/lib/helpers/mjAttribute.js +0 -62
  611. package/node_modules/mjml-core/lib/helpers/mjml.js +0 -46
  612. package/node_modules/mjml-core/lib/helpers/parseAttributes.js +0 -29
  613. package/node_modules/mjml-core/lib/helpers/postRender.js +0 -33
  614. package/node_modules/mjml-core/lib/helpers/removeCDATA.js +0 -19
  615. package/node_modules/mjml-core/lib/helpers/traverseMJML.js +0 -41
  616. package/node_modules/mjml-core/lib/includeExternal.js +0 -92
  617. package/node_modules/mjml-core/lib/parsers/config.js +0 -130
  618. package/node_modules/mjml-core/lib/parsers/document.js +0 -189
  619. package/node_modules/mjml-divider/LICENSE.md +0 -21
  620. package/node_modules/mjml-group/LICENSE.md +0 -21
  621. package/node_modules/mjml-head/LICENSE.md +0 -21
  622. package/node_modules/mjml-head-attributes/LICENSE.md +0 -21
  623. package/node_modules/mjml-head-breakpoint/LICENSE.md +0 -21
  624. package/node_modules/mjml-head-font/LICENSE.md +0 -21
  625. package/node_modules/mjml-head-html-attributes/LICENSE.md +0 -21
  626. package/node_modules/mjml-head-preview/LICENSE.md +0 -21
  627. package/node_modules/mjml-head-style/LICENSE.md +0 -21
  628. package/node_modules/mjml-head-title/LICENSE.md +0 -21
  629. package/node_modules/mjml-hero/LICENSE.md +0 -21
  630. package/node_modules/mjml-image/LICENSE.md +0 -21
  631. package/node_modules/mjml-navbar/LICENSE.md +0 -21
  632. package/node_modules/mjml-navbar/lib/InlineLinks.js +0 -227
  633. package/node_modules/mjml-navbar/lib/Link.js +0 -130
  634. package/node_modules/mjml-parser-xml/lib/helpers/addCDATASection.js +0 -31
  635. package/node_modules/mjml-parser-xml/lib/helpers/parseAttributes.js +0 -37
  636. package/node_modules/mjml-preset-core/LICENSE.md +0 -21
  637. package/node_modules/mjml-raw/LICENSE.md +0 -21
  638. package/node_modules/mjml-section/LICENSE.md +0 -21
  639. package/node_modules/mjml-social/LICENSE.md +0 -21
  640. package/node_modules/mjml-spacer/LICENSE.md +0 -21
  641. package/node_modules/mjml-table/LICENSE.md +0 -21
  642. package/node_modules/mjml-text/LICENSE.md +0 -21
  643. package/node_modules/mjml-validator/lib/rules/index.js +0 -29
  644. package/node_modules/mjml-validator/lib/types/boolean.js +0 -57
  645. package/node_modules/mjml-validator/lib/types/color.js +0 -51
  646. package/node_modules/mjml-validator/lib/types/enum.js +0 -57
  647. package/node_modules/mjml-validator/lib/types/helpers/colors.js +0 -7
  648. package/node_modules/mjml-validator/lib/types/index.js +0 -41
  649. package/node_modules/mjml-validator/lib/types/integer.js +0 -47
  650. package/node_modules/mjml-validator/lib/types/string.js +0 -47
  651. package/node_modules/mjml-validator/lib/types/type.js +0 -93
  652. package/node_modules/mjml-validator/lib/types/unit.js +0 -57
  653. package/node_modules/mjml-wrapper/LICENSE.md +0 -21
@@ -0,0 +1,601 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [v4.0.4](https://github.com/form-data/form-data/compare/v4.0.3...v4.0.4) - 2025-07-16
9
+
10
+ ### Commits
11
+
12
+ - [meta] add `auto-changelog` [`811f682`](https://github.com/form-data/form-data/commit/811f68282fab0315209d0e2d1c44b6c32ea0d479)
13
+ - [Tests] handle predict-v8-randomness failures in node < 17 and node > 23 [`1d11a76`](https://github.com/form-data/form-data/commit/1d11a76434d101f22fdb26b8aef8615f28b98402)
14
+ - [Fix] Switch to using `crypto` random for boundary values [`3d17230`](https://github.com/form-data/form-data/commit/3d1723080e6577a66f17f163ecd345a21d8d0fd0)
15
+ - [Tests] fix linting errors [`5e34080`](https://github.com/form-data/form-data/commit/5e340800b5f8914213e4e0378c084aae71cfd73a)
16
+ - [meta] actually ensure the readme backup isn’t published [`316c82b`](https://github.com/form-data/form-data/commit/316c82ba93fd4985af757b771b9a1f26d3b709ef)
17
+ - [Dev Deps] update `@ljharb/eslint-config` [`58c25d7`](https://github.com/form-data/form-data/commit/58c25d76406a5b0dfdf54045cf252563f2bbda8d)
18
+ - [meta] fix readme capitalization [`2300ca1`](https://github.com/form-data/form-data/commit/2300ca19595b0ee96431e868fe2a40db79e41c61)
19
+
20
+ ## [v4.0.3](https://github.com/form-data/form-data/compare/v4.0.2...v4.0.3) - 2025-06-05
21
+
22
+ ### Fixed
23
+
24
+ - [Fix] `append`: avoid a crash on nullish values [`#577`](https://github.com/form-data/form-data/issues/577)
25
+
26
+ ### Commits
27
+
28
+ - [eslint] use a shared config [`426ba9a`](https://github.com/form-data/form-data/commit/426ba9ac440f95d1998dac9a5cd8d738043b048f)
29
+ - [eslint] fix some spacing issues [`2094191`](https://github.com/form-data/form-data/commit/20941917f0e9487e68c564ebc3157e23609e2939)
30
+ - [Refactor] use `hasown` [`81ab41b`](https://github.com/form-data/form-data/commit/81ab41b46fdf34f5d89d7ff30b513b0925febfaa)
31
+ - [Fix] validate boundary type in `setBoundary()` method [`8d8e469`](https://github.com/form-data/form-data/commit/8d8e4693093519f7f18e3c597d1e8df8c493de9e)
32
+ - [Tests] add tests to check the behavior of `getBoundary` with non-strings [`837b8a1`](https://github.com/form-data/form-data/commit/837b8a1f7562bfb8bda74f3fc538adb7a5858995)
33
+ - [Dev Deps] remove unused deps [`870e4e6`](https://github.com/form-data/form-data/commit/870e4e665935e701bf983a051244ab928e62d58e)
34
+ - [meta] remove local commit hooks [`e6e83cc`](https://github.com/form-data/form-data/commit/e6e83ccb545a5619ed6cd04f31d5c2f655eb633e)
35
+ - [Dev Deps] update `eslint` [`4066fd6`](https://github.com/form-data/form-data/commit/4066fd6f65992b62fa324a6474a9292a4f88c916)
36
+ - [meta] fix scripts to use prepublishOnly [`c4bbb13`](https://github.com/form-data/form-data/commit/c4bbb13c0ef669916657bc129341301b1d331d75)
37
+
38
+ ## [v4.0.2](https://github.com/form-data/form-data/compare/v4.0.1...v4.0.2) - 2025-02-14
39
+
40
+ ### Merged
41
+
42
+ - [Fix] set `Symbol.toStringTag` when available [`#573`](https://github.com/form-data/form-data/pull/573)
43
+ - [Fix] set `Symbol.toStringTag` when available [`#573`](https://github.com/form-data/form-data/pull/573)
44
+ - fix (npmignore): ignore temporary build files [`#532`](https://github.com/form-data/form-data/pull/532)
45
+ - fix (npmignore): ignore temporary build files [`#532`](https://github.com/form-data/form-data/pull/532)
46
+
47
+ ### Fixed
48
+
49
+ - [Fix] set `Symbol.toStringTag` when available (#573) [`#396`](https://github.com/form-data/form-data/issues/396)
50
+ - [Fix] set `Symbol.toStringTag` when available (#573) [`#396`](https://github.com/form-data/form-data/issues/396)
51
+ - [Fix] set `Symbol.toStringTag` when available [`#396`](https://github.com/form-data/form-data/issues/396)
52
+
53
+ ### Commits
54
+
55
+ - Merge tags v2.5.3 and v3.0.3 [`92613b9`](https://github.com/form-data/form-data/commit/92613b9208556eb4ebc482fdf599fae111626fb6)
56
+ - [Tests] migrate from travis to GHA [`806eda7`](https://github.com/form-data/form-data/commit/806eda77740e6e3c67c7815afb216f2e1f187ba5)
57
+ - [Tests] migrate from travis to GHA [`8fdb3bc`](https://github.com/form-data/form-data/commit/8fdb3bc6b5d001f8909a9fca391d1d1d97ef1d79)
58
+ - [Refactor] use `Object.prototype.hasOwnProperty.call` [`7fecefe`](https://github.com/form-data/form-data/commit/7fecefe4ba8f775634aff86a698776ad95ecffb5)
59
+ - [Refactor] use `Object.prototype.hasOwnProperty.call` [`6e682d4`](https://github.com/form-data/form-data/commit/6e682d4bd41de7e80de41e3c4ee10f23fcc3dd00)
60
+ - [Refactor] use `Object.prototype.hasOwnProperty.call` [`df3c1e6`](https://github.com/form-data/form-data/commit/df3c1e6f0937f47a782dc4573756a54987f31dde)
61
+ - [Dev Deps] update `@types/node`, `browserify`, `coveralls`, `cross-spawn`, `eslint`, `formidable`, `in-publish`, `pkgfiles`, `pre-commit`, `puppeteer`, `request`, `tape`, `typescript` [`8261fcb`](https://github.com/form-data/form-data/commit/8261fcb8bf5944d30ae3bd04b91b71d6a9932ef4)
62
+ - [Dev Deps] update `@types/node`, `browserify`, `coveralls`, `cross-spawn`, `eslint`, `formidable`, `in-publish`, `pkgfiles`, `pre-commit`, `puppeteer`, `request`, `tape`, `typescript` [`fb66cb7`](https://github.com/form-data/form-data/commit/fb66cb740e29fb170eee947d4be6fdf82d6659af)
63
+ - [Dev Deps] update `@types/node`, `browserify`, `coveralls`, `eslint`, `formidable`, `in-publish`, `phantomjs-prebuilt`, `pkgfiles`, `pre-commit`, `request`, `tape`, `typescript` [`819f6b7`](https://github.com/form-data/form-data/commit/819f6b7a543306a891fca37c3a06d0ff4a734422)
64
+ - [eslint] clean up ignores [`3217b3d`](https://github.com/form-data/form-data/commit/3217b3ded8e382e51171d5c74c6038a21cc54440)
65
+ - [eslint] clean up ignores [`3a9d480`](https://github.com/form-data/form-data/commit/3a9d480232dbcbc07260ad84c3da4975d9a3ae9e)
66
+ - [Fix] `Buffer.from` and `Buffer.alloc` require node 4+ [`c499f76`](https://github.com/form-data/form-data/commit/c499f76f1faac1ddbf210c45217038e4c1e02337)
67
+ - Only apps should have lockfiles [`b82f590`](https://github.com/form-data/form-data/commit/b82f59093cdbadb4b7ec0922d33ae7ab048b82ff)
68
+ - Only apps should have lockfiles [`b170ee2`](https://github.com/form-data/form-data/commit/b170ee2b22b4c695c363b811c0c553d2fb1bbd79)
69
+ - [Deps] update `combined-stream`, `mime-types` [`6b1ca1d`](https://github.com/form-data/form-data/commit/6b1ca1dc7362a1b1c3a99a885516cca4b7eb817f)
70
+ - [Dev Deps] pin `request` which via `tough-cookie` ^2.4 depends on `psl` [`e5df7f2`](https://github.com/form-data/form-data/commit/e5df7f24383342264bd73dee3274818a40d04065)
71
+ - [Deps] update `mime-types` [`5a5bafe`](https://github.com/form-data/form-data/commit/5a5bafee894fead10da49e1fa2b084e17f2e1034)
72
+ - Bumped version 2.5.3 [`9457283`](https://github.com/form-data/form-data/commit/9457283e1dce6122adc908fdd7442cfc54cabe7a)
73
+ - [Dev Deps] pin `request` which via `tough-cookie` ^2.4 depends on `psl` [`9dbe192`](https://github.com/form-data/form-data/commit/9dbe192be3db215eac4d9c0b980470a5c2c030c6)
74
+ - Merge tags v2.5.2 and v3.0.2 [`d53265d`](https://github.com/form-data/form-data/commit/d53265d86c5153f535ec68eb107548b1b2883576)
75
+ - Bumped version 2.5.2 [`7020dd4`](https://github.com/form-data/form-data/commit/7020dd4c1260370abc40e86e3dfe49c5d576fbda)
76
+ - [Dev Deps] downgrade `cross-spawn` [`3fc1a9b`](https://github.com/form-data/form-data/commit/3fc1a9b62ddf1fe77a2bd6bd3476e4c0a9e01a88)
77
+ - fix: move util.isArray to Array.isArray (#564) [`edb555a`](https://github.com/form-data/form-data/commit/edb555a811f6f7e4668db4831551cf41c1de1cac)
78
+ - fix: move util.isArray to Array.isArray (#564) [`10418d1`](https://github.com/form-data/form-data/commit/10418d1fe4b0d65fe020eafe3911feb5ad5e2bd6)
79
+
80
+ ## [v4.0.1](https://github.com/form-data/form-data/compare/v4.0.0...v4.0.1) - 2024-10-10
81
+
82
+ ### Commits
83
+
84
+ - [Tests] migrate from travis to GHA [`757b4e3`](https://github.com/form-data/form-data/commit/757b4e32e95726aec9bdcc771fb5a3b564d88034)
85
+ - [eslint] clean up ignores [`e8f0d80`](https://github.com/form-data/form-data/commit/e8f0d80cd7cd424d1488532621ec40a33218b30b)
86
+ - fix (npmignore): ignore temporary build files [`335ad19`](https://github.com/form-data/form-data/commit/335ad19c6e17dc2d7298ffe0e9b37ba63600e94b)
87
+ - fix: move util.isArray to Array.isArray [`440d3be`](https://github.com/form-data/form-data/commit/440d3bed752ac2f9213b4c2229dbccefe140e5fa)
88
+
89
+ ## [v4.0.0](https://github.com/form-data/form-data/compare/v3.0.3...v4.0.0) - 2021-02-15
90
+
91
+ ### Merged
92
+
93
+ - Handle custom stream [`#382`](https://github.com/form-data/form-data/pull/382)
94
+
95
+ ### Commits
96
+
97
+ - Fix typo [`e705c0a`](https://github.com/form-data/form-data/commit/e705c0a1fdaf90d21501f56460b93e43a18bd435)
98
+ - Update README for custom stream behavior [`6dd8624`](https://github.com/form-data/form-data/commit/6dd8624b2999e32768d62752c9aae5845a803b0d)
99
+
100
+ ## [v3.0.3](https://github.com/form-data/form-data/compare/v3.0.2...v3.0.3) - 2025-02-14
101
+
102
+ ### Merged
103
+
104
+ - [Fix] set `Symbol.toStringTag` when available [`#573`](https://github.com/form-data/form-data/pull/573)
105
+
106
+ ### Fixed
107
+
108
+ - [Fix] set `Symbol.toStringTag` when available (#573) [`#396`](https://github.com/form-data/form-data/issues/396)
109
+
110
+ ### Commits
111
+
112
+ - [Refactor] use `Object.prototype.hasOwnProperty.call` [`7fecefe`](https://github.com/form-data/form-data/commit/7fecefe4ba8f775634aff86a698776ad95ecffb5)
113
+ - [Dev Deps] update `@types/node`, `browserify`, `coveralls`, `cross-spawn`, `eslint`, `formidable`, `in-publish`, `pkgfiles`, `pre-commit`, `puppeteer`, `request`, `tape`, `typescript` [`8261fcb`](https://github.com/form-data/form-data/commit/8261fcb8bf5944d30ae3bd04b91b71d6a9932ef4)
114
+ - Only apps should have lockfiles [`b82f590`](https://github.com/form-data/form-data/commit/b82f59093cdbadb4b7ec0922d33ae7ab048b82ff)
115
+ - [Dev Deps] pin `request` which via `tough-cookie` ^2.4 depends on `psl` [`e5df7f2`](https://github.com/form-data/form-data/commit/e5df7f24383342264bd73dee3274818a40d04065)
116
+ - [Deps] update `mime-types` [`5a5bafe`](https://github.com/form-data/form-data/commit/5a5bafee894fead10da49e1fa2b084e17f2e1034)
117
+
118
+ ## [v3.0.2](https://github.com/form-data/form-data/compare/v3.0.1...v3.0.2) - 2024-10-10
119
+
120
+ ### Merged
121
+
122
+ - fix (npmignore): ignore temporary build files [`#532`](https://github.com/form-data/form-data/pull/532)
123
+
124
+ ### Commits
125
+
126
+ - [Tests] migrate from travis to GHA [`8fdb3bc`](https://github.com/form-data/form-data/commit/8fdb3bc6b5d001f8909a9fca391d1d1d97ef1d79)
127
+ - [eslint] clean up ignores [`3217b3d`](https://github.com/form-data/form-data/commit/3217b3ded8e382e51171d5c74c6038a21cc54440)
128
+ - fix: move util.isArray to Array.isArray (#564) [`edb555a`](https://github.com/form-data/form-data/commit/edb555a811f6f7e4668db4831551cf41c1de1cac)
129
+
130
+ ## [v3.0.1](https://github.com/form-data/form-data/compare/v3.0.0...v3.0.1) - 2021-02-15
131
+
132
+ ### Merged
133
+
134
+ - Fix typo: ads -> adds [`#451`](https://github.com/form-data/form-data/pull/451)
135
+
136
+ ### Commits
137
+
138
+ - feat: add setBoundary method [`55d90ce`](https://github.com/form-data/form-data/commit/55d90ce4a4c22b0ea0647991d85cb946dfb7395b)
139
+
140
+ ## [v3.0.0](https://github.com/form-data/form-data/compare/v2.5.3...v3.0.0) - 2019-11-05
141
+
142
+ ### Merged
143
+
144
+ - Update Readme.md [`#449`](https://github.com/form-data/form-data/pull/449)
145
+ - Update package.json [`#448`](https://github.com/form-data/form-data/pull/448)
146
+ - fix memory leak [`#447`](https://github.com/form-data/form-data/pull/447)
147
+ - form-data: Replaced PhantomJS Dependency [`#442`](https://github.com/form-data/form-data/pull/442)
148
+ - Fix constructor options in Typescript definitions [`#446`](https://github.com/form-data/form-data/pull/446)
149
+ - Fix the getHeaders method signatures [`#434`](https://github.com/form-data/form-data/pull/434)
150
+ - Update combined-stream (fixes #422) [`#424`](https://github.com/form-data/form-data/pull/424)
151
+
152
+ ### Fixed
153
+
154
+ - Merge pull request #424 from botgram/update-combined-stream [`#422`](https://github.com/form-data/form-data/issues/422)
155
+ - Update combined-stream (fixes #422) [`#422`](https://github.com/form-data/form-data/issues/422)
156
+
157
+ ### Commits
158
+
159
+ - Add readable stream options to constructor type [`80c8f74`](https://github.com/form-data/form-data/commit/80c8f746bcf4c0418ae35fbedde12fb8c01e2748)
160
+ - Fixed: getHeaders method signatures [`f4ca7f8`](https://github.com/form-data/form-data/commit/f4ca7f8e31f7e07df22c1aeb8e0a32a7055a64ca)
161
+ - Pass options to constructor if not used with new [`4bde68e`](https://github.com/form-data/form-data/commit/4bde68e12de1ba90fefad2e7e643f6375b902763)
162
+ - Make userHeaders optional [`2b4e478`](https://github.com/form-data/form-data/commit/2b4e4787031490942f2d1ee55c56b85a250875a7)
163
+
164
+ ## [v2.5.3](https://github.com/form-data/form-data/compare/v2.5.2...v2.5.3) - 2025-02-14
165
+
166
+ ### Merged
167
+
168
+ - [Fix] set `Symbol.toStringTag` when available [`#573`](https://github.com/form-data/form-data/pull/573)
169
+
170
+ ### Fixed
171
+
172
+ - [Fix] set `Symbol.toStringTag` when available (#573) [`#396`](https://github.com/form-data/form-data/issues/396)
173
+
174
+ ### Commits
175
+
176
+ - [Refactor] use `Object.prototype.hasOwnProperty.call` [`6e682d4`](https://github.com/form-data/form-data/commit/6e682d4bd41de7e80de41e3c4ee10f23fcc3dd00)
177
+ - [Dev Deps] update `@types/node`, `browserify`, `coveralls`, `eslint`, `formidable`, `in-publish`, `phantomjs-prebuilt`, `pkgfiles`, `pre-commit`, `request`, `tape`, `typescript` [`819f6b7`](https://github.com/form-data/form-data/commit/819f6b7a543306a891fca37c3a06d0ff4a734422)
178
+ - Only apps should have lockfiles [`b170ee2`](https://github.com/form-data/form-data/commit/b170ee2b22b4c695c363b811c0c553d2fb1bbd79)
179
+ - [Deps] update `combined-stream`, `mime-types` [`6b1ca1d`](https://github.com/form-data/form-data/commit/6b1ca1dc7362a1b1c3a99a885516cca4b7eb817f)
180
+ - Bumped version 2.5.3 [`9457283`](https://github.com/form-data/form-data/commit/9457283e1dce6122adc908fdd7442cfc54cabe7a)
181
+ - [Dev Deps] pin `request` which via `tough-cookie` ^2.4 depends on `psl` [`9dbe192`](https://github.com/form-data/form-data/commit/9dbe192be3db215eac4d9c0b980470a5c2c030c6)
182
+
183
+ ## [v2.5.2](https://github.com/form-data/form-data/compare/v2.5.1...v2.5.2) - 2024-10-10
184
+
185
+ ### Merged
186
+
187
+ - fix (npmignore): ignore temporary build files [`#532`](https://github.com/form-data/form-data/pull/532)
188
+
189
+ ### Commits
190
+
191
+ - [Tests] migrate from travis to GHA [`806eda7`](https://github.com/form-data/form-data/commit/806eda77740e6e3c67c7815afb216f2e1f187ba5)
192
+ - [eslint] clean up ignores [`3a9d480`](https://github.com/form-data/form-data/commit/3a9d480232dbcbc07260ad84c3da4975d9a3ae9e)
193
+ - [Fix] `Buffer.from` and `Buffer.alloc` require node 4+ [`c499f76`](https://github.com/form-data/form-data/commit/c499f76f1faac1ddbf210c45217038e4c1e02337)
194
+ - Bumped version 2.5.2 [`7020dd4`](https://github.com/form-data/form-data/commit/7020dd4c1260370abc40e86e3dfe49c5d576fbda)
195
+ - [Dev Deps] downgrade `cross-spawn` [`3fc1a9b`](https://github.com/form-data/form-data/commit/3fc1a9b62ddf1fe77a2bd6bd3476e4c0a9e01a88)
196
+ - fix: move util.isArray to Array.isArray (#564) [`10418d1`](https://github.com/form-data/form-data/commit/10418d1fe4b0d65fe020eafe3911feb5ad5e2bd6)
197
+
198
+ ## [v2.5.1](https://github.com/form-data/form-data/compare/v2.5.0...v2.5.1) - 2019-08-28
199
+
200
+ ### Merged
201
+
202
+ - Fix error in callback signatures [`#435`](https://github.com/form-data/form-data/pull/435)
203
+ - -Fixed: Eerror in the documentations as indicated in #439 [`#440`](https://github.com/form-data/form-data/pull/440)
204
+ - Add constructor options to TypeScript defs [`#437`](https://github.com/form-data/form-data/pull/437)
205
+
206
+ ### Commits
207
+
208
+ - Add remaining combined-stream options to typedef [`4d41a32`](https://github.com/form-data/form-data/commit/4d41a32c0b3f85f8bbc9cf17df43befd2d5fc305)
209
+ - Bumped version 2.5.1 [`8ce81f5`](https://github.com/form-data/form-data/commit/8ce81f56cccf5466363a5eff135ad394a929f59b)
210
+ - Bump rimraf to 2.7.1 [`a6bc2d4`](https://github.com/form-data/form-data/commit/a6bc2d4296dbdee5d84cbab7c69bcd0eea7a12e2)
211
+
212
+ ## [v2.5.0](https://github.com/form-data/form-data/compare/v2.4.0...v2.5.0) - 2019-07-03
213
+
214
+ ### Merged
215
+
216
+ - - Added: public methods with information and examples to readme [`#429`](https://github.com/form-data/form-data/pull/429)
217
+ - chore: move @types/node to devDep [`#431`](https://github.com/form-data/form-data/pull/431)
218
+ - Switched windows tests from AppVeyor to Travis [`#430`](https://github.com/form-data/form-data/pull/430)
219
+ - feat(typings): migrate TS typings #427 [`#428`](https://github.com/form-data/form-data/pull/428)
220
+ - enhance the method of path.basename, handle undefined case [`#421`](https://github.com/form-data/form-data/pull/421)
221
+
222
+ ### Commits
223
+
224
+ - - Added: public methods with information and examples to the readme file. [`21323f3`](https://github.com/form-data/form-data/commit/21323f3b4043a167046a4a2554c5f2825356c423)
225
+ - feat(typings): migrate TS typings [`a3c0142`](https://github.com/form-data/form-data/commit/a3c0142ed91b0c7dcaf89c4f618776708f1f70a9)
226
+ - - Fixed: Typos [`37350fa`](https://github.com/form-data/form-data/commit/37350fa250782f156a998ec1fa9671866d40ac49)
227
+ - Switched to Travis Windows from Appveyor [`fc61c73`](https://github.com/form-data/form-data/commit/fc61c7381fad12662df16dbc3e7621c91b886f03)
228
+ - - Fixed: rendering of subheaders [`e93ed8d`](https://github.com/form-data/form-data/commit/e93ed8df9d7f22078bc3a2c24889e9dfa11e192d)
229
+ - Updated deps and readme [`e3d8628`](https://github.com/form-data/form-data/commit/e3d8628728f6e4817ab97deeed92f0c822661b89)
230
+ - Updated dependencies [`19add50`](https://github.com/form-data/form-data/commit/19add50afb7de66c70d189f422d16f1b886616e2)
231
+ - Bumped version to 2.5.0 [`905f173`](https://github.com/form-data/form-data/commit/905f173a3f785e8d312998e765634ee451ca5f42)
232
+ - - Fixed: filesize is not a valid option? knownLength should be used for streams [`d88f912`](https://github.com/form-data/form-data/commit/d88f912b75b666b47f8674467516eade69d2d5be)
233
+ - Bump notion of modern node to node8 [`508b626`](https://github.com/form-data/form-data/commit/508b626bf1b460d3733d3420dc1cfd001617f6ac)
234
+ - enhance the method of path.basename [`faaa68a`](https://github.com/form-data/form-data/commit/faaa68a297be7d4fca0ac4709d5b93afc1f78b5c)
235
+
236
+ ## [v2.4.0](https://github.com/form-data/form-data/compare/v2.3.2...v2.4.0) - 2019-06-19
237
+
238
+ ### Merged
239
+
240
+ - Added "getBuffer" method and updated certificates [`#419`](https://github.com/form-data/form-data/pull/419)
241
+ - docs(readme): add axios integration document [`#425`](https://github.com/form-data/form-data/pull/425)
242
+ - Allow newer versions of combined-stream [`#402`](https://github.com/form-data/form-data/pull/402)
243
+
244
+ ### Commits
245
+
246
+ - Updated: Certificate [`e90a76a`](https://github.com/form-data/form-data/commit/e90a76ab3dcaa63a6f3045f8255bfbb9c25a3e4e)
247
+ - Updated build/test/badges [`8512eef`](https://github.com/form-data/form-data/commit/8512eef436e28372f5bc88de3ca76a9cb46e6847)
248
+ - Bumped version 2.4.0 [`0f8da06`](https://github.com/form-data/form-data/commit/0f8da06c0b4c997bd2f6b09d78290d339616a950)
249
+ - docs(readme): remove unnecessary bracket [`4e3954d`](https://github.com/form-data/form-data/commit/4e3954dde304d27e3b95371d8c78002f3af5d5b2)
250
+ - Bumped version to 2.3.3 [`b16916a`](https://github.com/form-data/form-data/commit/b16916a568a0d06f3f8a16c31f9a8b89b7844094)
251
+
252
+ ## [v2.3.2](https://github.com/form-data/form-data/compare/v2.3.1...v2.3.2) - 2018-02-13
253
+
254
+ ### Merged
255
+
256
+ - Pulling in fixed combined-stream [`#379`](https://github.com/form-data/form-data/pull/379)
257
+
258
+ ### Commits
259
+
260
+ - All the dev dependencies are breaking in old versions of node :'( [`c7dba6a`](https://github.com/form-data/form-data/commit/c7dba6a139d872d173454845e25e1850ed6b72b4)
261
+ - Updated badges [`19b6c7a`](https://github.com/form-data/form-data/commit/19b6c7a8a5c40f47f91c8a8da3e5e4dc3c449fa3)
262
+ - Try tests in node@4 [`872a326`](https://github.com/form-data/form-data/commit/872a326ab13e2740b660ff589b75232c3a85fcc9)
263
+ - Pull in final version [`9d44871`](https://github.com/form-data/form-data/commit/9d44871073d647995270b19dbc26f65671ce15c7)
264
+
265
+ ## [v2.3.1](https://github.com/form-data/form-data/compare/v2.3.0...v2.3.1) - 2017-08-24
266
+
267
+ ### Commits
268
+
269
+ - Updated readme with custom options example [`8e0a569`](https://github.com/form-data/form-data/commit/8e0a5697026016fe171e93bec43c2205279e23ca)
270
+ - Added support (tests) for node 8 [`d1d6f4a`](https://github.com/form-data/form-data/commit/d1d6f4ad4670d8ba84cc85b28e522ca0e93eb362)
271
+
272
+ ## [v2.3.0](https://github.com/form-data/form-data/compare/v2.2.0...v2.3.0) - 2017-08-24
273
+
274
+ ### Merged
275
+
276
+ - Added custom `options` support [`#368`](https://github.com/form-data/form-data/pull/368)
277
+ - Allow form.submit with url string param to use https [`#249`](https://github.com/form-data/form-data/pull/249)
278
+ - Proper header production [`#357`](https://github.com/form-data/form-data/pull/357)
279
+ - Fix wrong MIME type in example [`#285`](https://github.com/form-data/form-data/pull/285)
280
+
281
+ ### Commits
282
+
283
+ - allow form.submit with url string param to use https [`c0390dc`](https://github.com/form-data/form-data/commit/c0390dcc623e15215308fa2bb0225aa431d9381e)
284
+ - update tests for url parsing [`eec0e80`](https://github.com/form-data/form-data/commit/eec0e807889d46697abd39a89ad9bf39996ba787)
285
+ - Uses for in to assign properties instead of Object.assign [`f6854ed`](https://github.com/form-data/form-data/commit/f6854edd85c708191bb9c89615a09fd0a9afe518)
286
+ - Adds test to check for option override [`61762f2`](https://github.com/form-data/form-data/commit/61762f2c5262e576d6a7f778b4ebab6546ef8582)
287
+ - Removes the 2mb maxDataSize limitation [`dc171c3`](https://github.com/form-data/form-data/commit/dc171c3ba49ac9b8813636fd4159d139b812315b)
288
+ - Ignore .DS_Store [`e8a05d3`](https://github.com/form-data/form-data/commit/e8a05d33361f7dca8927fe1d96433d049843de24)
289
+
290
+ ## [v2.2.0](https://github.com/form-data/form-data/compare/v2.1.4...v2.2.0) - 2017-06-11
291
+
292
+ ### Merged
293
+
294
+ - Filename can be a nested path [`#355`](https://github.com/form-data/form-data/pull/355)
295
+
296
+ ### Commits
297
+
298
+ - Bumped version number. [`d7398c3`](https://github.com/form-data/form-data/commit/d7398c3e7cd81ed12ecc0b84363721bae467db02)
299
+
300
+ ## [v2.1.4](https://github.com/form-data/form-data/compare/2.1.3...v2.1.4) - 2017-04-08
301
+
302
+ ## [2.1.3](https://github.com/form-data/form-data/compare/v2.1.3...2.1.3) - 2017-04-08
303
+
304
+ ## [v2.1.3](https://github.com/form-data/form-data/compare/v2.1.2...v2.1.3) - 2017-04-08
305
+
306
+ ### Merged
307
+
308
+ - toString should output '[object FormData]' [`#346`](https://github.com/form-data/form-data/pull/346)
309
+
310
+ ## [v2.1.2](https://github.com/form-data/form-data/compare/v2.1.1...v2.1.2) - 2016-11-07
311
+
312
+ ### Merged
313
+
314
+ - #271 Added check for self and window objects + tests [`#282`](https://github.com/form-data/form-data/pull/282)
315
+
316
+ ### Commits
317
+
318
+ - Added check for self and window objects + tests [`c99e4ec`](https://github.com/form-data/form-data/commit/c99e4ec32cd14d83776f2bdcc5a4e7384131c1b1)
319
+
320
+ ## [v2.1.1](https://github.com/form-data/form-data/compare/v2.1.0...v2.1.1) - 2016-10-03
321
+
322
+ ### Merged
323
+
324
+ - Bumped dependencies. [`#270`](https://github.com/form-data/form-data/pull/270)
325
+ - Update browser.js shim to use self instead of window [`#267`](https://github.com/form-data/form-data/pull/267)
326
+ - Boilerplate code rediction [`#265`](https://github.com/form-data/form-data/pull/265)
327
+ - eslint@3.7.0 [`#266`](https://github.com/form-data/form-data/pull/266)
328
+
329
+ ### Commits
330
+
331
+ - code duplicates removed [`e9239fb`](https://github.com/form-data/form-data/commit/e9239fbe7d3c897b29fe3bde857d772469541c01)
332
+ - Changed according to requests [`aa99246`](https://github.com/form-data/form-data/commit/aa9924626bd9168334d73fea568c0ad9d8fbaa96)
333
+ - chore(package): update eslint to version 3.7.0 [`090a859`](https://github.com/form-data/form-data/commit/090a859835016cab0de49629140499e418db9c3a)
334
+
335
+ ## [v2.1.0](https://github.com/form-data/form-data/compare/v2.0.0...v2.1.0) - 2016-09-25
336
+
337
+ ### Merged
338
+
339
+ - Added `hasKnownLength` public method [`#263`](https://github.com/form-data/form-data/pull/263)
340
+
341
+ ### Commits
342
+
343
+ - Added hasKnownLength public method [`655b959`](https://github.com/form-data/form-data/commit/655b95988ef2ed3399f8796b29b2a8673c1df11c)
344
+
345
+ ## [v2.0.0](https://github.com/form-data/form-data/compare/v1.0.0...v2.0.0) - 2016-09-16
346
+
347
+ ### Merged
348
+
349
+ - Replaced async with asynckit [`#258`](https://github.com/form-data/form-data/pull/258)
350
+ - Pre-release house cleaning [`#247`](https://github.com/form-data/form-data/pull/247)
351
+
352
+ ### Commits
353
+
354
+ - Replaced async with asynckit. Modernized [`1749b78`](https://github.com/form-data/form-data/commit/1749b78d50580fbd080e65c1eb9702ad4f4fc0c0)
355
+ - Ignore .bak files [`c08190a`](https://github.com/form-data/form-data/commit/c08190a87d3e22a528b6e32b622193742a4c2672)
356
+ - Trying to be more chatty. :) [`c79eabb`](https://github.com/form-data/form-data/commit/c79eabb24eaf761069255a44abf4f540cfd47d40)
357
+
358
+ ## [v1.0.0](https://github.com/form-data/form-data/compare/v1.0.0-rc4...v1.0.0) - 2016-08-26
359
+
360
+ ### Merged
361
+
362
+ - Allow custom header fields to be set as an object. [`#190`](https://github.com/form-data/form-data/pull/190)
363
+ - v1.0.0-rc4 [`#182`](https://github.com/form-data/form-data/pull/182)
364
+ - Avoid undefined variable reference in older browsers [`#176`](https://github.com/form-data/form-data/pull/176)
365
+ - More housecleaning [`#164`](https://github.com/form-data/form-data/pull/164)
366
+ - More cleanup [`#159`](https://github.com/form-data/form-data/pull/159)
367
+ - Added windows testing. Some cleanup. [`#158`](https://github.com/form-data/form-data/pull/158)
368
+ - Housecleaning. Added test coverage. [`#156`](https://github.com/form-data/form-data/pull/156)
369
+ - Second iteration of cleanup. [`#145`](https://github.com/form-data/form-data/pull/145)
370
+
371
+ ### Commits
372
+
373
+ - Pre-release house cleaning [`440d72b`](https://github.com/form-data/form-data/commit/440d72b5fd44dd132f42598c3183d46e5f35ce71)
374
+ - Updated deps, updated docs [`54b6114`](https://github.com/form-data/form-data/commit/54b61143e9ce66a656dd537a1e7b31319a4991be)
375
+ - make docs up-to-date [`5e383d7`](https://github.com/form-data/form-data/commit/5e383d7f1466713f7fcef58a6817e0cb466c8ba7)
376
+ - Added missing deps [`fe04862`](https://github.com/form-data/form-data/commit/fe04862000b2762245e2db69d5207696a08c1174)
377
+
378
+ ## [v1.0.0-rc4](https://github.com/form-data/form-data/compare/v1.0.0-rc3...v1.0.0-rc4) - 2016-03-15
379
+
380
+ ### Merged
381
+
382
+ - Housecleaning, preparing for the release [`#144`](https://github.com/form-data/form-data/pull/144)
383
+ - lib: emit error when failing to get length [`#127`](https://github.com/form-data/form-data/pull/127)
384
+ - Cleaning up for Codacity 2. [`#143`](https://github.com/form-data/form-data/pull/143)
385
+ - Cleaned up codacity concerns. [`#142`](https://github.com/form-data/form-data/pull/142)
386
+ - Should throw type error without new operator. [`#129`](https://github.com/form-data/form-data/pull/129)
387
+
388
+ ### Commits
389
+
390
+ - More cleanup [`94b6565`](https://github.com/form-data/form-data/commit/94b6565bb98a387335c72feff5ed5c10da0a7f6f)
391
+ - Shuffling things around [`3c2f172`](https://github.com/form-data/form-data/commit/3c2f172eaddf0979b3eef5c73985d1a6fd3eee4a)
392
+ - Second iteration of cleanup. [`347c88e`](https://github.com/form-data/form-data/commit/347c88ef9a99a66b9bcf4278497425db2f0182b2)
393
+ - Housecleaning [`c335610`](https://github.com/form-data/form-data/commit/c3356100c054a4695e4dec8ed7072775cd745616)
394
+ - More housecleaning [`f573321`](https://github.com/form-data/form-data/commit/f573321824aae37ba2052a92cc889d533d9f8fb8)
395
+ - Trying to make far run on windows. + cleanup [`e426dfc`](https://github.com/form-data/form-data/commit/e426dfcefb07ee307d8a15dec04044cce62413e6)
396
+ - Playing with appveyor [`c9458a7`](https://github.com/form-data/form-data/commit/c9458a7c328782b19859bc1745e7d6b2005ede86)
397
+ - Updated dev dependencies. [`ceebe88`](https://github.com/form-data/form-data/commit/ceebe88872bb22da0a5a98daf384e3cc232928d3)
398
+ - Replaced win-spawn with cross-spawn [`405a69e`](https://github.com/form-data/form-data/commit/405a69ee34e235ee6561b5ff0140b561be40d1cc)
399
+ - Updated readme badges. [`12f282a`](https://github.com/form-data/form-data/commit/12f282a1310fcc2f70cc5669782283929c32a63d)
400
+ - Making paths windows friendly. [`f4bddc5`](https://github.com/form-data/form-data/commit/f4bddc5955e2472f8e23c892c9b4d7a08fcb85a3)
401
+ - [WIP] trying things for greater sanity [`8ad1f02`](https://github.com/form-data/form-data/commit/8ad1f02b0b3db4a0b00c5d6145ed69bcb7558213)
402
+ - Bending under Codacy [`bfff3bb`](https://github.com/form-data/form-data/commit/bfff3bb36052dc83f429949b4e6f9b146a49d996)
403
+ - Another attempt to make windows friendly [`f3eb628`](https://github.com/form-data/form-data/commit/f3eb628974ccb91ba0020f41df490207eeed77f6)
404
+ - Updated dependencies. [`f73996e`](https://github.com/form-data/form-data/commit/f73996e0508ee2d4b2b376276adfac1de4188ac2)
405
+ - Missed travis changes. [`67ee79f`](https://github.com/form-data/form-data/commit/67ee79f964fdabaf300bd41b0af0c1cfaca07687)
406
+ - Restructured badges. [`48444a1`](https://github.com/form-data/form-data/commit/48444a1ff156ba2c2c3cfd11047c2f2fd92d4474)
407
+ - Add similar type error as the browser for attempting to use form-data without new. [`5711320`](https://github.com/form-data/form-data/commit/5711320fb7c8cc620cfc79b24c7721526e23e539)
408
+ - Took out codeclimate-test-reporter [`a7e0c65`](https://github.com/form-data/form-data/commit/a7e0c6522afe85ca9974b0b4e1fca9c77c3e52b1)
409
+ - One more [`8e84cff`](https://github.com/form-data/form-data/commit/8e84cff3370526ecd3e175fd98e966242d81993c)
410
+
411
+ ## [v1.0.0-rc3](https://github.com/form-data/form-data/compare/v1.0.0-rc2...v1.0.0-rc3) - 2015-07-29
412
+
413
+ ### Merged
414
+
415
+ - House cleaning. Added `pre-commit`. [`#140`](https://github.com/form-data/form-data/pull/140)
416
+ - Allow custom content-type without setting a filename. [`#138`](https://github.com/form-data/form-data/pull/138)
417
+ - Add node-fetch to alternative submission methods. [`#132`](https://github.com/form-data/form-data/pull/132)
418
+ - Update dependencies [`#130`](https://github.com/form-data/form-data/pull/130)
419
+ - Switching to container based TravisCI [`#136`](https://github.com/form-data/form-data/pull/136)
420
+ - Default content-type to 'application/octect-stream' [`#128`](https://github.com/form-data/form-data/pull/128)
421
+ - Allow filename as third option of .append [`#125`](https://github.com/form-data/form-data/pull/125)
422
+
423
+ ### Commits
424
+
425
+ - Allow custom content-type without setting a filename [`c8a77cc`](https://github.com/form-data/form-data/commit/c8a77cc0cf16d15f1ebf25272beaab639ce89f76)
426
+ - Fixed ranged test. [`a5ac58c`](https://github.com/form-data/form-data/commit/a5ac58cbafd0909f32fe8301998f689314fd4859)
427
+ - Allow filename as third option of #append [`d081005`](https://github.com/form-data/form-data/commit/d0810058c84764b3c463a18b15ebb37864de9260)
428
+ - Allow custom content-type without setting a filename [`8cb9709`](https://github.com/form-data/form-data/commit/8cb9709e5f1809cfde0cd707dbabf277138cd771)
429
+
430
+ ## [v1.0.0-rc2](https://github.com/form-data/form-data/compare/v1.0.0-rc1...v1.0.0-rc2) - 2015-07-21
431
+
432
+ ### Merged
433
+
434
+ - #109 Append proper line break [`#123`](https://github.com/form-data/form-data/pull/123)
435
+ - Add shim for browser (browserify/webpack). [`#122`](https://github.com/form-data/form-data/pull/122)
436
+ - Update license field [`#115`](https://github.com/form-data/form-data/pull/115)
437
+
438
+ ### Commits
439
+
440
+ - Add shim for browser. [`87c33f4`](https://github.com/form-data/form-data/commit/87c33f4269a2211938f80ab3e53835362b1afee8)
441
+ - Bump version [`a3f5d88`](https://github.com/form-data/form-data/commit/a3f5d8872c810ce240c7d3838c69c3c9fcecc111)
442
+
443
+ ## [v1.0.0-rc1](https://github.com/form-data/form-data/compare/0.2...v1.0.0-rc1) - 2015-06-13
444
+
445
+ ### Merged
446
+
447
+ - v1.0.0-rc1 [`#114`](https://github.com/form-data/form-data/pull/114)
448
+ - Updated test targets [`#102`](https://github.com/form-data/form-data/pull/102)
449
+ - Remove duplicate plus sign [`#94`](https://github.com/form-data/form-data/pull/94)
450
+
451
+ ### Commits
452
+
453
+ - Made https test local. Updated deps. [`afe1959`](https://github.com/form-data/form-data/commit/afe1959ec711f23e57038ab5cb20fedd86271f29)
454
+ - Proper self-signed ssl [`4d5ec50`](https://github.com/form-data/form-data/commit/4d5ec50e81109ad2addf3dbb56dc7c134df5ff87)
455
+ - Update HTTPS handling for modern days [`2c11b01`](https://github.com/form-data/form-data/commit/2c11b01ce2c06e205c84d7154fa2f27b66c94f3b)
456
+ - Made tests more local [`09633fa`](https://github.com/form-data/form-data/commit/09633fa249e7ce3ac581543aafe16ee9039a823b)
457
+ - Auto create tmp folder for Formidable [`28714b7`](https://github.com/form-data/form-data/commit/28714b7f71ad556064cdff88fabe6b92bd407ddd)
458
+ - remove duplicate plus sign [`36e09c6`](https://github.com/form-data/form-data/commit/36e09c695b0514d91a23f5cd64e6805404776fc7)
459
+
460
+ ## [0.2](https://github.com/form-data/form-data/compare/0.1.4...0.2) - 2014-12-06
461
+
462
+ ### Merged
463
+
464
+ - Bumped version [`#96`](https://github.com/form-data/form-data/pull/96)
465
+ - Replace mime library. [`#95`](https://github.com/form-data/form-data/pull/95)
466
+ - #71 Respect bytes range in a read stream. [`#73`](https://github.com/form-data/form-data/pull/73)
467
+
468
+ ## [0.1.4](https://github.com/form-data/form-data/compare/0.1.3...0.1.4) - 2014-06-23
469
+
470
+ ### Merged
471
+
472
+ - Updated version. [`#76`](https://github.com/form-data/form-data/pull/76)
473
+ - #71 Respect bytes range in a read stream. [`#75`](https://github.com/form-data/form-data/pull/75)
474
+
475
+ ## [0.1.3](https://github.com/form-data/form-data/compare/0.1.2...0.1.3) - 2014-06-17
476
+
477
+ ### Merged
478
+
479
+ - Updated versions. [`#69`](https://github.com/form-data/form-data/pull/69)
480
+ - Added custom headers support [`#60`](https://github.com/form-data/form-data/pull/60)
481
+ - Added test for Request. Small fixes. [`#56`](https://github.com/form-data/form-data/pull/56)
482
+
483
+ ### Commits
484
+
485
+ - Added test for the custom header functionality [`bd50685`](https://github.com/form-data/form-data/commit/bd506855af62daf728ef1718cae88ed23bb732f3)
486
+ - Documented custom headers option [`77a024a`](https://github.com/form-data/form-data/commit/77a024a9375f93c246c35513d80f37d5e11d35ff)
487
+ - Removed 0.6 support. [`aee8dce`](https://github.com/form-data/form-data/commit/aee8dce604c595cfaacfc6efb12453d1691ac0d6)
488
+
489
+ ## [0.1.2](https://github.com/form-data/form-data/compare/0.1.1...0.1.2) - 2013-10-02
490
+
491
+ ### Merged
492
+
493
+ - Fixed default https port assignment, added tests. [`#52`](https://github.com/form-data/form-data/pull/52)
494
+ - #45 Added tests for multi-submit. Updated readme. [`#49`](https://github.com/form-data/form-data/pull/49)
495
+ - #47 return request from .submit() [`#48`](https://github.com/form-data/form-data/pull/48)
496
+
497
+ ### Commits
498
+
499
+ - Bumped version. [`2b761b2`](https://github.com/form-data/form-data/commit/2b761b256ae607fc2121621f12c2e1042be26baf)
500
+
501
+ ## [0.1.1](https://github.com/form-data/form-data/compare/0.1.0...0.1.1) - 2013-08-21
502
+
503
+ ### Merged
504
+
505
+ - Added license type and reference to package.json [`#46`](https://github.com/form-data/form-data/pull/46)
506
+
507
+ ### Commits
508
+
509
+ - #47 return request from .submit() [`1d61c2d`](https://github.com/form-data/form-data/commit/1d61c2da518bd5e136550faa3b5235bb540f1e06)
510
+ - #47 Updated readme. [`e3dae15`](https://github.com/form-data/form-data/commit/e3dae1526bd3c3b9d7aff6075abdaac12c3cc60f)
511
+
512
+ ## [0.1.0](https://github.com/form-data/form-data/compare/0.0.10...0.1.0) - 2013-07-08
513
+
514
+ ### Merged
515
+
516
+ - Update master to 0.1.0 [`#44`](https://github.com/form-data/form-data/pull/44)
517
+ - 0.1.0 - Added error handling. Streamlined edge cases behavior. [`#43`](https://github.com/form-data/form-data/pull/43)
518
+ - Pointed badges back to mothership. [`#39`](https://github.com/form-data/form-data/pull/39)
519
+ - Updated node-fake to support 0.11 tests. [`#37`](https://github.com/form-data/form-data/pull/37)
520
+ - Updated tests to play nice with 0.10 [`#36`](https://github.com/form-data/form-data/pull/36)
521
+ - #32 Added .npmignore [`#34`](https://github.com/form-data/form-data/pull/34)
522
+ - Spring cleaning [`#30`](https://github.com/form-data/form-data/pull/30)
523
+
524
+ ### Commits
525
+
526
+ - Added error handling. Streamlined edge cases behavior. [`4da496e`](https://github.com/form-data/form-data/commit/4da496e577cb9bc0fd6c94cbf9333a0082ce353a)
527
+ - Made tests more deterministic. [`7fc009b`](https://github.com/form-data/form-data/commit/7fc009b8a2cc9232514a44b2808b9f89ce68f7d2)
528
+ - Fixed styling. [`d373b41`](https://github.com/form-data/form-data/commit/d373b417e779024bc3326073e176383cd08c0b18)
529
+ - #40 Updated Readme.md regarding getLengthSync() [`efb373f`](https://github.com/form-data/form-data/commit/efb373fd63814d977960e0299d23c92cd876cfef)
530
+ - Updated readme. [`527e3a6`](https://github.com/form-data/form-data/commit/527e3a63b032cb6f576f597ad7ff2ebcf8a0b9b4)
531
+
532
+ ## [0.0.10](https://github.com/form-data/form-data/compare/0.0.9...0.0.10) - 2013-05-08
533
+
534
+ ### Commits
535
+
536
+ - Updated tests to play nice with 0.10. [`932b39b`](https://github.com/form-data/form-data/commit/932b39b773e49edcb2c5d2e58fe389ab6c42f47c)
537
+ - Added dependency tracking. [`3131d7f`](https://github.com/form-data/form-data/commit/3131d7f6996cd519d50547e4de1587fd80d0fa07)
538
+
539
+ ## 0.0.9 - 2013-04-29
540
+
541
+ ### Merged
542
+
543
+ - Custom params for form.submit() should cover most edge cases. [`#22`](https://github.com/form-data/form-data/pull/22)
544
+ - Updated Readme and version number. [`#20`](https://github.com/form-data/form-data/pull/20)
545
+ - Allow custom headers and pre-known length in parts [`#17`](https://github.com/form-data/form-data/pull/17)
546
+ - Bumped version number. [`#12`](https://github.com/form-data/form-data/pull/12)
547
+ - Fix for #10 [`#11`](https://github.com/form-data/form-data/pull/11)
548
+ - Bumped version number. [`#8`](https://github.com/form-data/form-data/pull/8)
549
+ - Added support for https destination, http-response and mikeal's request streams. [`#7`](https://github.com/form-data/form-data/pull/7)
550
+ - Updated git url. [`#6`](https://github.com/form-data/form-data/pull/6)
551
+ - Version bump. [`#5`](https://github.com/form-data/form-data/pull/5)
552
+ - Changes to support custom content-type and getLengthSync. [`#4`](https://github.com/form-data/form-data/pull/4)
553
+ - make .submit(url) use host from url, not 'localhost' [`#2`](https://github.com/form-data/form-data/pull/2)
554
+ - Make package.json JSON [`#1`](https://github.com/form-data/form-data/pull/1)
555
+
556
+ ### Fixed
557
+
558
+ - Add MIT license [`#14`](https://github.com/form-data/form-data/issues/14)
559
+
560
+ ### Commits
561
+
562
+ - Spring cleaning. [`850ba1b`](https://github.com/form-data/form-data/commit/850ba1b649b6856b0fa87bbcb04bc70ece0137a6)
563
+ - Added custom request params to form.submit(). Made tests more stable. [`de3502f`](https://github.com/form-data/form-data/commit/de3502f6c4a509f6ed12a7dd9dc2ce9c2e0a8d23)
564
+ - Basic form (no files) working [`6ffdc34`](https://github.com/form-data/form-data/commit/6ffdc343e8594cfc2efe1e27653ea39d8980a14e)
565
+ - Got initial test to pass [`9a59d08`](https://github.com/form-data/form-data/commit/9a59d08c024479fd3c9d99ba2f0893a47b3980f0)
566
+ - Implement initial getLength [`9060c91`](https://github.com/form-data/form-data/commit/9060c91b861a6573b73beddd11e866db422b5830)
567
+ - Make getLength work with file streams [`6f6b1e9`](https://github.com/form-data/form-data/commit/6f6b1e9b65951e6314167db33b446351702f5558)
568
+ - Implemented a simplistic submit() function [`41e9cc1`](https://github.com/form-data/form-data/commit/41e9cc124124721e53bc1d1459d45db1410c44e6)
569
+ - added test for custom headers and content-length in parts (felixge/node-form-data/17) [`b16d14e`](https://github.com/form-data/form-data/commit/b16d14e693670f5d52babec32cdedd1aa07c1aa4)
570
+ - Fixed code styling. [`5847424`](https://github.com/form-data/form-data/commit/5847424c666970fc2060acd619e8a78678888a82)
571
+ - #29 Added custom filename and content-type options to support identity-less streams. [`adf8b4a`](https://github.com/form-data/form-data/commit/adf8b4a41530795682cd3e35ffaf26b30288ccda)
572
+ - Initial Readme and package.json [`8c744e5`](https://github.com/form-data/form-data/commit/8c744e58be4014bdf432e11b718ed87f03e217af)
573
+ - allow append() to completely override header and boundary [`3fb2ad4`](https://github.com/form-data/form-data/commit/3fb2ad491f66e4b4ff16130be25b462820b8c972)
574
+ - Syntax highlighting [`ab3a6a5`](https://github.com/form-data/form-data/commit/ab3a6a5ed1ab77a2943ce3befcb2bb3cd9ff0330)
575
+ - Updated Readme.md [`de8f441`](https://github.com/form-data/form-data/commit/de8f44122ca754cbfedc0d2748e84add5ff0b669)
576
+ - Added examples to Readme file. [`c406ac9`](https://github.com/form-data/form-data/commit/c406ac921d299cbc130464ed19338a9ef97cb650)
577
+ - pass options.knownLength to set length at beginning, w/o waiting for async size calculation [`e2ac039`](https://github.com/form-data/form-data/commit/e2ac0397ff7c37c3dca74fa9925b55f832e4fa0b)
578
+ - Updated dependencies and added test command. [`09bd7cd`](https://github.com/form-data/form-data/commit/09bd7cd86f1ad7a58df1b135eb6eef0d290894b4)
579
+ - Bumped version. Updated readme. [`4581140`](https://github.com/form-data/form-data/commit/4581140f322758c6fc92019d342c7d7d6c94af5c)
580
+ - Test runner [`1707ebb`](https://github.com/form-data/form-data/commit/1707ebbd180856e6ed44e80c46b02557e2425762)
581
+ - Added .npmignore, bumped version. [`2e033e0`](https://github.com/form-data/form-data/commit/2e033e0e4be7c1457be090cd9b2996f19d8fb665)
582
+ - FormData.prototype.append takes and passes along options (for header) [`b519203`](https://github.com/form-data/form-data/commit/b51920387ed4da7b4e106fc07b9459f26b5ae2f0)
583
+ - Make package.json JSON [`bf1b58d`](https://github.com/form-data/form-data/commit/bf1b58df794b10fda86ed013eb9237b1e5032085)
584
+ - Add dependencies to package.json [`7413d0b`](https://github.com/form-data/form-data/commit/7413d0b4cf5546312d47ea426db8180619083974)
585
+ - Add convenient submit() interface [`55855e4`](https://github.com/form-data/form-data/commit/55855e4bea14585d4a3faf9e7318a56696adbc7d)
586
+ - Fix content type [`08b6ae3`](https://github.com/form-data/form-data/commit/08b6ae337b23ef1ba457ead72c9b133047df213c)
587
+ - Combatting travis rvm calls. [`409adfd`](https://github.com/form-data/form-data/commit/409adfd100a3cf4968a632c05ba58d92d262d144)
588
+ - Fixed Issue #2 [`b3a5d66`](https://github.com/form-data/form-data/commit/b3a5d661739dcd6921b444b81d5cb3c32fab655d)
589
+ - Fix for #10. [`bab70b9`](https://github.com/form-data/form-data/commit/bab70b9e803e17287632762073d227d6c59989e0)
590
+ - Trying workarounds for formidable - 0.6 "love". [`25782a3`](https://github.com/form-data/form-data/commit/25782a3f183d9c30668ec2bca6247ed83f10611c)
591
+ - change whitespace to conform with felixge's style guide [`9fa34f4`](https://github.com/form-data/form-data/commit/9fa34f433bece85ef73086a874c6f0164ab7f1f6)
592
+ - Add async to deps [`b7d1a6b`](https://github.com/form-data/form-data/commit/b7d1a6b10ee74be831de24ed76843e5a6935f155)
593
+ - typo [`7860a9c`](https://github.com/form-data/form-data/commit/7860a9c8a582f0745ce0e4a0549f4bffc29c0b50)
594
+ - Bumped version. [`fa36c1b`](https://github.com/form-data/form-data/commit/fa36c1b4229c34b85d7efd41908429b6d1da3bfc)
595
+ - Updated .gitignore [`de567bd`](https://github.com/form-data/form-data/commit/de567bde620e53b8e9b0ed3506e79491525ec558)
596
+ - Don't rely on resume() being called by pipe [`1deae47`](https://github.com/form-data/form-data/commit/1deae47e042bcd170bd5dbe2b4a4fa5356bb8aa2)
597
+ - One more wrong content type [`28f166d`](https://github.com/form-data/form-data/commit/28f166d443e2eb77f2559324014670674b97e46e)
598
+ - Another typo [`b959b6a`](https://github.com/form-data/form-data/commit/b959b6a2be061cac17f8d329b89cea109f0f32be)
599
+ - Typo [`698fa0a`](https://github.com/form-data/form-data/commit/698fa0aa5dbf4eeb77377415acc202a6fbe3f4a2)
600
+ - Being simply dumb. [`b614db8`](https://github.com/form-data/form-data/commit/b614db85702061149fbd98418605106975e72ade)
601
+ - Fixed typo in the filename. [`30af6be`](https://github.com/form-data/form-data/commit/30af6be13fb0c9e92b32e935317680b9d7599928)
@@ -6,11 +6,11 @@ The API of this library is inspired by the [XMLHttpRequest-2 FormData Interface]
6
6
 
7
7
  [xhr2-fd]: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overview.html#the-formdata-interface
8
8
 
9
- [![Linux Build](https://img.shields.io/travis/form-data/form-data/master.svg?label=linux:6.x-12.x)](https://travis-ci.org/form-data/form-data)
10
- [![MacOS Build](https://img.shields.io/travis/form-data/form-data/master.svg?label=macos:6.x-12.x)](https://travis-ci.org/form-data/form-data)
11
- [![Windows Build](https://img.shields.io/travis/form-data/form-data/master.svg?label=windows:6.x-12.x)](https://travis-ci.org/form-data/form-data)
9
+ [![Linux Build](https://img.shields.io/travis/form-data/form-data/v4.0.4.svg?label=linux:6.x-12.x)](https://travis-ci.org/form-data/form-data)
10
+ [![MacOS Build](https://img.shields.io/travis/form-data/form-data/v4.0.4.svg?label=macos:6.x-12.x)](https://travis-ci.org/form-data/form-data)
11
+ [![Windows Build](https://img.shields.io/travis/form-data/form-data/v4.0.4.svg?label=windows:6.x-12.x)](https://travis-ci.org/form-data/form-data)
12
12
 
13
- [![Coverage Status](https://img.shields.io/coveralls/form-data/form-data/master.svg?label=code+coverage)](https://coveralls.io/github/form-data/form-data?branch=master)
13
+ [![Coverage Status](https://img.shields.io/coveralls/form-data/form-data/v4.0.4.svg?label=code+coverage)](https://coveralls.io/github/form-data/form-data?branch=master)
14
14
  [![Dependency Status](https://img.shields.io/david/form-data/form-data.svg)](https://david-dm.org/form-data/form-data)
15
15
 
16
16
  ## Install