@wangliang139/klinecharts-pro 0.2.4 → 0.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wangliang139/klinecharts-pro",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Financial chart built out of the box based on KLineChart.",
5
5
  "type": "module",
6
6
  "main": "./dist/klinecharts-pro.umd.js",
@@ -28,6 +28,7 @@
28
28
  "license": "Apache-2.0",
29
29
  "private": false,
30
30
  "scripts": {
31
+ "dev:example": "npm run dev --prefix examples/dev",
31
32
  "build-core": "tsc && vite build",
32
33
  "build-dts": "dts-bundle-generator --no-banner true --umd-module-name klinechartspro -o dist/index.d.ts src/index.ts",
33
34
  "build": "npm run build-core && npm run build-dts",