Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "satori", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A lightweight library to convert HTML JSX to SVG string.", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/index.d.ts", | ||
@@ -15,3 +15,3 @@ "files": [ | ||
"test": "vitest run", | ||
"build": "tsup src/index.ts --dts --minify --format cjs,esm" | ||
"build": "tsup src/index.ts --dts --minify --format cjs,esm --legacy-output" | ||
}, | ||
@@ -18,0 +18,0 @@ "repository": { |
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
38959
0