ag-charts-vue3
Advanced tools
Comparing version 9.0.2 to 9.1.0
{ | ||
"name": "ag-charts-vue3", | ||
"description": "AG Charts Vue 3 Component", | ||
"version": "9.0.2", | ||
"version": "9.1.0", | ||
"author": "AG Grid <info@ag-grid.com>", | ||
@@ -31,3 +31,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"ag-charts-community": "9.0.2", | ||
"ag-charts-community": "9.1.0", | ||
"@types/node": "18.18.11", | ||
@@ -44,3 +44,3 @@ "@vue/cli-plugin-typescript": "5.0.8", | ||
"peerDependencies": { | ||
"ag-charts-community": "9.0.2", | ||
"ag-charts-community": "9.1.0", | ||
"vue": "^3.0.0", | ||
@@ -47,0 +47,0 @@ "vue-class-component": ">= ^8.0.0-beta.3" |
@@ -24,5 +24,6 @@ { | ||
"dependsOn": ["build"], | ||
"outputs": ["{workspaceRoot}/dist/packages/ag-charts-vue3.tgz"], | ||
"outputs": ["{workspaceRoot}/dist/{projectRoot}.tgz"], | ||
"options": { | ||
"cwd": "packages/ag-charts-vue3", | ||
"parallel": false, | ||
"commands": ["mkdir -p ../../dist/packages", "yarn pack -f ../../dist/packages/ag-charts-vue3.tgz"] | ||
@@ -34,4 +35,6 @@ } | ||
"dependsOn": ["pack"], | ||
"inputs": ["{workspaceRoot}/dist/{projectRoot}.tgz"], | ||
"outputs": ["{workspaceRoot}/dist/packages/contents/ag-charts-vue3/"], | ||
"options": { | ||
"parallel": false, | ||
"commands": [ | ||
@@ -46,2 +49,3 @@ "mkdir -p dist/packages/contents/ag-charts-vue3", | ||
"dependsOn": ["pack:extract"], | ||
"inputs": ["{workspaceRoot}/dist/packages/contents/ag-charts-vue3/"], | ||
"options": { | ||
@@ -48,0 +52,0 @@ "commands": ["node tools/sanity-check-package.js dist/packages/contents/ag-charts-vue3/package"] |
@@ -32,3 +32,3 @@ <picture><source media="(prefers-color-scheme: dark)" srcset="./.github/banner-dark.png"><source media="(prefers-color-scheme: light)" srcset="./.github/banner-light.png"><img alt="AG Charts canvas-based charting trusted by the community, built for enterprise." src="./.github/banner-light.png"></picture> | ||
- Pie | ||
- Doughnut | ||
- Donut | ||
- Histogram | ||
@@ -35,0 +35,0 @@ - Box Plot \* |
564230
5393