@visactor/vchart 1.13.22-alpha.1 → 1.13.22-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/animation/config.js +2 -1
- package/cjs/animation/utils.js +1 -2
- package/cjs/compile/compiler.js +1 -2
- 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/vchart.js +2 -1
- package/esm/animation/config.js +2 -1
- package/esm/animation/utils.js +1 -2
- package/esm/compile/compiler.js +1 -2
- 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/vchart.js +2 -1
- package/package.json +4 -4
package/build/index.es.js
CHANGED
|
@@ -64288,7 +64288,7 @@ const registerVChartCore = () => {
|
|
|
64288
64288
|
};
|
|
64289
64289
|
registerVChartCore();
|
|
64290
64290
|
|
|
64291
|
-
const version = "1.13.22-alpha.
|
|
64291
|
+
const version = "1.13.22-alpha.2";
|
|
64292
64292
|
|
|
64293
64293
|
const addVChartProperty = (data, op) => {
|
|
64294
64294
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -64294,7 +64294,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
64294
64294
|
};
|
|
64295
64295
|
registerVChartCore();
|
|
64296
64296
|
|
|
64297
|
-
const version = "1.13.22-alpha.
|
|
64297
|
+
const version = "1.13.22-alpha.2";
|
|
64298
64298
|
|
|
64299
64299
|
const addVChartProperty = (data, op) => {
|
|
64300
64300
|
const context = op.beforeCall();
|