@visactor/vchart 1.13.19-alpha.1 → 1.13.19
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/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/core/index.d.ts +1 -1
- package/cjs/core/index.js +3 -2
- package/cjs/core/index.js.map +1 -1
- package/cjs/core/interface.js +1 -2
- package/esm/core/index.d.ts +1 -1
- package/esm/core/index.js +3 -2
- package/esm/core/index.js.map +1 -1
- package/esm/core/interface.js +1 -2
- package/package.json +11 -11
package/build/index.es.js
CHANGED
|
@@ -64255,7 +64255,7 @@ const registerVChartCore = () => {
|
|
|
64255
64255
|
};
|
|
64256
64256
|
registerVChartCore();
|
|
64257
64257
|
|
|
64258
|
-
const version = "1.13.19
|
|
64258
|
+
const version = "1.13.19";
|
|
64259
64259
|
|
|
64260
64260
|
const addVChartProperty = (data, op) => {
|
|
64261
64261
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -64261,7 +64261,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
64261
64261
|
};
|
|
64262
64262
|
registerVChartCore();
|
|
64263
64263
|
|
|
64264
|
-
const version = "1.13.19
|
|
64264
|
+
const version = "1.13.19";
|
|
64265
64265
|
|
|
64266
64266
|
const addVChartProperty = (data, op) => {
|
|
64267
64267
|
const context = op.beforeCall();
|