@strapi/provider-email-nodemailer 0.0.0-next.9542f2748460d5d94905e89d1902c0e1625fbea0 → 0.0.0-next.961ad56e43d0a2ee2a4d28612094517283671f82
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.961ad56e43d0a2ee2a4d28612094517283671f82",
|
|
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.961ad56e43d0a2ee2a4d28612094517283671f82",
|
|
64
|
+
"tsconfig": "0.0.0-next.961ad56e43d0a2ee2a4d28612094517283671f82"
|
|
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": "961ad56e43d0a2ee2a4d28612094517283671f82"
|
|
71
71
|
}
|