react-email 2.1.0-canary.2 → 2.1.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/cli/index.js +2 -2
- package/cli/index.mjs +2 -2
- package/package.json +2 -2
package/cli/index.js
CHANGED
|
@@ -252,7 +252,7 @@ var import_commander = require("commander");
|
|
|
252
252
|
// package.json
|
|
253
253
|
var package_default = {
|
|
254
254
|
name: "react-email",
|
|
255
|
-
version: "2.1.0
|
|
255
|
+
version: "2.1.0",
|
|
256
256
|
description: "A live preview of your emails right in your browser.",
|
|
257
257
|
bin: {
|
|
258
258
|
email: "./cli/index.js"
|
|
@@ -284,7 +284,7 @@ var package_default = {
|
|
|
284
284
|
"@radix-ui/react-slot": "1.0.2",
|
|
285
285
|
"@radix-ui/react-toggle-group": "1.0.4",
|
|
286
286
|
"@radix-ui/react-tooltip": "1.0.6",
|
|
287
|
-
"@react-email/components": "0.0.15
|
|
287
|
+
"@react-email/components": "0.0.15",
|
|
288
288
|
"@react-email/render": "0.0.12",
|
|
289
289
|
"@swc/core": "1.3.101",
|
|
290
290
|
"@types/react": "^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.0
|
|
16
|
+
version: "2.1.0",
|
|
17
17
|
description: "A live preview of your emails right in your browser.",
|
|
18
18
|
bin: {
|
|
19
19
|
email: "./cli/index.js"
|
|
@@ -45,7 +45,7 @@ var package_default = {
|
|
|
45
45
|
"@radix-ui/react-slot": "1.0.2",
|
|
46
46
|
"@radix-ui/react-toggle-group": "1.0.4",
|
|
47
47
|
"@radix-ui/react-tooltip": "1.0.6",
|
|
48
|
-
"@react-email/components": "0.0.15
|
|
48
|
+
"@react-email/components": "0.0.15",
|
|
49
49
|
"@react-email/render": "0.0.12",
|
|
50
50
|
"@swc/core": "1.3.101",
|
|
51
51
|
"@types/react": "^18.2.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-email",
|
|
3
|
-
"version": "2.1.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "A live preview of your emails right in your browser.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"email": "./cli/index.js"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@radix-ui/react-slot": "1.0.2",
|
|
26
26
|
"@radix-ui/react-toggle-group": "1.0.4",
|
|
27
27
|
"@radix-ui/react-tooltip": "1.0.6",
|
|
28
|
-
"@react-email/components": "0.0.15
|
|
28
|
+
"@react-email/components": "0.0.15",
|
|
29
29
|
"@react-email/render": "0.0.12",
|
|
30
30
|
"@swc/core": "1.3.101",
|
|
31
31
|
"@types/react": "^18.2.0",
|