@react-financial-charts/interactive
Advanced tools
Comparing version 1.2.2 to 1.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) | ||
### Bug Fixes | ||
* adding module to type property in package.json ([1359ac6](https://github.com/reactivemarkets/react-financial-charts/commit/1359ac6e93d9638792c7bb478bba5fe1e5484a82)), closes [#520](https://github.com/reactivemarkets/react-financial-charts/issues/520) | ||
## [1.2.2](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.1...v1.2.2) (2021-04-30) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@react-financial-charts/interactive", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "Interactive features for react-financial-charts", | ||
@@ -8,2 +8,3 @@ "publishConfig": { | ||
}, | ||
"type": "module", | ||
"main": "./lib/index.js", | ||
@@ -42,4 +43,4 @@ "typings": "./lib/index.d.ts", | ||
"dependencies": { | ||
"@react-financial-charts/coordinates": "^1.1.0", | ||
"@react-financial-charts/core": "^1.1.0", | ||
"@react-financial-charts/coordinates": "^1.3.0", | ||
"@react-financial-charts/core": "^1.3.0", | ||
"d3-array": "^2.9.1", | ||
@@ -55,3 +56,3 @@ "d3-format": "^2.0.0", | ||
}, | ||
"gitHead": "6e9d7b29ac500971957480b8346047cfc4c799c1" | ||
"gitHead": "929ba3838c909b1366c7f5007a58181db520b474" | ||
} |
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
542397
Yes