gtfs 4.18.5 → 4.18.7

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
@@ -1544,6 +1544,14 @@ var trips = {
1544
1544
  type: "integer",
1545
1545
  min: 0,
1546
1546
  max: 2
1547
+ },
1548
+ {
1549
+ name: "safe_duration_factor",
1550
+ type: "real"
1551
+ },
1552
+ {
1553
+ name: "safe_duration_offset",
1554
+ type: "real"
1547
1555
  }
1548
1556
  ]
1549
1557
  };