ag-charts-vue3
Advanced tools
Comparing version 10.2.0 to 10.3.0
{ | ||
"name": "ag-charts-vue3", | ||
"description": "AG Charts Vue 3 Component", | ||
"version": "10.2.0", | ||
"version": "10.3.0", | ||
"author": "AG Grid <info@ag-grid.com>", | ||
@@ -44,3 +44,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"ag-charts-community": "10.2.0", | ||
"ag-charts-community": "10.3.0", | ||
"@types/node": "18.18.11", | ||
@@ -53,3 +53,3 @@ "typescript": "^5.4.5", | ||
"peerDependencies": { | ||
"ag-charts-community": "10.2.0", | ||
"ag-charts-community": "10.3.0", | ||
"vue": "^3.0.0" | ||
@@ -56,0 +56,0 @@ }, |
{ | ||
"name": "ag-charts-vue3", | ||
"description": "AG Charts Vue 3 Component", | ||
"version": "10.2.0", | ||
"version": "10.3.0", | ||
"author": "AG Grid <info@ag-grid.com>", | ||
@@ -44,3 +44,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"ag-charts-community": "10.2.0", | ||
"ag-charts-community": "10.3.0", | ||
"@types/node": "18.18.11", | ||
@@ -53,3 +53,3 @@ "typescript": "^5.4.5", | ||
"peerDependencies": { | ||
"ag-charts-community": "10.2.0", | ||
"ag-charts-community": "10.3.0", | ||
"vue": "^3.0.0" | ||
@@ -56,0 +56,0 @@ }, |
The MIT License | ||
Copyright (c) 2015-2019 AG GRID LTD | ||
Copyright (c) 2015-2024 AG GRID LTD | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "ag-charts-vue3", | ||
"description": "AG Charts Vue 3 Component", | ||
"version": "10.2.0", | ||
"version": "10.3.0", | ||
"author": "AG Grid <info@ag-grid.com>", | ||
@@ -44,3 +44,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"ag-charts-community": "10.2.0", | ||
"ag-charts-community": "10.3.0", | ||
"@types/node": "18.18.11", | ||
@@ -53,3 +53,3 @@ "typescript": "^5.4.5", | ||
"peerDependencies": { | ||
"ag-charts-community": "10.2.0", | ||
"ag-charts-community": "10.3.0", | ||
"vue": "^3.0.0" | ||
@@ -56,0 +56,0 @@ }, |
@@ -18,60 +18,10 @@ { | ||
"build:types": { | ||
"executor": "@nx/js:tsc", | ||
"dependsOn": ["^build:types"], | ||
"inputs": [ | ||
"{projectRoot}/package.json", | ||
"{projectRoot}/src/**/*", | ||
"{projectRoot}/tsconfig.*.json", | ||
"tsDeclarations", | ||
"sharedGlobals", | ||
"defaultExcludes", | ||
{ | ||
"externalDependencies": ["npm:typescript"] | ||
} | ||
], | ||
"outputs": ["{options.outputPath}"], | ||
"options": { | ||
"outputPath": "packages/ag-charts-vue3/dist/types", | ||
"main": "packages/ag-charts-vue3/src/index.ts", | ||
"tsConfig": "packages/ag-charts-vue3/tsconfig.types.json", | ||
"compiler": "tsc" | ||
}, | ||
"configurations": { | ||
"watch": {}, | ||
"production": {} | ||
"main": "{projectRoot}/src/index.ts" | ||
} | ||
}, | ||
"build:package": { | ||
"executor": "@nx/esbuild:esbuild", | ||
"dependsOn": ["^build"], | ||
"inputs": [ | ||
"{projectRoot}/package.json", | ||
"{projectRoot}/src/**/*", | ||
"{projectRoot}/tsconfig.*.json", | ||
"tsDeclarations", | ||
"sharedGlobals", | ||
"defaultExcludes" | ||
], | ||
"outputs": ["{options.outputPath}"], | ||
"options": { | ||
"outputPath": "packages/ag-charts-vue3/dist/package", | ||
"main": "packages/ag-charts-vue3/src/index.ts", | ||
"tsConfig": "packages/ag-charts-vue3/tsconfig.lib.json", | ||
"external": ["ag-charts-community", "vue"], | ||
"esbuildConfig": "esbuild.config.cjs", | ||
"platform": "browser", | ||
"target": "es2020", | ||
"format": ["cjs", "esm"], | ||
"sourcemap": true | ||
}, | ||
"configurations": { | ||
"watch": { | ||
"tsConfig": "packages/ag-charts-vue3/tsconfig.watch.json" | ||
}, | ||
"staging": { | ||
"sourcemap": false | ||
}, | ||
"production": { | ||
"sourcemap": false | ||
} | ||
"main": "{projectRoot}/src/index.ts", | ||
"external": ["ag-charts-community", "vue"] | ||
} | ||
@@ -85,3 +35,3 @@ }, | ||
"options": { | ||
"cwd": "packages/ag-charts-vue3", | ||
"cwd": "{projectRoot}", | ||
"parallel": false, | ||
@@ -88,0 +38,0 @@ "commands": ["mkdir -p ../../dist/packages", "yarn pack -f ../../dist/packages/ag-charts-vue3.tgz"] |
{ | ||
"extends": "./tsconfig.lib.json", | ||
"compilerOptions": { | ||
"declaration": true, | ||
"emitDeclarationOnly": true, | ||
"types": ["node"] | ||
}, | ||
"include": ["src/*.ts"] | ||
"extends": "./tsconfig.lib.json", | ||
"compilerOptions": { | ||
"declaration": true, | ||
"emitDeclarationOnly": true, | ||
"types": ["node"] | ||
}, | ||
"include": ["src/*.ts"] | ||
} |
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
62307
382
1