gtfs 4.17.5 → 4.17.6
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.
- package/README.md +41 -6
- package/dist/bin/gtfs-export.js +4 -0
- package/dist/bin/gtfs-export.js.map +1 -1
- package/dist/bin/gtfs-import.js +4 -0
- package/dist/bin/gtfs-import.js.map +1 -1
- package/dist/bin/gtfsrealtime-update.js +4 -0
- package/dist/bin/gtfsrealtime-update.js.map +1 -1
- package/dist/index.js +20 -1
- package/dist/index.js.map +1 -1
- package/package.json +38 -37
package/dist/bin/gtfs-import.js
CHANGED
|
@@ -4852,6 +4852,10 @@ import { omit as omit5, orderBy, pick as pick3 } from "lodash-es";
|
|
|
4852
4852
|
import { omit as omit6 } from "lodash-es";
|
|
4853
4853
|
import sqlString4 from "sqlstring-sqlite";
|
|
4854
4854
|
|
|
4855
|
+
// src/lib/gtfs/trips.ts
|
|
4856
|
+
import { omit as omit7 } from "lodash-es";
|
|
4857
|
+
import sqlString5 from "sqlstring-sqlite";
|
|
4858
|
+
|
|
4855
4859
|
// src/bin/gtfs-import.ts
|
|
4856
4860
|
var pe = new PrettyError();
|
|
4857
4861
|
var argv = yargs(hideBin(process.argv)).usage("Usage: $0 --configPath ./config.json").help().option("c", {
|