@visactor/vchart 2.0.20-alpha.5 → 2.0.20-alpha.7

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.
@@ -138,5 +138,4 @@ function diffMarks(prevMarks, nextMarks, runningConfig) {
138
138
 
139
139
  exports.toRenderMode = toRenderMode, exports.traverseGroupMark = traverseGroupMark,
140
140
  exports.findSimpleMarks = findSimpleMarks, exports.diffUpdateByGroup = diffUpdateByGroup,
141
- exports.diffMarks = diffMarks;
142
- //# sourceMappingURL=util.js.map
141
+ exports.diffMarks = diffMarks;
@@ -37,4 +37,5 @@ const getSpecInfo = (chartSpec, specKey, compType, filter) => {
37
37
  })), specInfos;
38
38
  };
39
39
 
40
- exports.getSpecInfo = getSpecInfo;
40
+ exports.getSpecInfo = getSpecInfo;
41
+ //# sourceMappingURL=util.js.map
@@ -131,5 +131,4 @@ export function diffMarks(prevMarks, nextMarks, runningConfig) {
131
131
  }))), nextDiffMarks.forEach((mark => diffResult.enter.push({
132
132
  next: [ mark ]
133
133
  }))), diffResult;
134
- }
135
- //# sourceMappingURL=util.js.map
134
+ }
@@ -29,4 +29,5 @@ export const getSpecInfo = (chartSpec, specKey, compType, filter) => {
29
29
  type: compType
30
30
  });
31
31
  })), specInfos;
32
- };
32
+ };
33
+ //# sourceMappingURL=util.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart",
3
- "version": "2.0.20-alpha.5",
3
+ "version": "2.0.20-alpha.7",
4
4
  "description": "charts lib based @visactor/VGrammar",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -81,21 +81,21 @@
81
81
  "@size-limit/file": "9.0.0",
82
82
  "rimraf": "3.0.2",
83
83
  "cross-env": "^7.0.3",
84
- "@internal/bundler": "0.0.1",
85
- "@internal/ts-config": "0.0.1",
86
84
  "@internal/typescript-json-schema": "0.0.1",
87
- "@internal/eslint-config": "0.0.1"
85
+ "@internal/eslint-config": "0.0.1",
86
+ "@internal/ts-config": "0.0.1",
87
+ "@internal/bundler": "0.0.1"
88
88
  },
89
89
  "dependencies": {
90
90
  "@visactor/vutils": "~1.0.23",
91
91
  "@visactor/vdataset": "~1.0.23",
92
92
  "@visactor/vscale": "~1.0.23",
93
93
  "@visactor/vlayouts": "~1.0.23",
94
- "@visactor/vrender-core": "1.0.43",
95
- "@visactor/vrender-kits": "1.0.43",
96
- "@visactor/vrender-components": "1.0.43",
97
- "@visactor/vrender-animate": "1.0.43",
98
- "@visactor/vutils-extension": "2.0.20-alpha.5"
94
+ "@visactor/vrender-core": "1.0.44",
95
+ "@visactor/vrender-kits": "1.0.44",
96
+ "@visactor/vrender-components": "1.0.44",
97
+ "@visactor/vrender-animate": "1.0.44",
98
+ "@visactor/vutils-extension": "2.0.20-alpha.7"
99
99
  },
100
100
  "publishConfig": {
101
101
  "access": "public",