chartjs-chart-sankey 0.15.1 → 0.15.2
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.
package/package.json
CHANGED
|
@@ -36,10 +36,12 @@
|
|
|
36
36
|
"karma-jasmine-html-reporter": "^2.0.0",
|
|
37
37
|
"karma-rollup-preprocessor": "^7.0.8",
|
|
38
38
|
"karma-spec-reporter": "^0.0.36",
|
|
39
|
+
"png-to-ico": "^3.0.2",
|
|
39
40
|
"rollup": "^4.24.0",
|
|
40
41
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
41
42
|
"rollup-plugin-istanbul": "^5.0.0",
|
|
42
43
|
"semantic-release": "^25.0.3",
|
|
44
|
+
"sharp": "^0.35.4",
|
|
43
45
|
"typescript": "^6.0.3"
|
|
44
46
|
},
|
|
45
47
|
"exports": {
|
|
@@ -79,6 +81,7 @@
|
|
|
79
81
|
"docs:dev": "npm run build && astro dev",
|
|
80
82
|
"docs:version": "node ./docs/scripts/write-docs-version.cjs",
|
|
81
83
|
"format": "biome check --write",
|
|
84
|
+
"icons": "node ./docs/scripts/generate-icons.mjs",
|
|
82
85
|
"lint": "biome check",
|
|
83
86
|
"predocs": "npm run docs:version",
|
|
84
87
|
"predocs:dev": "npm run docs:version",
|
|
@@ -101,5 +104,5 @@
|
|
|
101
104
|
"type": "module",
|
|
102
105
|
"types": "dist/index.esm.d.ts",
|
|
103
106
|
"unpkg": "dist/chartjs-chart-sankey.min.js",
|
|
104
|
-
"version": "0.15.
|
|
107
|
+
"version": "0.15.2"
|
|
105
108
|
}
|