strapi-plugin-magic-mail 2.10.0 → 2.10.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/CHANGELOG.md +14 -0
- package/dist/admin/index.js +9 -8
- package/dist/admin/index.mjs +8 -6
- package/dist/server/index.js +73657 -11
- package/dist/server/index.mjs +73624 -11
- package/package.json +2 -2
- package/dist/admin/LicensePage-B61HnhyD.mjs +0 -352
- package/dist/admin/LicensePage-sB-xDRL9.js +0 -354
- package/dist/admin/PluginSettings-XwyzH95_.mjs +0 -374
- package/dist/admin/PluginSettings-cZXE_vy8.js +0 -376
- package/dist/admin/Settings-BRFoD1yZ.js +0 -354
- package/dist/admin/Settings-DoSrZKfp.mjs +0 -352
- package/dist/admin/StyledButtons-CdOf4Sps.mjs +0 -434
- package/dist/admin/StyledButtons-DVGuFoqy.js +0 -435
- package/dist/admin/de-CF2ItE3Z.js +0 -84
- package/dist/admin/de-CwbYw2jT.mjs +0 -84
- package/dist/admin/en-CK6UpShS.js +0 -84
- package/dist/admin/en-ZRmfU4qX.mjs +0 -84
- package/dist/admin/es-BpV1MIdm.js +0 -64
- package/dist/admin/es-DQHwzPpP.mjs +0 -64
- package/dist/admin/fr-BG1WfEVm.mjs +0 -64
- package/dist/admin/fr-vpziIpRp.js +0 -64
- package/dist/admin/pt-CMoGrOib.mjs +0 -64
- package/dist/admin/pt-ODpAhDNa.js +0 -64
- /package/dist/{admin → _chunks}/App-2Bg4LxwL.js +0 -0
- /package/dist/{admin → _chunks}/App-CAtJIwNW.mjs +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.10.2](https://github.com/Schero94/Magic-Mail/compare/v2.10.1...v2.10.2) (2026-04-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **rbac:** make plugin::magic-mail.access visible in role editor ([63c80ce](https://github.com/Schero94/Magic-Mail/commit/63c80ce9351d455a96fb7b8637a4abdb5ed2c39e))
|
|
7
|
+
|
|
8
|
+
## [2.10.1](https://github.com/Schero94/Magic-Mail/compare/v2.10.0...v2.10.1) (2026-04-21)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **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))
|
|
14
|
+
|
|
1
15
|
# [2.10.0](https://github.com/Schero94/Magic-Mail/compare/v2.9.2...v2.10.0) (2026-04-21)
|
|
2
16
|
|
|
3
17
|
|
package/dist/admin/index.js
CHANGED
|
@@ -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 = {
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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
|
|
139
|
+
module.exports = index;
|
package/dist/admin/index.mjs
CHANGED
|
@@ -18,7 +18,9 @@ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
|
|
|
18
18
|
);
|
|
19
19
|
});
|
|
20
20
|
};
|
|
21
|
-
const strapi = {
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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
|