@visactor/vchart 2.0.3-alpha.1 → 2.0.3-alpha.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.
- 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 +3 -3
package/build/index.es.js
CHANGED
|
@@ -56926,7 +56926,7 @@ const lookup = (data, opt) => {
|
|
|
56926
56926
|
});
|
|
56927
56927
|
};
|
|
56928
56928
|
|
|
56929
|
-
const version = "2.0.3-alpha.
|
|
56929
|
+
const version = "2.0.3-alpha.2";
|
|
56930
56930
|
|
|
56931
56931
|
const addVChartProperty = (data, op) => {
|
|
56932
56932
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -56932,7 +56932,7 @@
|
|
|
56932
56932
|
});
|
|
56933
56933
|
};
|
|
56934
56934
|
|
|
56935
|
-
const version = "2.0.3-alpha.
|
|
56935
|
+
const version = "2.0.3-alpha.2";
|
|
56936
56936
|
|
|
56937
56937
|
const addVChartProperty = (data, op) => {
|
|
56938
56938
|
const context = op.beforeCall();
|