@c-rex/services 0.3.0-build.41 → 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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/read-models/index.js +1 -1
- package/dist/read-models/index.js.map +1 -1
- package/dist/read-models/index.mjs +1 -1
- package/dist/read-models/index.mjs.map +1 -1
- package/package.json +1 -1
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: ["
|
|
2106
|
+
Sort: ["labels.value"]
|
|
2107
2107
|
};
|
|
2108
2108
|
var getCategoriesCached = createTaxonomyResolver({
|
|
2109
2109
|
cacheKey: "categories",
|