strapi-plugin-magic-mail 2.8.1 → 2.8.2
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/server/index.js +2 -2
- package/dist/server/index.mjs +2 -2
- package/package.json +2 -2
package/dist/server/index.js
CHANGED
|
@@ -2018,7 +2018,7 @@ var license$1 = ({ strapi: strapi2 }) => ({
|
|
|
2018
2018
|
valid: verification.valid,
|
|
2019
2019
|
demo: false,
|
|
2020
2020
|
data: {
|
|
2021
|
-
licenseKey
|
|
2021
|
+
licenseKey,
|
|
2022
2022
|
email: license2?.email || null,
|
|
2023
2023
|
firstName: license2?.firstName || null,
|
|
2024
2024
|
lastName: license2?.lastName || null,
|
|
@@ -6086,7 +6086,7 @@ var oauth$1 = ({ strapi: strapi2 }) => ({
|
|
|
6086
6086
|
return account;
|
|
6087
6087
|
}
|
|
6088
6088
|
});
|
|
6089
|
-
const version = "2.8.
|
|
6089
|
+
const version = "2.8.1";
|
|
6090
6090
|
const require$$2 = {
|
|
6091
6091
|
version
|
|
6092
6092
|
};
|
package/dist/server/index.mjs
CHANGED
|
@@ -2008,7 +2008,7 @@ var license$1 = ({ strapi: strapi2 }) => ({
|
|
|
2008
2008
|
valid: verification.valid,
|
|
2009
2009
|
demo: false,
|
|
2010
2010
|
data: {
|
|
2011
|
-
licenseKey
|
|
2011
|
+
licenseKey,
|
|
2012
2012
|
email: license2?.email || null,
|
|
2013
2013
|
firstName: license2?.firstName || null,
|
|
2014
2014
|
lastName: license2?.lastName || null,
|
|
@@ -6076,7 +6076,7 @@ var oauth$1 = ({ strapi: strapi2 }) => ({
|
|
|
6076
6076
|
return account;
|
|
6077
6077
|
}
|
|
6078
6078
|
});
|
|
6079
|
-
const version = "2.8.
|
|
6079
|
+
const version = "2.8.1";
|
|
6080
6080
|
const require$$2 = {
|
|
6081
6081
|
version
|
|
6082
6082
|
};
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.8.
|
|
2
|
+
"version": "2.8.2",
|
|
3
3
|
"keywords": [
|
|
4
4
|
"strapi",
|
|
5
5
|
"strapi-plugin",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"form-data": "^4.0.4",
|
|
56
56
|
"html-to-text": "^9.0.5",
|
|
57
57
|
"mustache": "^4.2.0",
|
|
58
|
-
"nodemailer": "^
|
|
58
|
+
"nodemailer": "^8.0.1",
|
|
59
59
|
"pino": "^9.5.0",
|
|
60
60
|
"qrcode": "^1.5.4",
|
|
61
61
|
"react-email-editor": "^1.7.11",
|