gtfs-to-html 2.10.1 → 2.10.2

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/index.js CHANGED
@@ -502,7 +502,7 @@ function formatTripNameForCSV(trip, timetable) {
502
502
  }
503
503
 
504
504
  // package.json
505
- var version = "2.10.1";
505
+ var version = "2.10.2";
506
506
 
507
507
  // src/lib/utils.ts
508
508
  var isTimepoint = (stoptime) => {