strapi-plugin-magic-mail 2.8.0 → 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.
@@ -2018,7 +2018,7 @@ var license$1 = ({ strapi: strapi2 }) => ({
2018
2018
  valid: verification.valid,
2019
2019
  demo: false,
2020
2020
  data: {
2021
- licenseKey: licenseKey ? licenseKey.substring(0, 8) + "..." + licenseKey.substring(licenseKey.length - 4) : null,
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.7.0";
6089
+ const version = "2.8.1";
6090
6090
  const require$$2 = {
6091
6091
  version
6092
6092
  };
@@ -2008,7 +2008,7 @@ var license$1 = ({ strapi: strapi2 }) => ({
2008
2008
  valid: verification.valid,
2009
2009
  demo: false,
2010
2010
  data: {
2011
- licenseKey: licenseKey ? licenseKey.substring(0, 8) + "..." + licenseKey.substring(licenseKey.length - 4) : null,
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.7.0";
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.0",
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": "^7.0.12",
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",