@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.
- package/lib/scripts/test.js +4 -4
- package/package.json +2 -2
- package/testdocument.json +1 -1
package/lib/scripts/test.js
CHANGED
|
@@ -168,13 +168,13 @@ function run() {
|
|
|
168
168
|
};
|
|
169
169
|
const groupingProperties = [
|
|
170
170
|
{
|
|
171
|
-
|
|
172
|
-
|
|
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
|
-
|
|
177
|
-
|
|
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.
|
|
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.
|
|
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"
|