@visactor/vchart-schema 1.2.2 → 1.3.0-beta.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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
  3. package/vchart.json +2177 -1560
package/README.md CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  ## Description
4
4
 
5
- Provide the VChart JSON schema
5
+ Provide the VChart JSON schema.
6
6
 
7
7
  ## Usage
8
8
 
9
9
  ```typescript
10
- // todo
10
+ import Schema from '@visactor/vchart-schema';
11
11
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.2.2",
3
+ "version": "1.3.0-beta.10",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",