chartjs-plugin-autocolors 0.4.2 → 0.4.3

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.0-development
2
+ * chartjs-plugin-autocolors v0.4.3
3
3
  * https://github.com/kurkle/chartjs-plugin-autocolors#readme
4
4
  * (c) 2026 Jukka Kurkela <jukka.kurkela@gmail.com>
5
5
  * Released under the MIT license
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * chartjs-plugin-autocolors v0.0.0-development
2
+ * chartjs-plugin-autocolors v0.4.3
3
3
  * https://github.com/kurkle/chartjs-plugin-autocolors#readme
4
4
  * (c) 2026 Jukka Kurkela <jukka.kurkela@gmail.com>
5
5
  * Released under the MIT license
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * chartjs-plugin-autocolors v0.0.0-development
2
+ * chartjs-plugin-autocolors v0.4.3
3
3
  * https://github.com/kurkle/chartjs-plugin-autocolors#readme
4
4
  * (c) 2026 Jukka Kurkela <jukka.kurkela@gmail.com>
5
5
  * Released under the MIT license
package/package.json CHANGED
@@ -63,7 +63,7 @@
63
63
  "module": "dist/chartjs-plugin-autocolors.esm.js",
64
64
  "name": "chartjs-plugin-autocolors",
65
65
  "peerDependencies": {
66
- "@kurkle/color": "^0.4.0 || ^0.5.0",
66
+ "@kurkle/color": ">=0.3.0",
67
67
  "chart.js": ">=2"
68
68
  },
69
69
  "repository": {
@@ -82,6 +82,7 @@
82
82
  "lint": "biome check",
83
83
  "predocs": "npm run docs:version",
84
84
  "predocs:dev": "npm run docs:version",
85
+ "prepack": "npm run build",
85
86
  "prepare": "git config core.hooksPath .githooks || true",
86
87
  "test": "cross-env NODE_ENV=test concurrently \"npm:test-*\"",
87
88
  "test-karma": "karma start ./karma.conf.cjs --no-auto-watch --single-run",
@@ -92,5 +93,5 @@
92
93
  "type": "module",
93
94
  "types": "types/index.esm.d.ts",
94
95
  "unpkg": "dist/chartjs-plugin-autocolors.min.js",
95
- "version": "0.4.2"
96
+ "version": "0.4.3"
96
97
  }