gtfs-to-html 2.10.9 → 2.10.10

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.
@@ -499,7 +499,7 @@ function formatTripNameForCSV(trip, timetable) {
499
499
  }
500
500
 
501
501
  // package.json
502
- var version = "2.10.9";
502
+ var version = "2.10.10";
503
503
 
504
504
  // src/lib/utils.ts
505
505
  var isTimepoint = (stoptime) => {