strapi-plugin-magic-mail 2.10.0 → 2.10.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.10.1](https://github.com/Schero94/Magic-Mail/compare/v2.10.0...v2.10.1) (2026-04-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **build:** pin @strapi/sdk-plugin to ^5.4.0 — v6 produces broken 23-line stub bundles ([1a40b1a](https://github.com/Schero94/Magic-Mail/commit/1a40b1adebe475009addb06a0fb285b871529f4e))
7
+
1
8
  # [2.10.0](https://github.com/Schero94/Magic-Mail/compare/v2.9.2...v2.10.0) (2026-04-21)
2
9
 
3
10
 
@@ -1,5 +1,4 @@
1
1
  "use strict";
2
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
2
  const React = require("react");
4
3
  const admin = require("@strapi/strapi/admin");
5
4
  const jsxRuntime = require("react/jsx-runtime");
@@ -20,7 +19,9 @@ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
20
19
  );
21
20
  });
22
21
  };
23
- const strapi = { "name": "magic-mail" };
22
+ const strapi = {
23
+ name: "magic-mail"
24
+ };
24
25
  const pluginPkg = {
25
26
  strapi
26
27
  };
@@ -67,7 +68,7 @@ const index = {
67
68
  id: `${pluginId}.plugin.name`,
68
69
  defaultMessage: "MagicMail"
69
70
  },
70
- Component: () => Promise.resolve().then(() => require("./App-2Bg4LxwL.js")),
71
+ Component: () => Promise.resolve().then(() => require("../_chunks/App-2Bg4LxwL.js")),
71
72
  permissions: pluginPermissions
72
73
  });
73
74
  app.createSettingSection(
@@ -84,7 +85,7 @@ const index = {
84
85
  },
85
86
  id: "plugin-settings",
86
87
  to: `${pluginId}/plugin-settings`,
87
- Component: () => Promise.resolve().then(() => require("./PluginSettings-cZXE_vy8.js")),
88
+ Component: () => Promise.resolve().then(() => require("../_chunks/PluginSettings-cZXE_vy8.js")),
88
89
  permissions: pluginPermissions
89
90
  },
90
91
  {
@@ -94,7 +95,7 @@ const index = {
94
95
  },
95
96
  id: "upgrade",
96
97
  to: `${pluginId}/upgrade`,
97
- Component: () => Promise.resolve().then(() => require("./LicensePage-sB-xDRL9.js")),
98
+ Component: () => Promise.resolve().then(() => require("../_chunks/LicensePage-sB-xDRL9.js")),
98
99
  permissions: pluginPermissions
99
100
  },
100
101
  {
@@ -104,7 +105,7 @@ const index = {
104
105
  },
105
106
  id: "license",
106
107
  to: `${pluginId}/license`,
107
- Component: () => Promise.resolve().then(() => require("./Settings-BRFoD1yZ.js")),
108
+ Component: () => Promise.resolve().then(() => require("../_chunks/Settings-BRFoD1yZ.js")),
108
109
  permissions: pluginPermissions
109
110
  }
110
111
  ]
@@ -119,7 +120,7 @@ const index = {
119
120
  async registerTrads({ locales }) {
120
121
  const importedTrads = await Promise.all(
121
122
  locales.map((locale) => {
122
- return __variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "./translations/de.json": () => Promise.resolve().then(() => require("./de-CF2ItE3Z.js")), "./translations/en.json": () => Promise.resolve().then(() => require("./en-CK6UpShS.js")), "./translations/es.json": () => Promise.resolve().then(() => require("./es-BpV1MIdm.js")), "./translations/fr.json": () => Promise.resolve().then(() => require("./fr-vpziIpRp.js")), "./translations/pt.json": () => Promise.resolve().then(() => require("./pt-ODpAhDNa.js")) }), `./translations/${locale}.json`, 3).then(({ default: data }) => {
123
+ return __variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "./translations/de.json": () => Promise.resolve().then(() => require("../_chunks/de-CF2ItE3Z.js")), "./translations/en.json": () => Promise.resolve().then(() => require("../_chunks/en-CK6UpShS.js")), "./translations/es.json": () => Promise.resolve().then(() => require("../_chunks/es-BpV1MIdm.js")), "./translations/fr.json": () => Promise.resolve().then(() => require("../_chunks/fr-vpziIpRp.js")), "./translations/pt.json": () => Promise.resolve().then(() => require("../_chunks/pt-ODpAhDNa.js")) }), `./translations/${locale}.json`, 3).then(({ default: data }) => {
123
124
  return {
124
125
  data: prefixPluginTranslations(data, pluginId),
125
126
  locale
@@ -135,4 +136,4 @@ const index = {
135
136
  return Promise.resolve(importedTrads);
136
137
  }
137
138
  };
138
- exports.default = index;
139
+ module.exports = index;
@@ -18,7 +18,9 @@ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
18
18
  );
19
19
  });
20
20
  };
21
- const strapi = { "name": "magic-mail" };
21
+ const strapi = {
22
+ name: "magic-mail"
23
+ };
22
24
  const pluginPkg = {
23
25
  strapi
24
26
  };
@@ -65,7 +67,7 @@ const index = {
65
67
  id: `${pluginId}.plugin.name`,
66
68
  defaultMessage: "MagicMail"
67
69
  },
68
- Component: () => import("./App-CAtJIwNW.mjs"),
70
+ Component: () => import("../_chunks/App-CAtJIwNW.mjs"),
69
71
  permissions: pluginPermissions
70
72
  });
71
73
  app.createSettingSection(
@@ -82,7 +84,7 @@ const index = {
82
84
  },
83
85
  id: "plugin-settings",
84
86
  to: `${pluginId}/plugin-settings`,
85
- Component: () => import("./PluginSettings-XwyzH95_.mjs"),
87
+ Component: () => import("../_chunks/PluginSettings-XwyzH95_.mjs"),
86
88
  permissions: pluginPermissions
87
89
  },
88
90
  {
@@ -92,7 +94,7 @@ const index = {
92
94
  },
93
95
  id: "upgrade",
94
96
  to: `${pluginId}/upgrade`,
95
- Component: () => import("./LicensePage-B61HnhyD.mjs"),
97
+ Component: () => import("../_chunks/LicensePage-B61HnhyD.mjs"),
96
98
  permissions: pluginPermissions
97
99
  },
98
100
  {
@@ -102,7 +104,7 @@ const index = {
102
104
  },
103
105
  id: "license",
104
106
  to: `${pluginId}/license`,
105
- Component: () => import("./Settings-DoSrZKfp.mjs"),
107
+ Component: () => import("../_chunks/Settings-DoSrZKfp.mjs"),
106
108
  permissions: pluginPermissions
107
109
  }
108
110
  ]
@@ -117,7 +119,7 @@ const index = {
117
119
  async registerTrads({ locales }) {
118
120
  const importedTrads = await Promise.all(
119
121
  locales.map((locale) => {
120
- return __variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "./translations/de.json": () => import("./de-CwbYw2jT.mjs"), "./translations/en.json": () => import("./en-ZRmfU4qX.mjs"), "./translations/es.json": () => import("./es-DQHwzPpP.mjs"), "./translations/fr.json": () => import("./fr-BG1WfEVm.mjs"), "./translations/pt.json": () => import("./pt-CMoGrOib.mjs") }), `./translations/${locale}.json`, 3).then(({ default: data }) => {
122
+ return __variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "./translations/de.json": () => import("../_chunks/de-CwbYw2jT.mjs"), "./translations/en.json": () => import("../_chunks/en-ZRmfU4qX.mjs"), "./translations/es.json": () => import("../_chunks/es-DQHwzPpP.mjs"), "./translations/fr.json": () => import("../_chunks/fr-BG1WfEVm.mjs"), "./translations/pt.json": () => import("../_chunks/pt-CMoGrOib.mjs") }), `./translations/${locale}.json`, 3).then(({ default: data }) => {
121
123
  return {
122
124
  data: prefixPluginTranslations(data, pluginId),
123
125
  locale