@visulima/email 1.0.0-alpha.9 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (396) hide show
  1. package/CHANGELOG.md +775 -0
  2. package/LICENSE.md +541 -847
  3. package/README.md +212 -191
  4. package/dist/crypto/index.d.ts +304 -4
  5. package/dist/crypto/index.js +1 -1
  6. package/dist/deliverability/dmarc-report.d.ts +95 -0
  7. package/dist/deliverability/dmarc-report.js +1 -0
  8. package/dist/deliverability/index.d.ts +360 -0
  9. package/dist/deliverability/index.js +1 -0
  10. package/dist/events/index.d.ts +31 -0
  11. package/dist/events/index.js +1 -0
  12. package/dist/inbound/index.d.ts +375 -0
  13. package/dist/inbound/index.js +1 -0
  14. package/dist/index.d.ts +94 -9
  15. package/dist/index.js +1 -1
  16. package/dist/middleware/index.d.ts +346 -0
  17. package/dist/middleware/index.js +1 -0
  18. package/dist/packem_shared/ALL_EVENTS-3kwh5CBE.js +1 -0
  19. package/dist/packem_shared/DkimSigner-BuSbnos1.js +18 -0
  20. package/dist/packem_shared/DraftMailMessage-BxqGSLMN.js +1 -0
  21. package/dist/packem_shared/EmailError-B-sEf3bp.js +1 -0
  22. package/dist/packem_shared/Mail-BEuzrB00.js +1 -0
  23. package/dist/packem_shared/MailMessage-D9k5gYrd.js +1 -0
  24. package/dist/packem_shared/MemoryEventStore-CuhfO9aj.js +1 -0
  25. package/dist/packem_shared/MemoryQueue-Dl1Fa6OJ.js +1 -0
  26. package/dist/packem_shared/MemorySuppressionStore-DZnbz-_B.js +1 -0
  27. package/dist/packem_shared/RATE_LIMIT_PRESETS-BPADLgcA.js +1 -0
  28. package/dist/packem_shared/RequiredOptionError-DuNNY_a5.js +1 -0
  29. package/dist/packem_shared/SmimeEncrypter-C7usORKF.js +6 -0
  30. package/dist/packem_shared/SmimeSigner-DgAApLPS.js +8 -0
  31. package/dist/packem_shared/addDarkModeSupport-DZYxULjl.js +1 -0
  32. package/dist/packem_shared/address-formatter-BWR2Dddx.js +1 -0
  33. package/dist/packem_shared/aggregate-features-BqEjPd42.js +1 -0
  34. package/dist/packem_shared/ahaSendProvider-D81_wUA1.js +1 -0
  35. package/dist/packem_shared/arcMessageSignatureBase-BY4j0TxM.js +17 -0
  36. package/dist/packem_shared/attachment-processor-CMp7qqMI.js +1 -0
  37. package/dist/packem_shared/awsSesProvider-BGZJUIep.js +32 -0
  38. package/dist/packem_shared/azureProvider-CmcK4bsf.js +1 -0
  39. package/dist/packem_shared/brevoProvider-C1BDXr41.js +1 -0
  40. package/dist/packem_shared/build-mime-message-B6927SQy.js +3 -0
  41. package/dist/packem_shared/buildListUnsubscribe-Cdr8MvR_.js +1 -0
  42. package/dist/packem_shared/buildMtaStsPolicy-oEQg8y_C.js +6 -0
  43. package/dist/packem_shared/circuitBreakerMiddleware-D2SA_07f.js +1 -0
  44. package/dist/packem_shared/cloudflareEmailProvider-Bv-ty-74.js +1 -0
  45. package/dist/packem_shared/composeMiddleware-BHwLLEzK.js +1 -0
  46. package/dist/packem_shared/create-logger-BQTS3f-I.js +1 -0
  47. package/dist/packem_shared/createSuppressionStore-CeAZKCbY.js +1 -0
  48. package/dist/packem_shared/createTestEmail-CF_RUjqo.js +1 -0
  49. package/dist/packem_shared/createWorker-_-yMWcNQ.js +1 -0
  50. package/dist/packem_shared/dedupeMiddleware-B6ajWOTi.js +1 -0
  51. package/dist/packem_shared/defineInboundHandler-CnL2BzlL.js +1 -0
  52. package/dist/packem_shared/defineProvider-C9q-7iwt.js +1 -0
  53. package/dist/packem_shared/detectMimeType-Dxv4MjZ7.js +1 -0
  54. package/dist/packem_shared/emailMatchers-DZDkrZ_3.js +1 -0
  55. package/dist/packem_shared/event-bus.d-DEl3w_EW.d.ts +104 -0
  56. package/dist/packem_shared/extractCidReferences-BuoTREMp.js +1 -0
  57. package/dist/packem_shared/extractReply-BUjIBt9A.js +5 -0
  58. package/dist/packem_shared/failoverProvider-BgX6zfnY.js +1 -0
  59. package/dist/packem_shared/format-address-DTl-9O70.js +1 -0
  60. package/dist/packem_shared/generate-boundary-DQbzDiOI.js +1 -0
  61. package/dist/packem_shared/generate-message-id-gXAuMz4g.js +1 -0
  62. package/dist/packem_shared/headers-to-record-De1Eg951.js +1 -0
  63. package/dist/packem_shared/httpProvider-DJAsYSun.js +1 -0
  64. package/dist/packem_shared/index-yDU-1zOZ.js +11 -0
  65. package/dist/packem_shared/infobipProvider-lHyGrXgZ.js +1 -0
  66. package/dist/packem_shared/injectPreheader-CF9WHZ7J.js +1 -0
  67. package/dist/packem_shared/inlineCss-BQ7d2Cyz.js +1 -0
  68. package/dist/packem_shared/isValidSigningCertUrl-Bii1AMGC.js +3 -0
  69. package/dist/packem_shared/loggingMiddleware-CZIiVMVp.js +1 -0
  70. package/dist/packem_shared/loopsProvider-DyloxzNC.js +1 -0
  71. package/dist/packem_shared/mail.d-B9SSqyy0.d.ts +909 -0
  72. package/dist/packem_shared/{mailCrabProvider-CM_CFDca.js → mailCrabProvider-CPtBT6Th.js} +1 -1
  73. package/dist/packem_shared/mailPaceProvider-CJEvOFBh.js +1 -0
  74. package/dist/packem_shared/mailchannelsProvider-osRkW_tz.js +1 -0
  75. package/dist/packem_shared/mailerSendProvider-C_6LzARK.js +1 -0
  76. package/dist/packem_shared/mailgunProvider-DkISvMPe.js +1 -0
  77. package/dist/packem_shared/mailjetProvider-CV0i4Xzh.js +1 -0
  78. package/dist/packem_shared/mailomatProvider-B5YFonEO.js +1 -0
  79. package/dist/packem_shared/mailtrapProvider-C4ZquIPz.js +1 -0
  80. package/dist/packem_shared/make-request-BlK_B72c.js +1 -0
  81. package/dist/packem_shared/mandrillProvider-DWPFh_Sj.js +1 -0
  82. package/dist/packem_shared/mockProvider-Behywbl1.js +1 -0
  83. package/dist/packem_shared/netcoreProvider-C5TEciaN.js +1 -0
  84. package/dist/packem_shared/nodemailerProvider-BFHobXxt.js +1 -0
  85. package/dist/packem_shared/normalizeMessageId-DAx2pGe2.js +1 -0
  86. package/dist/packem_shared/oauth2Middleware-CodqXkyj.js +1 -0
  87. package/dist/packem_shared/opentelemetryProvider-ByHC01ub.js +1 -0
  88. package/dist/packem_shared/outlook365Provider-63ggDpqV.js +1 -0
  89. package/dist/packem_shared/parseAddress-DdbViBAJ.js +1 -0
  90. package/dist/packem_shared/parseArfReport-Ds6S3c4J.js +6 -0
  91. package/dist/packem_shared/parseCloudflareInbound-C__j-oNa.js +1 -0
  92. package/dist/packem_shared/parseDmarcRecord-DXZ-_rF0.js +1 -0
  93. package/dist/packem_shared/parseMailgunInbound-BpC6uPNe.js +1 -0
  94. package/dist/packem_shared/parsePostmarkInbound-Co3_c6-9.js +1 -0
  95. package/dist/packem_shared/parseSendGridInbound-DsALoijO.js +4 -0
  96. package/dist/packem_shared/parseSesInbound-CH5tHIjp.js +1 -0
  97. package/dist/packem_shared/parseTlsReport-wPe1lIDs.js +1 -0
  98. package/dist/packem_shared/plunkProvider-yTlrJVEp.js +1 -0
  99. package/dist/packem_shared/postProcessHtml-DqKi2Ucg.js +1 -0
  100. package/dist/packem_shared/postalProvider-CRX_bMYD.js +1 -0
  101. package/dist/packem_shared/postmarkProvider-CDx85Yge.js +1 -0
  102. package/dist/packem_shared/provider-base-C7PuopYK.js +1 -0
  103. package/dist/packem_shared/provider.d-J-y6iogK.d.ts +28 -0
  104. package/dist/packem_shared/quoted-printable-nSGDA1tA.js +7 -0
  105. package/dist/packem_shared/resendProvider-CiclWxzr.js +1 -0
  106. package/dist/packem_shared/retry-3pnxTuNs.js +1 -0
  107. package/dist/packem_shared/retryMiddleware-DbViDX4r.js +1 -0
  108. package/dist/packem_shared/roundRobinProvider-D1by5KGW.js +1 -0
  109. package/dist/packem_shared/sanitize-header-DJhgZl3y.js +1 -0
  110. package/dist/packem_shared/scalewayProvider-BcND48qO.js +1 -0
  111. package/dist/packem_shared/sendGridProvider-D8ZLgY62.js +1 -0
  112. package/dist/packem_shared/smtpProvider-Bm0yP97W.js +25 -0
  113. package/dist/packem_shared/sparkpostProvider-CTYfSRaV.js +1 -0
  114. package/dist/packem_shared/sweegoProvider-DOoin_vi.js +1 -0
  115. package/dist/packem_shared/toEmailSnapshot-DeRqM5SJ.js +1 -0
  116. package/dist/packem_shared/tracer.d-MU42G1jG.d.ts +494 -0
  117. package/dist/packem_shared/types.d-BId55FW2.d.ts +107 -0
  118. package/dist/packem_shared/types.d-CmoWvdZi.d.ts +61 -0
  119. package/dist/packem_shared/types.d-DCkecJse.d.ts +51 -0
  120. package/dist/packem_shared/types.d-Mpu0HZoG.d.ts +24 -0
  121. package/dist/packem_shared/types.d-ejzh-xBP.d.ts +209 -0
  122. package/dist/packem_shared/types.d-lcJZmwRK.d.ts +69 -0
  123. package/dist/packem_shared/types.d-nyR1ty1Q.d.ts +9 -0
  124. package/dist/packem_shared/utils-BfYfPB_I.js +1 -0
  125. package/dist/packem_shared/validate-email-options-mCM9dVug.js +1 -0
  126. package/dist/packem_shared/verifyMailgunWebhook-Cwl0OD3P.js +1 -0
  127. package/dist/packem_shared/verifyPostmarkWebhook-C72ZvbrG.js +1 -0
  128. package/dist/packem_shared/verifyResendWebhook-YK2zNDXR.js +1 -0
  129. package/dist/packem_shared/verifySendGridWebhook-Dbwc1tfG.js +1 -0
  130. package/dist/packem_shared/withEvents-CCVblSqj.js +1 -0
  131. package/dist/packem_shared/withMetrics-DWywX_6M.js +1 -0
  132. package/dist/packem_shared/withRender-VP9wE5Yr.js +1 -0
  133. package/dist/packem_shared/withSuppression-DBaZDMAr.js +1 -0
  134. package/dist/packem_shared/withTelemetry-DL2qo0Hp.js +1 -0
  135. package/dist/packem_shared/zeptomailProvider-DKBPSHPj.js +1 -0
  136. package/dist/providers/ahasend/index.d.ts +36 -3
  137. package/dist/providers/ahasend/index.js +1 -1
  138. package/dist/providers/aws-ses/index.d.ts +47 -3
  139. package/dist/providers/aws-ses/index.js +1 -1
  140. package/dist/providers/azure/index.d.ts +52 -3
  141. package/dist/providers/azure/index.js +1 -1
  142. package/dist/providers/brevo/index.d.ts +65 -3
  143. package/dist/providers/brevo/index.js +1 -1
  144. package/dist/providers/cloudflare-email/index.d.ts +36 -0
  145. package/dist/providers/cloudflare-email/index.js +1 -0
  146. package/dist/providers/failover/index.d.ts +27 -3
  147. package/dist/providers/failover/index.js +1 -1
  148. package/dist/providers/http/index.d.ts +35 -3
  149. package/dist/providers/http/index.js +1 -1
  150. package/dist/providers/infobip/index.d.ts +56 -3
  151. package/dist/providers/infobip/index.js +1 -1
  152. package/dist/providers/loops/index.d.ts +47 -0
  153. package/dist/providers/loops/index.js +1 -0
  154. package/dist/providers/mailchannels/index.d.ts +26 -0
  155. package/dist/providers/mailchannels/index.js +1 -0
  156. package/dist/providers/mailcrab/index.d.ts +32 -3
  157. package/dist/providers/mailcrab/index.js +1 -1
  158. package/dist/providers/mailersend/index.d.ts +51 -3
  159. package/dist/providers/mailersend/index.js +1 -1
  160. package/dist/providers/mailgun/index.d.ts +73 -3
  161. package/dist/providers/mailgun/index.js +1 -1
  162. package/dist/providers/mailjet/index.d.ts +72 -3
  163. package/dist/providers/mailjet/index.js +1 -1
  164. package/dist/providers/mailomat/index.d.ts +40 -3
  165. package/dist/providers/mailomat/index.js +1 -1
  166. package/dist/providers/mailpace/index.d.ts +52 -3
  167. package/dist/providers/mailpace/index.js +1 -1
  168. package/dist/providers/mailtrap/index.d.ts +44 -3
  169. package/dist/providers/mailtrap/index.js +1 -1
  170. package/dist/providers/mandrill/index.d.ts +87 -3
  171. package/dist/providers/mandrill/index.js +1 -1
  172. package/dist/providers/mock/index.d.ts +12 -3
  173. package/dist/providers/mock/index.js +1 -1
  174. package/dist/providers/netcore/index.d.ts +35 -0
  175. package/dist/providers/netcore/index.js +1 -0
  176. package/dist/providers/nodemailer/index.d.ts +38 -3
  177. package/dist/providers/nodemailer/index.js +1 -1
  178. package/dist/providers/opentelemetry/index.d.ts +37 -3
  179. package/dist/providers/opentelemetry/index.js +1 -1
  180. package/dist/providers/outlook365/index.d.ts +48 -0
  181. package/dist/providers/outlook365/index.js +1 -0
  182. package/dist/providers/plunk/index.d.ts +38 -3
  183. package/dist/providers/plunk/index.js +1 -1
  184. package/dist/providers/postal/index.d.ts +48 -3
  185. package/dist/providers/postal/index.js +1 -1
  186. package/dist/providers/postmark/index.d.ts +60 -3
  187. package/dist/providers/postmark/index.js +1 -1
  188. package/dist/providers/resend/index.d.ts +51 -3
  189. package/dist/providers/resend/index.js +1 -1
  190. package/dist/providers/roundrobin/index.d.ts +27 -3
  191. package/dist/providers/roundrobin/index.js +1 -1
  192. package/dist/providers/scaleway/index.d.ts +44 -3
  193. package/dist/providers/scaleway/index.js +1 -1
  194. package/dist/providers/sendgrid/index.d.ts +84 -3
  195. package/dist/providers/sendgrid/index.js +1 -1
  196. package/dist/providers/smtp/index.d.ts +71 -3
  197. package/dist/providers/smtp/index.js +1 -1
  198. package/dist/providers/sparkpost/index.d.ts +43 -0
  199. package/dist/providers/sparkpost/index.js +1 -0
  200. package/dist/providers/sweego/index.d.ts +40 -3
  201. package/dist/providers/sweego/index.js +1 -1
  202. package/dist/providers/zeptomail/index.d.ts +37 -3
  203. package/dist/providers/zeptomail/index.js +1 -1
  204. package/dist/queue/bullmq-queue.d.ts +46 -0
  205. package/dist/queue/bullmq-queue.js +1 -0
  206. package/dist/queue/index.d.ts +147 -0
  207. package/dist/queue/index.js +1 -0
  208. package/dist/queue/pg-boss-queue.d.ts +41 -0
  209. package/dist/queue/pg-boss-queue.js +1 -0
  210. package/dist/queue/sqs-queue.d.ts +72 -0
  211. package/dist/queue/sqs-queue.js +1 -0
  212. package/dist/queue/unstorage-queue.d.ts +199 -0
  213. package/dist/queue/unstorage-queue.js +1 -0
  214. package/dist/render/index.d.ts +107 -0
  215. package/dist/render/index.js +1 -0
  216. package/dist/template-engines/handlebars.d.ts +23 -22
  217. package/dist/template-engines/handlebars.js +1 -1
  218. package/dist/template-engines/html-to-text.d.ts +24 -24
  219. package/dist/template-engines/html-to-text.js +1 -1
  220. package/dist/template-engines/i18n.d.ts +61 -0
  221. package/dist/template-engines/i18n.js +1 -0
  222. package/dist/template-engines/jsx-email.d.ts +11 -0
  223. package/dist/template-engines/jsx-email.js +1 -0
  224. package/dist/template-engines/liquid.d.ts +12 -0
  225. package/dist/template-engines/liquid.js +1 -0
  226. package/dist/template-engines/mjml.d.ts +10 -10
  227. package/dist/template-engines/mjml.js +1 -1
  228. package/dist/template-engines/react-email.d.ts +9 -9
  229. package/dist/template-engines/react-email.js +1 -1
  230. package/dist/template-engines/vue-email.d.ts +9 -9
  231. package/dist/template-engines/vue-email.js +1 -1
  232. package/dist/test/index.d.ts +155 -0
  233. package/dist/test/index.js +1 -0
  234. package/dist/utils/cache.d.ts +49 -48
  235. package/dist/utils/cache.js +1 -1
  236. package/dist/utils/format-email-address.d.ts +8 -7
  237. package/dist/utils/format-email-address.js +1 -1
  238. package/dist/utils/normalize-email-aliases.d.ts +20 -20
  239. package/dist/utils/normalize-email-aliases.js +1 -1
  240. package/dist/utils/parse-address.d.ts +18 -17
  241. package/dist/utils/parse-address.js +1 -1
  242. package/dist/utils/parse-eml.d.ts +22 -0
  243. package/dist/utils/parse-eml.js +6 -0
  244. package/dist/utils/result.d.ts +49 -0
  245. package/dist/utils/result.js +1 -0
  246. package/dist/utils/validation/check-feature-support.d.ts +53 -0
  247. package/dist/utils/validation/check-feature-support.js +1 -0
  248. package/dist/utils/validation/validate-email.d.ts +5 -5
  249. package/dist/utils/validation/validate-email.js +1 -1
  250. package/dist/webhooks/index.d.ts +231 -0
  251. package/dist/webhooks/index.js +1 -0
  252. package/package.json +177 -67
  253. package/dist/attachment-helpers.d.ts +0 -64
  254. package/dist/crypto/dkim-signer.d.ts +0 -48
  255. package/dist/crypto/smime-encrypter.d.ts +0 -53
  256. package/dist/crypto/smime-signer.d.ts +0 -48
  257. package/dist/crypto/types.d.ts +0 -101
  258. package/dist/draft-mail-message.d.ts +0 -13
  259. package/dist/errors/email-error.d.ts +0 -17
  260. package/dist/errors/required-option-error.d.ts +0 -10
  261. package/dist/mail-message.d.ts +0 -425
  262. package/dist/mail.d.ts +0 -206
  263. package/dist/packem_shared/DkimSigner-pFd4c3fZ.js +0 -18
  264. package/dist/packem_shared/EmailError-zm2ffVav.js +0 -1
  265. package/dist/packem_shared/Mail-6Bltpy_p.js +0 -1
  266. package/dist/packem_shared/MailMessage-B76GPBBA.js +0 -1
  267. package/dist/packem_shared/RequiredOptionError-CevW3u2K.js +0 -1
  268. package/dist/packem_shared/SmimeEncrypter-CBevU534.js +0 -6
  269. package/dist/packem_shared/SmimeSigner-CObA4jzT.js +0 -8
  270. package/dist/packem_shared/address-formatter-Cm_E_ZMa.js +0 -1
  271. package/dist/packem_shared/ahaSendProvider-DlFKEQ6D.js +0 -1
  272. package/dist/packem_shared/attachment-processor-2rHmfa7j.js +0 -1
  273. package/dist/packem_shared/awsSesProvider-Ba-eVJxZ.js +0 -32
  274. package/dist/packem_shared/azureProvider-CQYAkgVF.js +0 -1
  275. package/dist/packem_shared/brevoProvider-5p6jjiK9.js +0 -1
  276. package/dist/packem_shared/build-mime-message-IYaUqqPJ.js +0 -2
  277. package/dist/packem_shared/create-logger-BiWdqFNg.js +0 -1
  278. package/dist/packem_shared/defineProvider-B9rSklAJ.js +0 -1
  279. package/dist/packem_shared/detectMimeType-S8WRsNtY.js +0 -1
  280. package/dist/packem_shared/failoverProvider-CAHQQueo.js +0 -1
  281. package/dist/packem_shared/generate-boundary-Cx8nXYS0.js +0 -1
  282. package/dist/packem_shared/generate-message-id-D4uA8gkj.js +0 -1
  283. package/dist/packem_shared/headers-to-record-Qo124ImV.js +0 -1
  284. package/dist/packem_shared/httpProvider-CZD6LZX3.js +0 -1
  285. package/dist/packem_shared/infobipProvider-CtLwrUaP.js +0 -1
  286. package/dist/packem_shared/mailPaceProvider-B6yKvh6z.js +0 -1
  287. package/dist/packem_shared/mailerSendProvider-CeeIXFnW.js +0 -1
  288. package/dist/packem_shared/mailgunProvider-mmjKzouh.js +0 -1
  289. package/dist/packem_shared/mailjetProvider-DwN6i0VA.js +0 -1
  290. package/dist/packem_shared/mailomatProvider-DMQmjKHT.js +0 -1
  291. package/dist/packem_shared/mailtrapProvider-BN3UBEQw.js +0 -1
  292. package/dist/packem_shared/make-request-BDzF9W9D.js +0 -1
  293. package/dist/packem_shared/mandrillProvider-370y7CLu.js +0 -1
  294. package/dist/packem_shared/mockProvider-DN5ZwutD.js +0 -1
  295. package/dist/packem_shared/nodemailerProvider-_w8QXMU-.js +0 -1
  296. package/dist/packem_shared/opentelemetryProvider-C_ZXOLSd.js +0 -1
  297. package/dist/packem_shared/plunkProvider-DfJumQ4U.js +0 -1
  298. package/dist/packem_shared/postalProvider-Bavx2FcH.js +0 -1
  299. package/dist/packem_shared/postmarkProvider-DFC0uvjO.js +0 -1
  300. package/dist/packem_shared/provider-base-Cmzx6BTO.js +0 -1
  301. package/dist/packem_shared/readFile-BlZxbhCU-C8bCdiA2.js +0 -1
  302. package/dist/packem_shared/resendProvider-CfqU7UdE.js +0 -1
  303. package/dist/packem_shared/roundRobinProvider-1WQnuKR8.js +0 -1
  304. package/dist/packem_shared/sanitize-header-wWav-Scu.js +0 -1
  305. package/dist/packem_shared/scalewayProvider-be1HPimL.js +0 -1
  306. package/dist/packem_shared/sendGridProvider-BVI1sq3n.js +0 -1
  307. package/dist/packem_shared/smtpProvider-BV-ufR53.js +0 -23
  308. package/dist/packem_shared/sweegoProvider-7419CSAq.js +0 -1
  309. package/dist/packem_shared/validate-email-options-DfJ7llf8.js +0 -1
  310. package/dist/packem_shared/zeptomailProvider-C2lh0Xmo.js +0 -1
  311. package/dist/providers/ahasend/provider.d.ts +0 -7
  312. package/dist/providers/ahasend/types.d.ts +0 -28
  313. package/dist/providers/aws-ses/provider.d.ts +0 -8
  314. package/dist/providers/aws-ses/types.d.ts +0 -38
  315. package/dist/providers/azure/provider.d.ts +0 -7
  316. package/dist/providers/azure/types.d.ts +0 -44
  317. package/dist/providers/brevo/provider.d.ts +0 -7
  318. package/dist/providers/brevo/types.d.ts +0 -57
  319. package/dist/providers/failover/provider.d.ts +0 -7
  320. package/dist/providers/failover/types.d.ts +0 -19
  321. package/dist/providers/http/provider.d.ts +0 -7
  322. package/dist/providers/http/types.d.ts +0 -27
  323. package/dist/providers/infobip/provider.d.ts +0 -7
  324. package/dist/providers/infobip/types.d.ts +0 -48
  325. package/dist/providers/mailcrab/provider.d.ts +0 -9
  326. package/dist/providers/mailcrab/types.d.ts +0 -22
  327. package/dist/providers/mailersend/provider.d.ts +0 -7
  328. package/dist/providers/mailersend/types.d.ts +0 -43
  329. package/dist/providers/mailgun/provider.d.ts +0 -7
  330. package/dist/providers/mailgun/types.d.ts +0 -65
  331. package/dist/providers/mailjet/provider.d.ts +0 -7
  332. package/dist/providers/mailjet/types.d.ts +0 -64
  333. package/dist/providers/mailomat/provider.d.ts +0 -7
  334. package/dist/providers/mailomat/types.d.ts +0 -32
  335. package/dist/providers/mailpace/provider.d.ts +0 -7
  336. package/dist/providers/mailpace/types.d.ts +0 -44
  337. package/dist/providers/mailtrap/provider.d.ts +0 -7
  338. package/dist/providers/mailtrap/types.d.ts +0 -36
  339. package/dist/providers/mandrill/provider.d.ts +0 -7
  340. package/dist/providers/mandrill/types.d.ts +0 -79
  341. package/dist/providers/mock/provider.d.ts +0 -8
  342. package/dist/providers/mock/types.d.ts +0 -50
  343. package/dist/providers/nodemailer/provider.d.ts +0 -7
  344. package/dist/providers/nodemailer/types.d.ts +0 -30
  345. package/dist/providers/opentelemetry/provider.d.ts +0 -8
  346. package/dist/providers/opentelemetry/types.d.ts +0 -31
  347. package/dist/providers/plunk/provider.d.ts +0 -7
  348. package/dist/providers/plunk/types.d.ts +0 -30
  349. package/dist/providers/postal/provider.d.ts +0 -7
  350. package/dist/providers/postal/types.d.ts +0 -40
  351. package/dist/providers/postmark/provider.d.ts +0 -7
  352. package/dist/providers/postmark/types.d.ts +0 -52
  353. package/dist/providers/provider.d.ts +0 -27
  354. package/dist/providers/resend/provider.d.ts +0 -7
  355. package/dist/providers/resend/types.d.ts +0 -43
  356. package/dist/providers/roundrobin/provider.d.ts +0 -7
  357. package/dist/providers/roundrobin/types.d.ts +0 -19
  358. package/dist/providers/scaleway/provider.d.ts +0 -7
  359. package/dist/providers/scaleway/types.d.ts +0 -36
  360. package/dist/providers/sendgrid/provider.d.ts +0 -7
  361. package/dist/providers/sendgrid/types.d.ts +0 -76
  362. package/dist/providers/smtp/provider.d.ts +0 -7
  363. package/dist/providers/smtp/types.d.ts +0 -63
  364. package/dist/providers/sweego/provider.d.ts +0 -7
  365. package/dist/providers/sweego/types.d.ts +0 -32
  366. package/dist/providers/utils/address-formatter.d.ts +0 -139
  367. package/dist/providers/utils/attachment-processor.d.ts +0 -58
  368. package/dist/providers/utils/index.d.ts +0 -4
  369. package/dist/providers/utils/payload-builder.d.ts +0 -78
  370. package/dist/providers/utils/provider-base.d.ts +0 -69
  371. package/dist/providers/zeptomail/provider.d.ts +0 -7
  372. package/dist/providers/zeptomail/types.d.ts +0 -29
  373. package/dist/template-engines/types.d.ts +0 -8
  374. package/dist/types.d.ts +0 -203
  375. package/dist/utils/build-mime-message.d.ts +0 -8
  376. package/dist/utils/create-logger.d.ts +0 -16
  377. package/dist/utils/format-email-addresses.d.ts +0 -8
  378. package/dist/utils/generate-boundary.d.ts +0 -7
  379. package/dist/utils/generate-message-id.d.ts +0 -6
  380. package/dist/utils/headers-to-record.d.ts +0 -9
  381. package/dist/utils/is-port-available.d.ts +0 -9
  382. package/dist/utils/make-request.d.ts +0 -18
  383. package/dist/utils/retry.d.ts +0 -10
  384. package/dist/utils/sanitize-header.d.ts +0 -14
  385. package/dist/utils/to-base64.d.ts +0 -8
  386. package/dist/utils/validation/check-mx-records.d.ts +0 -42
  387. package/dist/utils/validation/check-mx-records.js +0 -1
  388. package/dist/utils/validation/disposable-email-domains.d.ts +0 -13
  389. package/dist/utils/validation/disposable-email-domains.js +0 -1
  390. package/dist/utils/validation/role-accounts.d.ts +0 -21
  391. package/dist/utils/validation/role-accounts.js +0 -1
  392. package/dist/utils/validation/validate-email-options.d.ts +0 -8
  393. package/dist/utils/validation/verify-email.d.ts +0 -47
  394. package/dist/utils/validation/verify-email.js +0 -1
  395. package/dist/utils/validation/verify-smtp.d.ts +0 -39
  396. package/dist/utils/validation/verify-smtp.js +0 -4
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Visulima
3
+ Copyright (c) 2026 visulima
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -34,7 +34,7 @@ Repository: git+https://github.com/visulima/visulima.git
34
34
 
35
35
  > MIT License
36
36
  >
37
- > Copyright (c) 2025 visulima
37
+ > Copyright (c) 2026 visulima
38
38
  >
39
39
  > Permission is hereby granted, free of charge, to any person obtaining a copy
40
40
  > of this software and associated documentation files (the "Software"), to deal
@@ -57,136 +57,14 @@ Repository: git+https://github.com/visulima/visulima.git
57
57
  >
58
58
  >
59
59
  > # Licenses of bundled dependencies
60
+ >
60
61
  > The published @visulima/error artifact additionally contains code with the following licenses:
61
62
  > MIT
62
63
  >
63
64
  > # Bundled dependencies:
64
- > ## @visulima/path
65
- > License: MIT
66
- > By: Daniel Bannert
67
- > Repository: git+https://github.com/visulima/visulima.git
68
- >
69
- > > MIT License
70
- > >
71
- > > Copyright (c) 2025 visulima
72
- > >
73
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
74
- > > of this software and associated documentation files (the "Software"), to deal
75
- > > in the Software without restriction, including without limitation the rights
76
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
77
- > > copies of the Software, and to permit persons to whom the Software is
78
- > > furnished to do so, subject to the following conditions:
79
- > >
80
- > > The above copyright notice and this permission notice shall be included in all
81
- > > copies or substantial portions of the Software.
82
- > >
83
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
84
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
85
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
86
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
87
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
88
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
89
- > > SOFTWARE.
90
- > >
91
- > > ---
92
- > >
93
- > > MIT License
94
- > >
95
- > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
96
- > >
97
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
98
- > > of this software and associated documentation files (the "Software"), to deal
99
- > > in the Software without restriction, including without limitation the rights
100
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
101
- > > copies of the Software, and to permit persons to whom the Software is
102
- > > furnished to do so, subject to the following conditions:
103
- > >
104
- > > The above copyright notice and this permission notice shall be included in all
105
- > > copies or substantial portions of the Software.
106
- > >
107
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
108
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
109
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
110
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
111
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
112
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
113
- > > SOFTWARE.
114
- > >
115
- > > ---
116
- > >
117
- > > Copyright Joyent, Inc. and other Node contributors.
118
- > >
119
- > > Permission is hereby granted, free of charge, to any person obtaining a
120
- > > copy of this software and associated documentation files (the
121
- > > "Software"), to deal in the Software without restriction, including
122
- > > without limitation the rights to use, copy, modify, merge, publish,
123
- > > distribute, sublicense, and/or sell copies of the Software, and to permit
124
- > > persons to whom the Software is furnished to do so, subject to the
125
- > > following conditions:
126
- > >
127
- > > The above copyright notice and this permission notice shall be included
128
- > > in all copies or substantial portions of the Software.
129
- > >
130
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
131
- > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
132
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
133
- > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
134
- > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
135
- > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
136
- > > USE OR OTHER DEALINGS IN THE SOFTWARE.
137
- > >
138
- > > ---
139
- > >
140
- > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
141
- > >
142
- > > The MIT License (MIT)
143
- > >
144
- > > Copyright (c) 2023-present Fabio Spampinato
145
- > >
146
- > > Permission is hereby granted, free of charge, to any person obtaining a
147
- > > copy of this software and associated documentation files (the "Software"),
148
- > > to deal in the Software without restriction, including without limitation
149
- > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
150
- > > and/or sell copies of the Software, and to permit persons to whom the
151
- > > Software is furnished to do so, subject to the following conditions:
152
- > >
153
- > > The above copyright notice and this permission notice shall be included in
154
- > > all copies or substantial portions of the Software.
155
- > >
156
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
157
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
158
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
159
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
160
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
161
- > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
162
- > > DEALINGS IN THE SOFTWARE.
163
- > >
164
- > >
165
- > >
166
- > > # Licenses of bundled dependencies
167
- > > The published @visulima/path artifact additionally contains code with the following licenses:
168
- > > MIT
169
- > >
170
- > > # Bundled dependencies:
171
- > > ## binary-extensions
172
- > > License: MIT
173
- > > By: Sindre Sorhus
174
- > > Repository: sindresorhus/binary-extensions
175
- > >
176
- > > > MIT License
177
- > > >
178
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
179
- > > > Copyright (c) Paul Miller (https://paulmillr.com)
180
- > > >
181
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
182
- > > >
183
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
184
- > > >
185
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
186
- >
187
- > ---------------------------------------
188
65
  >
189
66
  > ## is-plain-obj
67
+ >
190
68
  > License: MIT
191
69
  > By: Sindre Sorhus
192
70
  > Repository: sindresorhus/is-plain-obj
@@ -200,6 +78,33 @@ Repository: git+https://github.com/visulima/visulima.git
200
78
  > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
201
79
  > >
202
80
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
81
+ >
82
+ >
83
+ >
84
+ >
85
+ >
86
+ > # Licenses of bundled types
87
+ > The published @visulima/error artifact additionally contains code with the following licenses:
88
+ > Apache-2.0
89
+ >
90
+ > # Bundled types:
91
+ > ## ai
92
+ > License: Apache-2.0
93
+ > Repository: https://github.com/vercel/ai
94
+ >
95
+ > > Copyright 2023 Vercel, Inc.
96
+ > >
97
+ > > Licensed under the Apache License, Version 2.0 (the "License");
98
+ > > you may not use this file except in compliance with the License.
99
+ > > You may obtain a copy of the License at
100
+ > >
101
+ > > http://www.apache.org/licenses/LICENSE-2.0
102
+ > >
103
+ > > Unless required by applicable law or agreed to in writing, software
104
+ > > distributed under the License is distributed on an "AS IS" BASIS,
105
+ > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
106
+ > > See the License for the specific language governing permissions and
107
+ > > limitations under the License.
203
108
 
204
109
  ---------------------------------------
205
110
 
@@ -210,7 +115,7 @@ Repository: git+https://github.com/visulima/visulima.git
210
115
 
211
116
  > MIT License
212
117
  >
213
- > Copyright (c) 2025 visulima
118
+ > Copyright (c) 2026 visulima
214
119
  >
215
120
  > Permission is hereby granted, free of charge, to any person obtaining a copy
216
121
  > of this software and associated documentation files (the "Software"), to deal
@@ -234,7 +139,7 @@ Repository: git+https://github.com/visulima/visulima.git
234
139
  >
235
140
  > # Licenses of bundled dependencies
236
141
  > The published @visulima/fs artifact additionally contains code with the following licenses:
237
- > MIT
142
+ > ISC, MIT
238
143
  >
239
144
  > # Bundled dependencies:
240
145
  > ## @visulima/error
@@ -244,7 +149,7 @@ Repository: git+https://github.com/visulima/visulima.git
244
149
  >
245
150
  > > MIT License
246
151
  > >
247
- > > Copyright (c) 2025 visulima
152
+ > > Copyright (c) 2026 visulima
248
153
  > >
249
154
  > > Permission is hereby granted, free of charge, to any person obtaining a copy
250
155
  > > of this software and associated documentation files (the "Software"), to deal
@@ -267,136 +172,14 @@ Repository: git+https://github.com/visulima/visulima.git
267
172
  > >
268
173
  > >
269
174
  > > # Licenses of bundled dependencies
175
+ > >
270
176
  > > The published @visulima/error artifact additionally contains code with the following licenses:
271
177
  > > MIT
272
178
  > >
273
179
  > > # Bundled dependencies:
274
- > > ## @visulima/path
275
- > > License: MIT
276
- > > By: Daniel Bannert
277
- > > Repository: git+https://github.com/visulima/visulima.git
278
- > >
279
- > > > MIT License
280
- > > >
281
- > > > Copyright (c) 2025 visulima
282
- > > >
283
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
284
- > > > of this software and associated documentation files (the "Software"), to deal
285
- > > > in the Software without restriction, including without limitation the rights
286
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
287
- > > > copies of the Software, and to permit persons to whom the Software is
288
- > > > furnished to do so, subject to the following conditions:
289
- > > >
290
- > > > The above copyright notice and this permission notice shall be included in all
291
- > > > copies or substantial portions of the Software.
292
- > > >
293
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
294
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
295
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
296
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
297
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
298
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
299
- > > > SOFTWARE.
300
- > > >
301
- > > > ---
302
- > > >
303
- > > > MIT License
304
- > > >
305
- > > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
306
- > > >
307
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
308
- > > > of this software and associated documentation files (the "Software"), to deal
309
- > > > in the Software without restriction, including without limitation the rights
310
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
311
- > > > copies of the Software, and to permit persons to whom the Software is
312
- > > > furnished to do so, subject to the following conditions:
313
- > > >
314
- > > > The above copyright notice and this permission notice shall be included in all
315
- > > > copies or substantial portions of the Software.
316
- > > >
317
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
318
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
319
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
320
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
321
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
322
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
323
- > > > SOFTWARE.
324
- > > >
325
- > > > ---
326
- > > >
327
- > > > Copyright Joyent, Inc. and other Node contributors.
328
- > > >
329
- > > > Permission is hereby granted, free of charge, to any person obtaining a
330
- > > > copy of this software and associated documentation files (the
331
- > > > "Software"), to deal in the Software without restriction, including
332
- > > > without limitation the rights to use, copy, modify, merge, publish,
333
- > > > distribute, sublicense, and/or sell copies of the Software, and to permit
334
- > > > persons to whom the Software is furnished to do so, subject to the
335
- > > > following conditions:
336
- > > >
337
- > > > The above copyright notice and this permission notice shall be included
338
- > > > in all copies or substantial portions of the Software.
339
- > > >
340
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
341
- > > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
342
- > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
343
- > > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
344
- > > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
345
- > > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
346
- > > > USE OR OTHER DEALINGS IN THE SOFTWARE.
347
- > > >
348
- > > > ---
349
- > > >
350
- > > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
351
- > > >
352
- > > > The MIT License (MIT)
353
- > > >
354
- > > > Copyright (c) 2023-present Fabio Spampinato
355
- > > >
356
- > > > Permission is hereby granted, free of charge, to any person obtaining a
357
- > > > copy of this software and associated documentation files (the "Software"),
358
- > > > to deal in the Software without restriction, including without limitation
359
- > > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
360
- > > > and/or sell copies of the Software, and to permit persons to whom the
361
- > > > Software is furnished to do so, subject to the following conditions:
362
- > > >
363
- > > > The above copyright notice and this permission notice shall be included in
364
- > > > all copies or substantial portions of the Software.
365
- > > >
366
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
367
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
368
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
369
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
370
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
371
- > > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
372
- > > > DEALINGS IN THE SOFTWARE.
373
- > > >
374
- > > >
375
- > > >
376
- > > > # Licenses of bundled dependencies
377
- > > > The published @visulima/path artifact additionally contains code with the following licenses:
378
- > > > MIT
379
- > > >
380
- > > > # Bundled dependencies:
381
- > > > ## binary-extensions
382
- > > > License: MIT
383
- > > > By: Sindre Sorhus
384
- > > > Repository: sindresorhus/binary-extensions
385
- > > >
386
- > > > > MIT License
387
- > > > >
388
- > > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
389
- > > > > Copyright (c) Paul Miller (https://paulmillr.com)
390
- > > > >
391
- > > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
392
- > > > >
393
- > > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
394
- > > > >
395
- > > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
396
- > >
397
- > > ---------------------------------------
398
180
  > >
399
181
  > > ## is-plain-obj
182
+ > >
400
183
  > > License: MIT
401
184
  > > By: Sindre Sorhus
402
185
  > > Repository: sindresorhus/is-plain-obj
@@ -410,6 +193,33 @@ Repository: git+https://github.com/visulima/visulima.git
410
193
  > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
411
194
  > > >
412
195
  > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
196
+ > >
197
+ > >
198
+ > >
199
+ > >
200
+ > >
201
+ > > # Licenses of bundled types
202
+ > > The published @visulima/error artifact additionally contains code with the following licenses:
203
+ > > Apache-2.0
204
+ > >
205
+ > > # Bundled types:
206
+ > > ## ai
207
+ > > License: Apache-2.0
208
+ > > Repository: https://github.com/vercel/ai
209
+ > >
210
+ > > > Copyright 2023 Vercel, Inc.
211
+ > > >
212
+ > > > Licensed under the Apache License, Version 2.0 (the "License");
213
+ > > > you may not use this file except in compliance with the License.
214
+ > > > You may obtain a copy of the License at
215
+ > > >
216
+ > > > http://www.apache.org/licenses/LICENSE-2.0
217
+ > > >
218
+ > > > Unless required by applicable law or agreed to in writing, software
219
+ > > > distributed under the License is distributed on an "AS IS" BASIS,
220
+ > > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
221
+ > > > See the License for the specific language governing permissions and
222
+ > > > limitations under the License.
413
223
  >
414
224
  > ---------------------------------------
415
225
  >
@@ -430,461 +240,81 @@ Repository: git+https://github.com/visulima/visulima.git
430
240
  >
431
241
  > ---------------------------------------
432
242
  >
433
- > ## is-fs-case-sensitive
243
+ > ## fdir
434
244
  > License: MIT
435
- > By: Hiroki Osame
436
- > Repository: privatenumber/is-fs-case-sensitive
245
+ > By: thecodrr
246
+ > Repository: git+https://github.com/thecodrr/fdir.git
437
247
  >
438
- > > MIT License
439
- > >
440
- > > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
248
+ > > Copyright 2023 Abdullah Atta
441
249
  > >
442
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
443
- > > of this software and associated documentation files (the "Software"), to deal
444
- > > in the Software without restriction, including without limitation the rights
445
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
446
- > > copies of the Software, and to permit persons to whom the Software is
447
- > > furnished to do so, subject to the following conditions:
250
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
448
251
  > >
449
- > > The above copyright notice and this permission notice shall be included in all
450
- > > copies or substantial portions of the Software.
252
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
451
253
  > >
452
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
453
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
454
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
455
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
456
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
457
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
458
- > > SOFTWARE.
459
- >
460
- >
461
- >
462
- >
463
- >
464
- > # Licenses of bundled types
465
- >
466
- > The published @visulima/fs artifact additionally contains code with the following licenses:
467
- > MIT
468
- >
469
- > # Bundled types:
254
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
470
255
  >
471
- > ## is-fs-case-sensitive
256
+ > ---------------------------------------
472
257
  >
473
- > License: MIT
474
- > By: Hiroki Osame
475
- > Repository: privatenumber/is-fs-case-sensitive
258
+ > ## glob-parent
259
+ > License: ISC
260
+ > By: Gulp Team, Elan Shanker, Blaine Bublitz
261
+ > Repository: gulpjs/glob-parent
476
262
  >
477
- > > MIT License
478
- > >
479
- > > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
263
+ > > The ISC License
480
264
  > >
481
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
482
- > > of this software and associated documentation files (the "Software"), to deal
483
- > > in the Software without restriction, including without limitation the rights
484
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
485
- > > copies of the Software, and to permit persons to whom the Software is
486
- > > furnished to do so, subject to the following conditions:
265
+ > > Copyright (c) 2015, 2019 Elan Shanker, 2021 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors
487
266
  > >
488
- > > The above copyright notice and this permission notice shall be included in all
489
- > > copies or substantial portions of the Software.
267
+ > > Permission to use, copy, modify, and/or distribute this software for any
268
+ > > purpose with or without fee is hereby granted, provided that the above
269
+ > > copyright notice and this permission notice appear in all copies.
490
270
  > >
491
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
492
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
493
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
494
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
495
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
496
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
497
- > > SOFTWARE.
498
-
499
- ---------------------------------------
500
-
501
- ## @visulima/path
502
- License: MIT
503
- By: Daniel Bannert
504
- Repository: git+https://github.com/visulima/visulima.git
505
-
506
- > MIT License
507
- >
508
- > Copyright (c) 2025 visulima
509
- >
510
- > Permission is hereby granted, free of charge, to any person obtaining a copy
511
- > of this software and associated documentation files (the "Software"), to deal
512
- > in the Software without restriction, including without limitation the rights
513
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
514
- > copies of the Software, and to permit persons to whom the Software is
515
- > furnished to do so, subject to the following conditions:
516
- >
517
- > The above copyright notice and this permission notice shall be included in all
518
- > copies or substantial portions of the Software.
271
+ > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
272
+ > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
273
+ > > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
274
+ > > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
275
+ > > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
276
+ > > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
277
+ > > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
519
278
  >
520
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
521
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
522
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
523
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
524
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
525
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
526
- > SOFTWARE.
527
- >
528
- > ---
529
- >
530
- > MIT License
531
- >
532
- > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
533
- >
534
- > Permission is hereby granted, free of charge, to any person obtaining a copy
535
- > of this software and associated documentation files (the "Software"), to deal
536
- > in the Software without restriction, including without limitation the rights
537
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
538
- > copies of the Software, and to permit persons to whom the Software is
539
- > furnished to do so, subject to the following conditions:
540
- >
541
- > The above copyright notice and this permission notice shall be included in all
542
- > copies or substantial portions of the Software.
279
+ > ---------------------------------------
543
280
  >
544
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
545
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
546
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
547
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
548
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
549
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
550
- > SOFTWARE.
281
+ > ## is-extglob
282
+ > License: MIT
283
+ > By: Jon Schlinkert
284
+ > Repository: jonschlinkert/is-extglob
551
285
  >
552
- > ---
553
- >
554
- > Copyright Joyent, Inc. and other Node contributors.
555
- >
556
- > Permission is hereby granted, free of charge, to any person obtaining a
557
- > copy of this software and associated documentation files (the
558
- > "Software"), to deal in the Software without restriction, including
559
- > without limitation the rights to use, copy, modify, merge, publish,
560
- > distribute, sublicense, and/or sell copies of the Software, and to permit
561
- > persons to whom the Software is furnished to do so, subject to the
562
- > following conditions:
563
- >
564
- > The above copyright notice and this permission notice shall be included
565
- > in all copies or substantial portions of the Software.
566
- >
567
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
568
- > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
569
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
570
- > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
571
- > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
572
- > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
573
- > USE OR OTHER DEALINGS IN THE SOFTWARE.
574
- >
575
- > ---
576
- >
577
- > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
578
- >
579
- > The MIT License (MIT)
580
- >
581
- > Copyright (c) 2023-present Fabio Spampinato
582
- >
583
- > Permission is hereby granted, free of charge, to any person obtaining a
584
- > copy of this software and associated documentation files (the "Software"),
585
- > to deal in the Software without restriction, including without limitation
586
- > the rights to use, copy, modify, merge, publish, distribute, sublicense,
587
- > and/or sell copies of the Software, and to permit persons to whom the
588
- > Software is furnished to do so, subject to the following conditions:
589
- >
590
- > The above copyright notice and this permission notice shall be included in
591
- > all copies or substantial portions of the Software.
592
- >
593
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
594
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
595
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
596
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
597
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
598
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
599
- > DEALINGS IN THE SOFTWARE.
600
- >
601
- >
602
- >
603
- > # Licenses of bundled dependencies
604
- > The published @visulima/path artifact additionally contains code with the following licenses:
605
- > MIT
606
- >
607
- > # Bundled dependencies:
608
- > ## binary-extensions
609
- > License: MIT
610
- > By: Sindre Sorhus
611
- > Repository: sindresorhus/binary-extensions
612
- >
613
- > > MIT License
614
- > >
615
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
616
- > > Copyright (c) Paul Miller (https://paulmillr.com)
617
- > >
618
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
619
- > >
620
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
621
- > >
622
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
623
-
624
- <!-- /DEPENDENCIES -->
625
-
626
- <!-- TYPE_DEPENDENCIES -->
627
-
628
- # Licenses of bundled types
629
-
630
- The published @visulima/email artifact additionally contains code with the following licenses:
631
- MIT
632
-
633
- # Bundled types:
634
-
635
- ## @visulima/error
636
-
637
- License: MIT
638
- By: Daniel Bannert
639
- Repository: git+https://github.com/visulima/visulima.git
640
-
641
- > MIT License
642
- >
643
- > Copyright (c) 2025 visulima
644
- >
645
- > Permission is hereby granted, free of charge, to any person obtaining a copy
646
- > of this software and associated documentation files (the "Software"), to deal
647
- > in the Software without restriction, including without limitation the rights
648
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
649
- > copies of the Software, and to permit persons to whom the Software is
650
- > furnished to do so, subject to the following conditions:
651
- >
652
- > The above copyright notice and this permission notice shall be included in all
653
- > copies or substantial portions of the Software.
654
- >
655
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
656
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
657
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
658
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
659
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
660
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
661
- > SOFTWARE.
662
- >
663
- > <!-- DEPENDENCIES -->
664
-
665
- # Licenses of bundled dependencies
666
- The published @visulima/email artifact additionally contains code with the following licenses:
667
- MIT
668
-
669
- # Bundled dependencies:
670
- ## @visulima/error
671
- License: MIT
672
- By: Daniel Bannert
673
- Repository: git+https://github.com/visulima/visulima.git
674
-
675
- > MIT License
676
- >
677
- > Copyright (c) 2025 visulima
678
- >
679
- > Permission is hereby granted, free of charge, to any person obtaining a copy
680
- > of this software and associated documentation files (the "Software"), to deal
681
- > in the Software without restriction, including without limitation the rights
682
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
683
- > copies of the Software, and to permit persons to whom the Software is
684
- > furnished to do so, subject to the following conditions:
685
- >
686
- > The above copyright notice and this permission notice shall be included in all
687
- > copies or substantial portions of the Software.
688
- >
689
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
690
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
691
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
692
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
693
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
694
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
695
- > SOFTWARE.
696
- >
697
- >
698
- >
699
- > # Licenses of bundled dependencies
700
- > The published @visulima/error artifact additionally contains code with the following licenses:
701
- > MIT
702
- >
703
- > # Bundled dependencies:
704
- > ## @visulima/path
705
- > License: MIT
706
- > By: Daniel Bannert
707
- > Repository: git+https://github.com/visulima/visulima.git
708
- >
709
- > > MIT License
710
- > >
711
- > > Copyright (c) 2025 visulima
712
- > >
713
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
714
- > > of this software and associated documentation files (the "Software"), to deal
715
- > > in the Software without restriction, including without limitation the rights
716
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
717
- > > copies of the Software, and to permit persons to whom the Software is
718
- > > furnished to do so, subject to the following conditions:
719
- > >
720
- > > The above copyright notice and this permission notice shall be included in all
721
- > > copies or substantial portions of the Software.
722
- > >
723
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
724
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
725
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
726
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
727
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
728
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
729
- > > SOFTWARE.
730
- > >
731
- > > ---
732
- > >
733
- > > MIT License
734
- > >
735
- > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
736
- > >
737
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
738
- > > of this software and associated documentation files (the "Software"), to deal
739
- > > in the Software without restriction, including without limitation the rights
740
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
741
- > > copies of the Software, and to permit persons to whom the Software is
742
- > > furnished to do so, subject to the following conditions:
743
- > >
744
- > > The above copyright notice and this permission notice shall be included in all
745
- > > copies or substantial portions of the Software.
746
- > >
747
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
748
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
749
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
750
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
751
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
752
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
753
- > > SOFTWARE.
754
- > >
755
- > > ---
756
- > >
757
- > > Copyright Joyent, Inc. and other Node contributors.
758
- > >
759
- > > Permission is hereby granted, free of charge, to any person obtaining a
760
- > > copy of this software and associated documentation files (the
761
- > > "Software"), to deal in the Software without restriction, including
762
- > > without limitation the rights to use, copy, modify, merge, publish,
763
- > > distribute, sublicense, and/or sell copies of the Software, and to permit
764
- > > persons to whom the Software is furnished to do so, subject to the
765
- > > following conditions:
766
- > >
767
- > > The above copyright notice and this permission notice shall be included
768
- > > in all copies or substantial portions of the Software.
769
- > >
770
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
771
- > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
772
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
773
- > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
774
- > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
775
- > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
776
- > > USE OR OTHER DEALINGS IN THE SOFTWARE.
777
- > >
778
- > > ---
779
- > >
780
- > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
781
- > >
782
286
  > > The MIT License (MIT)
783
- > >
784
- > > Copyright (c) 2023-present Fabio Spampinato
785
- > >
786
- > > Permission is hereby granted, free of charge, to any person obtaining a
787
- > > copy of this software and associated documentation files (the "Software"),
788
- > > to deal in the Software without restriction, including without limitation
789
- > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
790
- > > and/or sell copies of the Software, and to permit persons to whom the
791
- > > Software is furnished to do so, subject to the following conditions:
792
- > >
793
- > > The above copyright notice and this permission notice shall be included in
794
- > > all copies or substantial portions of the Software.
795
- > >
796
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
797
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
798
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
799
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
800
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
801
- > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
802
- > > DEALINGS IN THE SOFTWARE.
803
- > >
804
- > >
805
- > >
806
- > > # Licenses of bundled dependencies
807
- > > The published @visulima/path artifact additionally contains code with the following licenses:
808
- > > MIT
809
- > >
810
- > > # Bundled dependencies:
811
- > > ## binary-extensions
812
- > > License: MIT
813
- > > By: Sindre Sorhus
814
- > > Repository: sindresorhus/binary-extensions
815
- > >
816
- > > > MIT License
817
- > > >
818
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
819
- > > > Copyright (c) Paul Miller (https://paulmillr.com)
820
- > > >
821
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
822
- > > >
823
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
824
- > > >
825
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
826
- >
827
- > ---------------------------------------
828
- >
829
- > ## is-plain-obj
830
- > License: MIT
831
- > By: Sindre Sorhus
832
- > Repository: sindresorhus/is-plain-obj
833
- >
834
- > > MIT License
835
- > >
836
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
837
- > >
838
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
839
- > >
840
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
841
- > >
842
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
843
-
844
- ---------------------------------------
845
-
846
- ## @visulima/fs
847
- License: MIT
848
- By: Daniel Bannert
849
- Repository: git+https://github.com/visulima/visulima.git
850
-
851
- > MIT License
852
- >
853
- > Copyright (c) 2025 visulima
854
- >
855
- > Permission is hereby granted, free of charge, to any person obtaining a copy
856
- > of this software and associated documentation files (the "Software"), to deal
857
- > in the Software without restriction, including without limitation the rights
858
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
859
- > copies of the Software, and to permit persons to whom the Software is
860
- > furnished to do so, subject to the following conditions:
861
- >
862
- > The above copyright notice and this permission notice shall be included in all
863
- > copies or substantial portions of the Software.
864
- >
865
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
866
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
867
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
868
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
869
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
870
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
871
- > SOFTWARE.
872
- >
873
- >
287
+ > >
288
+ > > Copyright (c) 2014-2016, Jon Schlinkert
289
+ > >
290
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
291
+ > > of this software and associated documentation files (the "Software"), to deal
292
+ > > in the Software without restriction, including without limitation the rights
293
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
294
+ > > copies of the Software, and to permit persons to whom the Software is
295
+ > > furnished to do so, subject to the following conditions:
296
+ > >
297
+ > > The above copyright notice and this permission notice shall be included in
298
+ > > all copies or substantial portions of the Software.
299
+ > >
300
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
301
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
302
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
303
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
304
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
305
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
306
+ > > THE SOFTWARE.
874
307
  >
875
- > # Licenses of bundled dependencies
876
- > The published @visulima/fs artifact additionally contains code with the following licenses:
877
- > MIT
308
+ > ---------------------------------------
878
309
  >
879
- > # Bundled dependencies:
880
- > ## @visulima/error
310
+ > ## is-fs-case-sensitive
881
311
  > License: MIT
882
- > By: Daniel Bannert
883
- > Repository: git+https://github.com/visulima/visulima.git
312
+ > By: Hiroki Osame
313
+ > Repository: privatenumber/is-fs-case-sensitive
884
314
  >
885
315
  > > MIT License
886
316
  > >
887
- > > Copyright (c) 2025 visulima
317
+ > > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
888
318
  > >
889
319
  > > Permission is hereby granted, free of charge, to any person obtaining a copy
890
320
  > > of this software and associated documentation files (the "Software"), to deal
@@ -903,181 +333,75 @@ Repository: git+https://github.com/visulima/visulima.git
903
333
  > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
904
334
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
905
335
  > > SOFTWARE.
336
+ >
337
+ > ---------------------------------------
338
+ >
339
+ > ## is-glob
340
+ > License: MIT
341
+ > By: Jon Schlinkert, Brian Woodward, Daniel Perez
342
+ > Repository: micromatch/is-glob
343
+ >
344
+ > > The MIT License (MIT)
906
345
  > >
346
+ > > Copyright (c) 2014-2017, Jon Schlinkert.
907
347
  > >
348
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
349
+ > > of this software and associated documentation files (the "Software"), to deal
350
+ > > in the Software without restriction, including without limitation the rights
351
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
352
+ > > copies of the Software, and to permit persons to whom the Software is
353
+ > > furnished to do so, subject to the following conditions:
908
354
  > >
909
- > > # Licenses of bundled dependencies
910
- > > The published @visulima/error artifact additionally contains code with the following licenses:
911
- > > MIT
912
- > >
913
- > > # Bundled dependencies:
914
- > > ## @visulima/path
915
- > > License: MIT
916
- > > By: Daniel Bannert
917
- > > Repository: git+https://github.com/visulima/visulima.git
918
- > >
919
- > > > MIT License
920
- > > >
921
- > > > Copyright (c) 2025 visulima
922
- > > >
923
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
924
- > > > of this software and associated documentation files (the "Software"), to deal
925
- > > > in the Software without restriction, including without limitation the rights
926
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
927
- > > > copies of the Software, and to permit persons to whom the Software is
928
- > > > furnished to do so, subject to the following conditions:
929
- > > >
930
- > > > The above copyright notice and this permission notice shall be included in all
931
- > > > copies or substantial portions of the Software.
932
- > > >
933
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
934
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
935
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
936
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
937
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
938
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
939
- > > > SOFTWARE.
940
- > > >
941
- > > > ---
942
- > > >
943
- > > > MIT License
944
- > > >
945
- > > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
946
- > > >
947
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
948
- > > > of this software and associated documentation files (the "Software"), to deal
949
- > > > in the Software without restriction, including without limitation the rights
950
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
951
- > > > copies of the Software, and to permit persons to whom the Software is
952
- > > > furnished to do so, subject to the following conditions:
953
- > > >
954
- > > > The above copyright notice and this permission notice shall be included in all
955
- > > > copies or substantial portions of the Software.
956
- > > >
957
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
958
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
959
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
960
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
961
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
962
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
963
- > > > SOFTWARE.
964
- > > >
965
- > > > ---
966
- > > >
967
- > > > Copyright Joyent, Inc. and other Node contributors.
968
- > > >
969
- > > > Permission is hereby granted, free of charge, to any person obtaining a
970
- > > > copy of this software and associated documentation files (the
971
- > > > "Software"), to deal in the Software without restriction, including
972
- > > > without limitation the rights to use, copy, modify, merge, publish,
973
- > > > distribute, sublicense, and/or sell copies of the Software, and to permit
974
- > > > persons to whom the Software is furnished to do so, subject to the
975
- > > > following conditions:
976
- > > >
977
- > > > The above copyright notice and this permission notice shall be included
978
- > > > in all copies or substantial portions of the Software.
979
- > > >
980
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
981
- > > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
982
- > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
983
- > > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
984
- > > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
985
- > > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
986
- > > > USE OR OTHER DEALINGS IN THE SOFTWARE.
987
- > > >
988
- > > > ---
989
- > > >
990
- > > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
991
- > > >
992
- > > > The MIT License (MIT)
993
- > > >
994
- > > > Copyright (c) 2023-present Fabio Spampinato
995
- > > >
996
- > > > Permission is hereby granted, free of charge, to any person obtaining a
997
- > > > copy of this software and associated documentation files (the "Software"),
998
- > > > to deal in the Software without restriction, including without limitation
999
- > > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
1000
- > > > and/or sell copies of the Software, and to permit persons to whom the
1001
- > > > Software is furnished to do so, subject to the following conditions:
1002
- > > >
1003
- > > > The above copyright notice and this permission notice shall be included in
1004
- > > > all copies or substantial portions of the Software.
1005
- > > >
1006
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1007
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1008
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1009
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1010
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1011
- > > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1012
- > > > DEALINGS IN THE SOFTWARE.
1013
- > > >
1014
- > > >
1015
- > > >
1016
- > > > # Licenses of bundled dependencies
1017
- > > > The published @visulima/path artifact additionally contains code with the following licenses:
1018
- > > > MIT
1019
- > > >
1020
- > > > # Bundled dependencies:
1021
- > > > ## binary-extensions
1022
- > > > License: MIT
1023
- > > > By: Sindre Sorhus
1024
- > > > Repository: sindresorhus/binary-extensions
1025
- > > >
1026
- > > > > MIT License
1027
- > > > >
1028
- > > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1029
- > > > > Copyright (c) Paul Miller (https://paulmillr.com)
1030
- > > > >
1031
- > > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1032
- > > > >
1033
- > > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1034
- > > > >
1035
- > > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1036
- > >
1037
- > > ---------------------------------------
1038
- > >
1039
- > > ## is-plain-obj
1040
- > > License: MIT
1041
- > > By: Sindre Sorhus
1042
- > > Repository: sindresorhus/is-plain-obj
355
+ > > The above copyright notice and this permission notice shall be included in
356
+ > > all copies or substantial portions of the Software.
1043
357
  > >
1044
- > > > MIT License
1045
- > > >
1046
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1047
- > > >
1048
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1049
- > > >
1050
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1051
- > > >
1052
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
358
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
359
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
360
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
361
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
362
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
363
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
364
+ > > THE SOFTWARE.
1053
365
  >
1054
366
  > ---------------------------------------
1055
367
  >
1056
- > ## detect-indent
368
+ > ## picomatch
1057
369
  > License: MIT
1058
- > By: Sindre Sorhus
1059
- > Repository: sindresorhus/detect-indent
370
+ > By: Jon Schlinkert
371
+ > Repository: micromatch/picomatch
1060
372
  >
1061
- > > MIT License
373
+ > > The MIT License (MIT)
1062
374
  > >
1063
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
375
+ > > Copyright (c) 2017-present, Jon Schlinkert.
1064
376
  > >
1065
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
377
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
378
+ > > of this software and associated documentation files (the "Software"), to deal
379
+ > > in the Software without restriction, including without limitation the rights
380
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
381
+ > > copies of the Software, and to permit persons to whom the Software is
382
+ > > furnished to do so, subject to the following conditions:
1066
383
  > >
1067
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
384
+ > > The above copyright notice and this permission notice shall be included in
385
+ > > all copies or substantial portions of the Software.
1068
386
  > >
1069
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
387
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
388
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
389
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
390
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
391
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
392
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
393
+ > > THE SOFTWARE.
1070
394
  >
1071
395
  > ---------------------------------------
1072
396
  >
1073
- > ## is-fs-case-sensitive
397
+ > ## tinyglobby
1074
398
  > License: MIT
1075
- > By: Hiroki Osame
1076
- > Repository: privatenumber/is-fs-case-sensitive
399
+ > By: Superchupu
400
+ > Repository: git+https://github.com/SuperchupuDev/tinyglobby.git
1077
401
  >
1078
402
  > > MIT License
1079
403
  > >
1080
- > > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
404
+ > > Copyright (c) 2024 Madeline Gurriarán
1081
405
  > >
1082
406
  > > Permission is hereby granted, free of charge, to any person obtaining a copy
1083
407
  > > of this software and associated documentation files (the "Software"), to deal
@@ -1102,14 +426,11 @@ Repository: git+https://github.com/visulima/visulima.git
1102
426
  >
1103
427
  >
1104
428
  > # Licenses of bundled types
1105
- >
1106
429
  > The published @visulima/fs artifact additionally contains code with the following licenses:
1107
- > MIT
430
+ > ISC, MIT
1108
431
  >
1109
432
  > # Bundled types:
1110
- >
1111
433
  > ## is-fs-case-sensitive
1112
- >
1113
434
  > License: MIT
1114
435
  > By: Hiroki Osame
1115
436
  > Repository: privatenumber/is-fs-case-sensitive
@@ -1135,6 +456,56 @@ Repository: git+https://github.com/visulima/visulima.git
1135
456
  > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1136
457
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1137
458
  > > SOFTWARE.
459
+ >
460
+ > ---------------------------------------
461
+ >
462
+ > ## tinyglobby
463
+ > License: MIT
464
+ > By: Superchupu
465
+ > Repository: git+https://github.com/SuperchupuDev/tinyglobby.git
466
+ >
467
+ > > MIT License
468
+ > >
469
+ > > Copyright (c) 2024 Madeline Gurriarán
470
+ > >
471
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
472
+ > > of this software and associated documentation files (the "Software"), to deal
473
+ > > in the Software without restriction, including without limitation the rights
474
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
475
+ > > copies of the Software, and to permit persons to whom the Software is
476
+ > > furnished to do so, subject to the following conditions:
477
+ > >
478
+ > > The above copyright notice and this permission notice shall be included in all
479
+ > > copies or substantial portions of the Software.
480
+ > >
481
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
482
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
483
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
484
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
485
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
486
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
487
+ > > SOFTWARE.
488
+ >
489
+ > ---------------------------------------
490
+ >
491
+ > ## yaml
492
+ > License: ISC
493
+ > By: Eemeli Aro
494
+ > Repository: github:eemeli/yaml
495
+ >
496
+ > > Copyright Eemeli Aro <eemeli@gmail.com>
497
+ > >
498
+ > > Permission to use, copy, modify, and/or distribute this software for any purpose
499
+ > > with or without fee is hereby granted, provided that the above copyright notice
500
+ > > and this permission notice appear in all copies.
501
+ > >
502
+ > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
503
+ > > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
504
+ > > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
505
+ > > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
506
+ > > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
507
+ > > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
508
+ > > THIS SOFTWARE.
1138
509
 
1139
510
  ---------------------------------------
1140
511
 
@@ -1145,7 +516,7 @@ Repository: git+https://github.com/visulima/visulima.git
1145
516
 
1146
517
  > MIT License
1147
518
  >
1148
- > Copyright (c) 2025 visulima
519
+ > Copyright (c) 2026 visulima
1149
520
  >
1150
521
  > Permission is hereby granted, free of charge, to any person obtaining a copy
1151
522
  > of this software and associated documentation files (the "Software"), to deal
@@ -1263,4 +634,327 @@ Repository: git+https://github.com/visulima/visulima.git
1263
634
 
1264
635
  <!-- /DEPENDENCIES -->
1265
636
 
637
+ <!-- TYPE_DEPENDENCIES -->
638
+
639
+ # Licenses of bundled types
640
+ The published @visulima/email artifact additionally contains code with the following licenses:
641
+ Apache-2.0, MIT
642
+
643
+ # Bundled types:
644
+ ## @opentelemetry/api
645
+ License: Apache-2.0
646
+ By: OpenTelemetry Authors
647
+ Repository: open-telemetry/opentelemetry-js
648
+
649
+ > Apache License
650
+ > Version 2.0, January 2004
651
+ > http://www.apache.org/licenses/
652
+ >
653
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
654
+ >
655
+ > 1. Definitions.
656
+ >
657
+ > "License" shall mean the terms and conditions for use, reproduction,
658
+ > and distribution as defined by Sections 1 through 9 of this document.
659
+ >
660
+ > "Licensor" shall mean the copyright owner or entity authorized by
661
+ > the copyright owner that is granting the License.
662
+ >
663
+ > "Legal Entity" shall mean the union of the acting entity and all
664
+ > other entities that control, are controlled by, or are under common
665
+ > control with that entity. For the purposes of this definition,
666
+ > "control" means (i) the power, direct or indirect, to cause the
667
+ > direction or management of such entity, whether by contract or
668
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
669
+ > outstanding shares, or (iii) beneficial ownership of such entity.
670
+ >
671
+ > "You" (or "Your") shall mean an individual or Legal Entity
672
+ > exercising permissions granted by this License.
673
+ >
674
+ > "Source" form shall mean the preferred form for making modifications,
675
+ > including but not limited to software source code, documentation
676
+ > source, and configuration files.
677
+ >
678
+ > "Object" form shall mean any form resulting from mechanical
679
+ > transformation or translation of a Source form, including but
680
+ > not limited to compiled object code, generated documentation,
681
+ > and conversions to other media types.
682
+ >
683
+ > "Work" shall mean the work of authorship, whether in Source or
684
+ > Object form, made available under the License, as indicated by a
685
+ > copyright notice that is included in or attached to the work
686
+ > (an example is provided in the Appendix below).
687
+ >
688
+ > "Derivative Works" shall mean any work, whether in Source or Object
689
+ > form, that is based on (or derived from) the Work and for which the
690
+ > editorial revisions, annotations, elaborations, or other modifications
691
+ > represent, as a whole, an original work of authorship. For the purposes
692
+ > of this License, Derivative Works shall not include works that remain
693
+ > separable from, or merely link (or bind by name) to the interfaces of,
694
+ > the Work and Derivative Works thereof.
695
+ >
696
+ > "Contribution" shall mean any work of authorship, including
697
+ > the original version of the Work and any modifications or additions
698
+ > to that Work or Derivative Works thereof, that is intentionally
699
+ > submitted to Licensor for inclusion in the Work by the copyright owner
700
+ > or by an individual or Legal Entity authorized to submit on behalf of
701
+ > the copyright owner. For the purposes of this definition, "submitted"
702
+ > means any form of electronic, verbal, or written communication sent
703
+ > to the Licensor or its representatives, including but not limited to
704
+ > communication on electronic mailing lists, source code control systems,
705
+ > and issue tracking systems that are managed by, or on behalf of, the
706
+ > Licensor for the purpose of discussing and improving the Work, but
707
+ > excluding communication that is conspicuously marked or otherwise
708
+ > designated in writing by the copyright owner as "Not a Contribution."
709
+ >
710
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
711
+ > on behalf of whom a Contribution has been received by Licensor and
712
+ > subsequently incorporated within the Work.
713
+ >
714
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
715
+ > this License, each Contributor hereby grants to You a perpetual,
716
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
717
+ > copyright license to reproduce, prepare Derivative Works of,
718
+ > publicly display, publicly perform, sublicense, and distribute the
719
+ > Work and such Derivative Works in Source or Object form.
720
+ >
721
+ > 3. Grant of Patent License. Subject to the terms and conditions of
722
+ > this License, each Contributor hereby grants to You a perpetual,
723
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
724
+ > (except as stated in this section) patent license to make, have made,
725
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
726
+ > where such license applies only to those patent claims licensable
727
+ > by such Contributor that are necessarily infringed by their
728
+ > Contribution(s) alone or by combination of their Contribution(s)
729
+ > with the Work to which such Contribution(s) was submitted. If You
730
+ > institute patent litigation against any entity (including a
731
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
732
+ > or a Contribution incorporated within the Work constitutes direct
733
+ > or contributory patent infringement, then any patent licenses
734
+ > granted to You under this License for that Work shall terminate
735
+ > as of the date such litigation is filed.
736
+ >
737
+ > 4. Redistribution. You may reproduce and distribute copies of the
738
+ > Work or Derivative Works thereof in any medium, with or without
739
+ > modifications, and in Source or Object form, provided that You
740
+ > meet the following conditions:
741
+ >
742
+ > (a) You must give any other recipients of the Work or
743
+ > Derivative Works a copy of this License; and
744
+ >
745
+ > (b) You must cause any modified files to carry prominent notices
746
+ > stating that You changed the files; and
747
+ >
748
+ > (c) You must retain, in the Source form of any Derivative Works
749
+ > that You distribute, all copyright, patent, trademark, and
750
+ > attribution notices from the Source form of the Work,
751
+ > excluding those notices that do not pertain to any part of
752
+ > the Derivative Works; and
753
+ >
754
+ > (d) If the Work includes a "NOTICE" text file as part of its
755
+ > distribution, then any Derivative Works that You distribute must
756
+ > include a readable copy of the attribution notices contained
757
+ > within such NOTICE file, excluding those notices that do not
758
+ > pertain to any part of the Derivative Works, in at least one
759
+ > of the following places: within a NOTICE text file distributed
760
+ > as part of the Derivative Works; within the Source form or
761
+ > documentation, if provided along with the Derivative Works; or,
762
+ > within a display generated by the Derivative Works, if and
763
+ > wherever such third-party notices normally appear. The contents
764
+ > of the NOTICE file are for informational purposes only and
765
+ > do not modify the License. You may add Your own attribution
766
+ > notices within Derivative Works that You distribute, alongside
767
+ > or as an addendum to the NOTICE text from the Work, provided
768
+ > that such additional attribution notices cannot be construed
769
+ > as modifying the License.
770
+ >
771
+ > You may add Your own copyright statement to Your modifications and
772
+ > may provide additional or different license terms and conditions
773
+ > for use, reproduction, or distribution of Your modifications, or
774
+ > for any such Derivative Works as a whole, provided Your use,
775
+ > reproduction, and distribution of the Work otherwise complies with
776
+ > the conditions stated in this License.
777
+ >
778
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
779
+ > any Contribution intentionally submitted for inclusion in the Work
780
+ > by You to the Licensor shall be under the terms and conditions of
781
+ > this License, without any additional terms or conditions.
782
+ > Notwithstanding the above, nothing herein shall supersede or modify
783
+ > the terms of any separate license agreement you may have executed
784
+ > with Licensor regarding such Contributions.
785
+ >
786
+ > 6. Trademarks. This License does not grant permission to use the trade
787
+ > names, trademarks, service marks, or product names of the Licensor,
788
+ > except as required for reasonable and customary use in describing the
789
+ > origin of the Work and reproducing the content of the NOTICE file.
790
+ >
791
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
792
+ > agreed to in writing, Licensor provides the Work (and each
793
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
794
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
795
+ > implied, including, without limitation, any warranties or conditions
796
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
797
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
798
+ > appropriateness of using or redistributing the Work and assume any
799
+ > risks associated with Your exercise of permissions under this License.
800
+ >
801
+ > 8. Limitation of Liability. In no event and under no legal theory,
802
+ > whether in tort (including negligence), contract, or otherwise,
803
+ > unless required by applicable law (such as deliberate and grossly
804
+ > negligent acts) or agreed to in writing, shall any Contributor be
805
+ > liable to You for damages, including any direct, indirect, special,
806
+ > incidental, or consequential damages of any character arising as a
807
+ > result of this License or out of the use or inability to use the
808
+ > Work (including but not limited to damages for loss of goodwill,
809
+ > work stoppage, computer failure or malfunction, or any and all
810
+ > other commercial damages or losses), even if such Contributor
811
+ > has been advised of the possibility of such damages.
812
+ >
813
+ > 9. Accepting Warranty or Additional Liability. While redistributing
814
+ > the Work or Derivative Works thereof, You may choose to offer,
815
+ > and charge a fee for, acceptance of support, warranty, indemnity,
816
+ > or other liability obligations and/or rights consistent with this
817
+ > License. However, in accepting such obligations, You may act only
818
+ > on Your own behalf and on Your sole responsibility, not on behalf
819
+ > of any other Contributor, and only if You agree to indemnify,
820
+ > defend, and hold each Contributor harmless for any liability
821
+ > incurred by, or claims asserted against, such Contributor by reason
822
+ > of your accepting any such warranty or additional liability.
823
+ >
824
+ > END OF TERMS AND CONDITIONS
825
+ >
826
+ > APPENDIX: How to apply the Apache License to your work.
827
+ >
828
+ > To apply the Apache License to your work, attach the following
829
+ > boilerplate notice, with the fields enclosed by brackets "[]"
830
+ > replaced with your own identifying information. (Don't include
831
+ > the brackets!) The text should be enclosed in the appropriate
832
+ > comment syntax for the file format. We also recommend that a
833
+ > file or class name and description of purpose be included on the
834
+ > same "printed page" as the copyright notice for easier
835
+ > identification within third-party archives.
836
+ >
837
+ > Copyright [yyyy] [name of copyright owner]
838
+ >
839
+ > Licensed under the Apache License, Version 2.0 (the "License");
840
+ > you may not use this file except in compliance with the License.
841
+ > You may obtain a copy of the License at
842
+ >
843
+ > http://www.apache.org/licenses/LICENSE-2.0
844
+ >
845
+ > Unless required by applicable law or agreed to in writing, software
846
+ > distributed under the License is distributed on an "AS IS" BASIS,
847
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
848
+ > See the License for the specific language governing permissions and
849
+ > limitations under the License.
850
+
851
+ ---------------------------------------
852
+
853
+ ## @visulima/error
854
+ License: MIT
855
+ By: Daniel Bannert
856
+ Repository: git+https://github.com/visulima/visulima.git
857
+
858
+ > MIT License
859
+ >
860
+ > Copyright (c) 2026 visulima
861
+ >
862
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
863
+ > of this software and associated documentation files (the "Software"), to deal
864
+ > in the Software without restriction, including without limitation the rights
865
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
866
+ > copies of the Software, and to permit persons to whom the Software is
867
+ > furnished to do so, subject to the following conditions:
868
+ >
869
+ > The above copyright notice and this permission notice shall be included in all
870
+ > copies or substantial portions of the Software.
871
+ >
872
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
873
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
874
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
875
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
876
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
877
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
878
+ > SOFTWARE.
879
+ >
880
+ > <!-- DEPENDENCIES -->
881
+ >
882
+ > # Licenses of bundled dependencies
883
+ >
884
+ > The published @visulima/error artifact additionally contains code with the following licenses:
885
+ > MIT
886
+ >
887
+ > # Bundled dependencies:
888
+ >
889
+ > ## is-plain-obj
890
+ >
891
+ > License: MIT
892
+ > By: Sindre Sorhus
893
+ > Repository: sindresorhus/is-plain-obj
894
+ >
895
+ > > MIT License
896
+ > >
897
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
898
+ > >
899
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
900
+ > >
901
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
902
+ > >
903
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
904
+ >
905
+ > <!-- /DEPENDENCIES -->
906
+ >
907
+ >
908
+ >
909
+ > # Licenses of bundled types
910
+ > The published @visulima/error artifact additionally contains code with the following licenses:
911
+ > Apache-2.0
912
+ >
913
+ > # Bundled types:
914
+ > ## ai
915
+ > License: Apache-2.0
916
+ > Repository: https://github.com/vercel/ai
917
+ >
918
+ > > Copyright 2023 Vercel, Inc.
919
+ > >
920
+ > > Licensed under the Apache License, Version 2.0 (the "License");
921
+ > > you may not use this file except in compliance with the License.
922
+ > > You may obtain a copy of the License at
923
+ > >
924
+ > > http://www.apache.org/licenses/LICENSE-2.0
925
+ > >
926
+ > > Unless required by applicable law or agreed to in writing, software
927
+ > > distributed under the License is distributed on an "AS IS" BASIS,
928
+ > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
929
+ > > See the License for the specific language governing permissions and
930
+ > > limitations under the License.
931
+
932
+ ---------------------------------------
933
+
934
+ ## unstorage
935
+ License: MIT
936
+ Repository: unjs/unstorage
937
+
938
+ > MIT License
939
+ >
940
+ > Copyright (c) Pooya Parsa <pooya@pi0.io>
941
+ >
942
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
943
+ > of this software and associated documentation files (the "Software"), to deal
944
+ > in the Software without restriction, including without limitation the rights
945
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
946
+ > copies of the Software, and to permit persons to whom the Software is
947
+ > furnished to do so, subject to the following conditions:
948
+ >
949
+ > The above copyright notice and this permission notice shall be included in all
950
+ > copies or substantial portions of the Software.
951
+ >
952
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
953
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
954
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
955
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
956
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
957
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
958
+ > SOFTWARE.
959
+
1266
960
  <!-- /TYPE_DEPENDENCIES -->