react-email 2.1.1 → 2.1.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/cli/index.js +3 -3
- package/cli/index.mjs +3 -3
- package/dist/cli/index.d.mts +1 -0
- package/dist/cli/index.d.ts +1 -0
- package/dist/cli/index.js +2363 -0
- package/dist/cli/index.mjs +1087 -0
- package/package.json +3 -3
package/cli/index.js
CHANGED
|
@@ -340,7 +340,7 @@ var import_commander = require("commander");
|
|
|
340
340
|
// package.json
|
|
341
341
|
var package_default = {
|
|
342
342
|
name: "react-email",
|
|
343
|
-
version: "2.1.
|
|
343
|
+
version: "2.1.2",
|
|
344
344
|
description: "A live preview of your emails right in your browser.",
|
|
345
345
|
bin: {
|
|
346
346
|
email: "./cli/index.js"
|
|
@@ -374,8 +374,8 @@ var package_default = {
|
|
|
374
374
|
"@radix-ui/react-slot": "1.0.2",
|
|
375
375
|
"@radix-ui/react-toggle-group": "1.0.4",
|
|
376
376
|
"@radix-ui/react-tooltip": "1.0.6",
|
|
377
|
-
"@react-email/components": "0.0.
|
|
378
|
-
"@react-email/render": "0.0.
|
|
377
|
+
"@react-email/components": "0.0.17",
|
|
378
|
+
"@react-email/render": "0.0.13",
|
|
379
379
|
"@swc/core": "1.3.101",
|
|
380
380
|
"@types/react": "^18.2.0",
|
|
381
381
|
"@types/react-dom": "^18.2.0",
|
package/cli/index.mjs
CHANGED
|
@@ -13,7 +13,7 @@ import { program } from "commander";
|
|
|
13
13
|
// package.json
|
|
14
14
|
var package_default = {
|
|
15
15
|
name: "react-email",
|
|
16
|
-
version: "2.1.
|
|
16
|
+
version: "2.1.2",
|
|
17
17
|
description: "A live preview of your emails right in your browser.",
|
|
18
18
|
bin: {
|
|
19
19
|
email: "./cli/index.js"
|
|
@@ -47,8 +47,8 @@ var package_default = {
|
|
|
47
47
|
"@radix-ui/react-slot": "1.0.2",
|
|
48
48
|
"@radix-ui/react-toggle-group": "1.0.4",
|
|
49
49
|
"@radix-ui/react-tooltip": "1.0.6",
|
|
50
|
-
"@react-email/components": "0.0.
|
|
51
|
-
"@react-email/render": "0.0.
|
|
50
|
+
"@react-email/components": "0.0.17",
|
|
51
|
+
"@react-email/render": "0.0.13",
|
|
52
52
|
"@swc/core": "1.3.101",
|
|
53
53
|
"@types/react": "^18.2.0",
|
|
54
54
|
"@types/react-dom": "^18.2.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#!/usr/bin/env node
|