gtfs 4.15.2 → 4.15.3

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.
@@ -3999,6 +3999,10 @@ import { featureCollection as featureCollection2 } from "@turf/helpers";
3999
3999
  // src/lib/gtfs/stops.ts
4000
4000
  import { omit as omit5, orderBy, pick as pick3 } from "lodash-es";
4001
4001
 
4002
+ // src/lib/gtfs/stop-times.ts
4003
+ import { omit as omit6 } from "lodash-es";
4004
+ import sqlString5 from "sqlstring-sqlite";
4005
+
4002
4006
  // src/bin/gtfs-import.ts
4003
4007
  var pe = new PrettyError();
4004
4008
  var argv = yargs(hideBin(process.argv)).usage("Usage: $0 --configPath ./config.json").help().option("c", {