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,107 @@
1
+ import MockAgent from './mock-agent'
2
+
3
+ declare class SnapshotRecorder {
4
+ constructor (options?: SnapshotRecorder.Options)
5
+
6
+ record (requestOpts: any, response: any): Promise<void>
7
+ findSnapshot (requestOpts: any): SnapshotRecorder.Snapshot | undefined
8
+ loadSnapshots (filePath?: string): Promise<void>
9
+ saveSnapshots (filePath?: string): Promise<void>
10
+ clear (): void
11
+ getSnapshots (): SnapshotRecorder.Snapshot[]
12
+ size (): number
13
+ resetCallCounts (): void
14
+ deleteSnapshot (requestOpts: any): boolean
15
+ getSnapshotInfo (requestOpts: any): SnapshotRecorder.SnapshotInfo | null
16
+ replaceSnapshots (snapshotData: SnapshotRecorder.SnapshotData[]): void
17
+ destroy (): void
18
+ }
19
+
20
+ declare namespace SnapshotRecorder {
21
+ export interface Options {
22
+ snapshotPath?: string
23
+ mode?: 'record' | 'playback' | 'update'
24
+ maxSnapshots?: number
25
+ autoFlush?: boolean
26
+ flushInterval?: number
27
+ matchHeaders?: string[]
28
+ ignoreHeaders?: string[]
29
+ excludeHeaders?: string[]
30
+ matchBody?: boolean
31
+ matchQuery?: boolean
32
+ caseSensitive?: boolean
33
+ shouldRecord?: (requestOpts: any) => boolean
34
+ shouldPlayback?: (requestOpts: any) => boolean
35
+ excludeUrls?: (string | RegExp)[]
36
+ }
37
+
38
+ export interface Snapshot {
39
+ request: {
40
+ method: string
41
+ url: string
42
+ headers: Record<string, string>
43
+ body?: string
44
+ }
45
+ responses: {
46
+ statusCode: number
47
+ headers: Record<string, string>
48
+ body: string
49
+ trailers: Record<string, string>
50
+ }[]
51
+ callCount: number
52
+ timestamp: string
53
+ }
54
+
55
+ export interface SnapshotInfo {
56
+ hash: string
57
+ request: {
58
+ method: string
59
+ url: string
60
+ headers: Record<string, string>
61
+ body?: string
62
+ }
63
+ responseCount: number
64
+ callCount: number
65
+ timestamp: string
66
+ }
67
+
68
+ export interface SnapshotData {
69
+ hash: string
70
+ snapshot: Snapshot
71
+ }
72
+ }
73
+
74
+ declare class SnapshotAgent extends MockAgent {
75
+ constructor (options?: SnapshotAgent.Options)
76
+
77
+ saveSnapshots (filePath?: string): Promise<void>
78
+ loadSnapshots (filePath?: string): Promise<void>
79
+ getRecorder (): SnapshotRecorder
80
+ getMode (): 'record' | 'playback' | 'update'
81
+ clearSnapshots (): void
82
+ resetCallCounts (): void
83
+ deleteSnapshot (requestOpts: any): boolean
84
+ getSnapshotInfo (requestOpts: any): SnapshotRecorder.SnapshotInfo | null
85
+ replaceSnapshots (snapshotData: SnapshotRecorder.SnapshotData[]): void
86
+ }
87
+
88
+ declare namespace SnapshotAgent {
89
+ export interface Options extends MockAgent.Options {
90
+ mode?: 'record' | 'playback' | 'update'
91
+ snapshotPath?: string
92
+ maxSnapshots?: number
93
+ autoFlush?: boolean
94
+ flushInterval?: number
95
+ matchHeaders?: string[]
96
+ ignoreHeaders?: string[]
97
+ excludeHeaders?: string[]
98
+ matchBody?: boolean
99
+ matchQuery?: boolean
100
+ caseSensitive?: boolean
101
+ shouldRecord?: (requestOpts: any) => boolean
102
+ shouldPlayback?: (requestOpts: any) => boolean
103
+ excludeUrls?: (string | RegExp)[]
104
+ }
105
+ }
106
+
107
+ export { SnapshotAgent, SnapshotRecorder }
@@ -16,9 +16,12 @@ interface ConvertToIntOpts {
16
16
  }
17
17
 
18
18
  interface WebidlErrors {
19
+ /**
20
+ * @description Instantiate an error
21
+ */
19
22
  exception (opts: { header: string, message: string }): TypeError
20
23
  /**
21
- * @description Throw an error when conversion from one type to another has failed
24
+ * @description Instantiate an error when conversion from one type to another has failed
22
25
  */
23
26
  conversionFailed (opts: {
24
27
  prefix: string
@@ -75,7 +78,7 @@ interface WebidlUtil {
75
78
  ): number
76
79
 
77
80
  /**
78
- * @see https://webidl.spec.whatwg.org/#abstract-opdef-converttoint
81
+ * @see https://webidl.spec.whatwg.org/#abstract-opdef-integerpart
79
82
  */
80
83
  IntegerPart (N: number): number
81
84
 
@@ -179,23 +182,34 @@ interface WebidlConverters {
179
182
 
180
183
  ['record<ByteString, ByteString>']: RecordConverter<string, string>
181
184
 
185
+ /**
186
+ * @see https://fetch.spec.whatwg.org/#requestinfo
187
+ */
188
+ RequestInfo (V: unknown): undici.Request | string
189
+
190
+ /**
191
+ * @see https://fetch.spec.whatwg.org/#requestinit
192
+ */
193
+ RequestInit (V: unknown): undici.RequestInit
194
+
182
195
  [Key: string]: (...args: any[]) => unknown
183
196
  }
184
197
 
185
- type IsAssertion<T> = (arg: any) => arg is T
198
+ type WebidlIsFunction<T> = (arg: any) => arg is T
186
199
 
187
200
  interface WebidlIs {
188
- Request: IsAssertion<undici.Request>
189
- Response: IsAssertion<undici.Response>
190
- ReadableStream: IsAssertion<ReadableStream>
191
- Blob: IsAssertion<Blob>
192
- URLSearchParams: IsAssertion<URLSearchParams>
193
- File: IsAssertion<File>
194
- FormData: IsAssertion<undici.FormData>
195
- URL: IsAssertion<URL>
196
- WebSocketError: IsAssertion<undici.WebSocketError>
197
- AbortSignal: IsAssertion<AbortSignal>
198
- MessagePort: IsAssertion<MessagePort>
201
+ Request: WebidlIsFunction<undici.Request>
202
+ Response: WebidlIsFunction<undici.Response>
203
+ ReadableStream: WebidlIsFunction<ReadableStream>
204
+ Blob: WebidlIsFunction<Blob>
205
+ URLSearchParams: WebidlIsFunction<URLSearchParams>
206
+ File: WebidlIsFunction<File>
207
+ FormData: WebidlIsFunction<undici.FormData>
208
+ URL: WebidlIsFunction<URL>
209
+ WebSocketError: WebidlIsFunction<undici.WebSocketError>
210
+ AbortSignal: WebidlIsFunction<AbortSignal>
211
+ MessagePort: WebidlIsFunction<MessagePort>
212
+ USVString: WebidlIsFunction<string>
199
213
  }
200
214
 
201
215
  export interface Webidl {
@@ -233,7 +247,7 @@ export interface Webidl {
233
247
  * Similar to {@link Webidl.brandCheck} but allows skipping the check if third party
234
248
  * interfaces are allowed.
235
249
  */
236
- interfaceConverter <Interface>(typeCheck: IsAssertion<Interface>, name: string): (
250
+ interfaceConverter <Interface>(typeCheck: WebidlIsFunction<Interface>, name: string): (
237
251
  V: unknown,
238
252
  prefix: string,
239
253
  argument: string
@@ -136,7 +136,7 @@ interface ErrorEvent extends Event {
136
136
  readonly filename: string
137
137
  readonly lineno: number
138
138
  readonly colno: number
139
- readonly error: any
139
+ readonly error: Error
140
140
  }
141
141
 
142
142
  export declare const ErrorEvent: {
@@ -182,3 +182,5 @@ export declare const WebSocketError: {
182
182
  prototype: WebSocketError
183
183
  new (type: string, init?: WebSocketCloseInfo): WebSocketError
184
184
  }
185
+
186
+ export declare const ping: (ws: WebSocket, body?: Buffer) => void
@@ -1,13 +1,25 @@
1
1
  {
2
2
  "name": "@slack/web-api",
3
- "version": "7.9.3",
3
+ "version": "7.10.0",
4
4
  "description": "Official library for using the Slack Platform's Web API",
5
5
  "author": "Slack Technologies, LLC",
6
6
  "license": "MIT",
7
- "keywords": ["slack", "web-api", "bot", "client", "http", "api", "proxy", "rate-limiting", "pagination"],
7
+ "keywords": [
8
+ "slack",
9
+ "web-api",
10
+ "bot",
11
+ "client",
12
+ "http",
13
+ "api",
14
+ "proxy",
15
+ "rate-limiting",
16
+ "pagination"
17
+ ],
8
18
  "main": "dist/index.js",
9
19
  "types": "./dist/index.d.ts",
10
- "files": ["dist/**/*"],
20
+ "files": [
21
+ "dist/**/*"
22
+ ],
11
23
  "engines": {
12
24
  "node": ">= 18",
13
25
  "npm": ">= 8.6.0"
@@ -24,6 +36,7 @@
24
36
  "prepare": "npm run build",
25
37
  "build": "npm run build:clean && tsc",
26
38
  "build:clean": "shx rm -rf ./dist ./coverage",
39
+ "docs": "npx typedoc --plugin typedoc-plugin-markdown",
27
40
  "lint": "npx @biomejs/biome check .",
28
41
  "lint:fix": "npx @biomejs/biome check --write .",
29
42
  "mocha": "mocha --config ./test/.mocharc.json \"./src/**/*.spec.ts\"",
@@ -39,9 +52,9 @@
39
52
  "@slack/types": "^2.9.0",
40
53
  "@types/node": ">=18.0.0",
41
54
  "@types/retry": "0.12.0",
42
- "axios": "^1.8.3",
55
+ "axios": "^1.11.0",
43
56
  "eventemitter3": "^5.0.1",
44
- "form-data": "^4.0.0",
57
+ "form-data": "^4.0.4",
45
58
  "is-electron": "2.2.2",
46
59
  "is-stream": "^2",
47
60
  "p-queue": "^6",
@@ -49,7 +62,7 @@
49
62
  "retry": "^0.13.1"
50
63
  },
51
64
  "devDependencies": {
52
- "@biomejs/biome": "^1.8.3",
65
+ "@biomejs/biome": "^2.0.5",
53
66
  "@tsconfig/recommended": "^1",
54
67
  "@types/busboy": "^1.5.4",
55
68
  "@types/chai": "^4",
@@ -66,8 +79,10 @@
66
79
  "sinon": "^21",
67
80
  "source-map-support": "^0.5.21",
68
81
  "ts-node": "^10",
69
- "tsd": "^0.32.0",
70
- "typescript": "5.8.3"
82
+ "tsd": "^0.33.0",
83
+ "typedoc": "^0.28.7",
84
+ "typedoc-plugin-markdown": "^4.7.1",
85
+ "typescript": "5.9.2"
71
86
  },
72
87
  "tsd": {
73
88
  "directory": "test/types"
@@ -8,8 +8,8 @@ This package contains type definitions for node (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 01 Jul 2025 20:02:28 GMT
11
+ * Last updated: Thu, 02 Oct 2025 02:06:47 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
15
- These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), [Dmitry Semigradsky](https://github.com/Semigradsky), [René](https://github.com/Renegade334), and [Yagiz Nizipli](https://github.com/anonrig).
15
+ These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [David Junger](https://github.com/touffy), [Mohsen Azimi](https://github.com/mohsen1), [Nikita Galkin](https://github.com/galkin), [Sebastian Silbermann](https://github.com/eps1lon), [Wilco Bakker](https://github.com/WilcoBakker), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), [Dmitry Semigradsky](https://github.com/Semigradsky), [René](https://github.com/Renegade334), and [Yagiz Nizipli](https://github.com/anonrig).
@@ -1,8 +1,111 @@
1
+ /**
2
+ * In strict assertion mode, non-strict methods behave like their corresponding
3
+ * strict methods. For example, `assert.deepEqual()` will behave like
4
+ * `assert.deepStrictEqual()`.
5
+ *
6
+ * In strict assertion mode, error messages for objects display a diff. In legacy
7
+ * assertion mode, error messages for objects display the objects, often truncated.
8
+ *
9
+ * To use strict assertion mode:
10
+ *
11
+ * ```js
12
+ * import { strict as assert } from 'node:assert';
13
+ * ```
14
+ *
15
+ * ```js
16
+ * import assert from 'node:assert/strict';
17
+ * ```
18
+ *
19
+ * Example error diff:
20
+ *
21
+ * ```js
22
+ * import { strict as assert } from 'node:assert';
23
+ *
24
+ * assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]);
25
+ * // AssertionError: Expected inputs to be strictly deep-equal:
26
+ * // + actual - expected ... Lines skipped
27
+ * //
28
+ * // [
29
+ * // [
30
+ * // ...
31
+ * // 2,
32
+ * // + 3
33
+ * // - '3'
34
+ * // ],
35
+ * // ...
36
+ * // 5
37
+ * // ]
38
+ * ```
39
+ *
40
+ * To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS`
41
+ * environment variables. This will also deactivate the colors in the REPL. For
42
+ * more on color support in terminal environments, read the tty
43
+ * [`getColorDepth()`](https://nodejs.org/docs/latest-v24.x/api/tty.html#writestreamgetcolordepthenv) documentation.
44
+ * @since v15.0.0
45
+ * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/assert/strict.js)
46
+ */
1
47
  declare module "assert/strict" {
2
- import { strict } from "node:assert";
48
+ import {
49
+ Assert,
50
+ AssertionError,
51
+ AssertionErrorOptions,
52
+ AssertOptions,
53
+ AssertPredicate,
54
+ AssertStrict,
55
+ CallTracker,
56
+ CallTrackerCall,
57
+ CallTrackerReportInformation,
58
+ deepStrictEqual,
59
+ doesNotMatch,
60
+ doesNotReject,
61
+ doesNotThrow,
62
+ fail,
63
+ ifError,
64
+ match,
65
+ notDeepStrictEqual,
66
+ notStrictEqual,
67
+ ok,
68
+ partialDeepStrictEqual,
69
+ rejects,
70
+ strictEqual,
71
+ throws,
72
+ } from "node:assert";
73
+ function strict(value: unknown, message?: string | Error): asserts value;
74
+ namespace strict {
75
+ export {
76
+ Assert,
77
+ AssertionError,
78
+ AssertionErrorOptions,
79
+ AssertOptions,
80
+ AssertPredicate,
81
+ AssertStrict,
82
+ CallTracker,
83
+ CallTrackerCall,
84
+ CallTrackerReportInformation,
85
+ deepStrictEqual,
86
+ deepStrictEqual as deepEqual,
87
+ doesNotMatch,
88
+ doesNotReject,
89
+ doesNotThrow,
90
+ fail,
91
+ ifError,
92
+ match,
93
+ notDeepStrictEqual,
94
+ notDeepStrictEqual as notDeepEqual,
95
+ notStrictEqual,
96
+ notStrictEqual as notEqual,
97
+ ok,
98
+ partialDeepStrictEqual,
99
+ rejects,
100
+ strict,
101
+ strictEqual,
102
+ strictEqual as equal,
103
+ throws,
104
+ };
105
+ }
3
106
  export = strict;
4
107
  }
5
108
  declare module "node:assert/strict" {
6
- import { strict } from "node:assert";
109
+ import strict = require("assert/strict");
7
110
  export = strict;
8
111
  }
@@ -4,17 +4,128 @@
4
4
  * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/assert.js)
5
5
  */
6
6
  declare module "assert" {
7
+ import strict = require("assert/strict");
7
8
  /**
8
- * An alias of {@link ok}.
9
+ * An alias of {@link assert.ok}.
9
10
  * @since v0.5.9
10
11
  * @param value The input that is checked for being truthy.
11
12
  */
12
13
  function assert(value: unknown, message?: string | Error): asserts value;
14
+ const kOptions: unique symbol;
13
15
  namespace assert {
16
+ type AssertMethodNames =
17
+ | "deepEqual"
18
+ | "deepStrictEqual"
19
+ | "doesNotMatch"
20
+ | "doesNotReject"
21
+ | "doesNotThrow"
22
+ | "equal"
23
+ | "fail"
24
+ | "ifError"
25
+ | "match"
26
+ | "notDeepEqual"
27
+ | "notDeepStrictEqual"
28
+ | "notEqual"
29
+ | "notStrictEqual"
30
+ | "ok"
31
+ | "partialDeepStrictEqual"
32
+ | "rejects"
33
+ | "strictEqual"
34
+ | "throws";
35
+ interface AssertOptions {
36
+ /**
37
+ * If set to `'full'`, shows the full diff in assertion errors.
38
+ * @default 'simple'
39
+ */
40
+ diff?: "simple" | "full" | undefined;
41
+ /**
42
+ * If set to `true`, non-strict methods behave like their
43
+ * corresponding strict methods.
44
+ * @default true
45
+ */
46
+ strict?: boolean | undefined;
47
+ }
48
+ interface Assert extends Pick<typeof assert, AssertMethodNames> {
49
+ readonly [kOptions]: AssertOptions & { strict: false };
50
+ }
51
+ interface AssertStrict extends Pick<typeof strict, AssertMethodNames> {
52
+ readonly [kOptions]: AssertOptions & { strict: true };
53
+ }
54
+ /**
55
+ * The `Assert` class allows creating independent assertion instances with custom options.
56
+ * @since v24.6.0
57
+ */
58
+ var Assert: {
59
+ /**
60
+ * Creates a new assertion instance. The `diff` option controls the verbosity of diffs in assertion error messages.
61
+ *
62
+ * ```js
63
+ * const { Assert } = require('node:assert');
64
+ * const assertInstance = new Assert({ diff: 'full' });
65
+ * assertInstance.deepStrictEqual({ a: 1 }, { a: 2 });
66
+ * // Shows a full diff in the error message.
67
+ * ```
68
+ *
69
+ * **Important**: When destructuring assertion methods from an `Assert` instance,
70
+ * the methods lose their connection to the instance's configuration options (such as `diff` and `strict` settings).
71
+ * The destructured methods will fall back to default behavior instead.
72
+ *
73
+ * ```js
74
+ * const myAssert = new Assert({ diff: 'full' });
75
+ *
76
+ * // This works as expected - uses 'full' diff
77
+ * myAssert.strictEqual({ a: 1 }, { b: { c: 1 } });
78
+ *
79
+ * // This loses the 'full' diff setting - falls back to default 'simple' diff
80
+ * const { strictEqual } = myAssert;
81
+ * strictEqual({ a: 1 }, { b: { c: 1 } });
82
+ * ```
83
+ *
84
+ * When destructured, methods lose access to the instance's `this` context and revert to default assertion behavior
85
+ * (diff: 'simple', non-strict mode).
86
+ * To maintain custom options when using destructured methods, avoid
87
+ * destructuring and call methods directly on the instance.
88
+ * @since v24.6.0
89
+ */
90
+ new(
91
+ options?: AssertOptions & { strict?: true },
92
+ ): AssertStrict;
93
+ new(
94
+ options: AssertOptions,
95
+ ): Assert;
96
+ };
97
+ interface AssertionErrorOptions {
98
+ /**
99
+ * If provided, the error message is set to this value.
100
+ */
101
+ message?: string | undefined;
102
+ /**
103
+ * The `actual` property on the error instance.
104
+ */
105
+ actual?: unknown;
106
+ /**
107
+ * The `expected` property on the error instance.
108
+ */
109
+ expected?: unknown;
110
+ /**
111
+ * The `operator` property on the error instance.
112
+ */
113
+ operator?: string | undefined;
114
+ /**
115
+ * If provided, the generated stack trace omits frames before this function.
116
+ */
117
+ stackStartFn?: Function | undefined;
118
+ /**
119
+ * If set to `'full'`, shows the full diff in assertion errors.
120
+ * @default 'simple'
121
+ */
122
+ diff?: "simple" | "full" | undefined;
123
+ }
14
124
  /**
15
125
  * Indicates the failure of an assertion. All errors thrown by the `node:assert` module will be instances of the `AssertionError` class.
16
126
  */
17
127
  class AssertionError extends Error {
128
+ constructor(options: AssertionErrorOptions);
18
129
  /**
19
130
  * Set to the `actual` argument for methods such as {@link assert.strictEqual()}.
20
131
  */
@@ -23,10 +134,6 @@ declare module "assert" {
23
134
  * Set to the `expected` argument for methods such as {@link assert.strictEqual()}.
24
135
  */
25
136
  expected: unknown;
26
- /**
27
- * Set to the passed in operator value.
28
- */
29
- operator: string;
30
137
  /**
31
138
  * Indicates if the message was auto-generated (`true`) or not.
32
139
  */
@@ -35,19 +142,10 @@ declare module "assert" {
35
142
  * Value is always `ERR_ASSERTION` to show that the error is an assertion error.
36
143
  */
37
144
  code: "ERR_ASSERTION";
38
- constructor(options?: {
39
- /** If provided, the error message is set to this value. */
40
- message?: string | undefined;
41
- /** The `actual` property on the error instance. */
42
- actual?: unknown | undefined;
43
- /** The `expected` property on the error instance. */
44
- expected?: unknown | undefined;
45
- /** The `operator` property on the error instance. */
46
- operator?: string | undefined;
47
- /** If provided, the generated stack trace omits frames before this function. */
48
- // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
49
- stackStartFn?: Function | undefined;
50
- });
145
+ /**
146
+ * Set to the passed in operator value.
147
+ */
148
+ operator: string;
51
149
  }
52
150
  /**
53
151
  * This feature is deprecated and will be removed in a future version.
@@ -970,83 +1068,9 @@ declare module "assert" {
970
1068
  * @since v22.13.0
971
1069
  */
972
1070
  function partialDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void;
973
- /**
974
- * In strict assertion mode, non-strict methods behave like their corresponding strict methods. For example,
975
- * {@link deepEqual} will behave like {@link deepStrictEqual}.
976
- *
977
- * In strict assertion mode, error messages for objects display a diff. In legacy assertion mode, error
978
- * messages for objects display the objects, often truncated.
979
- *
980
- * To use strict assertion mode:
981
- *
982
- * ```js
983
- * import { strict as assert } from 'node:assert';
984
- * import assert from 'node:assert/strict';
985
- * ```
986
- *
987
- * Example error diff:
988
- *
989
- * ```js
990
- * import { strict as assert } from 'node:assert';
991
- *
992
- * assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]);
993
- * // AssertionError: Expected inputs to be strictly deep-equal:
994
- * // + actual - expected ... Lines skipped
995
- * //
996
- * // [
997
- * // [
998
- * // ...
999
- * // 2,
1000
- * // + 3
1001
- * // - '3'
1002
- * // ],
1003
- * // ...
1004
- * // 5
1005
- * // ]
1006
- * ```
1007
- *
1008
- * To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS` environment variables. This will also
1009
- * deactivate the colors in the REPL. For more on color support in terminal environments, read the tty
1010
- * `getColorDepth()` documentation.
1011
- *
1012
- * @since v15.0.0, v13.9.0, v12.16.2, v9.9.0
1013
- */
1014
- namespace strict {
1015
- type AssertionError = assert.AssertionError;
1016
- type AssertPredicate = assert.AssertPredicate;
1017
- type CallTrackerCall = assert.CallTrackerCall;
1018
- type CallTrackerReportInformation = assert.CallTrackerReportInformation;
1019
- }
1020
- const strict:
1021
- & Omit<
1022
- typeof assert,
1023
- | "equal"
1024
- | "notEqual"
1025
- | "deepEqual"
1026
- | "notDeepEqual"
1027
- | "ok"
1028
- | "strictEqual"
1029
- | "deepStrictEqual"
1030
- | "ifError"
1031
- | "strict"
1032
- | "AssertionError"
1033
- >
1034
- & {
1035
- (value: unknown, message?: string | Error): asserts value;
1036
- equal: typeof strictEqual;
1037
- notEqual: typeof notStrictEqual;
1038
- deepEqual: typeof deepStrictEqual;
1039
- notDeepEqual: typeof notDeepStrictEqual;
1040
- // Mapped types and assertion functions are incompatible?
1041
- // TS2775: Assertions require every name in the call target
1042
- // to be declared with an explicit type annotation.
1043
- ok: typeof ok;
1044
- strictEqual: typeof strictEqual;
1045
- deepStrictEqual: typeof deepStrictEqual;
1046
- ifError: typeof ifError;
1047
- strict: typeof strict;
1048
- AssertionError: typeof AssertionError;
1049
- };
1071
+ }
1072
+ namespace assert {
1073
+ export { strict };
1050
1074
  }
1051
1075
  export = assert;
1052
1076
  }