@strapi/email 5.38.0 → 5.39.0
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/admin/index.js
CHANGED
|
@@ -12,7 +12,7 @@ function __variableDynamicImportRuntime1__(path) {
|
|
|
12
12
|
case './translations/de.json': return Promise.resolve().then(function () { return require('./translations/de.json.js'); });
|
|
13
13
|
case './translations/dk.json': return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespaceDefaultOnly(require('./translations/dk.json.js')); });
|
|
14
14
|
case './translations/en.json': return Promise.resolve().then(function () { return require('./translations/en.json.js'); });
|
|
15
|
-
case './translations/es.json': return Promise.resolve().then(function () { return
|
|
15
|
+
case './translations/es.json': return Promise.resolve().then(function () { return require('./translations/es.json.js'); });
|
|
16
16
|
case './translations/fr.json': return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespaceDefaultOnly(require('./translations/fr.json.js')); });
|
|
17
17
|
case './translations/id.json': return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespaceDefaultOnly(require('./translations/id.json.js')); });
|
|
18
18
|
case './translations/it.json': return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespaceDefaultOnly(require('./translations/it.json.js')); });
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var link = "Enlace";
|
|
3
6
|
var es = {
|
|
7
|
+
link: link,
|
|
4
8
|
"Settings.email.plugin.button.test-email": "Enviar email de prueba",
|
|
5
9
|
"Settings.email.plugin.label.defaultFrom": "Email del remitente predeterminado",
|
|
6
10
|
"Settings.email.plugin.label.defaultReplyTo": "Email de respuesta predeterminado",
|
|
@@ -23,5 +27,6 @@ var es = {
|
|
|
23
27
|
"components.Input.error.validation.email": "Este es un correo electrónico inválido"
|
|
24
28
|
};
|
|
25
29
|
|
|
26
|
-
|
|
30
|
+
exports.default = es;
|
|
31
|
+
exports.link = link;
|
|
27
32
|
//# sourceMappingURL=es.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"es.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
var link = "Enlace";
|
|
1
2
|
var es = {
|
|
3
|
+
link: link,
|
|
2
4
|
"Settings.email.plugin.button.test-email": "Enviar email de prueba",
|
|
3
5
|
"Settings.email.plugin.label.defaultFrom": "Email del remitente predeterminado",
|
|
4
6
|
"Settings.email.plugin.label.defaultReplyTo": "Email de respuesta predeterminado",
|
|
@@ -21,5 +23,5 @@ var es = {
|
|
|
21
23
|
"components.Input.error.validation.email": "Este es un correo electrónico inválido"
|
|
22
24
|
};
|
|
23
25
|
|
|
24
|
-
export { es as default };
|
|
26
|
+
export { es as default, link };
|
|
25
27
|
//# sourceMappingURL=es.json.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"es.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/email",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.39.0",
|
|
4
4
|
"description": "Easily configure your Strapi application to send emails.",
|
|
5
|
+
"homepage": "https://strapi.io",
|
|
6
|
+
"bugs": {
|
|
7
|
+
"url": "https://github.com/strapi/strapi/issues"
|
|
8
|
+
},
|
|
5
9
|
"repository": {
|
|
6
10
|
"type": "git",
|
|
7
|
-
"url": "git://github.com/strapi/strapi.git"
|
|
11
|
+
"url": "git://github.com/strapi/strapi.git",
|
|
12
|
+
"directory": "packages/core/email"
|
|
8
13
|
},
|
|
9
14
|
"license": "SEE LICENSE IN LICENSE",
|
|
10
15
|
"author": {
|
|
@@ -58,8 +63,8 @@
|
|
|
58
63
|
"dependencies": {
|
|
59
64
|
"@strapi/design-system": "2.2.0",
|
|
60
65
|
"@strapi/icons": "2.2.0",
|
|
61
|
-
"@strapi/provider-email-sendmail": "5.
|
|
62
|
-
"@strapi/utils": "5.
|
|
66
|
+
"@strapi/provider-email-sendmail": "5.39.0",
|
|
67
|
+
"@strapi/utils": "5.39.0",
|
|
63
68
|
"koa2-ratelimit": "^1.1.3",
|
|
64
69
|
"lodash": "4.17.23",
|
|
65
70
|
"react-intl": "6.6.2",
|
|
@@ -68,12 +73,12 @@
|
|
|
68
73
|
"zod": "3.25.67"
|
|
69
74
|
},
|
|
70
75
|
"devDependencies": {
|
|
71
|
-
"@strapi/admin": "5.
|
|
72
|
-
"@strapi/types": "5.
|
|
76
|
+
"@strapi/admin": "5.39.0",
|
|
77
|
+
"@strapi/types": "5.39.0",
|
|
73
78
|
"@testing-library/react": "16.3.0",
|
|
74
79
|
"@types/koa": "2.13.4",
|
|
75
80
|
"@types/lodash": "^4.14.191",
|
|
76
|
-
"koa": "2.16.
|
|
81
|
+
"koa": "2.16.4",
|
|
77
82
|
"koa-body": "6.0.1",
|
|
78
83
|
"msw": "1.3.0",
|
|
79
84
|
"react": "18.3.1",
|