gtfs-to-html 2.9.12 → 2.9.13

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.
@@ -330,7 +330,7 @@ function formatTripNameForCSV(trip, timetable) {
330
330
  }
331
331
 
332
332
  // package.json
333
- var version = "2.9.12";
333
+ var version = "2.9.13";
334
334
 
335
335
  // src/lib/utils.ts
336
336
  var isTimepoint = (stoptime) => {