@tmlmobilidade/controllers 20260517.2052.46 → 20260517.2101.40

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.
@@ -28,6 +28,7 @@ export async function getOperationalLinesBatch(query) {
28
28
  start_time_scheduled: '$start_time_scheduled',
29
29
  },
30
30
  // deterministic tie-break if same timestamp appears multiple times
31
+ // eslint-disable-next-line perfectionist/sort-objects
31
32
  sortBy: { start_time_scheduled: -1, _id: -1 },
32
33
  },
33
34
  },
@@ -28,6 +28,7 @@ export async function getOperationalStopsBatch(query) {
28
28
  start_time_scheduled: '$start_time_scheduled',
29
29
  },
30
30
  // deterministic tie-break if same timestamp appears multiple times
31
+ // eslint-disable-next-line perfectionist/sort-objects
31
32
  sortBy: { start_time_scheduled: -1, _id: -1 },
32
33
  },
33
34
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/controllers",
3
- "version": "20260517.2052.46",
3
+ "version": "20260517.2101.40",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"
@@ -46,7 +46,7 @@
46
46
  "devDependencies": {
47
47
  "@tmlmobilidade/tsconfig": "*",
48
48
  "@tmlmobilidade/types": "*",
49
- "@types/node": "25.6.2",
49
+ "@types/node": "25.8.0",
50
50
  "@types/ws": "8.18.1",
51
51
  "resolve-tspaths": "0.8.23",
52
52
  "tsc-watch": "7.2.0",