ag-charts-vue3
Advanced tools
Comparing version 5.1.0 to 5.2.0
{ | ||
"name": "ag-charts-vue3", | ||
"description": "AG Charts Vue 3 Component", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"author": "Sean Landsman <sean@thelandsmans.com>", | ||
@@ -26,2 +26,3 @@ "license": "MIT", | ||
"scripts": { | ||
"clean": "rimraf dist lib .hash", | ||
"bundle": "npx vue-cli-service build --target lib src/AgChartsVue.ts", | ||
@@ -34,3 +35,3 @@ "npm": "npx tsc -p tsconfig-lib.json", | ||
"devDependencies": { | ||
"ag-charts-community": "~5.1.0", | ||
"ag-charts-community": "~5.2.0", | ||
"@types/node": "12.20.20", | ||
@@ -45,6 +46,7 @@ "@vue/cli-plugin-typescript": "^3.11.0", | ||
"@vue/composition-api": "^1.0.0-beta.14", | ||
"vue-template-compiler": "^2.6.12" | ||
"vue-template-compiler": "^2.6.12", | ||
"rimraf": "3.0.2" | ||
}, | ||
"peerDependencies": { | ||
"ag-charts-community": "~5.1.0", | ||
"ag-charts-community": "~5.2.0", | ||
"vue": "^3.0.0", | ||
@@ -51,0 +53,0 @@ "vue-class-component": ">= ^8.0.0-beta.3" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
494583
12