@tmlmobilidade/import-gtfs 20260121.2332.6 → 20260128.2248.28

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.
@@ -1,8 +1,8 @@
1
1
  /* * */
2
2
  import { parseCsvFile } from '../utils/parse-csv.js';
3
- import { validateGtfsStopExtended } from '@tmlmobilidade/types';
4
3
  import { Logger } from '@tmlmobilidade/logger';
5
4
  import { Timer } from '@tmlmobilidade/timer';
5
+ import { validateGtfsStopExtended } from '@tmlmobilidade/types';
6
6
  /**
7
7
  * Processes the stops.txt file from the GTFS dataset.
8
8
  * include all of them since we don't have a way to filter them yet like trips/routes/shapes.
@@ -1,8 +1,8 @@
1
1
  /* * */
2
2
  import { parseCsvFile } from '../utils/parse-csv.js';
3
- import { validateGtfsTripExtended } from '@tmlmobilidade/types';
4
3
  import { Logger } from '@tmlmobilidade/logger';
5
4
  import { Timer } from '@tmlmobilidade/timer';
5
+ import { validateGtfsTripExtended } from '@tmlmobilidade/types';
6
6
  /**
7
7
  * Processes the trips.txt file from the GTFS dataset.
8
8
  * It filters trips based on the previously saved calendar dates.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/import-gtfs",
3
- "version": "20260121.2332.6",
3
+ "version": "20260128.2248.28",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"
@@ -46,7 +46,7 @@
46
46
  "devDependencies": {
47
47
  "@tmlmobilidade/tsconfig": "*",
48
48
  "@tmlmobilidade/types": "*",
49
- "@types/node": "25.0.3",
49
+ "@types/node": "25.1.0",
50
50
  "resolve-tspaths": "0.8.23",
51
51
  "tsc-watch": "7.2.0",
52
52
  "typescript": "5.9.3"