modern-screenshot
Advanced tools
Comparing version 4.5.3 to 4.5.4
{ | ||
"name": "modern-screenshot", | ||
"type": "module", | ||
"version": "4.5.3", | ||
"version": "4.5.4", | ||
"packageManager": "pnpm@9.12.3", | ||
@@ -36,5 +36,5 @@ "description": "Quickly generate image from DOM node using HTML5 canvas and SVG", | ||
"./worker": { | ||
"types": "./dist/worker.d.ts", | ||
"import": "./dist/worker.mjs", | ||
"require": "./dist/worker.cjs" | ||
"types": "./worker.d.ts", | ||
"import": "./dist/worker.js", | ||
"require": "./dist/worker.js" | ||
}, | ||
@@ -56,2 +56,3 @@ "./*": "./*" | ||
"files": [ | ||
"worker.d.ts", | ||
"dist" | ||
@@ -65,4 +66,5 @@ ], | ||
"coverage": "vitest run --coverage", | ||
"build:lib": "vite build && unbuild", | ||
"build:worker": "vite build --config vite.worker.config.ts", | ||
"build": "vite build && unbuild && pnpm build:worker", | ||
"build": "pnpm build:lib && pnpm build:worker", | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md", | ||
@@ -69,0 +71,0 @@ "release": "bumpp package.json --commit \"release: v%s\" --push --all --tag", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
4
181766
12
3663