@visactor/vchart-schema 2.0.1 → 2.0.2

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/package.json +1 -1
  2. package/vchart.json +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -93862,6 +93862,9 @@
93862
93862
  "Partial<IStageParams>": {
93863
93863
  "properties": {
93864
93864
  "ReactDOM": {},
93865
+ "afterClearRect": {
93866
+ "typeof": "function"
93867
+ },
93865
93868
  "afterClearScreen": {
93866
93869
  "typeof": "function"
93867
93870
  },