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

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 +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @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
+
3
+ ### Miscellaneous Chores
4
+
5
+ * fixed project.json names and schema path ([964722f](https://github.com/visulima/visulima/commit/964722f691db205c7edb9aa6db29e849a647500b))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/disposable-email-domains:** upgraded to 1.0.0-alpha.6
11
+
1
12
  ## @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)
2
13
 
3
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/email",
3
- "version": "1.0.0-alpha.6",
3
+ "version": "1.0.0-alpha.7",
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.5",
266
+ "@visulima/disposable-email-domains": "1.0.0-alpha.6",
267
267
  "html-to-text": "^9.0.5",
268
268
  "ical-generator": "^10.0.0",
269
269
  "lru-cache": "^11.2.4",