@visulima/email 1.0.0-alpha.1 → 1.0.0-alpha.10

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 (148) hide show
  1. package/CHANGELOG.md +140 -0
  2. package/LICENSE.md +6 -6
  3. package/README.md +408 -72
  4. package/dist/crypto/index.js +1 -1
  5. package/dist/draft-mail-message.d.ts +13 -0
  6. package/dist/index.d.ts +3 -16
  7. package/dist/index.js +1 -1
  8. package/dist/mail-message.d.ts +425 -0
  9. package/dist/mail.d.ts +124 -275
  10. package/dist/packem_shared/{DkimSigner-Z8D4Il10.js → DkimSigner-pFd4c3fZ.js} +1 -1
  11. package/dist/packem_shared/EmailError-C4nx6TgJ.js +1 -0
  12. package/dist/packem_shared/Mail-CmvJ5iZg.js +1 -0
  13. package/dist/packem_shared/MailMessage-B76GPBBA.js +1 -0
  14. package/dist/packem_shared/{RequiredOptionError-CevW3u2K.js → RequiredOptionError-BeTzeno6.js} +1 -1
  15. package/dist/packem_shared/{SmimeSigner-02aXVi90.js → SmimeSigner-CObA4jzT.js} +1 -1
  16. package/dist/packem_shared/ahaSendProvider-CBqIPxEd.js +1 -0
  17. package/dist/packem_shared/{attachment-processor-2rHmfa7j.js → attachment-processor-E18l3TW_.js} +1 -1
  18. package/dist/packem_shared/{awsSesProvider-CkuFOzb0.js → awsSesProvider-BPRp4yoX.js} +6 -6
  19. package/dist/packem_shared/azureProvider-m8hC1YG8.js +1 -0
  20. package/dist/packem_shared/brevoProvider-D9c9c-Ef.js +1 -0
  21. package/dist/packem_shared/build-mime-message-BzDR2Zv-.js +2 -0
  22. package/dist/packem_shared/create-logger-BiWdqFNg.js +1 -0
  23. package/dist/packem_shared/failoverProvider-uP2Wpi5x.js +1 -0
  24. package/dist/packem_shared/{generateBoundary-CZ8kJuY6.js → generate-boundary-Cx8nXYS0.js} +1 -1
  25. package/dist/packem_shared/{generateMessageId-11Ls5JsR.js → generate-message-id-D4uA8gkj.js} +1 -1
  26. package/dist/packem_shared/headers-to-record-Qo124ImV.js +1 -0
  27. package/dist/packem_shared/httpProvider-DAZnfgDh.js +1 -0
  28. package/dist/packem_shared/infobipProvider-pP3a1I1z.js +1 -0
  29. package/dist/packem_shared/{mailCrabProvider-BEwRjB3F.js → mailCrabProvider-Ccm6HIsr.js} +1 -1
  30. package/dist/packem_shared/mailPaceProvider-BdpdKp7S.js +1 -0
  31. package/dist/packem_shared/mailerSendProvider-BPJ4RzsE.js +1 -0
  32. package/dist/packem_shared/mailgunProvider-CwvMTsc_.js +1 -0
  33. package/dist/packem_shared/mailjetProvider-CUJMsFSY.js +1 -0
  34. package/dist/packem_shared/mailomatProvider-B_l5QnwN.js +1 -0
  35. package/dist/packem_shared/mailtrapProvider-CmICY2yv.js +1 -0
  36. package/dist/packem_shared/{makeRequest-DwxHX0xo.js → make-request-sA_-JKm0.js} +1 -1
  37. package/dist/packem_shared/mandrillProvider-Dj4vhxjz.js +1 -0
  38. package/dist/packem_shared/mockProvider-UiTviqTp.js +1 -0
  39. package/dist/packem_shared/nodemailerProvider-BqG5vYka.js +1 -0
  40. package/dist/packem_shared/opentelemetryProvider-1uJuHIQ5.js +1 -0
  41. package/dist/packem_shared/plunkProvider-DMdTroUj.js +1 -0
  42. package/dist/packem_shared/postalProvider-DG2rY0mt.js +1 -0
  43. package/dist/packem_shared/postmarkProvider-DaR-sY5P.js +1 -0
  44. package/dist/packem_shared/provider-base-8LBAorjm.js +1 -0
  45. package/dist/packem_shared/resendProvider-998actWK.js +1 -0
  46. package/dist/packem_shared/roundRobinProvider-DroogcP0.js +1 -0
  47. package/dist/packem_shared/scalewayProvider-BWUCBzur.js +1 -0
  48. package/dist/packem_shared/sendGridProvider-D82muNhj.js +1 -0
  49. package/dist/packem_shared/smtpProvider-DzSgmGjo.js +23 -0
  50. package/dist/packem_shared/sweegoProvider-dOP4zYOR.js +1 -0
  51. package/dist/packem_shared/validate-email-options-DfJ7llf8.js +1 -0
  52. package/dist/packem_shared/zeptomailProvider-BWyoNPZH.js +1 -0
  53. package/dist/providers/ahasend/index.js +1 -1
  54. package/dist/providers/aws-ses/index.js +1 -1
  55. package/dist/providers/azure/index.js +1 -1
  56. package/dist/providers/brevo/index.js +1 -1
  57. package/dist/providers/brevo/types.d.ts +10 -3
  58. package/dist/providers/failover/index.js +1 -1
  59. package/dist/providers/http/index.js +1 -1
  60. package/dist/providers/infobip/index.js +1 -1
  61. package/dist/providers/mailcrab/index.js +1 -1
  62. package/dist/providers/mailersend/index.js +1 -1
  63. package/dist/providers/mailgun/index.js +1 -1
  64. package/dist/providers/mailjet/index.js +1 -1
  65. package/dist/providers/mailomat/index.js +1 -1
  66. package/dist/providers/mailpace/index.js +1 -1
  67. package/dist/providers/mailtrap/index.js +1 -1
  68. package/dist/providers/mandrill/index.js +1 -1
  69. package/dist/providers/mock/index.js +1 -1
  70. package/dist/providers/nodemailer/index.js +1 -1
  71. package/dist/providers/opentelemetry/index.js +1 -1
  72. package/dist/providers/plunk/index.js +1 -1
  73. package/dist/providers/postal/index.js +1 -1
  74. package/dist/providers/postmark/index.js +1 -1
  75. package/dist/providers/resend/index.js +1 -1
  76. package/dist/providers/roundrobin/index.js +1 -1
  77. package/dist/providers/scaleway/index.js +1 -1
  78. package/dist/providers/sendgrid/index.js +1 -1
  79. package/dist/providers/smtp/index.js +1 -1
  80. package/dist/providers/sweego/index.js +1 -1
  81. package/dist/providers/zeptomail/index.js +1 -1
  82. package/dist/template-engines/handlebars.js +1 -1
  83. package/dist/template-engines/html-to-text.js +1 -1
  84. package/dist/template-engines/mjml.js +1 -1
  85. package/dist/template-engines/react-email.js +1 -1
  86. package/dist/template-engines/vue-email.js +1 -1
  87. package/dist/types.d.ts +18 -0
  88. package/dist/utils/cache.d.ts +54 -0
  89. package/dist/utils/cache.js +1 -0
  90. package/dist/utils/create-logger.d.ts +2 -4
  91. package/dist/utils/format-email-address.js +1 -0
  92. package/dist/utils/normalize-email-aliases.d.ts +22 -0
  93. package/dist/utils/normalize-email-aliases.js +1 -0
  94. package/dist/utils/parse-address.js +1 -0
  95. package/dist/utils/validation/check-mx-records.d.ts +42 -0
  96. package/dist/utils/validation/check-mx-records.js +1 -0
  97. package/dist/utils/validation/disposable-email-domains.d.ts +13 -0
  98. package/dist/utils/validation/disposable-email-domains.js +1 -0
  99. package/dist/utils/validation/role-accounts.d.ts +21 -0
  100. package/dist/utils/validation/role-accounts.js +1 -0
  101. package/dist/utils/{validate-email-options.d.ts → validation/validate-email-options.d.ts} +1 -1
  102. package/dist/utils/validation/verify-email.d.ts +47 -0
  103. package/dist/utils/validation/verify-email.js +1 -0
  104. package/dist/utils/validation/verify-smtp.d.ts +39 -0
  105. package/dist/utils/validation/verify-smtp.js +4 -0
  106. package/package.json +49 -3
  107. package/dist/packem_shared/EmailError-zm2ffVav.js +0 -1
  108. package/dist/packem_shared/MailMessage-Hdgowmvi.js +0 -1
  109. package/dist/packem_shared/ahaSendProvider-NUD_kwyT.js +0 -1
  110. package/dist/packem_shared/azureProvider-Ckdrpmw9.js +0 -1
  111. package/dist/packem_shared/brevoProvider-CB3IYW4n.js +0 -1
  112. package/dist/packem_shared/buildMimeMessage-BPtd0pno.js +0 -2
  113. package/dist/packem_shared/comparePriority-BfiwjVsV.js +0 -1
  114. package/dist/packem_shared/createLogger-DlElSVQP.js +0 -1
  115. package/dist/packem_shared/failoverProvider-sam9n1AG.js +0 -1
  116. package/dist/packem_shared/formatEmailAddress-CHeME3Vk.js +0 -1
  117. package/dist/packem_shared/formatEmailAddresses-UegVOe5A.js +0 -1
  118. package/dist/packem_shared/headersToRecord-BKUTr40L.js +0 -1
  119. package/dist/packem_shared/httpProvider-BhN0RrK-.js +0 -1
  120. package/dist/packem_shared/infobipProvider-D8vYTHV4.js +0 -1
  121. package/dist/packem_shared/isPortAvailable-5kfsfo8u.js +0 -1
  122. package/dist/packem_shared/mailPaceProvider-C47Izgaj.js +0 -1
  123. package/dist/packem_shared/mailerSendProvider-C4uAo-fc.js +0 -1
  124. package/dist/packem_shared/mailgunProvider-B7upu_OV.js +0 -1
  125. package/dist/packem_shared/mailjetProvider-ReErm08u.js +0 -1
  126. package/dist/packem_shared/mailomatProvider-OlCT_O2i.js +0 -1
  127. package/dist/packem_shared/mailtrapProvider-hVMV3h6r.js +0 -1
  128. package/dist/packem_shared/mandrillProvider-DdnbkHZI.js +0 -1
  129. package/dist/packem_shared/mockProvider-BDWZJpea.js +0 -1
  130. package/dist/packem_shared/nodemailerProvider-BV21eRGX.js +0 -1
  131. package/dist/packem_shared/opentelemetryProvider-kAz62mKm.js +0 -1
  132. package/dist/packem_shared/parseAddress-CATTKGe_.js +0 -1
  133. package/dist/packem_shared/plunkProvider-Bs6K51lT.js +0 -1
  134. package/dist/packem_shared/postalProvider-Bcsxp-z6.js +0 -1
  135. package/dist/packem_shared/postmarkProvider-BUq3wuYD.js +0 -1
  136. package/dist/packem_shared/provider-base-_hbWXBdK.js +0 -1
  137. package/dist/packem_shared/resendProvider-D-_HQpN_.js +0 -1
  138. package/dist/packem_shared/retry-D1MBqS49.js +0 -1
  139. package/dist/packem_shared/roundRobinProvider-CejLM1rZ.js +0 -1
  140. package/dist/packem_shared/scalewayProvider-1n6ePiGl.js +0 -1
  141. package/dist/packem_shared/sendGridProvider-B1T62dyX.js +0 -1
  142. package/dist/packem_shared/smtpProvider-CcAoRrkt.js +0 -23
  143. package/dist/packem_shared/sweegoProvider-CxFmEUh6.js +0 -1
  144. package/dist/packem_shared/validateEmailOptions-BzlJECG5.js +0 -1
  145. package/dist/packem_shared/zeptomailProvider-CWYQPAJk.js +0 -1
  146. package/dist/utils/compare-priority.d.ts +0 -16
  147. /package/dist/utils/{validate-email.d.ts → validation/validate-email.d.ts} +0 -0
  148. /package/dist/{packem_shared/validateEmail-BkVdVioP.js → utils/validation/validate-email.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,143 @@
1
+ ## @visulima/email [1.0.0-alpha.10](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.9...@visulima/email@1.0.0-alpha.10) (2026-03-06)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **email:** update packem to 2.0.0-alpha.54 ([857a650](https://github.com/visulima/visulima/commit/857a650aea408e49c11f36ebe6e3a7f2e3560c82))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * **email:** update dependencies ([07a300d](https://github.com/visulima/visulima/commit/07a300dcb01259457a41ef3aaf8dd8038d7074ff))
10
+ * **email:** update dependencies ([0250461](https://github.com/visulima/visulima/commit/02504619e8e7ec6ef8e05f323674705656cde7de))
11
+ * update lock file maintenance ([d83e716](https://github.com/visulima/visulima/commit/d83e71697b75d24704185b66bb521a934d2db02d))
12
+ * year update ([47f4105](https://github.com/visulima/visulima/commit/47f410596ce7190cfea36a073db32e0cec50bbcd))
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.9
18
+ * **@visulima/error:** upgraded to 6.0.0-alpha.5
19
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.4
20
+ * **@visulima/path:** upgraded to 3.0.0-alpha.5
21
+
22
+ ## @visulima/email [1.0.0-alpha.9](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.8...@visulima/email@1.0.0-alpha.9) (2026-01-17)
23
+
24
+ ### Bug Fixes
25
+
26
+ * **jsdoc-open-api:** combine name and description for path-based YAML parsing ([68e7d23](https://github.com/visulima/visulima/commit/68e7d2395ab97de3221892afe03da27688df7569))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.8
32
+
33
+ ## @visulima/email [1.0.0-alpha.8](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.7...@visulima/email@1.0.0-alpha.8) (2025-12-27)
34
+
35
+ ### Bug Fixes
36
+
37
+ * **email:** update package files ([3e215cf](https://github.com/visulima/visulima/commit/3e215cf0ae366591dd1747a96a7275524e3f5501))
38
+
39
+
40
+ ### Dependencies
41
+
42
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.7
43
+ * **@visulima/error:** upgraded to 6.0.0-alpha.3
44
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.3
45
+ * **@visulima/path:** upgraded to 3.0.0-alpha.4
46
+
47
+ ## @visulima/email [1.0.0-alpha.7](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.6...@visulima/email@1.0.0-alpha.7) (2025-12-13)
48
+
49
+ ### Miscellaneous Chores
50
+
51
+ * fixed project.json names and schema path ([964722f](https://github.com/visulima/visulima/commit/964722f691db205c7edb9aa6db29e849a647500b))
52
+
53
+
54
+ ### Dependencies
55
+
56
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.6
57
+
58
+ ## @visulima/email [1.0.0-alpha.6](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.5...@visulima/email@1.0.0-alpha.6) (2025-12-11)
59
+
60
+ ### Bug Fixes
61
+
62
+ * update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
63
+
64
+
65
+ ### Dependencies
66
+
67
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.5
68
+ * **@visulima/error:** upgraded to 6.0.0-alpha.2
69
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.2
70
+ * **@visulima/path:** upgraded to 3.0.0-alpha.3
71
+
72
+ ## @visulima/email [1.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.4...@visulima/email@1.0.0-alpha.5) (2025-12-10)
73
+
74
+
75
+ ### Dependencies
76
+
77
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.4
78
+
79
+ ## @visulima/email [1.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.3...@visulima/email@1.0.0-alpha.4) (2025-12-08)
80
+
81
+
82
+ ### Dependencies
83
+
84
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.3
85
+
86
+ ## @visulima/email [1.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.2...@visulima/email@1.0.0-alpha.3) (2025-12-07)
87
+
88
+ ### ⚠ BREAKING CHANGES
89
+
90
+ * change min node version to 22.13
91
+
92
+ ### Bug Fixes
93
+
94
+ * add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
95
+ * update Node.js engine version requirement to >=22.13 in multiple package.json files for improved compatibility ([b828e9a](https://github.com/visulima/visulima/commit/b828e9aeaebfc798eecddccd90e6ec7560c6d36a))
96
+
97
+ ### Miscellaneous Chores
98
+
99
+ * moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
100
+ * update @anolilab/semantic-release-pnpm and @anolilab/semantic-release-preset to versions 3.2.2 and 12.1.2 across multiple package.json files for improved compatibility ([3921626](https://github.com/visulima/visulima/commit/3921626141fe5da398749bf0ba675f1596f18afb))
101
+ * update dependencies across multiple packages to improve compatibility and performance, including upgrading `@anolilab/semantic-release-pnpm` and `@anolilab/semantic-release-preset` to versions 3.2.0 and 12.1.0 respectively, and updating `react`, `react-dom`, and `next` versions to 19.2.1 and 16.0.7 in various package.json files ([aee8fcd](https://github.com/visulima/visulima/commit/aee8fcd796ae9b8d055903260e7150996ea9f53d))
102
+
103
+
104
+ ### Dependencies
105
+
106
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.2
107
+ * **@visulima/error:** upgraded to 6.0.0-alpha.1
108
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.1
109
+
110
+ ## @visulima/email [1.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.1...@visulima/email@1.0.0-alpha.2) (2025-12-02)
111
+
112
+ ### Features
113
+
114
+ * add default email configuration options ([848d2fb](https://github.com/visulima/visulima/commit/848d2fb723634aa6e027be55fa479bfb99c6504c))
115
+ * add disposable email detection utility to email package ([59bebd4](https://github.com/visulima/visulima/commit/59bebd4114efc5f77740f458bef7bbe6e8bcfcee))
116
+ * add draft email functionality and enhance documentation ([3ea7e88](https://github.com/visulima/visulima/commit/3ea7e88f0af453709294802f50028b0ac4fb723e))
117
+ * add email alias normalization utility and documentation ([1efed30](https://github.com/visulima/visulima/commit/1efed309a833f122f2aa586e11c2622492e8580d))
118
+ * add email verification utilities and tests ([88079a7](https://github.com/visulima/visulima/commit/88079a7c718040fb6118991ea37d4da1d3668aef))
119
+ * enhance draft email functionality and update documentation ([25e153e](https://github.com/visulima/visulima/commit/25e153e1f6c2466f3c8246357cc31ed4dd8eb297))
120
+ * enhance email package with new utilities and updates ([e06baf0](https://github.com/visulima/visulima/commit/e06baf00a6dcbd78642fbd046801333236d7279e))
121
+ * initialize disposable email domains package with configuration and utilities ([ef671a1](https://github.com/visulima/visulima/commit/ef671a14492abae5bbf7324f36b49d24f3f5cf58))
122
+ * integrate disposable email domains into email package ([24b3d42](https://github.com/visulima/visulima/commit/24b3d425bb6e5a7da2fb3922f0d093dc271536fe))
123
+ * update disposable email domains package and enhance synchronization ([dd81823](https://github.com/visulima/visulima/commit/dd818230a2435568317fdb02728a96ec580962a3))
124
+
125
+ ### Miscellaneous Chores
126
+
127
+ * update @visulima/packem version to 2.0.0-alpha.40 across multiple packages ([e5be373](https://github.com/visulima/visulima/commit/e5be373fef8f8dda20c1dee7a1ac30d9b7a7712e))
128
+ * update package dependencies and versions across multiple packages ([9a9ac80](https://github.com/visulima/visulima/commit/9a9ac8046f7138cf37bec9e2041bc2125e97f212))
129
+
130
+ ### Code Refactoring
131
+
132
+ * enhance role account prefixes and update README ([b4f3a1f](https://github.com/visulima/visulima/commit/b4f3a1fdf43985f503aecf23b999e3443b52a403))
133
+ * simplify disposable email tests and remove unused functions ([c331ec5](https://github.com/visulima/visulima/commit/c331ec5d93df2b8b564733f2104c373a62fb87ee))
134
+ * update disposable email domains synchronization workflow and README ([c3b3291](https://github.com/visulima/visulima/commit/c3b3291c76a6e4bfa47788341cdf72c34a8987e0))
135
+
136
+
137
+ ### Dependencies
138
+
139
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.1
140
+
1
141
  ## @visulima/email 1.0.0-alpha.1 (2025-11-29)
2
142
 
3
143
  ### Features
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
@@ -210,7 +210,7 @@ Repository: git+https://github.com/visulima/visulima.git
210
210
 
211
211
  > MIT License
212
212
  >
213
- > Copyright (c) 2025 visulima
213
+ > Copyright (c) 2026 visulima
214
214
  >
215
215
  > Permission is hereby granted, free of charge, to any person obtaining a copy
216
216
  > of this software and associated documentation files (the "Software"), to deal
@@ -505,7 +505,7 @@ Repository: git+https://github.com/visulima/visulima.git
505
505
 
506
506
  > MIT License
507
507
  >
508
- > Copyright (c) 2025 visulima
508
+ > Copyright (c) 2026 visulima
509
509
  >
510
510
  > Permission is hereby granted, free of charge, to any person obtaining a copy
511
511
  > of this software and associated documentation files (the "Software"), to deal
@@ -640,7 +640,7 @@ Repository: git+https://github.com/visulima/visulima.git
640
640
 
641
641
  > MIT License
642
642
  >
643
- > Copyright (c) 2025 visulima
643
+ > Copyright (c) 2026 visulima
644
644
  >
645
645
  > Permission is hereby granted, free of charge, to any person obtaining a copy
646
646
  > of this software and associated documentation files (the "Software"), to deal
@@ -850,7 +850,7 @@ Repository: git+https://github.com/visulima/visulima.git
850
850
 
851
851
  > MIT License
852
852
  >
853
- > Copyright (c) 2025 visulima
853
+ > Copyright (c) 2026 visulima
854
854
  >
855
855
  > Permission is hereby granted, free of charge, to any person obtaining a copy
856
856
  > of this software and associated documentation files (the "Software"), to deal
@@ -1145,7 +1145,7 @@ Repository: git+https://github.com/visulima/visulima.git
1145
1145
 
1146
1146
  > MIT License
1147
1147
  >
1148
- > Copyright (c) 2025 visulima
1148
+ > Copyright (c) 2026 visulima
1149
1149
  >
1150
1150
  > Permission is hereby granted, free of charge, to any person obtaining a copy
1151
1151
  > of this software and associated documentation files (the "Software"), to deal