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