chartjs-plugin-autocolors 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * chartjs-plugin-autocolors v0.0.8
2
+ * chartjs-plugin-autocolors v0.0.9
3
3
  * https://github.com/kurkle/chartjs-plugin-autocolors#readme
4
4
  * (c) 2022 Jukka Kurkela
5
5
  * Released under the MIT License
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * chartjs-plugin-autocolors v0.0.8
2
+ * chartjs-plugin-autocolors v0.0.9
3
3
  * https://github.com/kurkle/chartjs-plugin-autocolors#readme
4
4
  * (c) 2022 Jukka Kurkela
5
5
  * Released under the MIT License
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * chartjs-plugin-autocolors v0.0.8
2
+ * chartjs-plugin-autocolors v0.0.9
3
3
  * https://github.com/kurkle/chartjs-plugin-autocolors#readme
4
4
  * (c) 2022 Jukka Kurkela
5
5
  * Released under the MIT License
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "chartjs-plugin-autocolors",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Automatic color generation for Chart.js",
5
5
  "type": "module",
6
6
  "main": "dist/chartjs-plugin-autocolors.esm.js",
7
- "jsdelivr": "dist/dist/chartjs-plugin-autocolors.min.js",
8
- "unpkg": "dist/dist/chartjs-plugin-autocolors.min.js",
7
+ "jsdelivr": "dist/chartjs-plugin-autocolors.min.js",
8
+ "unpkg": "dist/chartjs-plugin-autocolors.min.js",
9
9
  "exports": {
10
- ".": "./dist/chartjs-plugin-autocolors.esm.js"
10
+ "import": "./dist/chartjs-plugin-autocolors.esm.js",
11
+ "require": "./dist/chartjs-plugin-autocolors.min.js"
11
12
  },
12
13
  "scripts": {
13
14
  "build": "rollup -c",