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

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