@visactor/vchart-extension 1.13.21-alpha.4 → 1.13.21-alpha.5

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.
@@ -192,5 +192,4 @@ function addFunnelBackgroundMark(funnelBackground) {
192
192
  });
193
193
  }
194
194
 
195
- //# sourceMappingURL=conversion-funnel-transformer.js.map
196
195
  exports.ConversionFunnelChartSpecTransformer = ConversionFunnelChartSpecTransformer;
@@ -2,4 +2,5 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- });
5
+ });
6
+ //# sourceMappingURL=interface.js.map
@@ -2,4 +2,5 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- });
5
+ });
6
+ //# sourceMappingURL=type.js.map
@@ -2,5 +2,4 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- });
6
- //# sourceMappingURL=type.js.map
5
+ });
@@ -188,5 +188,4 @@ function addFunnelBackgroundMark(funnelBackground) {
188
188
  }
189
189
  })
190
190
  });
191
- }
192
- //# sourceMappingURL=conversion-funnel-transformer.js.map
191
+ }
@@ -1 +1,2 @@
1
- export { };
1
+ export { };
2
+ //# sourceMappingURL=interface.js.map
@@ -1 +1,2 @@
1
- export { };
1
+ export { };
2
+ //# sourceMappingURL=type.js.map
@@ -1,2 +1 @@
1
- export { };
2
- //# sourceMappingURL=type.js.map
1
+ export { };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-extension",
3
- "version": "1.13.21-alpha.4",
3
+ "version": "1.13.21-alpha.5",
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.21-alpha.4"
22
+ "@visactor/vchart": "1.13.21-alpha.5"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@rushstack/eslint-patch": "~1.1.4",
@@ -43,8 +43,8 @@
43
43
  "rollup-plugin-bundle-size": "1.0.3",
44
44
  "rollup-plugin-sizes": "1.0.5",
45
45
  "rollup": "3.20.5",
46
- "@internal/eslint-config": "0.0.1",
47
46
  "@internal/bundler": "0.0.1",
47
+ "@internal/eslint-config": "0.0.1",
48
48
  "@internal/ts-config": "0.0.1"
49
49
  },
50
50
  "publishConfig": {