@visulima/email 1.0.0-alpha.17 → 1.0.0-alpha.18
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.
- package/CHANGELOG.md +7 -0
- package/LICENSE.md +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## @visulima/email [1.0.0-alpha.18](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.17...@visulima/email@1.0.0-alpha.18) (2026-04-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.14
|
|
7
|
+
|
|
1
8
|
## @visulima/email [1.0.0-alpha.17](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.16...@visulima/email@1.0.0-alpha.17) (2026-04-28)
|
|
2
9
|
|
|
3
10
|
### Miscellaneous Chores
|
package/LICENSE.md
CHANGED
|
@@ -87,7 +87,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
87
87
|
> # Bundled types:
|
|
88
88
|
> ## ai
|
|
89
89
|
> License: Apache-2.0
|
|
90
|
-
> Repository:
|
|
90
|
+
> Repository: https://github.com/vercel/ai
|
|
91
91
|
>
|
|
92
92
|
> > Copyright 2023 Vercel, Inc.
|
|
93
93
|
> >
|
|
@@ -199,7 +199,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
199
199
|
> > # Bundled types:
|
|
200
200
|
> > ## ai
|
|
201
201
|
> > License: Apache-2.0
|
|
202
|
-
> > Repository:
|
|
202
|
+
> > Repository: https://github.com/vercel/ai
|
|
203
203
|
> >
|
|
204
204
|
> > > Copyright 2023 Vercel, Inc.
|
|
205
205
|
> > >
|
|
@@ -875,7 +875,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
875
875
|
> # Bundled types:
|
|
876
876
|
> ## ai
|
|
877
877
|
> License: Apache-2.0
|
|
878
|
-
> Repository:
|
|
878
|
+
> Repository: https://github.com/vercel/ai
|
|
879
879
|
>
|
|
880
880
|
> > Copyright 2023 Vercel, Inc.
|
|
881
881
|
> >
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/email",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.18",
|
|
4
4
|
"description": "A comprehensive email library with multi-provider support, crypto utilities, and template engines",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ahasend",
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
},
|
|
272
272
|
"peerDependencies": {
|
|
273
273
|
"@opentelemetry/api": "^1.0.0 || ^2.0.0",
|
|
274
|
-
"@react-email/render": "^2.0.
|
|
274
|
+
"@react-email/render": "^2.0.8",
|
|
275
275
|
"@vue-email/render": "0.0.9",
|
|
276
276
|
"asn1js": "3.0.10",
|
|
277
277
|
"handlebars": "4.7.9",
|