@wil-works/evoke-charts 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +1 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Evoke Charts
2
2
 
3
- `@wil-works/evoke-charts` — 零依赖 Canvas 自绘图表库(Vue 3)。Evoke 生态的独立图表包,不依赖任何第三方图表引擎,也不依赖 Evoke 其他组件库;与 `@wil-works/evoke-business-ui` 同仓(monorepo)管理。
3
+ `@wil-works/evoke-charts` — 零依赖 Canvas 自绘图表库(Vue 3)。Evoke 生态的独立图表包,不依赖任何第三方图表引擎,也不依赖 Evoke 其他组件库。
4
4
 
5
5
  ## 特性
6
6
 
@@ -103,13 +103,6 @@ const { options, chartProps, chartRef, resize, exportPNG, setTheme } = useChart(
103
103
  <EvChart v-bind="chartProps" ref="chartRef" />
104
104
  ```
105
105
 
106
- ## 开发(monorepo 内)
107
-
108
- ```bash
109
- pnpm --filter @wil-works/evoke-charts build # 铁律检查 + vite 库模式构建
110
- pnpm test # 仓库根统一 vitest
111
- ```
112
-
113
106
  ## License
114
107
 
115
108
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wil-works/evoke-charts",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Evoke Charts — 零依赖 Canvas 自绘图表库(Vue3),Evoke 生态独立图表包",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",