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-import.js
CHANGED
|
@@ -4019,7 +4019,7 @@ import { omit as omit3, pick } from "lodash-es";
|
|
|
4019
4019
|
import sqlString26 from "sqlstring-sqlite";
|
|
4020
4020
|
|
|
4021
4021
|
// src/lib/gtfs/shapes.ts
|
|
4022
|
-
import { omit as omit4, pick as pick2 } from "lodash-es";
|
|
4022
|
+
import { compact as compact2, omit as omit4, pick as pick2 } from "lodash-es";
|
|
4023
4023
|
import sqlString28 from "sqlstring-sqlite";
|
|
4024
4024
|
import { featureCollection as featureCollection2 } from "@turf/helpers";
|
|
4025
4025
|
|