@visactor/vchart 1.13.11-alpha.1 → 1.13.11-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 +2 -3
- package/cjs/core/index.js.map +1 -1
- package/cjs/core/interface.js +2 -1
- package/esm/core/index.d.ts +1 -1
- package/esm/core/index.js +2 -3
- package/esm/core/index.js.map +1 -1
- package/esm/core/interface.js +2 -1
- package/package.json +4 -4
package/build/index.es.js
CHANGED
|
@@ -64117,7 +64117,7 @@ const registerVChartCore = () => {
|
|
|
64117
64117
|
};
|
|
64118
64118
|
registerVChartCore();
|
|
64119
64119
|
|
|
64120
|
-
const version = "1.13.11-alpha.
|
|
64120
|
+
const version = "1.13.11-alpha.2";
|
|
64121
64121
|
|
|
64122
64122
|
const addVChartProperty = (data, op) => {
|
|
64123
64123
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -64123,7 +64123,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
64123
64123
|
};
|
|
64124
64124
|
registerVChartCore();
|
|
64125
64125
|
|
|
64126
|
-
const version = "1.13.11-alpha.
|
|
64126
|
+
const version = "1.13.11-alpha.2";
|
|
64127
64127
|
|
|
64128
64128
|
const addVChartProperty = (data, op) => {
|
|
64129
64129
|
const context = op.beforeCall();
|