@c-rex/services 0.3.0-build.40 → 0.3.0-build.42

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/dist/index.js CHANGED
@@ -2103,7 +2103,7 @@ var defaultMetadataQuery = {
2103
2103
  PageNumber: 1,
2104
2104
  PageSize: READMODEL_PAGE_SIZE,
2105
2105
  Fields: ["labels", "class"],
2106
- Sort: ["shortId"]
2106
+ Sort: ["labels.value"]
2107
2107
  };
2108
2108
  var getCategoriesCached = createTaxonomyResolver({
2109
2109
  cacheKey: "categories",