@cocreate/charts
Advanced tools
Comparing version 1.6.13 to 1.6.14
@@ -0,1 +1,8 @@ | ||
## [1.6.14](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.6.13...v1.6.14) (2023-06-10) | ||
### Bug Fixes | ||
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([190867c](https://github.com/CoCreate-app/CoCreate-charts/commit/190867cad7ad91fd7eafabdbdff4e6d6907cba5b)) | ||
## [1.6.13](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.6.12...v1.6.13) (2023-06-04) | ||
@@ -2,0 +9,0 @@ |
module.exports = { | ||
"config": { | ||
"organization_id": "", | ||
"key": "", | ||
"host": "" | ||
}, | ||
"organization_id": "", | ||
"key": "", | ||
"host": "", | ||
"sources": [ | ||
@@ -8,0 +6,0 @@ { |
{ | ||
"name": "@cocreate/charts", | ||
"version": "1.6.13", | ||
"version": "1.6.14", | ||
"description": "A simple charts component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -30,3 +30,4 @@ "keywords": [ | ||
"dev": "npx webpack --config webpack.config.js --watch", | ||
"docs": "node ./node_modules/@cocreate/docs/src/index.js" | ||
"docs": "node ./node_modules/@cocreate/docs/src/index.js", | ||
"postinstall": "node ./node_modules/@cocreate/cli/check-coc.js" | ||
}, | ||
@@ -62,4 +63,4 @@ "repository": { | ||
"dependencies": { | ||
"@cocreate/crud-client": "^1.21.8", | ||
"@cocreate/docs": "^1.7.15", | ||
"@cocreate/crud-client": "^1.21.10", | ||
"@cocreate/docs": "^1.8.13", | ||
"chart.js": "^2.9.3", | ||
@@ -66,0 +67,0 @@ "mini-css-extract-plugin": "^1.5.0", |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
112088
379
1
Updated@cocreate/docs@^1.8.13