@miao-vision/cli 0.1.7 → 0.1.8

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 (3) hide show
  1. package/dist/cli.cjs +12532 -10953
  2. package/dist/types.ts +1 -1
  3. package/package.json +1 -1
package/dist/types.ts CHANGED
@@ -188,7 +188,7 @@ export interface AgentChartSpec {
188
188
  source?: string
189
189
  transform?: AgentDataTransform[]
190
190
  }
191
- encoding: {
191
+ encoding?: {
192
192
  x?: AgentFieldEncoding
193
193
  y?: AgentFieldEncoding
194
194
  color?: AgentFieldEncoding
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miao-vision/cli",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Miao Vision local data visualization CLI for agent workflows",
5
5
  "license": "MIT",
6
6
  "type": "module",