@visactor/vchart 2.0.5-alpha.2 → 2.0.5-alpha.3
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/build/es5/index.js +1 -1
- package/build/index.es.js +1 -1
- package/build/index.js +1 -1
- package/build/index.min.js +1 -1
- package/cjs/core/index.d.ts +1 -1
- package/cjs/core/index.js +1 -1
- package/cjs/core/index.js.map +1 -1
- package/esm/core/index.d.ts +1 -1
- package/esm/core/index.js +1 -1
- package/esm/core/index.js.map +1 -1
- package/package.json +4 -4
package/build/index.es.js
CHANGED
|
@@ -58309,7 +58309,7 @@ const lookup = (data, opt) => {
|
|
|
58309
58309
|
});
|
|
58310
58310
|
};
|
|
58311
58311
|
|
|
58312
|
-
const version = "2.0.5-alpha.
|
|
58312
|
+
const version = "2.0.5-alpha.3";
|
|
58313
58313
|
|
|
58314
58314
|
const addVChartProperty = (data, op) => {
|
|
58315
58315
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -58315,7 +58315,7 @@
|
|
|
58315
58315
|
});
|
|
58316
58316
|
};
|
|
58317
58317
|
|
|
58318
|
-
const version = "2.0.5-alpha.
|
|
58318
|
+
const version = "2.0.5-alpha.3";
|
|
58319
58319
|
|
|
58320
58320
|
const addVChartProperty = (data, op) => {
|
|
58321
58321
|
const context = op.beforeCall();
|