@autobusal/providers 1.0.52 → 1.0.53

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.52",
3
+ "version": "1.0.53",
4
4
  "type": "module",
5
5
  "main": "index.ts"
6
6
  }
@@ -11,6 +11,7 @@ export interface CountryData {
11
11
  name: string
12
12
  slug?: string
13
13
  cities?: CityData[]
14
+ iso_code: string
14
15
  }
15
16
 
16
17
  export interface CityData {