chartjs-chart-wordcloud
Advanced tools
Comparing version 3.0.0-rc.3 to 3.0.0
@@ -8,3 +8,3 @@ /** | ||
import { FontSpec, Element, VisualElement, DatasetController, UpdateMode, ControllerDatasetOptions, ScriptableAndArrayOptions, ScriptableContext, CommonHoverOptions, CoreChartOptions, CartesianScaleTypeRegistry, Chart, ChartItem, ChartConfiguration } from 'chart.js'; | ||
import { FontSpec, Element, VisualElement, DatasetController, UpdateMode, ControllerDatasetOptions, ScriptableAndArrayOptions, ScriptableContext, CommonHoverOptions, Chart, ChartItem, ChartConfiguration } from 'chart.js'; | ||
@@ -11,0 +11,0 @@ interface IWordElementOptions extends FontSpec { |
{ | ||
"name": "chartjs-chart-wordcloud", | ||
"description": "Chart.js module for word clouds", | ||
"version": "3.0.0-rc.3", | ||
"version": "3.0.0", | ||
"author": { | ||
@@ -37,3 +37,3 @@ "name": "Samuel Gratzl", | ||
"peerDependencies": { | ||
"chart.js": "^3.0.0-rc" | ||
"chart.js": "^3.0.2" | ||
}, | ||
@@ -46,17 +46,17 @@ "browserslist": [ | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^17.1.0", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@rollup/plugin-replace": "^2.4.1", | ||
"@rollup/plugin-typescript": "^8.2.0", | ||
"@rollup/plugin-commonjs": "^18.0.0", | ||
"@rollup/plugin-node-resolve": "^11.2.1", | ||
"@rollup/plugin-replace": "^2.4.2", | ||
"@rollup/plugin-typescript": "^8.2.1", | ||
"@types/jest": "^26.0.22", | ||
"@types/jest-image-snapshot": "^4.3.0", | ||
"@types/node": "^14.14.36", | ||
"@types/node": "^14.14.37", | ||
"@types/seedrandom": "^3.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.19.0", | ||
"@typescript-eslint/parser": "^4.19.0", | ||
"@typescript-eslint/eslint-plugin": "^4.20.0", | ||
"@typescript-eslint/parser": "^4.20.0", | ||
"@yarnpkg/pnpify": "^2.4.0", | ||
"canvas": "^2.7.0", | ||
"canvas-5-polyfill": "^0.1.5", | ||
"chart.js": "^3.0.0-rc.3", | ||
"eslint": "^7.22.0", | ||
"chart.js": "^3.0.2", | ||
"eslint": "^7.23.0", | ||
"eslint-config-airbnb-typescript": "^12.3.1", | ||
@@ -72,7 +72,7 @@ "eslint-config-prettier": "^8.1.0", | ||
"jest": "^26.6.3", | ||
"jest-image-snapshot": "^4.4.0", | ||
"jest-image-snapshot": "^4.4.1", | ||
"prettier": "^2.2.1", | ||
"release-it": "^14.5.0", | ||
"release-it": "^14.5.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.42.4", | ||
"rollup": "^2.44.0", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
@@ -84,3 +84,3 @@ "rollup-plugin-dts": "^3.0.1", | ||
"tslib": "^2.1.0", | ||
"typedoc": "^0.20.34", | ||
"typedoc": "^0.20.35", | ||
"typescript": "^4.2.3", | ||
@@ -87,0 +87,0 @@ "us-atlas": "^3.0.0", |
@@ -7,3 +7,3 @@ # Chart.js Word Clouds | ||
**Works only with Chart.js >= 3.0.0-alpha.2** | ||
**Works only with Chart.js >= 3.0.0** | ||
@@ -15,3 +15,3 @@ ![word cloud example](https://user-images.githubusercontent.com/4129778/88903326-cbb55a80-d253-11ea-9fb3-ecca1e1ef67f.png) | ||
```bash | ||
npm install --save chart.js@next chartjs-chart-wordcloud@next | ||
npm install --save chart.js chartjs-chart-wordcloud | ||
``` | ||
@@ -18,0 +18,0 @@ |
@@ -10,4 +10,2 @@ import { | ||
ChartConfiguration, | ||
CartesianScaleTypeRegistry, | ||
CoreChartOptions, | ||
ScriptableContext, | ||
@@ -14,0 +12,0 @@ VisualElement, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
173077
1807