gtfs 4.13.2 → 4.13.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.
- package/dist/bin/gtfs-export.js +1 -1
- package/dist/bin/gtfs-export.js.map +1 -1
- package/dist/bin/gtfs-import.js +1 -1
- package/dist/bin/gtfs-import.js.map +1 -1
- package/dist/bin/gtfsrealtime-update.js +1 -1
- package/dist/bin/gtfsrealtime-update.js.map +1 -1
- package/dist/index.js +54 -46
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/bin/gtfs-export.js
CHANGED
|
@@ -3521,7 +3521,7 @@ import { omit as omit3, pick } from "lodash-es";
|
|
|
3521
3521
|
import sqlString26 from "sqlstring-sqlite";
|
|
3522
3522
|
|
|
3523
3523
|
// src/lib/gtfs/shapes.ts
|
|
3524
|
-
import { omit as omit4, pick as pick2 } from "lodash-es";
|
|
3524
|
+
import { compact as compact2, omit as omit4, pick as pick2 } from "lodash-es";
|
|
3525
3525
|
import sqlString28 from "sqlstring-sqlite";
|
|
3526
3526
|
import { featureCollection as featureCollection2 } from "@turf/helpers";
|
|
3527
3527
|
|