@visactor/vchart 2.0.1-alpha.4 → 2.0.1-alpha.5
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/cjs/core/interface.js +1 -1
- package/cjs/core/util.js +1 -1
- package/cjs/data/initialize.js +1 -1
- package/cjs/data/register.js +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/esm/core/interface.js +1 -1
- package/esm/core/util.js +1 -1
- package/esm/data/initialize.js +1 -1
- package/esm/data/register.js +1 -1
- package/package.json +4 -4
package/build/index.es.js
CHANGED
|
@@ -56915,7 +56915,7 @@ const lookup = (data, opt) => {
|
|
|
56915
56915
|
});
|
|
56916
56916
|
};
|
|
56917
56917
|
|
|
56918
|
-
const version = "2.0.1-alpha.
|
|
56918
|
+
const version = "2.0.1-alpha.5";
|
|
56919
56919
|
|
|
56920
56920
|
const addVChartProperty = (data, op) => {
|
|
56921
56921
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -56921,7 +56921,7 @@
|
|
|
56921
56921
|
});
|
|
56922
56922
|
};
|
|
56923
56923
|
|
|
56924
|
-
const version = "2.0.1-alpha.
|
|
56924
|
+
const version = "2.0.1-alpha.5";
|
|
56925
56925
|
|
|
56926
56926
|
const addVChartProperty = (data, op) => {
|
|
56927
56927
|
const context = op.beforeCall();
|