canvas-comment
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -304,2 +304,3 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray"; | ||
this.image.src = url; | ||
this.image.setAttribute("crossOrigin", 'Anonymous'); | ||
} // 缩放图片 | ||
@@ -306,0 +307,0 @@ |
@@ -319,2 +319,3 @@ "use strict"; | ||
this.image.src = url; | ||
this.image.setAttribute("crossOrigin", 'Anonymous'); | ||
} // 缩放图片 | ||
@@ -321,0 +322,0 @@ |
{ | ||
"name": "canvas-comment", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -13,3 +13,4 @@ "main": "lib/index.js", | ||
"build:es": "rimraf es && zarm build --mode es --path src --out-dir es --copy-files", | ||
"build": "yarn build:types && yarn build:lib && yarn build:es" | ||
"build": "pnpm build:types && pnpm build:lib && pnpm build:es", | ||
"release": "pnpm build && release-it --no-git.requireUpstream --git.pushRepo=origin" | ||
}, | ||
@@ -36,2 +37,3 @@ "author": "jerome.lin@zhongan.com", | ||
"lint-staged": "^10.2.11", | ||
"release-it": "^15.4.1", | ||
"rimraf": "^3.0.2", | ||
@@ -48,3 +50,9 @@ "typescript": "~4.5.0" | ||
} | ||
}, | ||
"release-it": { | ||
"git": { | ||
"tag": false, | ||
"commitMessage": "chore: release v${version}" | ||
} | ||
} | ||
} |
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
53103
1266
20