@cedarjs/mailer-renderer-mjml-react 2.2.2-next.0 → 2.2.2-next.31
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/index.js +3 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -26,11 +26,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var src_exports = {};
|
|
30
|
+
__export(src_exports, {
|
|
31
31
|
MJMLReactRenderer: () => MJMLReactRenderer
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
33
|
+
module.exports = __toCommonJS(src_exports);
|
|
34
34
|
var import_renderToMjml = require("@faire/mjml-react/utils/renderToMjml");
|
|
35
35
|
var import_mjml = __toESM(require("mjml"));
|
|
36
36
|
var import_mailer_core = require("@cedarjs/mailer-core");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/mailer-renderer-mjml-react",
|
|
3
|
-
"version": "2.2.2-next.
|
|
3
|
+
"version": "2.2.2-next.31+ff2776832",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"prepublishOnly": "NODE_ENV=production yarn build"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@cedarjs/mailer-core": "2.2.2-next.
|
|
23
|
+
"@cedarjs/mailer-core": "2.2.2-next.31+ff2776832",
|
|
24
24
|
"@faire/mjml-react": "3.5.3",
|
|
25
25
|
"mjml": "4.18.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@cedarjs/framework-tools": "2.2.2-next.
|
|
28
|
+
"@cedarjs/framework-tools": "2.2.2-next.31",
|
|
29
29
|
"@types/mjml": "4",
|
|
30
30
|
"tsx": "4.21.0",
|
|
31
31
|
"typescript": "5.9.3"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "ff2776832afcb70cd4ca38986ec4e37043e1c44b"
|
|
37
37
|
}
|