chartjs-plugin-autocolors 0.0.4 → 0.0.5
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.
|
|
2
|
+
* chartjs-plugin-autocolors v0.0.5
|
|
3
3
|
* https://github.com/kurkle/chartjs-plugin-autocolors#readme
|
|
4
4
|
* (c) 2021 Jukka Kurkela
|
|
5
5
|
* Released under the MIT License
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
(function (global, factory) {
|
|
8
8
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
9
9
|
typeof define === 'function' && define.amd ? define(factory) :
|
|
10
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global[
|
|
11
|
-
}(this, (function () { 'use strict';
|
|
10
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global["chartjs-plugin-autocolors"] = factory());
|
|
11
|
+
})(this, (function () { 'use strict';
|
|
12
12
|
|
|
13
13
|
/*!
|
|
14
14
|
* @kurkle/color v0.1.9
|
|
@@ -118,4 +118,4 @@ var index = {
|
|
|
118
118
|
|
|
119
119
|
return index;
|
|
120
120
|
|
|
121
|
-
}))
|
|
121
|
+
}));
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chartjs-plugin-autocolors",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "Automatic color generation for Chart.js",
|
|
5
5
|
"main": "dist/chartjs-plugin-autocolors.js",
|
|
6
|
-
"module": "dist/chartjs-plugin-autocolors.
|
|
6
|
+
"module": "dist/chartjs-plugin-autocolors.esm.js",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "rollup -c",
|
|
9
9
|
"lint": "eslint samples/**/*.html samples/**/*.js src/**/*.js **/*.md"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@kurkle/color": "^0.1.9",
|
|
34
34
|
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
35
|
-
"eslint": "^
|
|
35
|
+
"eslint": "^8.5.0",
|
|
36
36
|
"eslint-config-chartjs": "^0.3.0",
|
|
37
37
|
"eslint-plugin-es": "^4.1.0",
|
|
38
38
|
"eslint-plugin-html": "^6.1.2",
|