dtable-statistic 5.0.42-alpha.3 → 5.0.42-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.
@@ -227,6 +227,7 @@ const exportOneDimensionToTable = _ref => {
227
227
  });
228
228
  rows.push(newRow);
229
229
  });
230
+ console.log('columns-rows', columns, rows);
230
231
  return {
231
232
  columns,
232
233
  rows
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "5.0.42-alpha.3",
3
+ "version": "5.0.42-alpha.4",
4
4
  "description": "statistics",
5
5
  "main": "dist/dtable-statistic.js",
6
6
  "author": "seafile",