Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
{ | ||
"name": "remail", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "Email component framework built with React.", | ||
@@ -12,4 +12,5 @@ "main": "dist/index.js", | ||
"prepare": "is-ci || husky install", | ||
"build": "esbuild --minify --bundle --external:react --format=cjs --outdir=dist lib/index.ts", | ||
"build": "esbuild --minify --bundle --external:react --format=cjs --outdir=dist lib/index.ts && pnpm typegen", | ||
"test": "c8 node -r esbuild-register lib/__tests__/index.tsx", | ||
"typegen": "tsc --emitDeclarationOnly", | ||
"typecheck": "tsc --noEmit", | ||
@@ -16,0 +17,0 @@ "lint": "prettier --check .", |
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
16998
9
192
0