blazeplot 0.1.9 → 0.1.10
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/README.md +3 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="assets/blazeplot.png" alt="BlazePlot" width="720" />
|
|
3
|
+
</p>
|
|
2
4
|
|
|
3
5
|
[](https://www.npmjs.com/package/blazeplot)
|
|
4
6
|
[](https://www.npmjs.com/package/blazeplot)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blazeplot",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "BlazePlot contributors"
|
|
6
6
|
},
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"build:js": "vite build --mode js-only",
|
|
42
42
|
"pages:build": "vite build --config vite.pages.config.ts",
|
|
43
43
|
"preview": "vite preview",
|
|
44
|
+
"bench": "bun scripts/benchmark.ts",
|
|
44
45
|
"release:patch": "node scripts/release.js patch",
|
|
45
46
|
"release:minor": "node scripts/release.js minor",
|
|
46
47
|
"release:major": "node scripts/release.js major",
|