@golemio/pid 5.4.1-dev.2245316902 → 5.4.1-dev.2246770913

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.
@@ -136,7 +136,7 @@ class RawQueryProvider {
136
136
  END
137
137
  )
138
138
  ORDER BY
139
- gtfs_trip_id ASC;
139
+ gtfs_date ASC, min_stop_time ASC, gtfs_trip_id ASC;
140
140
  `;
141
141
  /* eslint-enable max-len */
142
142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "5.4.1-dev.2245316902",
3
+ "version": "5.4.1-dev.2246770913",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",