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.
@@ -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