@strapi/provider-email-nodemailer 0.0.0-next.60006686738ddfbc5089e00904bbb243fb8dcf95 → 0.0.0-next.670f4a65e1a27e0235200bfca9df54d6dda91161
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/dist/index.d.ts +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ interface SendOptions {
|
|
|
14
14
|
html: string;
|
|
15
15
|
[key: string]: unknown;
|
|
16
16
|
}
|
|
17
|
-
|
|
17
|
+
type ProviderOptions = Parameters<typeof nodemailer.createTransport>[0];
|
|
18
18
|
declare const _default: {
|
|
19
19
|
provider: string;
|
|
20
20
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/provider-email-nodemailer",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.670f4a65e1a27e0235200bfca9df54d6dda91161",
|
|
4
4
|
"description": "Nodemailer provider for Strapi 3",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/nodemailer": "6.4.7",
|
|
63
|
-
"eslint-config-custom": "0.0.0-next.
|
|
64
|
-
"tsconfig": "0.0.0-next.
|
|
63
|
+
"eslint-config-custom": "0.0.0-next.670f4a65e1a27e0235200bfca9df54d6dda91161",
|
|
64
|
+
"tsconfig": "0.0.0-next.670f4a65e1a27e0235200bfca9df54d6dda91161"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": ">=14.19.1 <=18.x.x",
|
|
68
68
|
"npm": ">=6.0.0"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "670f4a65e1a27e0235200bfca9df54d6dda91161"
|
|
71
71
|
}
|