@visulima/email 1.0.0-alpha.27 → 1.0.0-alpha.29

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 (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## @visulima/email [1.0.0-alpha.29](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.28...@visulima/email@1.0.0-alpha.29) (2026-05-16)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/error:** upgraded to 6.0.0-alpha.25
7
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.23
8
+
9
+ ## @visulima/email [1.0.0-alpha.28](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.27...@visulima/email@1.0.0-alpha.28) (2026-05-14)
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **email:** apply prettier and eslint formatting sweep ([6950709](https://github.com/visulima/visulima/commit/69507091f75a9c4783f4ce04927c4152d7a00cd7))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.14
19
+ * **@visulima/error:** upgraded to 6.0.0-alpha.24
20
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.22
21
+
1
22
  ## @visulima/email [1.0.0-alpha.27](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.26...@visulima/email@1.0.0-alpha.27) (2026-05-11)
2
23
 
3
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/email",
3
- "version": "1.0.0-alpha.27",
3
+ "version": "1.0.0-alpha.29",
4
4
  "description": "A comprehensive email library with multi-provider support, crypto utilities, and template engines",
5
5
  "keywords": [
6
6
  "ahasend",
@@ -267,7 +267,7 @@
267
267
  "provenance": true
268
268
  },
269
269
  "dependencies": {
270
- "@visulima/disposable-email-domains": "1.0.0-alpha.13",
270
+ "@visulima/disposable-email-domains": "1.0.0-alpha.14",
271
271
  "html-to-text": "^10.0.0",
272
272
  "ical-generator": "10.2.0",
273
273
  "lru-cache": "11.3.6",