@autobusal/providers 1.3.1 → 1.3.2

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/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to `@autobusal/providers` are documented here. This project
4
4
  adheres to [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
5
5
  [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [1.3.2] - 2026-07-25
8
+
9
+ ### Fixed
10
+
11
+ - `RouteData.passenger_fields` (route form submit shape) missing from 1.3.1.
12
+
7
13
  ## [1.3.1] - 2026-07-25
8
14
 
9
15
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "author": "Ferjolt Ozuni",
5
5
  "type": "module",
6
6
  "main": "index.ts"
package/types/routes.ts CHANGED
@@ -20,6 +20,7 @@ export interface RouteData {
20
20
  drivers: DriversData
21
21
  orders: OrderData[]
22
22
  features?: number[]
23
+ passenger_fields?: string[]
23
24
  trip: TripData
24
25
  link: string
25
26
  link_purchase: string