mailer-advance 1.0.7 → 2.0.0

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -117,6 +117,7 @@ When running the service, visit:
117
117
  - **`http://localhost:3000/contact.html`**: Send test emails with attachments.
118
118
  - **`http://localhost:3000/list-configs.html`**: View and manage saved SMTP profiles.
119
119
  - **`http://localhost:3000/config.html`**: Add or edit SMTP configurations.
120
+ - **`http://localhost:3000/api-docs`**: Full OpenApi/Swagger documentation for all endpoints.
120
121
 
121
122
  ## 📄 API Reference
122
123
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mailer-advance",
3
- "version": "1.0.7",
3
+ "version": "2.0.0",
4
4
  "description": "Advanced Node.js email service with dynamic SMTP configuration, multi-database support (MongoDB/SQL), and a built-in UI.",
5
5
  "main": "index.js",
6
6
  "type": "module",