@golemio/pid 2.16.1-dev.1411544189 → 2.16.1-dev.1411635834

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.
@@ -52,6 +52,7 @@ class RawQueryProvider {
52
52
  unnest(trip_ids) with ordinality t(trip_id, ord) using (trip_id)
53
53
  where
54
54
  start_timestamp >= :startTimestamp::timestamptz
55
+ and start_timestamp < :startTimestamp::timestamptz + interval '12 hours'
55
56
  order by ord, start_timestamp asc;
56
57
  `;
57
58
  /* eslint-enable max-len */
@@ -1 +1 @@
1
- {"version":3,"file":"RawQueryProvider.js","sourceRoot":"","sources":["../../../../../src/integration-engine/ropid-gtfs/data-access/helpers/RawQueryProvider.ts"],"names":[],"mappings":";;;AAAA,gEAAuC;AAEvC,MAAa,gBAAgB;IAClB,MAAM,CAAC,2BAA2B;QACrC,4BAA4B;QAC5B,OAAO;uCACwB,iBAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA+CvC,CAAC;QACF,2BAA2B;IAC/B,CAAC;CACJ;AAtDD,4CAsDC"}
1
+ {"version":3,"file":"RawQueryProvider.js","sourceRoot":"","sources":["../../../../../src/integration-engine/ropid-gtfs/data-access/helpers/RawQueryProvider.ts"],"names":[],"mappings":";;;AAAA,gEAAuC;AAEvC,MAAa,gBAAgB;IAClB,MAAM,CAAC,2BAA2B;QACrC,4BAA4B;QAC5B,OAAO;uCACwB,iBAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAgDvC,CAAC;QACF,2BAA2B;IAC/B,CAAC;CACJ;AAvDD,4CAuDC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "2.16.1-dev.1411544189",
3
+ "version": "2.16.1-dev.1411635834",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",