cloudstructs 0.9.38 → 0.9.40

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 (652) hide show
  1. package/.jsii +5 -5
  2. package/assets/slack-textract/detect.lambda/index.js +16394 -16013
  3. package/lib/codecommit-mirror/index.js +2 -2
  4. package/lib/dmarc/index.js +1 -1
  5. package/lib/ecs-service-roller/index.js +2 -2
  6. package/lib/email-receiver/receiver.js +1 -1
  7. package/lib/mjml-template/index.js +1 -1
  8. package/lib/saml-identity-provider/index.js +2 -2
  9. package/lib/slack-app/manifest.js +1 -1
  10. package/lib/slack-app/slack-app.js +2 -2
  11. package/lib/slack-events/index.js +1 -1
  12. package/lib/slack-textract/index.js +1 -1
  13. package/lib/ssl-server-test/index.js +1 -1
  14. package/lib/state-machine-cr-provider/index.js +1 -1
  15. package/lib/static-website/index.js +1 -1
  16. package/lib/toolkit-cleaner/index.js +1 -1
  17. package/lib/url-shortener/index.js +1 -1
  18. package/node_modules/@babel/runtime/helpers/applyDecs2203.js +1 -1
  19. package/node_modules/@babel/runtime/helpers/applyDecs2203R.js +1 -1
  20. package/node_modules/@babel/runtime/helpers/applyDecs2301.js +1 -1
  21. package/node_modules/@babel/runtime/helpers/applyDecs2311.js +1 -1
  22. package/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +1 -1
  23. package/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +1 -1
  24. package/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +1 -1
  25. package/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +1 -1
  26. package/node_modules/@babel/runtime/package.json +1 -1
  27. package/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +8 -4
  28. package/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +1 -1
  29. package/node_modules/@isaacs/cliui/node_modules/ansi-regex/readme.md +6 -0
  30. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.d.ts +12 -12
  31. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.js +3 -3
  32. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json +4 -4
  33. package/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +3 -1
  34. package/node_modules/@isaacs/cliui/node_modules/strip-ansi/readme.md +5 -9
  35. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  36. package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +105 -2
  37. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +119 -95
  38. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +1 -1
  39. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +16 -10
  40. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +4 -5
  41. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +1049 -198
  42. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
  43. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +6 -1
  44. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +80 -34
  45. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +22 -0
  46. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +272 -11
  47. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +149 -346
  48. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +71 -13
  49. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +149 -30
  50. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +14 -12
  51. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +9 -2
  52. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +205 -4139
  53. package/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +4233 -0
  54. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +1 -0
  55. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +26 -5
  56. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +13 -3
  57. package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
  58. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +6 -8
  59. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +7 -19
  60. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +1 -1
  61. package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +9 -0
  62. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +40 -4
  63. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +6 -55
  64. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +38 -23
  65. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +31 -26
  66. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +34 -2
  67. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +9 -2
  68. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +9 -2
  69. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +14 -6
  70. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +12 -5
  71. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +18 -2
  72. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +219 -96
  73. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +22 -1
  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/crypto.d.ts +32 -0
  76. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  77. package/node_modules/@slack/logger/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
  78. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  79. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  80. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  81. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +22 -0
  82. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +123 -51
  83. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +6 -0
  84. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +0 -4
  85. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +0 -2
  86. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  87. package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +3 -8
  88. package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  89. package/node_modules/@slack/logger/node_modules/undici-types/eventsource.d.ts +9 -4
  90. package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +1 -0
  91. package/node_modules/@slack/logger/node_modules/undici-types/h2c-client.d.ts +0 -2
  92. package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +1 -1
  93. package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +6 -1
  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/retry-handler.d.ts +9 -0
  99. package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  100. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +29 -15
  101. package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +3 -1
  102. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +134 -58
  103. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
  104. package/node_modules/@slack/types/dist/block-kit/block-elements.js +1 -1
  105. package/node_modules/@slack/types/dist/block-kit/block-elements.js.map +1 -1
  106. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +62 -29
  107. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  108. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +19 -19
  109. package/node_modules/@slack/types/dist/block-kit/composition-objects.js +1 -1
  110. package/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +1 -1
  111. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +5 -5
  112. package/node_modules/@slack/types/dist/calls.d.ts +1 -1
  113. package/node_modules/@slack/types/dist/calls.js +2 -2
  114. package/node_modules/@slack/types/dist/calls.js.map +1 -1
  115. package/node_modules/@slack/types/dist/dialog.d.ts +1 -1
  116. package/node_modules/@slack/types/dist/events/index.d.ts +1 -1
  117. package/node_modules/@slack/types/dist/events/message.d.ts +1 -0
  118. package/node_modules/@slack/types/dist/events/message.d.ts.map +1 -1
  119. package/node_modules/@slack/types/dist/message-attachments.d.ts +10 -10
  120. package/node_modules/@slack/types/dist/message-metadata.d.ts +2 -2
  121. package/node_modules/@slack/types/dist/views.d.ts +6 -6
  122. package/node_modules/@slack/types/package.json +6 -3
  123. package/node_modules/@slack/web-api/README.md +14 -14
  124. package/node_modules/@slack/web-api/dist/WebClient.d.ts +38 -11
  125. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  126. package/node_modules/@slack/web-api/dist/WebClient.js +53 -9
  127. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  128. package/node_modules/@slack/web-api/dist/chat-stream.d.ts +86 -0
  129. package/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +1 -0
  130. package/node_modules/@slack/web-api/dist/chat-stream.js +149 -0
  131. package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -0
  132. package/node_modules/@slack/web-api/dist/file-upload.d.ts +2 -2
  133. package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
  134. package/node_modules/@slack/web-api/dist/file-upload.js +3 -2
  135. package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
  136. package/node_modules/@slack/web-api/dist/index.d.ts +5 -5
  137. package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
  138. package/node_modules/@slack/web-api/dist/index.js +10 -9
  139. package/node_modules/@slack/web-api/dist/index.js.map +1 -1
  140. package/node_modules/@slack/web-api/dist/instrument.js +1 -1
  141. package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
  142. package/node_modules/@slack/web-api/dist/logger.d.ts +1 -1
  143. package/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -1
  144. package/node_modules/@slack/web-api/dist/methods.d.ts +297 -263
  145. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  146. package/node_modules/@slack/web-api/dist/methods.js +297 -263
  147. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  148. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +2 -2
  149. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +1 -1
  150. package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +2 -2
  151. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +3 -1
  152. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -1
  153. package/node_modules/@slack/web-api/dist/types/request/calls.d.ts +1 -1
  154. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +39 -10
  155. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  156. package/node_modules/@slack/web-api/dist/types/request/common.d.ts +1 -1
  157. package/node_modules/@slack/web-api/dist/types/request/files.d.ts +3 -3
  158. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +32 -32
  159. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  160. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +34 -34
  161. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
  162. package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +1 -1
  163. package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +1 -1
  164. package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +1 -1
  165. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +1 -1
  166. package/node_modules/@slack/web-api/dist/types/request/search.d.ts +1 -1
  167. package/node_modules/@slack/web-api/dist/types/request/users.d.ts +3 -3
  168. package/node_modules/@slack/web-api/dist/types/request/views.d.ts +2 -2
  169. package/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -1
  170. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +40 -0
  171. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -1
  172. package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts +10 -0
  173. package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts.map +1 -0
  174. package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +3 -0
  175. package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js.map +1 -0
  176. package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts +10 -0
  177. package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts.map +1 -0
  178. package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +3 -0
  179. package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js.map +1 -0
  180. package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts +24 -0
  181. package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts.map +1 -0
  182. package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +3 -0
  183. package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js.map +1 -0
  184. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +3 -0
  185. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +1 -0
  186. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +3 -0
  187. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +1 -0
  188. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +11 -0
  189. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +1 -0
  190. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +3 -0
  191. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +1 -0
  192. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +3 -0
  193. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +1 -0
  194. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +3 -0
  195. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +1 -0
  196. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +3 -0
  197. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +1 -0
  198. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +3 -0
  199. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +1 -0
  200. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +15 -8
  201. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
  202. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  203. package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +105 -2
  204. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +119 -95
  205. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +1 -1
  206. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +16 -10
  207. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +4 -5
  208. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +1049 -198
  209. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
  210. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +6 -1
  211. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +80 -34
  212. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +22 -0
  213. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +272 -11
  214. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +149 -346
  215. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +71 -13
  216. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +149 -30
  217. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +14 -12
  218. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +9 -2
  219. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +205 -4139
  220. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.generated.d.ts +4233 -0
  221. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +1 -0
  222. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +26 -5
  223. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +13 -3
  224. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
  225. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +6 -8
  226. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +7 -19
  227. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +1 -1
  228. package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +9 -0
  229. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +40 -4
  230. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +6 -55
  231. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +38 -23
  232. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +31 -26
  233. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +34 -2
  234. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +9 -2
  235. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +9 -2
  236. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +14 -6
  237. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +12 -5
  238. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +18 -2
  239. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +219 -96
  240. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +22 -1
  241. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  242. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
  243. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  244. package/node_modules/@slack/web-api/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
  245. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  246. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  247. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  248. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/streams.d.ts +22 -0
  249. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +123 -51
  250. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +6 -0
  251. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +0 -4
  252. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +0 -2
  253. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  254. package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +3 -8
  255. package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  256. package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +9 -4
  257. package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +1 -0
  258. package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +0 -2
  259. package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +1 -1
  260. package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +6 -1
  261. package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +2 -0
  262. package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  263. package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +2 -0
  264. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  265. package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +9 -0
  266. package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  267. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +29 -15
  268. package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +3 -1
  269. package/node_modules/@slack/web-api/package.json +25 -10
  270. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  271. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +105 -2
  272. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +119 -95
  273. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +1 -1
  274. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +16 -10
  275. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +4 -5
  276. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +1049 -198
  277. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
  278. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +6 -1
  279. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +80 -34
  280. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +22 -0
  281. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +272 -11
  282. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +149 -346
  283. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +71 -13
  284. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +149 -30
  285. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +14 -12
  286. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +9 -2
  287. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +205 -4139
  288. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.generated.d.ts +4233 -0
  289. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +1 -0
  290. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +26 -5
  291. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +13 -3
  292. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
  293. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +6 -8
  294. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +7 -19
  295. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +1 -1
  296. package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +9 -0
  297. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +40 -4
  298. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +6 -55
  299. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +38 -23
  300. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +31 -26
  301. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +34 -2
  302. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/index.d.ts +9 -2
  303. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/index.d.ts +9 -2
  304. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +14 -6
  305. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +12 -5
  306. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +18 -2
  307. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +219 -96
  308. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +22 -1
  309. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  310. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
  311. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  312. package/node_modules/@types/cacheable-request/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
  313. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  314. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  315. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  316. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/streams.d.ts +22 -0
  317. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +123 -51
  318. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +6 -0
  319. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +0 -4
  320. package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +0 -2
  321. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  322. package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +3 -8
  323. package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  324. package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +9 -4
  325. package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +1 -0
  326. package/node_modules/@types/cacheable-request/node_modules/undici-types/h2c-client.d.ts +0 -2
  327. package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +1 -1
  328. package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +6 -1
  329. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +2 -0
  330. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  331. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +2 -0
  332. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  333. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +9 -0
  334. package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  335. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +29 -15
  336. package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +3 -1
  337. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  338. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +105 -2
  339. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +119 -95
  340. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +1 -1
  341. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +16 -10
  342. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +4 -5
  343. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +1049 -198
  344. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
  345. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +6 -1
  346. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +80 -34
  347. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +22 -0
  348. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +272 -11
  349. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +149 -346
  350. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +71 -13
  351. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +149 -30
  352. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +14 -12
  353. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +9 -2
  354. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +205 -4139
  355. package/node_modules/@types/keyv/node_modules/@types/node/inspector.generated.d.ts +4233 -0
  356. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +1 -0
  357. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +26 -5
  358. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +13 -3
  359. package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
  360. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +6 -8
  361. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +7 -19
  362. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +1 -1
  363. package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +9 -0
  364. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +40 -4
  365. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +6 -55
  366. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +38 -23
  367. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +31 -26
  368. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +34 -2
  369. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/index.d.ts +9 -2
  370. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/index.d.ts +9 -2
  371. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +14 -6
  372. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +12 -5
  373. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +18 -2
  374. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +219 -96
  375. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +22 -1
  376. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  377. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
  378. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  379. package/node_modules/@types/keyv/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
  380. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  381. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  382. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  383. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/streams.d.ts +22 -0
  384. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +123 -51
  385. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +6 -0
  386. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +0 -4
  387. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +0 -2
  388. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  389. package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +3 -8
  390. package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  391. package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +9 -4
  392. package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +1 -0
  393. package/node_modules/@types/keyv/node_modules/undici-types/h2c-client.d.ts +0 -2
  394. package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +1 -1
  395. package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +6 -1
  396. package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +2 -0
  397. package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  398. package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +2 -0
  399. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  400. package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +9 -0
  401. package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  402. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +29 -15
  403. package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +3 -1
  404. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  405. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +105 -2
  406. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +119 -95
  407. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +1 -1
  408. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +16 -10
  409. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +4 -5
  410. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +1049 -198
  411. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
  412. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +6 -1
  413. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +80 -34
  414. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +22 -0
  415. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +272 -11
  416. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +149 -346
  417. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +71 -13
  418. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +149 -30
  419. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +14 -12
  420. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +9 -2
  421. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +205 -4139
  422. package/node_modules/@types/responselike/node_modules/@types/node/inspector.generated.d.ts +4233 -0
  423. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +1 -0
  424. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +26 -5
  425. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +13 -3
  426. package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
  427. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +6 -8
  428. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +7 -19
  429. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +1 -1
  430. package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +9 -0
  431. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +40 -4
  432. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +6 -55
  433. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +38 -23
  434. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +31 -26
  435. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +34 -2
  436. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/index.d.ts +9 -2
  437. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/index.d.ts +9 -2
  438. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +14 -6
  439. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +12 -5
  440. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +18 -2
  441. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +219 -96
  442. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +22 -1
  443. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  444. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
  445. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  446. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/events.d.ts +97 -0
  447. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  448. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  449. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  450. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/streams.d.ts +22 -0
  451. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +123 -51
  452. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +6 -0
  453. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +0 -4
  454. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +0 -2
  455. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  456. package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +3 -8
  457. package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  458. package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +9 -4
  459. package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +1 -0
  460. package/node_modules/@types/responselike/node_modules/undici-types/h2c-client.d.ts +0 -2
  461. package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +1 -1
  462. package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +6 -1
  463. package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +2 -0
  464. package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  465. package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +2 -0
  466. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  467. package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +9 -0
  468. package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  469. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +29 -15
  470. package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +3 -1
  471. package/node_modules/axios/CHANGELOG.md +58 -0
  472. package/node_modules/axios/README.md +87 -10
  473. package/node_modules/axios/dist/axios.js +355 -289
  474. package/node_modules/axios/dist/axios.js.map +1 -1
  475. package/node_modules/axios/dist/axios.min.js +2 -2
  476. package/node_modules/axios/dist/axios.min.js.map +1 -1
  477. package/node_modules/axios/dist/browser/axios.cjs +286 -213
  478. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  479. package/node_modules/axios/dist/esm/axios.js +286 -213
  480. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  481. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  482. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  483. package/node_modules/axios/dist/node/axios.cjs +377 -213
  484. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  485. package/node_modules/axios/index.d.cts +12 -5
  486. package/node_modules/axios/index.d.ts +13 -4
  487. package/node_modules/axios/lib/adapters/adapters.js +6 -4
  488. package/node_modules/axios/lib/adapters/fetch.js +221 -162
  489. package/node_modules/axios/lib/adapters/http.js +18 -0
  490. package/node_modules/axios/lib/adapters/xhr.js +11 -8
  491. package/node_modules/axios/lib/core/Axios.js +0 -2
  492. package/node_modules/axios/lib/core/AxiosError.js +10 -3
  493. package/node_modules/axios/lib/core/dispatchRequest.js +1 -1
  494. package/node_modules/axios/lib/defaults/index.js +1 -1
  495. package/node_modules/axios/lib/env/data.js +1 -1
  496. package/node_modules/axios/lib/helpers/buildURL.js +1 -3
  497. package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +73 -0
  498. package/node_modules/axios/lib/helpers/resolveConfig.js +13 -9
  499. package/node_modules/axios/lib/utils.js +5 -3
  500. package/node_modules/axios/package.json +18 -12
  501. package/node_modules/mjml/package.json +8 -9
  502. package/node_modules/mjml-accordion/README.md +2 -1
  503. package/node_modules/mjml-accordion/lib/Accordion.js +3 -5
  504. package/node_modules/mjml-accordion/lib/AccordionElement.js +2 -3
  505. package/node_modules/mjml-accordion/lib/AccordionText.js +2 -3
  506. package/node_modules/mjml-accordion/lib/AccordionTitle.js +4 -3
  507. package/node_modules/mjml-accordion/package.json +4 -5
  508. package/node_modules/mjml-body/README.md +1 -1
  509. package/node_modules/mjml-body/lib/index.js +9 -4
  510. package/node_modules/mjml-body/package.json +4 -5
  511. package/node_modules/mjml-button/lib/index.js +2 -3
  512. package/node_modules/mjml-button/package.json +4 -5
  513. package/node_modules/mjml-carousel/lib/Carousel.js +4 -6
  514. package/node_modules/mjml-carousel/lib/CarouselImage.js +2 -3
  515. package/node_modules/mjml-carousel/package.json +4 -5
  516. package/node_modules/mjml-cli/lib/commands/watchFiles.js +4 -1
  517. package/node_modules/mjml-cli/package.json +7 -8
  518. package/node_modules/mjml-column/lib/index.js +2 -3
  519. package/node_modules/mjml-column/package.json +4 -5
  520. package/node_modules/mjml-core/lib/createComponent.js +12 -9
  521. package/node_modules/mjml-core/lib/index.js +2 -2
  522. package/node_modules/mjml-core/lib/types/boolean.js +2 -3
  523. package/node_modules/mjml-core/lib/types/color.js +2 -3
  524. package/node_modules/mjml-core/lib/types/enum.js +1 -1
  525. package/node_modules/mjml-core/lib/types/integer.js +1 -1
  526. package/node_modules/mjml-core/lib/types/string.js +1 -1
  527. package/node_modules/mjml-core/lib/types/type.js +1 -2
  528. package/node_modules/mjml-core/lib/types/unit.js +1 -1
  529. package/node_modules/mjml-core/package.json +6 -7
  530. package/node_modules/mjml-divider/lib/index.js +2 -3
  531. package/node_modules/mjml-divider/package.json +4 -5
  532. package/node_modules/mjml-group/lib/index.js +2 -3
  533. package/node_modules/mjml-group/package.json +4 -5
  534. package/node_modules/mjml-head/lib/index.js +2 -3
  535. package/node_modules/mjml-head/package.json +4 -5
  536. package/node_modules/mjml-head-attributes/lib/index.js +2 -3
  537. package/node_modules/mjml-head-attributes/package.json +4 -5
  538. package/node_modules/mjml-head-breakpoint/lib/index.js +2 -3
  539. package/node_modules/mjml-head-breakpoint/package.json +4 -5
  540. package/node_modules/mjml-head-font/lib/index.js +2 -3
  541. package/node_modules/mjml-head-font/package.json +4 -5
  542. package/node_modules/mjml-head-html-attributes/lib/index.js +2 -3
  543. package/node_modules/mjml-head-html-attributes/package.json +4 -5
  544. package/node_modules/mjml-head-preview/lib/index.js +2 -3
  545. package/node_modules/mjml-head-preview/package.json +4 -5
  546. package/node_modules/mjml-head-style/lib/index.js +2 -3
  547. package/node_modules/mjml-head-style/package.json +4 -5
  548. package/node_modules/mjml-head-title/lib/index.js +2 -3
  549. package/node_modules/mjml-head-title/package.json +4 -5
  550. package/node_modules/mjml-hero/lib/index.js +3 -5
  551. package/node_modules/mjml-hero/package.json +4 -5
  552. package/node_modules/mjml-image/lib/index.js +3 -5
  553. package/node_modules/mjml-image/package.json +4 -5
  554. package/node_modules/mjml-migrate/package.json +5 -6
  555. package/node_modules/mjml-navbar/lib/Navbar.js +3 -5
  556. package/node_modules/mjml-navbar/lib/NavbarLink.js +2 -3
  557. package/node_modules/mjml-navbar/package.json +4 -5
  558. package/node_modules/mjml-parser-xml/lib/index.js +1 -1
  559. package/node_modules/mjml-parser-xml/package.json +6 -6
  560. package/node_modules/mjml-preset-core/package.json +28 -29
  561. package/node_modules/mjml-raw/lib/index.js +2 -3
  562. package/node_modules/mjml-raw/package.json +4 -5
  563. package/node_modules/mjml-section/lib/index.js +18 -7
  564. package/node_modules/mjml-section/package.json +4 -5
  565. package/node_modules/mjml-social/README.md +1 -0
  566. package/node_modules/mjml-social/lib/Social.js +2 -3
  567. package/node_modules/mjml-social/lib/SocialElement.js +18 -9
  568. package/node_modules/mjml-social/package.json +4 -5
  569. package/node_modules/mjml-spacer/lib/index.js +2 -3
  570. package/node_modules/mjml-spacer/package.json +4 -5
  571. package/node_modules/mjml-table/README.md +1 -1
  572. package/node_modules/mjml-table/lib/index.js +6 -4
  573. package/node_modules/mjml-table/package.json +4 -5
  574. package/node_modules/mjml-text/lib/index.js +2 -3
  575. package/node_modules/mjml-text/package.json +4 -5
  576. package/node_modules/mjml-validator/package.json +3 -3
  577. package/node_modules/mjml-wrapper/lib/index.js +2 -3
  578. package/node_modules/mjml-wrapper/package.json +5 -6
  579. package/node_modules/semver/classes/range.js +1 -0
  580. package/node_modules/semver/classes/semver.js +19 -5
  581. package/node_modules/semver/internal/identifiers.js +4 -0
  582. package/node_modules/semver/package.json +3 -3
  583. package/package.json +20 -20
  584. package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +0 -99
  585. package/node_modules/mjml/LICENSE.md +0 -21
  586. package/node_modules/mjml-accordion/LICENSE.md +0 -21
  587. package/node_modules/mjml-body/LICENSE.md +0 -21
  588. package/node_modules/mjml-button/LICENSE.md +0 -21
  589. package/node_modules/mjml-carousel/LICENSE.md +0 -21
  590. package/node_modules/mjml-cli/LICENSE.md +0 -21
  591. package/node_modules/mjml-cli/lib/helpers/promesify.js +0 -48
  592. package/node_modules/mjml-cli/lib/helpers/timePad.js +0 -18
  593. package/node_modules/mjml-column/LICENSE.md +0 -21
  594. package/node_modules/mjml-core/LICENSE.md +0 -21
  595. package/node_modules/mjml-core/lib/Error.js +0 -86
  596. package/node_modules/mjml-core/lib/MJMLElementsCollection.js +0 -37
  597. package/node_modules/mjml-core/lib/MJMLHead.js +0 -38
  598. package/node_modules/mjml-core/lib/MJMLRenderer.js +0 -275
  599. package/node_modules/mjml-core/lib/configs/defaultContainer.js +0 -15
  600. package/node_modules/mjml-core/lib/configs/defaultStyle.js +0 -6
  601. package/node_modules/mjml-core/lib/configs/listFontsImports.js +0 -21
  602. package/node_modules/mjml-core/lib/decorators/MJMLElement.js +0 -356
  603. package/node_modules/mjml-core/lib/helpers/colors.js +0 -7
  604. package/node_modules/mjml-core/lib/helpers/dom.js +0 -109
  605. package/node_modules/mjml-core/lib/helpers/html.js +0 -9
  606. package/node_modules/mjml-core/lib/helpers/importFonts.js +0 -46
  607. package/node_modules/mjml-core/lib/helpers/index.js +0 -40
  608. package/node_modules/mjml-core/lib/helpers/isBrowser.js +0 -11
  609. package/node_modules/mjml-core/lib/helpers/mjAttribute.js +0 -62
  610. package/node_modules/mjml-core/lib/helpers/mjml.js +0 -46
  611. package/node_modules/mjml-core/lib/helpers/parseAttributes.js +0 -29
  612. package/node_modules/mjml-core/lib/helpers/postRender.js +0 -33
  613. package/node_modules/mjml-core/lib/helpers/removeCDATA.js +0 -19
  614. package/node_modules/mjml-core/lib/helpers/traverseMJML.js +0 -41
  615. package/node_modules/mjml-core/lib/includeExternal.js +0 -92
  616. package/node_modules/mjml-core/lib/parsers/config.js +0 -130
  617. package/node_modules/mjml-core/lib/parsers/document.js +0 -189
  618. package/node_modules/mjml-divider/LICENSE.md +0 -21
  619. package/node_modules/mjml-group/LICENSE.md +0 -21
  620. package/node_modules/mjml-head/LICENSE.md +0 -21
  621. package/node_modules/mjml-head-attributes/LICENSE.md +0 -21
  622. package/node_modules/mjml-head-breakpoint/LICENSE.md +0 -21
  623. package/node_modules/mjml-head-font/LICENSE.md +0 -21
  624. package/node_modules/mjml-head-html-attributes/LICENSE.md +0 -21
  625. package/node_modules/mjml-head-preview/LICENSE.md +0 -21
  626. package/node_modules/mjml-head-style/LICENSE.md +0 -21
  627. package/node_modules/mjml-head-title/LICENSE.md +0 -21
  628. package/node_modules/mjml-hero/LICENSE.md +0 -21
  629. package/node_modules/mjml-image/LICENSE.md +0 -21
  630. package/node_modules/mjml-navbar/LICENSE.md +0 -21
  631. package/node_modules/mjml-navbar/lib/InlineLinks.js +0 -227
  632. package/node_modules/mjml-navbar/lib/Link.js +0 -130
  633. package/node_modules/mjml-parser-xml/lib/helpers/addCDATASection.js +0 -31
  634. package/node_modules/mjml-parser-xml/lib/helpers/parseAttributes.js +0 -37
  635. package/node_modules/mjml-preset-core/LICENSE.md +0 -21
  636. package/node_modules/mjml-raw/LICENSE.md +0 -21
  637. package/node_modules/mjml-section/LICENSE.md +0 -21
  638. package/node_modules/mjml-social/LICENSE.md +0 -21
  639. package/node_modules/mjml-spacer/LICENSE.md +0 -21
  640. package/node_modules/mjml-table/LICENSE.md +0 -21
  641. package/node_modules/mjml-text/LICENSE.md +0 -21
  642. package/node_modules/mjml-validator/lib/rules/index.js +0 -29
  643. package/node_modules/mjml-validator/lib/types/boolean.js +0 -57
  644. package/node_modules/mjml-validator/lib/types/color.js +0 -51
  645. package/node_modules/mjml-validator/lib/types/enum.js +0 -57
  646. package/node_modules/mjml-validator/lib/types/helpers/colors.js +0 -7
  647. package/node_modules/mjml-validator/lib/types/index.js +0 -41
  648. package/node_modules/mjml-validator/lib/types/integer.js +0 -47
  649. package/node_modules/mjml-validator/lib/types/string.js +0 -47
  650. package/node_modules/mjml-validator/lib/types/type.js +0 -93
  651. package/node_modules/mjml-validator/lib/types/unit.js +0 -57
  652. package/node_modules/mjml-wrapper/LICENSE.md +0 -21
@@ -2,6 +2,10 @@
2
2
 
3
3
  const numeric = /^[0-9]+$/
4
4
  const compareIdentifiers = (a, b) => {
5
+ if (typeof a === 'number' && typeof b === 'number') {
6
+ return a === b ? 0 : a < b ? -1 : 1
7
+ }
8
+
5
9
  const anum = numeric.test(a)
6
10
  const bnum = numeric.test(b)
7
11
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "semver",
3
- "version": "7.7.2",
3
+ "version": "7.7.3",
4
4
  "description": "The semantic version parser used by npm.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "@npmcli/eslint-config": "^5.0.0",
18
- "@npmcli/template-oss": "4.24.3",
18
+ "@npmcli/template-oss": "4.25.1",
19
19
  "benchmark": "^2.1.4",
20
20
  "tap": "^16.0.0"
21
21
  },
@@ -52,7 +52,7 @@
52
52
  "author": "GitHub Inc.",
53
53
  "templateOSS": {
54
54
  "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
55
- "version": "4.24.3",
55
+ "version": "4.25.1",
56
56
  "engines": ">=10",
57
57
  "distPaths": [
58
58
  "classes/",
package/package.json CHANGED
@@ -91,19 +91,19 @@
91
91
  "organization": false
92
92
  },
93
93
  "devDependencies": {
94
- "@aws-sdk/client-cloudformation": "^3.864.0",
95
- "@aws-sdk/client-dynamodb": "^3.868.0",
96
- "@aws-sdk/client-ecr": "^3.864.0",
97
- "@aws-sdk/client-ecs": "^3.864.0",
98
- "@aws-sdk/client-eventbridge": "^3.864.0",
99
- "@aws-sdk/client-iam": "^3.864.0",
100
- "@aws-sdk/client-s3": "^3.864.0",
101
- "@aws-sdk/client-secrets-manager": "^3.864.0",
102
- "@aws-sdk/client-sfn": "^3.864.0",
103
- "@aws-sdk/client-textract": "^3.864.0",
104
- "@aws-sdk/lib-dynamodb": "^3.868.0",
94
+ "@aws-sdk/client-cloudformation": "^3.913.0",
95
+ "@aws-sdk/client-dynamodb": "^3.913.0",
96
+ "@aws-sdk/client-ecr": "^3.913.0",
97
+ "@aws-sdk/client-ecs": "^3.913.0",
98
+ "@aws-sdk/client-eventbridge": "^3.913.0",
99
+ "@aws-sdk/client-iam": "^3.913.0",
100
+ "@aws-sdk/client-s3": "^3.913.0",
101
+ "@aws-sdk/client-secrets-manager": "^3.913.0",
102
+ "@aws-sdk/client-sfn": "^3.913.0",
103
+ "@aws-sdk/client-textract": "^3.913.0",
104
+ "@aws-sdk/lib-dynamodb": "^3.913.0",
105
105
  "@stylistic/eslint-plugin": "^2",
106
- "@types/aws-lambda": "^8.10.152",
106
+ "@types/aws-lambda": "^8.10.156",
107
107
  "@types/jest": "^29",
108
108
  "@types/mjml": "^4.7.4",
109
109
  "@types/node": "^18",
@@ -116,31 +116,31 @@
116
116
  "aws-sdk-client-mock-jest": "^2.2.0",
117
117
  "commit-and-tag-version": "^12",
118
118
  "constructs": "10.0.5",
119
- "esbuild": "^0.25.9",
119
+ "esbuild": "^0.25.11",
120
120
  "eslint": "^9",
121
121
  "eslint-import-resolver-typescript": "^3.10.1",
122
122
  "eslint-plugin-import": "^2.32.0",
123
123
  "jest": "^29",
124
124
  "jest-junit": "^16",
125
125
  "jsii": "5.x",
126
- "jsii-diff": "^1.113.0",
126
+ "jsii-diff": "^1.116.0",
127
127
  "jsii-docgen": "^10.5.0",
128
- "jsii-pacmak": "^1.113.0",
128
+ "jsii-pacmak": "^1.116.0",
129
129
  "jsii-rosetta": "5.x",
130
130
  "nock": "^13.5.6",
131
- "projen": "^0.95.2",
131
+ "projen": "^0.98.2",
132
132
  "ts-jest": "^29",
133
133
  "ts-node": "^10.9.2",
134
- "typescript": "^5.9.2"
134
+ "typescript": "^5.9.3"
135
135
  },
136
136
  "peerDependencies": {
137
137
  "aws-cdk-lib": "^2.133.0",
138
138
  "constructs": "^10.0.5"
139
139
  },
140
140
  "dependencies": {
141
- "@slack/web-api": "^7.9.3",
141
+ "@slack/web-api": "^7.11.0",
142
142
  "got": "^11.8.6",
143
- "mjml": "^4.15.3"
143
+ "mjml": "^4.16.1"
144
144
  },
145
145
  "bundledDependencies": [
146
146
  "@slack/web-api",
@@ -155,7 +155,7 @@
155
155
  "publishConfig": {
156
156
  "access": "public"
157
157
  },
158
- "version": "0.9.38",
158
+ "version": "0.9.40",
159
159
  "jest": {
160
160
  "coverageProvider": "v8",
161
161
  "testMatch": [
@@ -1,99 +0,0 @@
1
- // Make this a module
2
- export {};
3
-
4
- // Conditional type aliases, which are later merged into the global scope.
5
- // Will either be empty if the relevant web library is already present, or the @types/node definition otherwise.
6
-
7
- type __Event = typeof globalThis extends { onmessage: any } ? {} : Event;
8
- interface Event {
9
- readonly bubbles: boolean;
10
- cancelBubble: boolean;
11
- readonly cancelable: boolean;
12
- readonly composed: boolean;
13
- composedPath(): [EventTarget?];
14
- readonly currentTarget: EventTarget | null;
15
- readonly defaultPrevented: boolean;
16
- readonly eventPhase: 0 | 2;
17
- initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void;
18
- readonly isTrusted: boolean;
19
- preventDefault(): void;
20
- readonly returnValue: boolean;
21
- readonly srcElement: EventTarget | null;
22
- stopImmediatePropagation(): void;
23
- stopPropagation(): void;
24
- readonly target: EventTarget | null;
25
- readonly timeStamp: number;
26
- readonly type: string;
27
- }
28
-
29
- type __CustomEvent<T = any> = typeof globalThis extends { onmessage: any } ? {} : CustomEvent<T>;
30
- interface CustomEvent<T = any> extends Event {
31
- readonly detail: T;
32
- }
33
-
34
- type __EventTarget = typeof globalThis extends { onmessage: any } ? {} : EventTarget;
35
- interface EventTarget {
36
- addEventListener(
37
- type: string,
38
- listener: EventListener | EventListenerObject,
39
- options?: AddEventListenerOptions | boolean,
40
- ): void;
41
- dispatchEvent(event: Event): boolean;
42
- removeEventListener(
43
- type: string,
44
- listener: EventListener | EventListenerObject,
45
- options?: EventListenerOptions | boolean,
46
- ): void;
47
- }
48
-
49
- interface EventInit {
50
- bubbles?: boolean;
51
- cancelable?: boolean;
52
- composed?: boolean;
53
- }
54
-
55
- interface CustomEventInit<T = any> extends EventInit {
56
- detail?: T;
57
- }
58
-
59
- interface EventListenerOptions {
60
- capture?: boolean;
61
- }
62
-
63
- interface AddEventListenerOptions extends EventListenerOptions {
64
- once?: boolean;
65
- passive?: boolean;
66
- signal?: AbortSignal;
67
- }
68
-
69
- interface EventListener {
70
- (evt: Event): void;
71
- }
72
-
73
- interface EventListenerObject {
74
- handleEvent(object: Event): void;
75
- }
76
-
77
- // Merge conditional interfaces into global scope, and conditionally declare global constructors.
78
- declare global {
79
- interface Event extends __Event {}
80
- var Event: typeof globalThis extends { onmessage: any; Event: infer T } ? T
81
- : {
82
- prototype: Event;
83
- new(type: string, eventInitDict?: EventInit): Event;
84
- };
85
-
86
- interface CustomEvent<T = any> extends __CustomEvent<T> {}
87
- var CustomEvent: typeof globalThis extends { onmessage: any; CustomEvent: infer T } ? T
88
- : {
89
- prototype: CustomEvent;
90
- new<T>(type: string, eventInitDict?: CustomEventInit<T>): CustomEvent<T>;
91
- };
92
-
93
- interface EventTarget extends __EventTarget {}
94
- var EventTarget: typeof globalThis extends { onmessage: any; EventTarget: infer T } ? T
95
- : {
96
- prototype: EventTarget;
97
- new(): EventTarget;
98
- };
99
- }
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,48 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.readStdin = exports.read = exports.write = undefined;
7
-
8
- var _fs = require('fs');
9
-
10
- var _fs2 = _interopRequireDefault(_fs);
11
-
12
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
-
14
- function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
15
-
16
- var stdinToBuffer = function stdinToBuffer(stream, done) {
17
- var buffer = '';
18
-
19
- stream.on('data', function (chunck) {
20
- buffer += chunck;
21
- });
22
-
23
- stream.on('end', function () {
24
- done(null, buffer);
25
- });
26
- };
27
-
28
- var promisify = function promisify(fn) {
29
- return function () {
30
- for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
31
- args[_key] = arguments[_key];
32
- }
33
-
34
- return new Promise(function (resolve, reject) {
35
- return fn.apply(undefined, _toConsumableArray(args.concat(function (err) {
36
- for (var _len2 = arguments.length, data = Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
37
- data[_key2 - 1] = arguments[_key2];
38
- }
39
-
40
- return err ? reject(err) : resolve.apply(undefined, data);
41
- })));
42
- });
43
- };
44
- };
45
-
46
- var write = exports.write = promisify(_fs2.default.writeFile);
47
- var read = exports.read = promisify(_fs2.default.readFile);
48
- var readStdin = exports.readStdin = promisify(stdinToBuffer);
@@ -1,18 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- var _padStart = require('lodash/padStart');
8
-
9
- var _padStart2 = _interopRequireDefault(_padStart);
10
-
11
- var _curryRight = require('lodash/curryRight');
12
-
13
- var _curryRight2 = _interopRequireDefault(_curryRight);
14
-
15
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
16
-
17
- exports.default = (0, _curryRight2.default)(_padStart2.default)('0')(2);
18
- module.exports = exports['default'];
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,86 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
8
-
9
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
10
-
11
- function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
12
-
13
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
14
-
15
- /*
16
- * Create a custom Error class
17
- */
18
- var error = function error(name, code) {
19
-
20
- return function (_Error) {
21
- _inherits(MJMLError, _Error);
22
-
23
- function MJMLError(message) {
24
- _classCallCheck(this, MJMLError);
25
-
26
- var _this = _possibleConstructorReturn(this, (MJMLError.__proto__ || Object.getPrototypeOf(MJMLError)).call(this, '[MJMLError] ' + name + ': ' + message));
27
-
28
- _this.status = code;
29
- return _this;
30
- }
31
-
32
- return MJMLError;
33
- }(Error);
34
- };
35
-
36
- /*
37
- * Warnings are printed to stderr
38
- */
39
- /* eslint-disable no-unused-vars */
40
- var warning = function warning(name) {
41
- return function (message) {
42
- console.error('[MJMLWarning] ' + name + ': ' + message); // eslint-disable-line no-console
43
- };
44
- };
45
- /* eslint-enable no-unused-vars */
46
-
47
- /*
48
- * Error while parsing the code with cheerio
49
- */
50
- var ParseError = exports.ParseError = error('ParseError', 1);
51
-
52
- /*
53
- * Error when encounter an empty MJML Element that should be filled
54
- */
55
- var EmptyMJMLError = exports.EmptyMJMLError = error('EmptyMJMLError', 2);
56
-
57
- /*
58
- * Triggered when an MJML is anormally null/udefined
59
- */
60
- var NullElementError = exports.NullElementError = error('EmptyMJMLError', 3);
61
-
62
- var MJMLValidationError = function () {
63
- function MJMLValidationError(errors) {
64
- _classCallCheck(this, MJMLValidationError);
65
-
66
- this.errors = errors;
67
- }
68
-
69
- _createClass(MJMLValidationError, [{
70
- key: 'getMessages',
71
- value: function getMessages() {
72
- return this.errors.map(function (error) {
73
- return error.formattedMessage;
74
- });
75
- }
76
- }, {
77
- key: 'getErrors',
78
- value: function getErrors() {
79
- return this.errors;
80
- }
81
- }]);
82
-
83
- return MJMLValidationError;
84
- }();
85
-
86
- exports.MJMLValidationError = MJMLValidationError;
@@ -1,37 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.registerMJElement = exports.postRenders = exports.endingTags = undefined;
7
-
8
- var _warning = require('warning');
9
-
10
- var _warning2 = _interopRequireDefault(_warning);
11
-
12
- var _lodash = require('lodash');
13
-
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
-
16
- var endingTags = exports.endingTags = [];
17
- var postRenders = exports.postRenders = [];
18
-
19
- var registerMJElement = exports.registerMJElement = function registerMJElement(Component) {
20
- var endingTag = Component.endingTag,
21
- postRender = Component.postRender,
22
- tagName = Component.tagName;
23
-
24
-
25
- if (!tagName) {
26
- return (0, _warning2.default)(false, 'Component has no tagName');
27
- }
28
-
29
- endingTag && !(0, _lodash.includes)(endingTags, tagName) && endingTags.push(tagName);
30
- postRender && postRenders.push(postRender);
31
-
32
- MJMLElementsCollection[tagName] = Component;
33
- };
34
-
35
- var MJMLElementsCollection = {};
36
-
37
- exports.default = MJMLElementsCollection;
@@ -1,38 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.registerMJHeadElement = exports.endingTags = undefined;
7
-
8
- var _lodash = require('lodash');
9
-
10
- var endingTags = exports.endingTags = [];
11
- var registerMJHeadElement = exports.registerMJHeadElement = function registerMJHeadElement() {
12
- for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
13
- args[_key] = arguments[_key];
14
- }
15
-
16
- var name = void 0,
17
- endingTag = void 0,
18
- handler = void 0; // eslint-disable-line
19
-
20
- if (args.length > 1) {
21
- name = args[0];
22
- handler = args[1];
23
- endingTag = args[2];
24
- } else {
25
- var _args$ = args[0];
26
- name = _args$.name;
27
- handler = _args$.handler;
28
- endingTag = _args$.endingTag;
29
- }
30
-
31
- endingTag && !(0, _lodash.includes)(endingTags, name) && endingTags.push(name);
32
-
33
- MJMLHeadElementsCollection[name] = handler;
34
- };
35
-
36
- var MJMLHeadElementsCollection = {};
37
-
38
- exports.default = MJMLHeadElementsCollection;