@react-email/render
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@react-email/render", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Transform React components into HTML email templates", | ||
@@ -16,9 +16,21 @@ "sideEffects": false, | ||
"dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch", | ||
"lint": "TIMING=1 eslint src/**/*.ts* --fix", | ||
"lint": "eslint", | ||
"clean": "rm -rf dist", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"format:check": "prettier --check \"**/*.{ts,tsx,md}\"", | ||
"format": "prettier --write \"**/*.{ts,tsx,md}\"" | ||
"format:check": "prettier --ignore-path ./../../.prettierignore --check \"**/*.{ts,tsx,md}\"", | ||
"format": "prettier --ignore-path ./../../.prettierignore --write \"**/*.{ts,tsx,md}\"" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/zenorocha/react-email.git", | ||
"directory": "packages/render" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"email" | ||
], | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"dependencies": { | ||
@@ -46,2 +58,2 @@ "pretty": "2.0.0", | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
![React Email button cover](https://react.email/static/images/readme/covers/render.png) | ||
![React Email button cover](https://react.email/static/covers/render.png) | ||
@@ -3,0 +3,0 @@ <div align="center"><strong>@react-email/render</strong></div> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5964
0
0