@visulima/email 1.0.0-alpha.18 → 1.0.0-alpha.19

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 CHANGED
@@ -1,3 +1,11 @@
1
+ ## @visulima/email [1.0.0-alpha.19](https://github.com/visulima/visulima/compare/@visulima/email@1.0.0-alpha.18...@visulima/email@1.0.0-alpha.19) (2026-05-04)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/error:** upgraded to 6.0.0-alpha.15
7
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.13
8
+
1
9
  ## @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
10
 
3
11
 
package/LICENSE.md CHANGED
@@ -187,33 +187,6 @@ Repository: git+https://github.com/visulima/visulima.git
187
187
  > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
188
188
  > > >
189
189
  > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
190
- > >
191
- > >
192
- > >
193
- > >
194
- > >
195
- > > # Licenses of bundled types
196
- > > The published @visulima/error artifact additionally contains code with the following licenses:
197
- > > Apache-2.0
198
- > >
199
- > > # Bundled types:
200
- > > ## ai
201
- > > License: Apache-2.0
202
- > > Repository: https://github.com/vercel/ai
203
- > >
204
- > > > Copyright 2023 Vercel, Inc.
205
- > > >
206
- > > > Licensed under the Apache License, Version 2.0 (the "License");
207
- > > > you may not use this file except in compliance with the License.
208
- > > > You may obtain a copy of the License at
209
- > > >
210
- > > > http://www.apache.org/licenses/LICENSE-2.0
211
- > > >
212
- > > > Unless required by applicable law or agreed to in writing, software
213
- > > > distributed under the License is distributed on an "AS IS" BASIS,
214
- > > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
215
- > > > See the License for the specific language governing permissions and
216
- > > > limitations under the License.
217
190
  >
218
191
  > ---------------------------------------
219
192
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/email",
3
- "version": "1.0.0-alpha.18",
3
+ "version": "1.0.0-alpha.19",
4
4
  "description": "A comprehensive email library with multi-provider support, crypto utilities, and template engines",
5
5
  "keywords": [
6
6
  "ahasend",
@@ -264,7 +264,7 @@
264
264
  ],
265
265
  "dependencies": {
266
266
  "@visulima/disposable-email-domains": "1.0.0-alpha.13",
267
- "html-to-text": "^9.0.5",
267
+ "html-to-text": "^10.0.0",
268
268
  "ical-generator": "10.2.0",
269
269
  "lru-cache": "11.3.5",
270
270
  "mime": "^4.1.0"