@contrail/data-grouping 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,7 @@ class DataGroupGenerator {
38
38
  properties: {},
39
39
  data: [],
40
40
  },
41
- groupingProperties: [],
41
+ groupingProperties,
42
42
  depth: groupingProperties ? groupingProperties.length + 1 : 0,
43
43
  };
44
44
  this.buildChildDataGroups(data, structure.rootGroup, groupingProperties, leafNodeDataCount, 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/data-grouping",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Utilities and interfaces for grouping data into hierarchial data structures based on properties.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",