@strapi/provider-email-nodemailer 0.0.0-next.de5394e73076ccf7aca1e28dc68894e3c43f8b91 → 0.0.0-next.e16a4b69b276a52e1b299f339479948d67ec66f3
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/package.json +5 -5
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.e16a4b69b276a52e1b299f339479948d67ec66f3",
|
|
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.e16a4b69b276a52e1b299f339479948d67ec66f3",
|
|
64
|
+
"tsconfig": "0.0.0-next.e16a4b69b276a52e1b299f339479948d67ec66f3"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
|
-
"node": ">=
|
|
67
|
+
"node": ">=16.0.0 <=20.x.x",
|
|
68
68
|
"npm": ">=6.0.0"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "e16a4b69b276a52e1b299f339479948d67ec66f3"
|
|
71
71
|
}
|