react-email 4.1.1 → 4.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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # react-email
2
2
 
3
+ ## 4.1.2
4
+
3
5
  ## 4.1.1
4
6
 
5
7
  ### Patch Changes
package/dev/index.js CHANGED
@@ -7,7 +7,7 @@ const dirname = path.dirname(filename);
7
7
 
8
8
  const root = path.resolve(dirname, '../src/index.ts');
9
9
 
10
- const tsxPath = path.resolve(dirname, './node_modules/.bin/tsx');
10
+ const tsxPath = path.resolve(dirname, '../../../node_modules/.bin/tsx');
11
11
 
12
12
  const tsx = child_process.spawn(tsxPath, [root, ...process.argv.slice(2)], {
13
13
  shell: true,
package/dev/package.json CHANGED
@@ -6,8 +6,5 @@
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "start": "node ."
9
- },
10
- "dependencies": {
11
- "tsx": "4.19.3"
12
9
  }
13
10
  }
package/dist/index.js CHANGED
@@ -106,7 +106,7 @@ import prompts from "prompts";
106
106
  // package.json
107
107
  var package_default = {
108
108
  name: "react-email",
109
- version: "4.1.1",
109
+ version: "4.1.2",
110
110
  description: "A live preview of your emails right in your browser.",
111
111
  bin: {
112
112
  email: "./dist/index.js"
@@ -161,7 +161,6 @@ var package_default = {
161
161
  react: "19.0.0",
162
162
  "react-dom": "19.0.0",
163
163
  tsup: "8.4.0",
164
- tsx: "4.19.3",
165
164
  typescript: "5.8.3"
166
165
  }
167
166
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-email",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "A live preview of your emails right in your browser.",
5
5
  "bin": {
6
6
  "email": "./dist/index.js"
@@ -47,9 +47,8 @@
47
47
  "react": "19.0.0",
48
48
  "react-dom": "19.0.0",
49
49
  "tsup": "8.4.0",
50
- "tsx": "4.19.3",
51
50
  "typescript": "5.8.3",
52
- "@react-email/components": "0.2.0"
51
+ "@react-email/components": "0.3.0"
53
52
  },
54
53
  "scripts": {
55
54
  "build": "tsup-node",