chore: bump version to 1.2.0

refactor: update SMTP session handling to process one email per session
- Removed maxEmailsPerSession configuration and related logic
- Simplified processSession to handle a single email
- Adjusted addEmailToSession to create a new session for each email
- Updated types to reflect changes in session management
This commit is contained in:
Siwat Sirichai 2025-08-19 18:24:17 +07:00
parent 069540e310
commit b035b27da7
5 changed files with 131 additions and 665 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@siwats/mxrelay-consumer",
"version": "1.1.0",
"version": "1.2.0",
"description": "An internal TypeScript client library for transporting SMTP messages",
"main": "lib/index.js",
"module": "lib/index.esm.js",