@autobusal/providers 1.45.3 → 1.45.4

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/package.json +1 -1
  2. package/types/routes.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.45.3",
3
+ "version": "1.45.4",
4
4
  "author": "Ferjolt Ozuni",
5
5
  "type": "module",
6
6
  "main": "index.ts",
package/types/routes.ts CHANGED
@@ -34,6 +34,8 @@ export interface RouteData {
34
34
  language: string
35
35
  template: string
36
36
  searchable: number
37
+ // Claude - 2026-09-26: consent to publish in the GTFS feed (1 by default)
38
+ gtfs?: number | boolean
37
39
  information_en: string
38
40
  information_sq: string
39
41