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

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 (143) hide show
  1. package/CHANGELOG.md +166 -0
  2. package/LICENSE.md +14 -14
  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-CNpDVu4V.js} +1 -1
  11. package/dist/packem_shared/Mail-DxAdbjDr.js +1 -0
  12. package/dist/packem_shared/MailMessage-7FA892bF.js +1 -0
  13. package/dist/packem_shared/{SmimeEncrypter-CBevU534.js → SmimeEncrypter-Bv5m28oh.js} +1 -1
  14. package/dist/packem_shared/{SmimeSigner-02aXVi90.js → SmimeSigner-DnBwjJRR.js} +1 -1
  15. package/dist/packem_shared/ahaSendProvider-DlFKEQ6D.js +1 -0
  16. package/dist/packem_shared/{awsSesProvider-CkuFOzb0.js → awsSesProvider-Ba-eVJxZ.js} +6 -6
  17. package/dist/packem_shared/azureProvider-CQYAkgVF.js +1 -0
  18. package/dist/packem_shared/brevoProvider-5p6jjiK9.js +1 -0
  19. package/dist/packem_shared/build-mime-message-IYaUqqPJ.js +2 -0
  20. package/dist/packem_shared/create-logger-BiWdqFNg.js +1 -0
  21. package/dist/packem_shared/{detectMimeType-S8WRsNtY.js → detectMimeType-CPYmHk7Y.js} +1 -1
  22. package/dist/packem_shared/failoverProvider-CAHQQueo.js +1 -0
  23. package/dist/packem_shared/{generateBoundary-CZ8kJuY6.js → generate-boundary-Cx8nXYS0.js} +1 -1
  24. package/dist/packem_shared/{generateMessageId-11Ls5JsR.js → generate-message-id-D4uA8gkj.js} +1 -1
  25. package/dist/packem_shared/headers-to-record-Qo124ImV.js +1 -0
  26. package/dist/packem_shared/httpProvider-CZD6LZX3.js +1 -0
  27. package/dist/packem_shared/infobipProvider-CtLwrUaP.js +1 -0
  28. package/dist/packem_shared/{mailCrabProvider-BEwRjB3F.js → mailCrabProvider-CM_CFDca.js} +1 -1
  29. package/dist/packem_shared/mailPaceProvider-BFn8L0vA.js +1 -0
  30. package/dist/packem_shared/mailerSendProvider-CeeIXFnW.js +1 -0
  31. package/dist/packem_shared/mailgunProvider-mmjKzouh.js +1 -0
  32. package/dist/packem_shared/mailjetProvider-DwN6i0VA.js +1 -0
  33. package/dist/packem_shared/mailomatProvider-DMQmjKHT.js +1 -0
  34. package/dist/packem_shared/mailtrapProvider-BN3UBEQw.js +1 -0
  35. package/dist/packem_shared/{makeRequest-DwxHX0xo.js → make-request-BDzF9W9D.js} +1 -1
  36. package/dist/packem_shared/mandrillProvider-370y7CLu.js +1 -0
  37. package/dist/packem_shared/mockProvider-DN5ZwutD.js +1 -0
  38. package/dist/packem_shared/nodemailerProvider-_w8QXMU-.js +1 -0
  39. package/dist/packem_shared/opentelemetryProvider-C_ZXOLSd.js +1 -0
  40. package/dist/packem_shared/plunkProvider-D48sw9M1.js +1 -0
  41. package/dist/packem_shared/postalProvider-Bavx2FcH.js +1 -0
  42. package/dist/packem_shared/postmarkProvider-DFC0uvjO.js +1 -0
  43. package/dist/packem_shared/provider-base-Cmzx6BTO.js +1 -0
  44. package/dist/packem_shared/readFile-BlZxbhCU-C76YbAVD.js +1 -0
  45. package/dist/packem_shared/resendProvider-CfqU7UdE.js +1 -0
  46. package/dist/packem_shared/roundRobinProvider-1WQnuKR8.js +1 -0
  47. package/dist/packem_shared/scalewayProvider-be1HPimL.js +1 -0
  48. package/dist/packem_shared/sendGridProvider-BVI1sq3n.js +1 -0
  49. package/dist/packem_shared/smtpProvider-BV-ufR53.js +23 -0
  50. package/dist/packem_shared/sweegoProvider-7419CSAq.js +1 -0
  51. package/dist/packem_shared/validate-email-options-DfJ7llf8.js +1 -0
  52. package/dist/packem_shared/zeptomailProvider-DTUWVINJ.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/types.d.ts +18 -0
  83. package/dist/utils/cache.d.ts +54 -0
  84. package/dist/utils/cache.js +1 -0
  85. package/dist/utils/create-logger.d.ts +2 -4
  86. package/dist/utils/format-email-address.js +1 -0
  87. package/dist/utils/normalize-email-aliases.d.ts +22 -0
  88. package/dist/utils/normalize-email-aliases.js +1 -0
  89. package/dist/utils/parse-address.js +1 -0
  90. package/dist/utils/validation/check-mx-records.d.ts +42 -0
  91. package/dist/utils/validation/check-mx-records.js +1 -0
  92. package/dist/utils/validation/disposable-email-domains.d.ts +13 -0
  93. package/dist/utils/validation/disposable-email-domains.js +1 -0
  94. package/dist/utils/validation/role-accounts.d.ts +21 -0
  95. package/dist/utils/validation/role-accounts.js +1 -0
  96. package/dist/utils/{validate-email-options.d.ts → validation/validate-email-options.d.ts} +1 -1
  97. package/dist/utils/validation/verify-email.d.ts +47 -0
  98. package/dist/utils/validation/verify-email.js +1 -0
  99. package/dist/utils/validation/verify-smtp.d.ts +39 -0
  100. package/dist/utils/validation/verify-smtp.js +4 -0
  101. package/package.json +54 -7
  102. package/dist/packem_shared/MailMessage-Hdgowmvi.js +0 -1
  103. package/dist/packem_shared/ahaSendProvider-NUD_kwyT.js +0 -1
  104. package/dist/packem_shared/azureProvider-Ckdrpmw9.js +0 -1
  105. package/dist/packem_shared/brevoProvider-CB3IYW4n.js +0 -1
  106. package/dist/packem_shared/buildMimeMessage-BPtd0pno.js +0 -2
  107. package/dist/packem_shared/comparePriority-BfiwjVsV.js +0 -1
  108. package/dist/packem_shared/createLogger-DlElSVQP.js +0 -1
  109. package/dist/packem_shared/failoverProvider-sam9n1AG.js +0 -1
  110. package/dist/packem_shared/formatEmailAddress-CHeME3Vk.js +0 -1
  111. package/dist/packem_shared/formatEmailAddresses-UegVOe5A.js +0 -1
  112. package/dist/packem_shared/headersToRecord-BKUTr40L.js +0 -1
  113. package/dist/packem_shared/httpProvider-BhN0RrK-.js +0 -1
  114. package/dist/packem_shared/infobipProvider-D8vYTHV4.js +0 -1
  115. package/dist/packem_shared/isPortAvailable-5kfsfo8u.js +0 -1
  116. package/dist/packem_shared/mailPaceProvider-C47Izgaj.js +0 -1
  117. package/dist/packem_shared/mailerSendProvider-C4uAo-fc.js +0 -1
  118. package/dist/packem_shared/mailgunProvider-B7upu_OV.js +0 -1
  119. package/dist/packem_shared/mailjetProvider-ReErm08u.js +0 -1
  120. package/dist/packem_shared/mailomatProvider-OlCT_O2i.js +0 -1
  121. package/dist/packem_shared/mailtrapProvider-hVMV3h6r.js +0 -1
  122. package/dist/packem_shared/mandrillProvider-DdnbkHZI.js +0 -1
  123. package/dist/packem_shared/mockProvider-BDWZJpea.js +0 -1
  124. package/dist/packem_shared/nodemailerProvider-BV21eRGX.js +0 -1
  125. package/dist/packem_shared/opentelemetryProvider-kAz62mKm.js +0 -1
  126. package/dist/packem_shared/parseAddress-CATTKGe_.js +0 -1
  127. package/dist/packem_shared/plunkProvider-Bs6K51lT.js +0 -1
  128. package/dist/packem_shared/postalProvider-Bcsxp-z6.js +0 -1
  129. package/dist/packem_shared/postmarkProvider-BUq3wuYD.js +0 -1
  130. package/dist/packem_shared/provider-base-_hbWXBdK.js +0 -1
  131. package/dist/packem_shared/readFile-BlZxbhCU-C8bCdiA2.js +0 -1
  132. package/dist/packem_shared/resendProvider-D-_HQpN_.js +0 -1
  133. package/dist/packem_shared/retry-D1MBqS49.js +0 -1
  134. package/dist/packem_shared/roundRobinProvider-CejLM1rZ.js +0 -1
  135. package/dist/packem_shared/scalewayProvider-1n6ePiGl.js +0 -1
  136. package/dist/packem_shared/sendGridProvider-B1T62dyX.js +0 -1
  137. package/dist/packem_shared/smtpProvider-CcAoRrkt.js +0 -23
  138. package/dist/packem_shared/sweegoProvider-CxFmEUh6.js +0 -1
  139. package/dist/packem_shared/validateEmailOptions-BzlJECG5.js +0 -1
  140. package/dist/packem_shared/zeptomailProvider-CWYQPAJk.js +0 -1
  141. package/dist/utils/compare-priority.d.ts +0 -16
  142. /package/dist/utils/{validate-email.d.ts → validation/validate-email.d.ts} +0 -0
  143. /package/dist/{packem_shared/validateEmail-BkVdVioP.js → utils/validation/validate-email.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,169 @@
1
+ ## @visulima/email [1.0.0-alpha.11](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.10...@visulima/email@1.0.0-alpha.11) (2026-03-26)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **docs:** correct code examples found during verification ([8e4f8c4](https://github.com/visulima/visulima/commit/8e4f8c4b0b1664c232fe5ae721b771c72d29a152))
6
+ * **email:** use workspace:* for internal [@visulima](https://github.com/visulima) deps ([4c5c008](https://github.com/visulima/visulima/commit/4c5c008d5c65b3ee26225448eb0a7d6a90a47f5e))
7
+ * **web:** improve build setup with incremental stats caching and prod install ([fe33e75](https://github.com/visulima/visulima/commit/fe33e75827586779b4b3a0c6d57b39f889ee6207))
8
+
9
+ ### Documentation
10
+
11
+ * add missing documentation pages for email, string, and storage-client ([623f8af](https://github.com/visulima/visulima/commit/623f8afd2ea03dd2805fb2d7a9d10083571224bb))
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **email:** migrate deps to pnpm catalogs ([487ca7a](https://github.com/visulima/visulima/commit/487ca7abb6db86498e4993afb0cd0113d005af23))
16
+ * **email:** update dependencies ([f7fb112](https://github.com/visulima/visulima/commit/f7fb1124a030474af12592992bbd95db29db53c1))
17
+ * visulima website ([#591](https://github.com/visulima/visulima/issues/591)) ([59ab2e2](https://github.com/visulima/visulima/commit/59ab2e2befb03e51cd2088956f83d9b87de6d033))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.10
23
+ * **@visulima/error:** upgraded to 6.0.0-alpha.6
24
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.5
25
+ * **@visulima/path:** upgraded to 3.0.0-alpha.6
26
+
27
+ ## @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)
28
+
29
+ ### Bug Fixes
30
+
31
+ * **email:** update packem to 2.0.0-alpha.54 ([857a650](https://github.com/visulima/visulima/commit/857a650aea408e49c11f36ebe6e3a7f2e3560c82))
32
+
33
+ ### Miscellaneous Chores
34
+
35
+ * **email:** update dependencies ([07a300d](https://github.com/visulima/visulima/commit/07a300dcb01259457a41ef3aaf8dd8038d7074ff))
36
+ * **email:** update dependencies ([0250461](https://github.com/visulima/visulima/commit/02504619e8e7ec6ef8e05f323674705656cde7de))
37
+ * update lock file maintenance ([d83e716](https://github.com/visulima/visulima/commit/d83e71697b75d24704185b66bb521a934d2db02d))
38
+ * year update ([47f4105](https://github.com/visulima/visulima/commit/47f410596ce7190cfea36a073db32e0cec50bbcd))
39
+
40
+
41
+ ### Dependencies
42
+
43
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.9
44
+ * **@visulima/error:** upgraded to 6.0.0-alpha.5
45
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.4
46
+ * **@visulima/path:** upgraded to 3.0.0-alpha.5
47
+
48
+ ## @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)
49
+
50
+ ### Bug Fixes
51
+
52
+ * **jsdoc-open-api:** combine name and description for path-based YAML parsing ([68e7d23](https://github.com/visulima/visulima/commit/68e7d2395ab97de3221892afe03da27688df7569))
53
+
54
+
55
+ ### Dependencies
56
+
57
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.8
58
+
59
+ ## @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)
60
+
61
+ ### Bug Fixes
62
+
63
+ * **email:** update package files ([3e215cf](https://github.com/visulima/visulima/commit/3e215cf0ae366591dd1747a96a7275524e3f5501))
64
+
65
+
66
+ ### Dependencies
67
+
68
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.7
69
+ * **@visulima/error:** upgraded to 6.0.0-alpha.3
70
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.3
71
+ * **@visulima/path:** upgraded to 3.0.0-alpha.4
72
+
73
+ ## @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)
74
+
75
+ ### Miscellaneous Chores
76
+
77
+ * fixed project.json names and schema path ([964722f](https://github.com/visulima/visulima/commit/964722f691db205c7edb9aa6db29e849a647500b))
78
+
79
+
80
+ ### Dependencies
81
+
82
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.6
83
+
84
+ ## @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)
85
+
86
+ ### Bug Fixes
87
+
88
+ * update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
89
+
90
+
91
+ ### Dependencies
92
+
93
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.5
94
+ * **@visulima/error:** upgraded to 6.0.0-alpha.2
95
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.2
96
+ * **@visulima/path:** upgraded to 3.0.0-alpha.3
97
+
98
+ ## @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)
99
+
100
+
101
+ ### Dependencies
102
+
103
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.4
104
+
105
+ ## @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)
106
+
107
+
108
+ ### Dependencies
109
+
110
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.3
111
+
112
+ ## @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)
113
+
114
+ ### ⚠ BREAKING CHANGES
115
+
116
+ * change min node version to 22.13
117
+
118
+ ### Bug Fixes
119
+
120
+ * add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
121
+ * 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))
122
+
123
+ ### Miscellaneous Chores
124
+
125
+ * moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
126
+ * 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))
127
+ * 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))
128
+
129
+
130
+ ### Dependencies
131
+
132
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.2
133
+ * **@visulima/error:** upgraded to 6.0.0-alpha.1
134
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.1
135
+
136
+ ## @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)
137
+
138
+ ### Features
139
+
140
+ * add default email configuration options ([848d2fb](https://github.com/visulima/visulima/commit/848d2fb723634aa6e027be55fa479bfb99c6504c))
141
+ * add disposable email detection utility to email package ([59bebd4](https://github.com/visulima/visulima/commit/59bebd4114efc5f77740f458bef7bbe6e8bcfcee))
142
+ * add draft email functionality and enhance documentation ([3ea7e88](https://github.com/visulima/visulima/commit/3ea7e88f0af453709294802f50028b0ac4fb723e))
143
+ * add email alias normalization utility and documentation ([1efed30](https://github.com/visulima/visulima/commit/1efed309a833f122f2aa586e11c2622492e8580d))
144
+ * add email verification utilities and tests ([88079a7](https://github.com/visulima/visulima/commit/88079a7c718040fb6118991ea37d4da1d3668aef))
145
+ * enhance draft email functionality and update documentation ([25e153e](https://github.com/visulima/visulima/commit/25e153e1f6c2466f3c8246357cc31ed4dd8eb297))
146
+ * enhance email package with new utilities and updates ([e06baf0](https://github.com/visulima/visulima/commit/e06baf00a6dcbd78642fbd046801333236d7279e))
147
+ * initialize disposable email domains package with configuration and utilities ([ef671a1](https://github.com/visulima/visulima/commit/ef671a14492abae5bbf7324f36b49d24f3f5cf58))
148
+ * integrate disposable email domains into email package ([24b3d42](https://github.com/visulima/visulima/commit/24b3d425bb6e5a7da2fb3922f0d093dc271536fe))
149
+ * update disposable email domains package and enhance synchronization ([dd81823](https://github.com/visulima/visulima/commit/dd818230a2435568317fdb02728a96ec580962a3))
150
+
151
+ ### Miscellaneous Chores
152
+
153
+ * update @visulima/packem version to 2.0.0-alpha.40 across multiple packages ([e5be373](https://github.com/visulima/visulima/commit/e5be373fef8f8dda20c1dee7a1ac30d9b7a7712e))
154
+ * update package dependencies and versions across multiple packages ([9a9ac80](https://github.com/visulima/visulima/commit/9a9ac8046f7138cf37bec9e2041bc2125e97f212))
155
+
156
+ ### Code Refactoring
157
+
158
+ * enhance role account prefixes and update README ([b4f3a1f](https://github.com/visulima/visulima/commit/b4f3a1fdf43985f503aecf23b999e3443b52a403))
159
+ * simplify disposable email tests and remove unused functions ([c331ec5](https://github.com/visulima/visulima/commit/c331ec5d93df2b8b564733f2104c373a62fb87ee))
160
+ * update disposable email domains synchronization workflow and README ([c3b3291](https://github.com/visulima/visulima/commit/c3b3291c76a6e4bfa47788341cdf72c34a8987e0))
161
+
162
+
163
+ ### Dependencies
164
+
165
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.1
166
+
1
167
  ## @visulima/email 1.0.0-alpha.1 (2025-11-29)
2
168
 
3
169
  ### 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
@@ -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
@@ -68,7 +68,7 @@ Repository: git+https://github.com/visulima/visulima.git
68
68
  >
69
69
  > > MIT License
70
70
  > >
71
- > > Copyright (c) 2025 visulima
71
+ > > Copyright (c) 2026 visulima
72
72
  > >
73
73
  > > Permission is hereby granted, free of charge, to any person obtaining a copy
74
74
  > > 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
@@ -244,7 +244,7 @@ Repository: git+https://github.com/visulima/visulima.git
244
244
  >
245
245
  > > MIT License
246
246
  > >
247
- > > Copyright (c) 2025 visulima
247
+ > > Copyright (c) 2026 visulima
248
248
  > >
249
249
  > > Permission is hereby granted, free of charge, to any person obtaining a copy
250
250
  > > of this software and associated documentation files (the "Software"), to deal
@@ -278,7 +278,7 @@ Repository: git+https://github.com/visulima/visulima.git
278
278
  > >
279
279
  > > > MIT License
280
280
  > > >
281
- > > > Copyright (c) 2025 visulima
281
+ > > > Copyright (c) 2026 visulima
282
282
  > > >
283
283
  > > > Permission is hereby granted, free of charge, to any person obtaining a copy
284
284
  > > > 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
@@ -674,7 +674,7 @@ Repository: git+https://github.com/visulima/visulima.git
674
674
 
675
675
  > MIT License
676
676
  >
677
- > Copyright (c) 2025 visulima
677
+ > Copyright (c) 2026 visulima
678
678
  >
679
679
  > Permission is hereby granted, free of charge, to any person obtaining a copy
680
680
  > of this software and associated documentation files (the "Software"), to deal
@@ -708,7 +708,7 @@ Repository: git+https://github.com/visulima/visulima.git
708
708
  >
709
709
  > > MIT License
710
710
  > >
711
- > > Copyright (c) 2025 visulima
711
+ > > Copyright (c) 2026 visulima
712
712
  > >
713
713
  > > Permission is hereby granted, free of charge, to any person obtaining a copy
714
714
  > > 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
@@ -884,7 +884,7 @@ Repository: git+https://github.com/visulima/visulima.git
884
884
  >
885
885
  > > MIT License
886
886
  > >
887
- > > Copyright (c) 2025 visulima
887
+ > > Copyright (c) 2026 visulima
888
888
  > >
889
889
  > > Permission is hereby granted, free of charge, to any person obtaining a copy
890
890
  > > of this software and associated documentation files (the "Software"), to deal
@@ -918,7 +918,7 @@ Repository: git+https://github.com/visulima/visulima.git
918
918
  > >
919
919
  > > > MIT License
920
920
  > > >
921
- > > > Copyright (c) 2025 visulima
921
+ > > > Copyright (c) 2026 visulima
922
922
  > > >
923
923
  > > > Permission is hereby granted, free of charge, to any person obtaining a copy
924
924
  > > > 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