hk-bus-eta 1.2.3 → 1.2.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/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -21,6 +21,7 @@ export type RouteListEntry = {
21
21
  readonly fares: string[] | null,
22
22
  readonly faresHoliday: string[] | null,
23
23
  readonly freq: Freq | null,
24
+ readonly jt: string | null,
24
25
  readonly seq: number,
25
26
  readonly serviceType: string,
26
27
  readonly stops: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hk-bus-eta",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Query the ETA (Estimated Time of Arrival) of HK Bus",
5
5
  "main": "index.js",
6
6
  "scripts": {