@keen.io/data-export
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.1](https://github.com/keen/keen/compare/@keen.io/data-export@1.1.0...@keen.io/data-export@1.1.1) (2021-10-04) | ||
**Note:** Version bump only for package @keen.io/data-export | ||
# [1.1.0](https://github.com/keen/keen/compare/@keen.io/data-export@1.0.1...@keen.io/data-export@1.1.0) (2021-09-30) | ||
@@ -8,0 +16,0 @@ |
@@ -7,2 +7,3 @@ import { transform as transformLineChart } from './line'; | ||
import { transform as transformMetricChart } from './metric'; | ||
import { transform as transformChoroplethChart } from './choropleth'; | ||
export var transformData = function (_a) { | ||
@@ -12,3 +13,3 @@ var widgetType = _a.widgetType, chartSettings = _a.chartSettings, query = _a.query; | ||
case 'choropleth': | ||
return transformMetricChart({ | ||
return transformChoroplethChart({ | ||
chartSettings: chartSettings, | ||
@@ -15,0 +16,0 @@ query: query, |
{ | ||
"name": "@keen.io/data-export", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Keen data export utilities", | ||
@@ -40,3 +40,3 @@ "author": "Keen.IO <team@keen.io> (https://keen.io/)", | ||
}, | ||
"gitHead": "1ceed93ad9e4fcc8bf89bb0ee117f867030ce580" | ||
"gitHead": "bf59dc1d349e77565a40112eb1e1d7245e786731" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27138
510
0