@visactor/vchart-extension 1.13.22-alpha.2 → 1.13.22-alpha.4

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.
@@ -21,5 +21,4 @@ class CompareSankeyDiffChartSpecTransformer extends vchart_1.SankeyChartSpecTran
21
21
  }
22
22
  }
23
23
 
24
- exports.CompareSankeyDiffChartSpecTransformer = CompareSankeyDiffChartSpecTransformer;
25
- //# sourceMappingURL=compare-sankey-diff-transformer.js.map
24
+ exports.CompareSankeyDiffChartSpecTransformer = CompareSankeyDiffChartSpecTransformer;
@@ -17,4 +17,5 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
17
17
 
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
- }), __exportStar(require("./interface"), exports), __exportStar(require("./compare-sankey-diff"), exports);
20
+ }), __exportStar(require("./interface"), exports), __exportStar(require("./compare-sankey-diff"), exports);
21
+ //# sourceMappingURL=index.js.map
@@ -13,5 +13,4 @@ export class CompareSankeyDiffChartSpecTransformer extends SankeyChartSpecTransf
13
13
  seriesSpec.compareNodeColor = spec.compareNodeColor, seriesSpec.compareLinkColor = spec.compareLinkColor,
14
14
  seriesSpec;
15
15
  }
16
- }
17
- //# sourceMappingURL=compare-sankey-diff-transformer.js.map
16
+ }
@@ -1,3 +1,4 @@
1
1
  export * from "./interface";
2
2
 
3
- export * from "./compare-sankey-diff";
3
+ export * from "./compare-sankey-diff";
4
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-extension",
3
- "version": "1.13.22-alpha.2",
3
+ "version": "1.13.22-alpha.4",
4
4
  "description": "vchart extension package, including extension plugins and components",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -19,7 +19,7 @@
19
19
  "@visactor/vgrammar-sankey": "0.16.15",
20
20
  "@visactor/vutils": "~0.19.7",
21
21
  "@visactor/vdataset": "~0.19.7",
22
- "@visactor/vchart": "1.13.22-alpha.2"
22
+ "@visactor/vchart": "1.13.22-alpha.4"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@rushstack/eslint-patch": "~1.1.4",