@forinda/kickjs-mailer 4.0.0 → 4.2.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.
- package/README.md +5 -0
- package/dist/index.mjs +1 -1
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# @forinda/kickjs-mailer
|
|
2
2
|
|
|
3
|
+
> [!WARNING] Deprecated — going private in v4.1.2.
|
|
4
|
+
> This package is being retired. The replacement is a short BYO recipe using `defineAdapter` / `definePlugin` from `@forinda/kickjs` directly — see **[guide/mailer](https://forinda.github.io/kick-js/guide/mailer)** for the copy-paste alternative.
|
|
5
|
+
>
|
|
6
|
+
> The package still works in v4.1.x; v4.1.2 will remove it from the public registry. Migrate at your convenience.
|
|
7
|
+
|
|
3
8
|
Pluggable email for KickJS — SMTP (`nodemailer`), Resend, SES, Console (dev), or any custom `MailProvider`.
|
|
4
9
|
|
|
5
10
|
## Install
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forinda/kickjs-mailer",
|
|
3
|
-
"version": "4.
|
|
4
|
-
"description": "Pluggable email sending for KickJS — nodemailer, Resend, SES, and custom providers",
|
|
3
|
+
"version": "4.2.0",
|
|
4
|
+
"description": "[DEPRECATED] Pluggable email sending for KickJS — nodemailer, Resend, SES, and custom providers — see https://forinda.github.io/kick-js/guide/mailer for the BYO replacement (going private in v4.1.2).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"kickjs",
|
|
7
7
|
"nodejs",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"reflect-metadata": "^0.2.2",
|
|
70
|
-
"@forinda/kickjs-devtools-kit": "4.
|
|
70
|
+
"@forinda/kickjs-devtools-kit": "4.2.0"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"nodemailer": ">=7.0.11",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"nodemailer": "^8.0.4",
|
|
85
85
|
"typescript": "^6.0.3",
|
|
86
86
|
"vitest": "^4.1.5",
|
|
87
|
-
"@forinda/kickjs": "4.
|
|
87
|
+
"@forinda/kickjs": "4.2.0"
|
|
88
88
|
},
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public"
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
"bugs": {
|
|
104
104
|
"url": "https://github.com/forinda/kick-js/issues"
|
|
105
105
|
},
|
|
106
|
+
"deprecated": "Deprecated — going private in v4.1.2. Replaced by a BYO recipe using defineAdapter/definePlugin from @forinda/kickjs directly. See https://forinda.github.io/kick-js/guide/mailer for the migration.",
|
|
106
107
|
"scripts": {
|
|
107
108
|
"build": "wireit",
|
|
108
109
|
"dev": "tsdown --watch",
|