ag-charts-vue
Advanced tools
Comparing version 9.1.1 to 9.2.0
{ | ||
"name": "ag-charts-vue", | ||
"description": "AG Charts Vue Component", | ||
"version": "9.1.1", | ||
"version": "9.2.0", | ||
"author": "AG Grid <info@ag-grid.com>", | ||
@@ -27,3 +27,2 @@ "license": "MIT", | ||
"clean": "rimraf dist lib", | ||
"build": "tsc -p tsconfig-lib.json && NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --target lib src/AgChartsVue.ts", | ||
"lint": "# npx vue-cli-service lint" | ||
@@ -35,3 +34,3 @@ }, | ||
"@vue/cli-service": "3.12.1", | ||
"ag-charts-community": "9.1.1", | ||
"ag-charts-community": "9.2.0", | ||
"rimraf": "3.0.2", | ||
@@ -45,3 +44,3 @@ "typescript": "~4.7.4", | ||
"peerDependencies": { | ||
"ag-charts-community": "9.1.1", | ||
"ag-charts-community": "9.2.0", | ||
"vue": ">= 2.2 <= 2.5.17 || >= 2.5.20", | ||
@@ -48,0 +47,0 @@ "vue-property-decorator": "^7.2.0 || ^8.0.0 || ^9.1.2" |
@@ -8,13 +8,8 @@ { | ||
"build": { | ||
"executor": "nx:run-script", | ||
"inputs": [ | ||
"tsDefaults", | ||
"{projectRoot}/(vue|postcss).config.js", | ||
"{projectRoot}/src/**", | ||
"{projectRoot}/main.(js|d.ts)", | ||
"{projectRoot}/node_modules/vue/package.json" | ||
], | ||
"dependsOn": ["ag-charts-community:build:types"], | ||
"inputs": ["{projectRoot}/(vue|postcss).config.js", "{projectRoot}/src/**", "{projectRoot}/main.(js|d.ts)"], | ||
"outputs": ["{projectRoot}/dist"], | ||
"command": "tsc -p tsconfig-lib.json && NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --target lib src/AgChartsVue.ts", | ||
"options": { | ||
"script": "build" | ||
"cwd": "{projectRoot}" | ||
} | ||
@@ -54,3 +49,3 @@ }, | ||
}, | ||
"tags": [] | ||
"tags": ["fw"] | ||
} |
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
243632
2148