Refactor sendEmail to improve type safety and align with BaseEmail interface

- Replace `Email` with `BaseEmail` for stricter type validation.
- Update `SendEmailOptions` and `sendEmail` typing for improved extensibility.
This commit is contained in:
2025-09-13 22:39:28 +02:00
parent e55e4197d3
commit 6ad90874cf
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@xtr-dev/payload-mailing",
"version": "0.1.9",
"version": "0.1.10",
"description": "Template-based email system with scheduling and job processing for PayloadCMS",
"type": "module",
"main": "dist/index.js",