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
|
@@ -3677,7 +3677,7 @@ import { omit as omit3, pick } from "lodash-es";
|
|
|
3677
3677
|
import sqlString26 from "sqlstring-sqlite";
|
|
3678
3678
|
|
|
3679
3679
|
// src/lib/gtfs/shapes.ts
|
|
3680
|
-
import { omit as omit4, pick as pick2 } from "lodash-es";
|
|
3680
|
+
import { compact as compact2, omit as omit4, pick as pick2 } from "lodash-es";
|
|
3681
3681
|
import sqlString28 from "sqlstring-sqlite";
|
|
3682
3682
|
import { featureCollection as featureCollection2 } from "@turf/helpers";
|
|
3683
3683
|
|