dtable-statistic 5.0.42-alpha.20 → 5.0.42-alpha.21

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.
@@ -480,6 +480,7 @@ const updatedOneDimensionToTable = _ref5 => {
480
480
  statisticalResult
481
481
  } = _ref5;
482
482
  console.log('statisticalResult', statisticalResult);
483
+ console.log('updateTable', updateTable);
483
484
  const {
484
485
  pivotResult,
485
486
  groupbyColumn,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "5.0.42-alpha.20",
3
+ "version": "5.0.42-alpha.21",
4
4
  "description": "statistics",
5
5
  "main": "dist/dtable-statistic.js",
6
6
  "author": "seafile",