@autobusal/providers 1.0.36 → 1.0.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "type": "module",
5
5
  "main": "index.ts",
6
6
  "dependencies": {
@@ -17,6 +17,9 @@ export interface CityData {
17
17
  location: string[]
18
18
  slug: string
19
19
  douane?: number
20
+ country?: CountryData
21
+ link?: string
22
+ image_url?: string
20
23
  }
21
24
 
22
25
  export interface StopData {