@contrail/document-generation 1.0.22 → 1.0.23

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.
@@ -168,13 +168,13 @@ function run() {
168
168
  };
169
169
  const groupingProperties = [
170
170
  {
171
- property: itemType.typeProperties.find(p => p.slug === 'category'),
172
- scope: 'item',
171
+ propertyDefinition: itemType.typeProperties.find(p => p.slug === 'category'),
172
+ typeRootSlug: 'item',
173
173
  sort: sdk_1.SortOrderOptions.ASC,
174
174
  values: null,
175
175
  }, {
176
- property: itemType.typeProperties.find(p => p.slug === 'name'),
177
- scope: 'item',
176
+ propertyDefinition: itemType.typeProperties.find(p => p.slug === 'name'),
177
+ typeRootSlug: 'item',
178
178
  sort: sdk_1.SortOrderOptions.ASC,
179
179
  values: null,
180
180
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/document-generation",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Utilities for automatic generation of documents.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -42,7 +42,7 @@
42
42
  "testEnvironment": "node"
43
43
  },
44
44
  "dependencies": {
45
- "@contrail/data-grouping": "^1.0.18",
45
+ "@contrail/data-grouping": "^1.0.19",
46
46
  "@contrail/documents": "^1.0.44",
47
47
  "@contrail/types": "^3.0.27",
48
48
  "@contrail/util": "^1.0.27"