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