cloudstructs 0.9.42 → 0.9.44

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 (431) hide show
  1. package/.jsii +5 -5
  2. package/API.md +209 -13
  3. package/assets/slack-textract/detect.lambda/index.js +354 -90
  4. package/lib/codecommit-mirror/index.js +2 -2
  5. package/lib/dmarc/index.js +1 -1
  6. package/lib/ecs-service-roller/index.js +2 -2
  7. package/lib/email-receiver/receiver.js +1 -1
  8. package/lib/mjml-template/index.js +1 -1
  9. package/lib/saml-identity-provider/index.js +2 -2
  10. package/lib/slack-app/manifest.js +1 -1
  11. package/lib/slack-app/slack-app.js +2 -2
  12. package/lib/slack-events/index.js +1 -1
  13. package/lib/slack-textract/index.js +1 -1
  14. package/lib/ssl-server-test/index.js +1 -1
  15. package/lib/state-machine-cr-provider/index.js +1 -1
  16. package/lib/static-website/index.js +1 -1
  17. package/lib/toolkit-cleaner/index.js +1 -1
  18. package/lib/url-shortener/index.js +1 -1
  19. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  20. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +36 -1
  21. package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  22. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +8 -4
  23. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +50 -33
  24. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +3 -2
  25. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +198 -164
  26. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +9 -8
  27. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +39 -21
  28. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +89 -76
  29. package/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  30. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +52 -22
  31. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +29 -22
  32. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +82 -50
  33. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +7 -6
  34. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +3 -2
  35. package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
  36. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +13 -5
  37. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +221 -7
  38. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +2 -2
  39. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +2 -2
  40. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +88 -64
  41. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  42. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  43. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +34 -10
  44. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +11 -2
  45. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +20 -3
  46. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +24 -3
  47. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +40 -3
  48. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +25 -24
  49. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +1 -0
  50. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  51. package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +5 -15
  52. package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +5 -0
  53. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  54. package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  55. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +82 -21
  56. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +4 -0
  57. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
  58. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +36 -2
  59. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  60. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +14 -0
  61. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -1
  62. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +2 -0
  63. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +1 -1
  64. package/node_modules/@slack/types/dist/events/entity-details-requested.d.ts +21 -0
  65. package/node_modules/@slack/types/dist/events/entity-details-requested.d.ts.map +1 -0
  66. package/node_modules/@slack/types/dist/events/entity-details-requested.js +3 -0
  67. package/node_modules/@slack/types/dist/events/entity-details-requested.js.map +1 -0
  68. package/node_modules/@slack/types/dist/events/index.d.ts +2 -1
  69. package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
  70. package/node_modules/@slack/types/dist/events/index.js.map +1 -1
  71. package/node_modules/@slack/types/dist/message-metadata.d.ts +260 -1
  72. package/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -1
  73. package/node_modules/@slack/types/dist/message-metadata.js +24 -0
  74. package/node_modules/@slack/types/dist/message-metadata.js.map +1 -1
  75. package/node_modules/@slack/types/package.json +1 -1
  76. package/node_modules/@slack/web-api/dist/WebClient.d.ts +2 -0
  77. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  78. package/node_modules/@slack/web-api/dist/WebClient.js +2 -0
  79. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  80. package/node_modules/@slack/web-api/dist/methods.d.ts +80 -2
  81. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  82. package/node_modules/@slack/web-api/dist/methods.js +78 -0
  83. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  84. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +37 -9
  85. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  86. package/node_modules/@slack/web-api/dist/types/request/entity.d.ts +46 -0
  87. package/node_modules/@slack/web-api/dist/types/request/entity.d.ts.map +1 -0
  88. package/node_modules/@slack/web-api/dist/types/request/entity.js +3 -0
  89. package/node_modules/@slack/web-api/dist/types/request/entity.js.map +1 -0
  90. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +2 -0
  91. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  92. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +1 -1
  93. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
  94. package/node_modules/@slack/web-api/dist/types/request/search.d.ts +10 -1
  95. package/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -1
  96. package/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts +806 -0
  97. package/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts.map +1 -0
  98. package/node_modules/@slack/web-api/dist/types/request/slackLists.js +3 -0
  99. package/node_modules/@slack/web-api/dist/types/request/slackLists.js.map +1 -0
  100. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +9 -0
  101. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +1 -0
  102. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js +11 -0
  103. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js.map +1 -0
  104. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts +8 -0
  105. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts.map +1 -0
  106. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +3 -0
  107. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js.map +1 -0
  108. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts +8 -0
  109. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts.map +1 -0
  110. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +3 -0
  111. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js.map +1 -0
  112. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts +14 -0
  113. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts.map +1 -0
  114. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +3 -0
  115. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js.map +1 -0
  116. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts +10 -0
  117. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts.map +1 -0
  118. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +3 -0
  119. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js.map +1 -0
  120. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts +9 -0
  121. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts.map +1 -0
  122. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +3 -0
  123. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js.map +1 -0
  124. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts +10 -0
  125. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts.map +1 -0
  126. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +3 -0
  127. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js.map +1 -0
  128. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts +8 -0
  129. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts.map +1 -0
  130. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +3 -0
  131. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js.map +1 -0
  132. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts +8 -0
  133. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts.map +1 -0
  134. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +3 -0
  135. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js.map +1 -0
  136. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts +12 -0
  137. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts.map +1 -0
  138. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +3 -0
  139. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js.map +1 -0
  140. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts +13 -0
  141. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts.map +1 -0
  142. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +3 -0
  143. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js.map +1 -0
  144. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts +8 -0
  145. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts.map +1 -0
  146. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +3 -0
  147. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js.map +1 -0
  148. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts +8 -0
  149. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts.map +1 -0
  150. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +3 -0
  151. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js.map +1 -0
  152. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +13 -0
  153. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
  154. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  155. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +36 -1
  156. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  157. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +8 -4
  158. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +50 -33
  159. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +3 -2
  160. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +198 -164
  161. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +9 -8
  162. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +39 -21
  163. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +89 -76
  164. package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  165. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +52 -22
  166. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +29 -22
  167. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +82 -50
  168. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +7 -6
  169. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +3 -2
  170. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
  171. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +13 -5
  172. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +221 -7
  173. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +2 -2
  174. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +2 -2
  175. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +88 -64
  176. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  177. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  178. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +34 -10
  179. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +11 -2
  180. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +20 -3
  181. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +24 -3
  182. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +40 -3
  183. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +25 -24
  184. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +1 -0
  185. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  186. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +5 -15
  187. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +5 -0
  188. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  189. package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  190. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +82 -21
  191. package/node_modules/@slack/web-api/package.json +3 -3
  192. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  193. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +36 -1
  194. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  195. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +8 -4
  196. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +50 -33
  197. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +3 -2
  198. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +198 -164
  199. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +9 -8
  200. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +39 -21
  201. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +89 -76
  202. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  203. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +52 -22
  204. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +29 -22
  205. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +82 -50
  206. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +7 -6
  207. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +3 -2
  208. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
  209. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +13 -5
  210. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +221 -7
  211. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +2 -2
  212. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +2 -2
  213. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +88 -64
  214. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  215. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  216. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +34 -10
  217. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +11 -2
  218. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +20 -3
  219. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +24 -3
  220. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +40 -3
  221. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +25 -24
  222. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +1 -0
  223. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  224. package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +5 -15
  225. package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +5 -0
  226. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  227. package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  228. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +82 -21
  229. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  230. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +36 -1
  231. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  232. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +8 -4
  233. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +50 -33
  234. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +3 -2
  235. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +198 -164
  236. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +9 -8
  237. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +39 -21
  238. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +89 -76
  239. package/node_modules/@types/keyv/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  240. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +52 -22
  241. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +29 -22
  242. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +82 -50
  243. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +7 -6
  244. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +3 -2
  245. package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
  246. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +13 -5
  247. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +221 -7
  248. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +2 -2
  249. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +2 -2
  250. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +88 -64
  251. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  252. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  253. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +34 -10
  254. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +11 -2
  255. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +20 -3
  256. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +24 -3
  257. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +40 -3
  258. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +25 -24
  259. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +1 -0
  260. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  261. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +5 -15
  262. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +5 -0
  263. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  264. package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  265. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +82 -21
  266. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  267. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +36 -1
  268. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  269. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +8 -4
  270. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +50 -33
  271. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +3 -2
  272. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +198 -164
  273. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +9 -8
  274. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +39 -21
  275. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +89 -76
  276. package/node_modules/@types/responselike/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  277. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +52 -22
  278. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +29 -22
  279. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +82 -50
  280. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +7 -6
  281. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +3 -2
  282. package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
  283. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +13 -5
  284. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +221 -7
  285. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +2 -2
  286. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +2 -2
  287. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +88 -64
  288. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  289. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  290. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +34 -10
  291. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +11 -2
  292. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +20 -3
  293. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +24 -3
  294. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +40 -3
  295. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +25 -24
  296. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +1 -0
  297. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  298. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +5 -15
  299. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +5 -0
  300. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  301. package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  302. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +82 -21
  303. package/node_modules/axios/CHANGELOG.md +410 -346
  304. package/node_modules/axios/README.md +79 -51
  305. package/node_modules/axios/dist/axios.js +121 -46
  306. package/node_modules/axios/dist/axios.js.map +1 -1
  307. package/node_modules/axios/dist/axios.min.js +2 -2
  308. package/node_modules/axios/dist/axios.min.js.map +1 -1
  309. package/node_modules/axios/dist/browser/axios.cjs +126 -57
  310. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  311. package/node_modules/axios/dist/esm/axios.js +126 -57
  312. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  313. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  314. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  315. package/node_modules/axios/dist/node/axios.cjs +351 -97
  316. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  317. package/node_modules/axios/index.d.cts +4 -0
  318. package/node_modules/axios/index.d.ts +4 -0
  319. package/node_modules/axios/lib/adapters/adapters.js +85 -40
  320. package/node_modules/axios/lib/adapters/fetch.js +1 -1
  321. package/node_modules/axios/lib/adapters/http.js +224 -42
  322. package/node_modules/axios/lib/core/InterceptorManager.js +1 -1
  323. package/node_modules/axios/lib/core/mergeConfig.js +4 -4
  324. package/node_modules/axios/lib/env/data.js +1 -1
  325. package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
  326. package/node_modules/axios/lib/helpers/bind.js +7 -0
  327. package/node_modules/axios/lib/helpers/cookies.js +24 -13
  328. package/node_modules/axios/package.json +9 -4
  329. package/node_modules/form-data/CHANGELOG.md +60 -2
  330. package/node_modules/form-data/README.md +4 -4
  331. package/node_modules/form-data/lib/form_data.js +2 -2
  332. package/node_modules/form-data/package.json +4 -4
  333. package/node_modules/js-beautify/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -1
  334. package/node_modules/js-beautify/node_modules/glob/dist/commonjs/index.d.ts +2 -2
  335. package/node_modules/js-beautify/node_modules/glob/dist/esm/bin.mjs +111 -35
  336. package/node_modules/js-beautify/node_modules/glob/dist/esm/bin.mjs.map +1 -1
  337. package/node_modules/js-beautify/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -1
  338. package/node_modules/js-beautify/node_modules/glob/dist/esm/index.d.ts +2 -2
  339. package/node_modules/js-beautify/node_modules/glob/package.json +1 -1
  340. package/node_modules/mjml/LICENSE.md +21 -0
  341. package/node_modules/mjml/package.json +9 -8
  342. package/node_modules/mjml-accordion/LICENSE.md +21 -0
  343. package/node_modules/mjml-accordion/README.md +2 -2
  344. package/node_modules/mjml-accordion/lib/Accordion.js +8 -0
  345. package/node_modules/mjml-accordion/lib/AccordionElement.js +8 -0
  346. package/node_modules/mjml-accordion/lib/AccordionText.js +17 -3
  347. package/node_modules/mjml-accordion/lib/AccordionTitle.js +17 -3
  348. package/node_modules/mjml-accordion/package.json +4 -3
  349. package/node_modules/mjml-body/LICENSE.md +21 -0
  350. package/node_modules/mjml-body/package.json +4 -3
  351. package/node_modules/mjml-button/LICENSE.md +21 -0
  352. package/node_modules/mjml-button/README.md +1 -1
  353. package/node_modules/mjml-button/package.json +4 -3
  354. package/node_modules/mjml-carousel/LICENSE.md +21 -0
  355. package/node_modules/mjml-carousel/README.md +5 -5
  356. package/node_modules/mjml-carousel/lib/Carousel.js +15 -2
  357. package/node_modules/mjml-carousel/lib/CarouselImage.js +8 -1
  358. package/node_modules/mjml-carousel/package.json +4 -3
  359. package/node_modules/mjml-cli/LICENSE.md +21 -0
  360. package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -1
  361. package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/index.d.ts +2 -2
  362. package/node_modules/mjml-cli/node_modules/glob/dist/esm/bin.mjs +111 -35
  363. package/node_modules/mjml-cli/node_modules/glob/dist/esm/bin.mjs.map +1 -1
  364. package/node_modules/mjml-cli/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -1
  365. package/node_modules/mjml-cli/node_modules/glob/dist/esm/index.d.ts +2 -2
  366. package/node_modules/mjml-cli/node_modules/glob/package.json +1 -1
  367. package/node_modules/mjml-cli/package.json +7 -6
  368. package/node_modules/mjml-column/LICENSE.md +21 -0
  369. package/node_modules/mjml-column/lib/index.js +29 -3
  370. package/node_modules/mjml-column/package.json +4 -3
  371. package/node_modules/mjml-core/LICENSE.md +21 -0
  372. package/node_modules/mjml-core/lib/createComponent.js +4 -2
  373. package/node_modules/mjml-core/lib/index.js +3 -0
  374. package/node_modules/mjml-core/package.json +6 -5
  375. package/node_modules/mjml-divider/LICENSE.md +21 -0
  376. package/node_modules/mjml-divider/package.json +4 -3
  377. package/node_modules/mjml-group/LICENSE.md +21 -0
  378. package/node_modules/mjml-group/README.md +4 -4
  379. package/node_modules/mjml-group/package.json +4 -3
  380. package/node_modules/mjml-head/LICENSE.md +21 -0
  381. package/node_modules/mjml-head/package.json +4 -3
  382. package/node_modules/mjml-head-attributes/LICENSE.md +21 -0
  383. package/node_modules/mjml-head-attributes/package.json +4 -3
  384. package/node_modules/mjml-head-breakpoint/LICENSE.md +21 -0
  385. package/node_modules/mjml-head-breakpoint/package.json +4 -3
  386. package/node_modules/mjml-head-font/LICENSE.md +21 -0
  387. package/node_modules/mjml-head-font/package.json +4 -3
  388. package/node_modules/mjml-head-html-attributes/LICENSE.md +21 -0
  389. package/node_modules/mjml-head-html-attributes/package.json +4 -3
  390. package/node_modules/mjml-head-preview/LICENSE.md +21 -0
  391. package/node_modules/mjml-head-preview/package.json +4 -3
  392. package/node_modules/mjml-head-style/LICENSE.md +21 -0
  393. package/node_modules/mjml-head-style/package.json +4 -3
  394. package/node_modules/mjml-head-title/LICENSE.md +21 -0
  395. package/node_modules/mjml-head-title/package.json +4 -3
  396. package/node_modules/mjml-hero/LICENSE.md +21 -0
  397. package/node_modules/mjml-hero/README.md +4 -4
  398. package/node_modules/mjml-hero/package.json +4 -3
  399. package/node_modules/mjml-image/LICENSE.md +21 -0
  400. package/node_modules/mjml-image/README.md +1 -1
  401. package/node_modules/mjml-image/package.json +4 -3
  402. package/node_modules/mjml-migrate/package.json +5 -4
  403. package/node_modules/mjml-navbar/LICENSE.md +21 -0
  404. package/node_modules/mjml-navbar/README.md +4 -4
  405. package/node_modules/mjml-navbar/lib/Navbar.js +2 -2
  406. package/node_modules/mjml-navbar/package.json +4 -3
  407. package/node_modules/mjml-parser-xml/package.json +4 -4
  408. package/node_modules/mjml-preset-core/LICENSE.md +21 -0
  409. package/node_modules/mjml-preset-core/package.json +28 -27
  410. package/node_modules/mjml-raw/LICENSE.md +21 -0
  411. package/node_modules/mjml-raw/package.json +4 -3
  412. package/node_modules/mjml-section/LICENSE.md +21 -0
  413. package/node_modules/mjml-section/lib/index.js +20 -4
  414. package/node_modules/mjml-section/package.json +4 -3
  415. package/node_modules/mjml-social/LICENSE.md +21 -0
  416. package/node_modules/mjml-social/README.md +1 -1
  417. package/node_modules/mjml-social/lib/SocialElement.js +3 -4
  418. package/node_modules/mjml-social/package.json +4 -3
  419. package/node_modules/mjml-spacer/LICENSE.md +21 -0
  420. package/node_modules/mjml-spacer/package.json +4 -3
  421. package/node_modules/mjml-table/LICENSE.md +21 -0
  422. package/node_modules/mjml-table/lib/index.js +12 -1
  423. package/node_modules/mjml-table/package.json +4 -3
  424. package/node_modules/mjml-text/LICENSE.md +21 -0
  425. package/node_modules/mjml-text/package.json +4 -3
  426. package/node_modules/mjml-validator/package.json +2 -2
  427. package/node_modules/mjml-wrapper/LICENSE.md +21 -0
  428. package/node_modules/mjml-wrapper/README.md +2 -1
  429. package/node_modules/mjml-wrapper/lib/index.js +12 -0
  430. package/node_modules/mjml-wrapper/package.json +5 -4
  431. package/package.json +19 -19
@@ -3,7 +3,7 @@ import { foregroundChild } from 'foreground-child';
3
3
  import { existsSync } from 'fs';
4
4
  import { jack } from 'jackspeak';
5
5
  import { loadPackageJson } from 'package-json-from-dist';
6
- import { join } from 'path';
6
+ import { basename, join } from 'path';
7
7
  import { globStream } from './index.js';
8
8
  const { version } = loadPackageJson(import.meta.url, '../package.json');
9
9
  const j = jack({
@@ -30,6 +30,50 @@ const j = jack({
30
30
  description: `If no positional arguments are provided, glob will use
31
31
  this pattern`,
32
32
  },
33
+ })
34
+ .flag({
35
+ shell: {
36
+ default: false,
37
+ description: `Interpret the command as a shell command by passing it
38
+ to the shell, with all matched filesystem paths appended,
39
+ **even if this cannot be done safely**.
40
+
41
+ This is **not** unsafe (and usually unnecessary) when using
42
+ the known Unix shells sh, bash, zsh, and fish, as these can
43
+ all be executed in such a way as to pass positional
44
+ arguments safely.
45
+
46
+ **Note**: THIS IS UNSAFE IF THE FILE PATHS ARE UNTRUSTED,
47
+ because a path like \`'some/path/\\$\\(cmd)'\` will be
48
+ executed by the shell.
49
+
50
+ If you do have positional arguments that you wish to pass to
51
+ the command ahead of the glob pattern matches, use the
52
+ \`--cmd-arg\`/\`-g\` option instead.
53
+
54
+ The next major release of glob will fully remove the ability
55
+ to use this option unsafely.`,
56
+ },
57
+ })
58
+ .optList({
59
+ 'cmd-arg': {
60
+ short: 'g',
61
+ hint: 'arg',
62
+ default: [],
63
+ description: `Pass the provided values to the supplied command, ahead of
64
+ the glob matches.
65
+
66
+ For example, the command:
67
+
68
+ glob -c echo -g"hello" -g"world" *.txt
69
+
70
+ might output:
71
+
72
+ hello world a.txt b.txt
73
+
74
+ This is a safer (and future-proof) alternative than putting
75
+ positional arguments in the \`-c\`/\`--cmd\` option.`,
76
+ },
33
77
  })
34
78
  .flag({
35
79
  all: {
@@ -74,7 +118,7 @@ const j = jack({
74
118
  description: `Always resolve to posix style paths, using '/' as the
75
119
  directory separator, even on Windows. Drive letter
76
120
  absolute matches on Windows will be expanded to their
77
- full resolved UNC maths, eg instead of 'C:\\foo\\bar',
121
+ full resolved UNC paths, eg instead of 'C:\\foo\\bar',
78
122
  it will expand to '//?/C:/foo/bar'.
79
123
  `,
80
124
  },
@@ -209,8 +253,10 @@ const j = jack({
209
253
  description: `Output a huge amount of noisy debug information about
210
254
  patterns as they are parsed and used to match files.`,
211
255
  },
212
- })
213
- .flag({
256
+ version: {
257
+ short: 'V',
258
+ description: `Output the version (${version})`,
259
+ },
214
260
  help: {
215
261
  short: 'h',
216
262
  description: 'Show this usage information',
@@ -218,48 +264,78 @@ const j = jack({
218
264
  });
219
265
  try {
220
266
  const { positionals, values } = j.parse();
221
- if (values.help) {
267
+ const { cmd, shell, all, default: def, version: showVersion, help, absolute, cwd, dot, 'dot-relative': dotRelative, follow, ignore, 'match-base': matchBase, 'max-depth': maxDepth, mark, nobrace, nocase, nodir, noext, noglobstar, platform, realpath, root, stat, debug, posix, 'cmd-arg': cmdArg, } = values;
268
+ if (showVersion) {
269
+ console.log(version);
270
+ process.exit(0);
271
+ }
272
+ if (help) {
222
273
  console.log(j.usage());
223
274
  process.exit(0);
224
275
  }
225
- if (positionals.length === 0 && !values.default)
276
+ //const { shell, help } = values
277
+ if (positionals.length === 0 && !def)
226
278
  throw 'No patterns provided';
227
- if (positionals.length === 0 && values.default)
228
- positionals.push(values.default);
229
- const patterns = values.all ? positionals : positionals.filter(p => !existsSync(p));
230
- const matches = values.all ?
231
- []
232
- : positionals.filter(p => existsSync(p)).map(p => join(p));
279
+ if (positionals.length === 0 && def)
280
+ positionals.push(def);
281
+ const patterns = all ? positionals : positionals.filter(p => !existsSync(p));
282
+ const matches = all ? [] : positionals.filter(p => existsSync(p)).map(p => join(p));
233
283
  const stream = globStream(patterns, {
234
- absolute: values.absolute,
235
- cwd: values.cwd,
236
- dot: values.dot,
237
- dotRelative: values['dot-relative'],
238
- follow: values.follow,
239
- ignore: values.ignore,
240
- mark: values.mark,
241
- matchBase: values['match-base'],
242
- maxDepth: values['max-depth'],
243
- nobrace: values.nobrace,
244
- nocase: values.nocase,
245
- nodir: values.nodir,
246
- noext: values.noext,
247
- noglobstar: values.noglobstar,
248
- platform: values.platform,
249
- realpath: values.realpath,
250
- root: values.root,
251
- stat: values.stat,
252
- debug: values.debug,
253
- posix: values.posix,
284
+ absolute,
285
+ cwd,
286
+ dot,
287
+ dotRelative,
288
+ follow,
289
+ ignore,
290
+ mark,
291
+ matchBase,
292
+ maxDepth,
293
+ nobrace,
294
+ nocase,
295
+ nodir,
296
+ noext,
297
+ noglobstar,
298
+ platform: platform,
299
+ realpath,
300
+ root,
301
+ stat,
302
+ debug,
303
+ posix,
254
304
  });
255
- const cmd = values.cmd;
256
305
  if (!cmd) {
257
306
  matches.forEach(m => console.log(m));
258
307
  stream.on('data', f => console.log(f));
259
308
  }
260
309
  else {
261
- stream.on('data', f => matches.push(f));
262
- stream.on('end', () => foregroundChild(cmd, matches, { shell: true }));
310
+ cmdArg.push(...matches);
311
+ stream.on('data', f => cmdArg.push(f));
312
+ // Attempt to support commands that contain spaces and otherwise require
313
+ // shell interpretation, but do NOT shell-interpret the arguments, to avoid
314
+ // injections via filenames. This affordance can only be done on known Unix
315
+ // shells, unfortunately.
316
+ //
317
+ // 'bash', ['-c', cmd + ' "$@"', 'bash', ...matches]
318
+ // 'zsh', ['-c', cmd + ' "$@"', 'zsh', ...matches]
319
+ // 'fish', ['-c', cmd + ' "$argv"', ...matches]
320
+ const { SHELL = 'unknown' } = process.env;
321
+ const shellBase = basename(SHELL);
322
+ const knownShells = ['sh', 'ksh', 'zsh', 'bash', 'fish'];
323
+ if ((shell || /[ "']/.test(cmd)) &&
324
+ knownShells.includes(shellBase)) {
325
+ const cmdWithArgs = `${cmd} "\$${shellBase === 'fish' ? 'argv' : '@'}"`;
326
+ if (shellBase !== 'fish') {
327
+ cmdArg.unshift(SHELL);
328
+ }
329
+ cmdArg.unshift('-c', cmdWithArgs);
330
+ stream.on('end', () => foregroundChild(SHELL, cmdArg));
331
+ }
332
+ else {
333
+ if (shell) {
334
+ process.emitWarning('The --shell option is unsafe, and will be removed. To pass ' +
335
+ 'positional arguments to the subprocess, use -g/--cmd-arg instead.', 'DeprecationWarning', 'GLOB_SHELL');
336
+ }
337
+ stream.on('end', () => foregroundChild(cmd, cmdArg, { shell }));
338
+ }
263
339
  }
264
340
  }
265
341
  catch (e) {
@@ -1 +1 @@
1
- {"version":3,"file":"bin.mjs","sourceRoot":"","sources":["../../src/bin.mts"],"names":[],"mappings":"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","sourcesContent":["#!/usr/bin/env node\nimport { foregroundChild } from 'foreground-child'\nimport { existsSync } from 'fs'\nimport { jack } from 'jackspeak'\nimport { loadPackageJson } from 'package-json-from-dist'\nimport { join } from 'path'\nimport { globStream } from './index.js'\n\nconst { version } = loadPackageJson(import.meta.url, '../package.json')\n\nconst j = jack({\n usage: 'glob [options] [<pattern> [<pattern> ...]]',\n})\n .description(\n `\n Glob v${version}\n\n Expand the positional glob expression arguments into any matching file\n system paths found.\n `,\n )\n .opt({\n cmd: {\n short: 'c',\n hint: 'command',\n description: `Run the command provided, passing the glob expression\n matches as arguments.`,\n },\n })\n .opt({\n default: {\n short: 'p',\n hint: 'pattern',\n description: `If no positional arguments are provided, glob will use\n this pattern`,\n },\n })\n .flag({\n all: {\n short: 'A',\n description: `By default, the glob cli command will not expand any\n arguments that are an exact match to a file on disk.\n\n This prevents double-expanding, in case the shell expands\n an argument whose filename is a glob expression.\n\n For example, if 'app/*.ts' would match 'app/[id].ts', then\n on Windows powershell or cmd.exe, 'glob app/*.ts' will\n expand to 'app/[id].ts', as expected. However, in posix\n shells such as bash or zsh, the shell will first expand\n 'app/*.ts' to a list of filenames. Then glob will look\n for a file matching 'app/[id].ts' (ie, 'app/i.ts' or\n 'app/d.ts'), which is unexpected.\n\n Setting '--all' prevents this behavior, causing glob\n to treat ALL patterns as glob expressions to be expanded,\n even if they are an exact match to a file on disk.\n\n When setting this option, be sure to enquote arguments\n so that the shell will not expand them prior to passing\n them to the glob command process.\n `,\n },\n absolute: {\n short: 'a',\n description: 'Expand to absolute paths',\n },\n 'dot-relative': {\n short: 'd',\n description: `Prepend './' on relative matches`,\n },\n mark: {\n short: 'm',\n description: `Append a / on any directories matched`,\n },\n posix: {\n short: 'x',\n description: `Always resolve to posix style paths, using '/' as the\n directory separator, even on Windows. Drive letter\n absolute matches on Windows will be expanded to their\n full resolved UNC maths, eg instead of 'C:\\\\foo\\\\bar',\n it will expand to '//?/C:/foo/bar'.\n `,\n },\n\n follow: {\n short: 'f',\n description: `Follow symlinked directories when expanding '**'`,\n },\n realpath: {\n short: 'R',\n description: `Call 'fs.realpath' on all of the results. In the case\n of an entry that cannot be resolved, the entry is\n omitted. This incurs a slight performance penalty, of\n course, because of the added system calls.`,\n },\n stat: {\n short: 's',\n description: `Call 'fs.lstat' on all entries, whether required or not\n to determine if it's a valid match.`,\n },\n 'match-base': {\n short: 'b',\n description: `Perform a basename-only match if the pattern does not\n contain any slash characters. That is, '*.js' would be\n treated as equivalent to '**/*.js', matching js files\n in all directories.\n `,\n },\n\n dot: {\n description: `Allow patterns to match files/directories that start\n with '.', even if the pattern does not start with '.'\n `,\n },\n nobrace: {\n description: 'Do not expand {...} patterns',\n },\n nocase: {\n description: `Perform a case-insensitive match. This defaults to\n 'true' on macOS and Windows platforms, and false on\n all others.\n\n Note: 'nocase' should only be explicitly set when it is\n known that the filesystem's case sensitivity differs\n from the platform default. If set 'true' on\n case-insensitive file systems, then the walk may return\n more or less results than expected.\n `,\n },\n nodir: {\n description: `Do not match directories, only files.\n\n Note: to *only* match directories, append a '/' at the\n end of the pattern.\n `,\n },\n noext: {\n description: `Do not expand extglob patterns, such as '+(a|b)'`,\n },\n noglobstar: {\n description: `Do not expand '**' against multiple path portions.\n Ie, treat it as a normal '*' instead.`,\n },\n 'windows-path-no-escape': {\n description: `Use '\\\\' as a path separator *only*, and *never* as an\n escape character. If set, all '\\\\' characters are\n replaced with '/' in the pattern.`,\n },\n })\n .num({\n 'max-depth': {\n short: 'D',\n description: `Maximum depth to traverse from the current\n working directory`,\n },\n })\n .opt({\n cwd: {\n short: 'C',\n description: 'Current working directory to execute/match in',\n default: process.cwd(),\n },\n root: {\n short: 'r',\n description: `A string path resolved against the 'cwd', which is\n used as the starting point for absolute patterns that\n start with '/' (but not drive letters or UNC paths\n on Windows).\n\n Note that this *doesn't* necessarily limit the walk to\n the 'root' directory, and doesn't affect the cwd\n starting point for non-absolute patterns. A pattern\n containing '..' will still be able to traverse out of\n the root directory, if it is not an actual root directory\n on the filesystem, and any non-absolute patterns will\n still be matched in the 'cwd'.\n\n To start absolute and non-absolute patterns in the same\n path, you can use '--root=' to set it to the empty\n string. However, be aware that on Windows systems, a\n pattern like 'x:/*' or '//host/share/*' will *always*\n start in the 'x:/' or '//host/share/' directory,\n regardless of the --root setting.\n `,\n },\n platform: {\n description: `Defaults to the value of 'process.platform' if\n available, or 'linux' if not. Setting --platform=win32\n on non-Windows systems may cause strange behavior!`,\n validOptions: [\n 'aix',\n 'android',\n 'darwin',\n 'freebsd',\n 'haiku',\n 'linux',\n 'openbsd',\n 'sunos',\n 'win32',\n 'cygwin',\n 'netbsd',\n ],\n },\n })\n .optList({\n ignore: {\n short: 'i',\n description: `Glob patterns to ignore`,\n },\n })\n .flag({\n debug: {\n short: 'v',\n description: `Output a huge amount of noisy debug information about\n patterns as they are parsed and used to match files.`,\n },\n })\n .flag({\n help: {\n short: 'h',\n description: 'Show this usage information',\n },\n })\n\ntry {\n const { positionals, values } = j.parse()\n if (values.help) {\n console.log(j.usage())\n process.exit(0)\n }\n if (positionals.length === 0 && !values.default)\n throw 'No patterns provided'\n if (positionals.length === 0 && values.default)\n positionals.push(values.default)\n const patterns =\n values.all ? positionals : positionals.filter(p => !existsSync(p))\n const matches =\n values.all ?\n []\n : positionals.filter(p => existsSync(p)).map(p => join(p))\n const stream = globStream(patterns, {\n absolute: values.absolute,\n cwd: values.cwd,\n dot: values.dot,\n dotRelative: values['dot-relative'],\n follow: values.follow,\n ignore: values.ignore,\n mark: values.mark,\n matchBase: values['match-base'],\n maxDepth: values['max-depth'],\n nobrace: values.nobrace,\n nocase: values.nocase,\n nodir: values.nodir,\n noext: values.noext,\n noglobstar: values.noglobstar,\n platform: values.platform as undefined | NodeJS.Platform,\n realpath: values.realpath,\n root: values.root,\n stat: values.stat,\n debug: values.debug,\n posix: values.posix,\n })\n\n const cmd = values.cmd\n if (!cmd) {\n matches.forEach(m => console.log(m))\n stream.on('data', f => console.log(f))\n } else {\n stream.on('data', f => matches.push(f))\n stream.on('end', () => foregroundChild(cmd, matches, { shell: true }))\n }\n} catch (e) {\n console.error(j.usage())\n console.error(e instanceof Error ? e.message : String(e))\n process.exit(1)\n}\n"]}
1
+ {"version":3,"file":"bin.mjs","sourceRoot":"","sources":["../../src/bin.mts"],"names":[],"mappings":"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","sourcesContent":["#!/usr/bin/env node\nimport { foregroundChild } from 'foreground-child'\nimport { existsSync } from 'fs'\nimport { jack } from 'jackspeak'\nimport { loadPackageJson } from 'package-json-from-dist'\nimport { basename, join } from 'path'\nimport { globStream } from './index.js'\n\nconst { version } = loadPackageJson(import.meta.url, '../package.json')\n\nconst j = jack({\n usage: 'glob [options] [<pattern> [<pattern> ...]]',\n})\n .description(\n `\n Glob v${version}\n\n Expand the positional glob expression arguments into any matching file\n system paths found.\n `,\n )\n .opt({\n cmd: {\n short: 'c',\n hint: 'command',\n description: `Run the command provided, passing the glob expression\n matches as arguments.`,\n },\n })\n .opt({\n default: {\n short: 'p',\n hint: 'pattern',\n description: `If no positional arguments are provided, glob will use\n this pattern`,\n },\n })\n .flag({\n shell: {\n default: false,\n description: `Interpret the command as a shell command by passing it\n to the shell, with all matched filesystem paths appended,\n **even if this cannot be done safely**.\n\n This is **not** unsafe (and usually unnecessary) when using\n the known Unix shells sh, bash, zsh, and fish, as these can\n all be executed in such a way as to pass positional\n arguments safely.\n\n **Note**: THIS IS UNSAFE IF THE FILE PATHS ARE UNTRUSTED,\n because a path like \\`'some/path/\\\\$\\\\(cmd)'\\` will be\n executed by the shell.\n\n If you do have positional arguments that you wish to pass to\n the command ahead of the glob pattern matches, use the\n \\`--cmd-arg\\`/\\`-g\\` option instead.\n\n The next major release of glob will fully remove the ability\n to use this option unsafely.`,\n },\n })\n .optList({\n 'cmd-arg': {\n short: 'g',\n hint: 'arg',\n default: [],\n description: `Pass the provided values to the supplied command, ahead of\n the glob matches.\n\n For example, the command:\n\n glob -c echo -g\"hello\" -g\"world\" *.txt\n\n might output:\n\n hello world a.txt b.txt\n\n This is a safer (and future-proof) alternative than putting\n positional arguments in the \\`-c\\`/\\`--cmd\\` option.`,\n },\n })\n .flag({\n all: {\n short: 'A',\n description: `By default, the glob cli command will not expand any\n arguments that are an exact match to a file on disk.\n\n This prevents double-expanding, in case the shell expands\n an argument whose filename is a glob expression.\n\n For example, if 'app/*.ts' would match 'app/[id].ts', then\n on Windows powershell or cmd.exe, 'glob app/*.ts' will\n expand to 'app/[id].ts', as expected. However, in posix\n shells such as bash or zsh, the shell will first expand\n 'app/*.ts' to a list of filenames. Then glob will look\n for a file matching 'app/[id].ts' (ie, 'app/i.ts' or\n 'app/d.ts'), which is unexpected.\n\n Setting '--all' prevents this behavior, causing glob\n to treat ALL patterns as glob expressions to be expanded,\n even if they are an exact match to a file on disk.\n\n When setting this option, be sure to enquote arguments\n so that the shell will not expand them prior to passing\n them to the glob command process.\n `,\n },\n absolute: {\n short: 'a',\n description: 'Expand to absolute paths',\n },\n 'dot-relative': {\n short: 'd',\n description: `Prepend './' on relative matches`,\n },\n mark: {\n short: 'm',\n description: `Append a / on any directories matched`,\n },\n posix: {\n short: 'x',\n description: `Always resolve to posix style paths, using '/' as the\n directory separator, even on Windows. Drive letter\n absolute matches on Windows will be expanded to their\n full resolved UNC paths, eg instead of 'C:\\\\foo\\\\bar',\n it will expand to '//?/C:/foo/bar'.\n `,\n },\n\n follow: {\n short: 'f',\n description: `Follow symlinked directories when expanding '**'`,\n },\n realpath: {\n short: 'R',\n description: `Call 'fs.realpath' on all of the results. In the case\n of an entry that cannot be resolved, the entry is\n omitted. This incurs a slight performance penalty, of\n course, because of the added system calls.`,\n },\n stat: {\n short: 's',\n description: `Call 'fs.lstat' on all entries, whether required or not\n to determine if it's a valid match.`,\n },\n 'match-base': {\n short: 'b',\n description: `Perform a basename-only match if the pattern does not\n contain any slash characters. That is, '*.js' would be\n treated as equivalent to '**/*.js', matching js files\n in all directories.\n `,\n },\n\n dot: {\n description: `Allow patterns to match files/directories that start\n with '.', even if the pattern does not start with '.'\n `,\n },\n nobrace: {\n description: 'Do not expand {...} patterns',\n },\n nocase: {\n description: `Perform a case-insensitive match. This defaults to\n 'true' on macOS and Windows platforms, and false on\n all others.\n\n Note: 'nocase' should only be explicitly set when it is\n known that the filesystem's case sensitivity differs\n from the platform default. If set 'true' on\n case-insensitive file systems, then the walk may return\n more or less results than expected.\n `,\n },\n nodir: {\n description: `Do not match directories, only files.\n\n Note: to *only* match directories, append a '/' at the\n end of the pattern.\n `,\n },\n noext: {\n description: `Do not expand extglob patterns, such as '+(a|b)'`,\n },\n noglobstar: {\n description: `Do not expand '**' against multiple path portions.\n Ie, treat it as a normal '*' instead.`,\n },\n 'windows-path-no-escape': {\n description: `Use '\\\\' as a path separator *only*, and *never* as an\n escape character. If set, all '\\\\' characters are\n replaced with '/' in the pattern.`,\n },\n })\n .num({\n 'max-depth': {\n short: 'D',\n description: `Maximum depth to traverse from the current\n working directory`,\n },\n })\n .opt({\n cwd: {\n short: 'C',\n description: 'Current working directory to execute/match in',\n default: process.cwd(),\n },\n root: {\n short: 'r',\n description: `A string path resolved against the 'cwd', which is\n used as the starting point for absolute patterns that\n start with '/' (but not drive letters or UNC paths\n on Windows).\n\n Note that this *doesn't* necessarily limit the walk to\n the 'root' directory, and doesn't affect the cwd\n starting point for non-absolute patterns. A pattern\n containing '..' will still be able to traverse out of\n the root directory, if it is not an actual root directory\n on the filesystem, and any non-absolute patterns will\n still be matched in the 'cwd'.\n\n To start absolute and non-absolute patterns in the same\n path, you can use '--root=' to set it to the empty\n string. However, be aware that on Windows systems, a\n pattern like 'x:/*' or '//host/share/*' will *always*\n start in the 'x:/' or '//host/share/' directory,\n regardless of the --root setting.\n `,\n },\n platform: {\n description: `Defaults to the value of 'process.platform' if\n available, or 'linux' if not. Setting --platform=win32\n on non-Windows systems may cause strange behavior!`,\n validOptions: [\n 'aix',\n 'android',\n 'darwin',\n 'freebsd',\n 'haiku',\n 'linux',\n 'openbsd',\n 'sunos',\n 'win32',\n 'cygwin',\n 'netbsd',\n ],\n },\n })\n .optList({\n ignore: {\n short: 'i',\n description: `Glob patterns to ignore`,\n },\n })\n .flag({\n debug: {\n short: 'v',\n description: `Output a huge amount of noisy debug information about\n patterns as they are parsed and used to match files.`,\n },\n version: {\n short: 'V',\n description: `Output the version (${version})`,\n },\n help: {\n short: 'h',\n description: 'Show this usage information',\n },\n })\n\ntry {\n const { positionals, values } = j.parse()\n const {\n cmd,\n shell,\n all,\n default: def,\n version: showVersion,\n help,\n absolute,\n cwd,\n dot,\n\n 'dot-relative': dotRelative,\n follow,\n ignore,\n 'match-base': matchBase,\n 'max-depth': maxDepth,\n mark,\n nobrace,\n nocase,\n nodir,\n noext,\n noglobstar,\n platform,\n realpath,\n root,\n stat,\n debug,\n posix,\n 'cmd-arg': cmdArg,\n } = values\n if (showVersion) {\n console.log(version)\n process.exit(0)\n }\n if (help) {\n console.log(j.usage())\n process.exit(0)\n }\n //const { shell, help } = values\n if (positionals.length === 0 && !def) throw 'No patterns provided'\n if (positionals.length === 0 && def) positionals.push(def)\n const patterns =\n all ? positionals : positionals.filter(p => !existsSync(p))\n const matches =\n all ? [] : positionals.filter(p => existsSync(p)).map(p => join(p))\n\n const stream = globStream(patterns, {\n absolute,\n cwd,\n dot,\n dotRelative,\n follow,\n ignore,\n mark,\n matchBase,\n maxDepth,\n nobrace,\n nocase,\n nodir,\n noext,\n noglobstar,\n platform: platform as undefined | NodeJS.Platform,\n realpath,\n root,\n stat,\n debug,\n posix,\n })\n\n if (!cmd) {\n matches.forEach(m => console.log(m))\n stream.on('data', f => console.log(f))\n } else {\n cmdArg.push(...matches)\n stream.on('data', f => cmdArg.push(f))\n // Attempt to support commands that contain spaces and otherwise require\n // shell interpretation, but do NOT shell-interpret the arguments, to avoid\n // injections via filenames. This affordance can only be done on known Unix\n // shells, unfortunately.\n //\n // 'bash', ['-c', cmd + ' \"$@\"', 'bash', ...matches]\n // 'zsh', ['-c', cmd + ' \"$@\"', 'zsh', ...matches]\n // 'fish', ['-c', cmd + ' \"$argv\"', ...matches]\n const { SHELL = 'unknown' } = process.env\n const shellBase = basename(SHELL)\n const knownShells = ['sh', 'ksh', 'zsh', 'bash', 'fish']\n if (\n (shell || /[ \"']/.test(cmd)) &&\n knownShells.includes(shellBase)\n ) {\n const cmdWithArgs = `${cmd} \"\\$${shellBase === 'fish' ? 'argv' : '@'}\"`\n if (shellBase !== 'fish') {\n cmdArg.unshift(SHELL)\n }\n cmdArg.unshift('-c', cmdWithArgs)\n stream.on('end', () => foregroundChild(SHELL, cmdArg))\n } else {\n if (shell) {\n process.emitWarning(\n 'The --shell option is unsafe, and will be removed. To pass ' +\n 'positional arguments to the subprocess, use -g/--cmd-arg instead.',\n 'DeprecationWarning',\n 'GLOB_SHELL',\n )\n }\n stream.on('end', () => foregroundChild(cmd, cmdArg, { shell }))\n }\n }\n} catch (e) {\n console.error(j.usage())\n console.error(e instanceof Error ? e.message : String(e))\n process.exit(1)\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"has-magic.d.ts","sourceRoot":"","sources":["../../src/has-magic.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAEvC;;;;;;;;;;GAUG;AACH,eAAO,MAAM,QAAQ,YACV,MAAM,GAAG,MAAM,EAAE,YACjB,WAAW,KACnB,OAQF,CAAA"}
1
+ {"version":3,"file":"has-magic.d.ts","sourceRoot":"","sources":["../../src/has-magic.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAEvC;;;;;;;;;;GAUG;AACH,eAAO,MAAM,QAAQ,GACnB,SAAS,MAAM,GAAG,MAAM,EAAE,EAC1B,UAAS,WAAgB,KACxB,OAQF,CAAA"}
@@ -91,7 +91,7 @@ export declare const glob: typeof glob_ & {
91
91
  iterateSync: typeof globIterateSync;
92
92
  Glob: typeof Glob;
93
93
  hasMagic: (pattern: string | string[], options?: GlobOptions) => boolean;
94
- escape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "windowsPathsNoEscape">) => string;
95
- unescape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "windowsPathsNoEscape">) => string;
94
+ escape: (s: string, { windowsPathsNoEscape, magicalBraces, }?: Pick<import("minimatch").MinimatchOptions, "windowsPathsNoEscape" | "magicalBraces">) => string;
95
+ unescape: (s: string, { windowsPathsNoEscape, magicalBraces, }?: Pick<import("minimatch").MinimatchOptions, "windowsPathsNoEscape" | "magicalBraces">) => string;
96
96
  };
97
97
  //# sourceMappingURL=index.d.ts.map
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "name": "glob",
7
7
  "description": "the most correct and second fastest glob implementation in JavaScript",
8
- "version": "10.4.5",
8
+ "version": "10.5.0",
9
9
  "type": "module",
10
10
  "tshy": {
11
11
  "main": true,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mjml-cli",
3
3
  "description": "MJML: the only framework that makes responsive-email easy",
4
- "version": "4.16.1",
4
+ "version": "4.17.1",
5
5
  "main": "bin/mjml",
6
6
  "bin": {
7
7
  "mjml-cli": "bin/mjml"
@@ -32,14 +32,15 @@
32
32
  "js-beautify": "^1.6.14",
33
33
  "lodash": "^4.17.21",
34
34
  "minimatch": "^9.0.3",
35
- "mjml-core": "4.16.1",
36
- "mjml-migrate": "4.16.1",
37
- "mjml-parser-xml": "4.16.1",
38
- "mjml-validator": "4.16.1",
35
+ "mjml-core": "4.17.1",
36
+ "mjml-migrate": "4.17.1",
37
+ "mjml-parser-xml": "4.17.1",
38
+ "mjml-validator": "4.17.1",
39
39
  "yargs": "^17.7.2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@babel/cli": "^7.8.4",
43
43
  "rimraf": "^3.0.2"
44
- }
44
+ },
45
+ "gitHead": "3f3b0bcc5f297d9bc84999908c213bc42d9792eb"
45
46
  }
@@ -0,0 +1,21 @@
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.
@@ -53,6 +53,8 @@ let MjColumn = exports.default = /*#__PURE__*/function (_BodyComponent) {
53
53
  }, {
54
54
  key: "getStyles",
55
55
  value: function getStyles() {
56
+ const hasBorderRadius = this.hasBorderRadius();
57
+ const hasInnerBorderRadius = this.hasInnerBorderRadius();
56
58
  const tableStyle = {
57
59
  'background-color': this.getAttribute('background-color'),
58
60
  border: this.getAttribute('border'),
@@ -61,7 +63,10 @@ let MjColumn = exports.default = /*#__PURE__*/function (_BodyComponent) {
61
63
  'border-radius': this.getAttribute('border-radius'),
62
64
  'border-right': this.getAttribute('border-right'),
63
65
  'border-top': this.getAttribute('border-top'),
64
- 'vertical-align': this.getAttribute('vertical-align')
66
+ 'vertical-align': this.getAttribute('vertical-align'),
67
+ ...(hasBorderRadius && {
68
+ 'border-collapse': 'separate'
69
+ })
65
70
  };
66
71
  return {
67
72
  div: {
@@ -81,7 +86,10 @@ let MjColumn = exports.default = /*#__PURE__*/function (_BodyComponent) {
81
86
  'border-radius': this.getAttribute('inner-border-radius'),
82
87
  'border-right': this.getAttribute('inner-border-right'),
83
88
  'border-top': this.getAttribute('inner-border-top')
84
- } : tableStyle)
89
+ } : tableStyle),
90
+ ...(hasInnerBorderRadius && {
91
+ 'border-collapse': 'separate'
92
+ })
85
93
  },
86
94
  tdOutlook: {
87
95
  'vertical-align': this.getAttribute('vertical-align'),
@@ -195,6 +203,18 @@ let MjColumn = exports.default = /*#__PURE__*/function (_BodyComponent) {
195
203
  });
196
204
  return className;
197
205
  }
206
+ }, {
207
+ key: "hasBorderRadius",
208
+ value: function hasBorderRadius() {
209
+ const borderRadius = this.getAttribute('border-radius');
210
+ return borderRadius !== '' && typeof borderRadius !== 'undefined';
211
+ }
212
+ }, {
213
+ key: "hasInnerBorderRadius",
214
+ value: function hasInnerBorderRadius() {
215
+ const innerBorderRadius = this.getAttribute('inner-border-radius');
216
+ return innerBorderRadius !== '' && typeof innerBorderRadius !== 'undefined';
217
+ }
198
218
  }, {
199
219
  key: "hasGutter",
200
220
  value: function hasGutter() {
@@ -203,6 +223,7 @@ let MjColumn = exports.default = /*#__PURE__*/function (_BodyComponent) {
203
223
  }, {
204
224
  key: "renderGutter",
205
225
  value: function renderGutter() {
226
+ const hasBorderRadius = this.hasBorderRadius();
206
227
  return `
207
228
  <table
208
229
  ${this.htmlAttributes({
@@ -210,7 +231,12 @@ let MjColumn = exports.default = /*#__PURE__*/function (_BodyComponent) {
210
231
  cellpadding: '0',
211
232
  cellspacing: '0',
212
233
  role: 'presentation',
213
- width: '100%'
234
+ width: '100%',
235
+ ...(hasBorderRadius && {
236
+ style: {
237
+ 'border-collapse': 'separate'
238
+ }
239
+ })
214
240
  })}
215
241
  >
216
242
  <tbody>
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mjml-column",
3
3
  "description": "mjml-column",
4
- "version": "4.16.1",
4
+ "version": "4.17.1",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib"
@@ -23,10 +23,11 @@
23
23
  "dependencies": {
24
24
  "@babel/runtime": "^7.28.4",
25
25
  "lodash": "^4.17.21",
26
- "mjml-core": "4.16.1"
26
+ "mjml-core": "4.17.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/cli": "^7.8.4",
30
30
  "rimraf": "^3.0.2"
31
- }
31
+ },
32
+ "gitHead": "3f3b0bcc5f297d9bc84999908c213bc42d9792eb"
32
33
  }
@@ -0,0 +1,21 @@
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.
@@ -54,13 +54,15 @@ let Component = /*#__PURE__*/function () {
54
54
  context = {},
55
55
  props = {},
56
56
  globalAttributes = {},
57
- absoluteFilePath = null
57
+ absoluteFilePath = null,
58
+ rawAttrs = {}
58
59
  } = initialDatas;
59
60
  this.props = {
60
61
  absoluteFilePath,
61
62
  ...props,
62
63
  children,
63
- content
64
+ content,
65
+ rawAttrs
64
66
  };
65
67
  this.attributes = (0, _formatAttributes.default)({
66
68
  ...this.constructor.defaultAttributes,
@@ -299,6 +299,9 @@ function mjml2html(mjml, options = {}) {
299
299
  ...defaultAttributesForClasses,
300
300
  ...(0, _omit2.default)(attributes, ['mj-class'])
301
301
  },
302
+ rawAttrs: {
303
+ ...(0, _omit2.default)(attributes, ['mj-class'])
304
+ },
302
305
  globalAttributes: {
303
306
  ...globalData.defaultAttributes['mj-all']
304
307
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mjml-core",
3
3
  "description": "mjml-core",
4
- "version": "4.16.1",
4
+ "version": "4.17.1",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib"
@@ -29,13 +29,14 @@
29
29
  "js-beautify": "^1.6.14",
30
30
  "juice": "^10.0.0",
31
31
  "lodash": "^4.17.21",
32
- "mjml-migrate": "4.16.1",
33
- "mjml-parser-xml": "4.16.1",
34
- "mjml-validator": "4.16.1"
32
+ "mjml-migrate": "4.17.1",
33
+ "mjml-parser-xml": "4.17.1",
34
+ "mjml-validator": "4.17.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@babel/cli": "^7.8.4",
38
38
  "chai": "^4.1.1",
39
39
  "rimraf": "^3.0.2"
40
- }
40
+ },
41
+ "gitHead": "3f3b0bcc5f297d9bc84999908c213bc42d9792eb"
41
42
  }
@@ -0,0 +1,21 @@
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,7 +1,7 @@
1
1
  {
2
2
  "name": "mjml-divider",
3
3
  "description": "mjml-divider",
4
- "version": "4.16.1",
4
+ "version": "4.17.1",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib"
@@ -23,10 +23,11 @@
23
23
  "dependencies": {
24
24
  "@babel/runtime": "^7.28.4",
25
25
  "lodash": "^4.17.21",
26
- "mjml-core": "4.16.1"
26
+ "mjml-core": "4.17.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/cli": "^7.8.4",
30
30
  "rimraf": "^3.0.2"
31
- }
31
+ },
32
+ "gitHead": "3f3b0bcc5f297d9bc84999908c213bc42d9792eb"
32
33
  }
@@ -0,0 +1,21 @@
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.
@@ -3,13 +3,13 @@
3
3
 
4
4
  <p style="text-align: center;" >
5
5
  Desktop<br />
6
- <img src="https://cloud.githubusercontent.com/assets/570317/15677458/a6ad2c1c-274a-11e6-8fdf-6853d748ef27.png"
6
+ <img src="https://static.mailjet.com/mjml-website/documentation/group-example-1.png"
7
7
  alt="easy and quick; responsive" />
8
8
  </p>
9
9
 
10
10
  <p style="text-align: center;" >
11
11
  Mobile<br />
12
- <img src="https://cloud.githubusercontent.com/assets/570317/15677396/6bb62708-274a-11e6-8c59-0d8b3944a2ae.png"
12
+ <img src="https://static.mailjet.com/mjml-website/documentation/group-example-2.png"
13
13
  alt="easy and quick; responsive" />
14
14
  </p>
15
15
 
@@ -21,14 +21,14 @@ mj-group allows you to prevent columns from stacking on mobile. To do so, wrap t
21
21
  <mj-section>
22
22
  <mj-group>
23
23
  <mj-column>
24
- <mj-image width="137px" height="185px" padding="0" src="https://mjml.io/assets/img/easy-and-quick.png" />
24
+ <mj-image width="137px" height="185px" padding="0" src="https://static.mailjet.com/mjml-website/documentation/group-1.png" />
25
25
  <mj-text align="center">
26
26
  <h2>Easy and quick</h2>
27
27
  <p>Write less code, save time and code more efficiently with MJML’s semantic syntax.</p>
28
28
  </mj-text>
29
29
  </mj-column>
30
30
  <mj-column>
31
- <mj-image width="166px" height="185px" padding="0" src="https://mjml.io/assets/img/responsive.png" />
31
+ <mj-image width="166px" height="185px" padding="0" src="https://static.mailjet.com/mjml-website/documentation/group-2.png" />
32
32
  <mj-text align="center">
33
33
  <h2>Responsive</h2>
34
34
  <p>MJML is responsive by design on most-popular email clients, even Outlook.</p>