@visulima/email 1.0.0-alpha.7 → 1.0.0-alpha.9

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 +25 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## @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)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **jsdoc-open-api:** combine name and description for path-based YAML parsing ([68e7d23](https://github.com/visulima/visulima/commit/68e7d2395ab97de3221892afe03da27688df7569))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.8
11
+
12
+ ## @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)
13
+
14
+ ### Bug Fixes
15
+
16
+ * **email:** update package files ([3e215cf](https://github.com/visulima/visulima/commit/3e215cf0ae366591dd1747a96a7275524e3f5501))
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.7
22
+ * **@visulima/error:** upgraded to 6.0.0-alpha.3
23
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.3
24
+ * **@visulima/path:** upgraded to 3.0.0-alpha.4
25
+
1
26
  ## @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)
2
27
 
3
28
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/email",
3
- "version": "1.0.0-alpha.7",
3
+ "version": "1.0.0-alpha.9",
4
4
  "description": "A comprehensive email library with multi-provider support, crypto utilities, and template engines",
5
5
  "keywords": [
6
6
  "visulima",
@@ -263,7 +263,7 @@
263
263
  "CHANGELOG.md"
264
264
  ],
265
265
  "dependencies": {
266
- "@visulima/disposable-email-domains": "1.0.0-alpha.6",
266
+ "@visulima/disposable-email-domains": "1.0.0-alpha.8",
267
267
  "html-to-text": "^9.0.5",
268
268
  "ical-generator": "^10.0.0",
269
269
  "lru-cache": "^11.2.4",