dtable-statistic 5.0.42-alpha.8 → 5.0.42-alpha.9

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.
@@ -148,6 +148,10 @@ const exportOneDimensionToTable = _ref => {
148
148
  };
149
149
  rows.push(newRow);
150
150
  });
151
+ console.log(11, {
152
+ columns,
153
+ rows
154
+ });
151
155
  return {
152
156
  columns,
153
157
  rows
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "5.0.42-alpha.8",
3
+ "version": "5.0.42-alpha.9",
4
4
  "description": "statistics",
5
5
  "main": "dist/dtable-statistic.js",
6
6
  "author": "seafile",