@tmlmobilidade/generate-offer-files 20250626.1759.25 → 20250626.2007.27

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -393,7 +393,7 @@ export async function generateOfferOutput(filePath, startDate, endDate, outputDi
393
393
  throw new Error('✖︎ Error processing "stop_times.txt" file.');
394
394
  }
395
395
  /* * */
396
- /* FINAL OUTPUT FILES */
396
+ /* OUTPUT FILES */
397
397
  //
398
398
  // Actually construct the OfferJourney and OfferStop objects
399
399
  // and write them to the output files. This is the final step of the process.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/generate-offer-files",
3
- "version": "20250626.1759.25",
3
+ "version": "20250626.2007.27",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"