html-to-image
Advanced tools
Comparing version 1.3.9 to 1.3.10
{ | ||
"name": "html-to-image", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.", | ||
@@ -81,2 +81,4 @@ "main": "lib/index.js", | ||
"@rollup/plugin-typescript": "^6.0.0", | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"@types/jasmine": "^3.6.0", | ||
@@ -110,2 +112,21 @@ "@types/jquery": "^3.5.3", | ||
}, | ||
"release": { | ||
"dryRun": false, | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"docs/CHANGELOG.md", | ||
"package.json" | ||
] | ||
} | ||
] | ||
] | ||
}, | ||
"repository": { | ||
@@ -112,0 +133,0 @@ "type": "git", |
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
164223
66
35