Comparing version 0.0.15 to 0.0.16
@@ -46,4 +46,5 @@ 'use strict'; | ||
strokeWidth: stroke.width, | ||
strokeDasharray: stroke.dasharray | ||
strokeDasharray: stroke.dasharray, | ||
transform: transform | ||
}); | ||
} |
{ | ||
"name": "@vx/shape", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "vx shape", | ||
@@ -11,3 +11,4 @@ "main": "build/index.js", | ||
"scripts": { | ||
"build": "make build SRC=./src" | ||
"build": "make build SRC=./src", | ||
"prepublish": "make build SRC=./src" | ||
}, | ||
@@ -24,4 +25,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@vx/curve": "0.0.10", | ||
"@vx/point": "0.0.10", | ||
"@vx/curve": "^0.0.16", | ||
"@vx/point": "^0.0.16", | ||
"classnames": "^2.2.5", | ||
@@ -28,0 +29,0 @@ "d3-shape": "^1.0.6", |
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
5136
134
+ Added@vx/curve@0.0.16(transitive)
+ Added@vx/point@0.0.16(transitive)
- Removed@vx/curve@0.0.10(transitive)
- Removed@vx/point@0.0.10(transitive)
Updated@vx/curve@^0.0.16
Updated@vx/point@^0.0.16