@strapi/provider-email-nodemailer 0.0.0-next.d482633e774699cc8d4e05531deaeb6001e791cd → 0.0.0-next.d999ad0b00ff427885462051cdc96626b7946472
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.d999ad0b00ff427885462051cdc96626b7946472",
|
|
4
4
|
"description": "Nodemailer provider for Strapi 3",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"nodemailer": "6.9.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@strapi/pack-up": "0.0.0-next.
|
|
63
|
+
"@strapi/pack-up": "0.0.0-next.d999ad0b00ff427885462051cdc96626b7946472",
|
|
64
64
|
"@types/nodemailer": "6.4.7",
|
|
65
|
-
"eslint-config-custom": "0.0.0-next.
|
|
66
|
-
"tsconfig": "0.0.0-next.
|
|
65
|
+
"eslint-config-custom": "0.0.0-next.d999ad0b00ff427885462051cdc96626b7946472",
|
|
66
|
+
"tsconfig": "0.0.0-next.d999ad0b00ff427885462051cdc96626b7946472"
|
|
67
67
|
},
|
|
68
68
|
"engines": {
|
|
69
69
|
"node": ">=18.0.0 <=20.x.x",
|
|
70
70
|
"npm": ">=6.0.0"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "d999ad0b00ff427885462051cdc96626b7946472"
|
|
73
73
|
}
|