@dosgato/api 1.2.1 → 1.2.2

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.
@@ -344,7 +344,7 @@ export async function createPageRoutes(app) {
344
344
  AND p.deleteState IN (0, 1)
345
345
  AND s.deletedAt IS NULL
346
346
  AND pt.deletedAt IS NULL
347
- ORDER BY p.path, p.name
347
+ ORDER BY siteName, p.path, p.name
348
348
  `),
349
349
  pageSvc.currentPageRules()
350
350
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosgato/api",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A CMS designed for large institutions with thousands of editors and hundreds of subsites.",
5
5
  "type": "module",
6
6
  "exports": {