@visactor/vrender-kits
Advanced tools
Comparing version 0.9.2-fill-stroke.9 to 0.9.2-fill-stroke.10
@@ -75,3 +75,2 @@ "use strict"; | ||
inversify_1.inject)(vrender_1.DefaultCanvasArcRender)), __metadata("design:paramtypes", [ Object ]) ], RoughCanvasArcRender), | ||
exports.RoughCanvasArcRender = RoughCanvasArcRender; | ||
//# sourceMappingURL=rough-arc.js.map | ||
exports.RoughCanvasArcRender = RoughCanvasArcRender; |
@@ -72,2 +72,3 @@ "use strict"; | ||
inversify_1.inject)(vrender_1.DefaultCanvasPathRender)), __metadata("design:paramtypes", [ Object ]) ], RoughCanvasPathRender), | ||
exports.RoughCanvasPathRender = RoughCanvasPathRender; | ||
exports.RoughCanvasPathRender = RoughCanvasPathRender; | ||
//# sourceMappingURL=rough-path.js.map |
@@ -71,3 +71,2 @@ var __decorate = this && this.__decorate || function(decorators, target, key, desc) { | ||
export { RoughCanvasArcRender }; | ||
//# sourceMappingURL=rough-arc.js.map | ||
export { RoughCanvasArcRender }; |
@@ -68,2 +68,3 @@ var __decorate = this && this.__decorate || function(decorators, target, key, desc) { | ||
export { RoughCanvasPathRender }; | ||
export { RoughCanvasPathRender }; | ||
//# sourceMappingURL=rough-path.js.map |
{ | ||
"name": "@visactor/vrender-kits", | ||
"version": "0.9.2-fill-stroke.9", | ||
"version": "0.9.2-fill-stroke.10", | ||
"description": "", | ||
@@ -15,3 +15,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@visactor/vrender": "0.9.2-fill-stroke.9", | ||
"@visactor/vrender": "0.9.2-fill-stroke.10", | ||
"@visactor/vutils": "0.9.0-alpha.2", | ||
@@ -36,5 +36,5 @@ "@resvg/resvg-js": "2.4.1", | ||
"typescript": "4.9.5", | ||
"@internal/bundler": "0.0.1", | ||
"@internal/ts-config": "0.0.1", | ||
"@internal/eslint-config": "0.0.1" | ||
"@internal/eslint-config": "0.0.1", | ||
"@internal/bundler": "0.0.1" | ||
}, | ||
@@ -63,2 +63,12 @@ "keywords": [ | ||
}, | ||
"exports": { | ||
"node": { | ||
"import": "./es/index-node.js", | ||
"require": "./cjs/index-node.js" | ||
}, | ||
"default": { | ||
"import": "./es/index.js", | ||
"require": "./cjs/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -65,0 +75,0 @@ "compile": "tsc --noEmit", |
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
402855
+ Added@visactor/vrender@0.9.2-fill-stroke.10(transitive)
- Removed@visactor/vrender@0.9.2-fill-stroke.9(transitive)