airport-utils 1.4.3 → 1.4.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.
@@ -10319,7 +10319,7 @@ const geo = {
10319
10319
  latitude: -11.42644,
10320
10320
  longitude: 15.10122,
10321
10321
  name: 'Waku Kungo Airport',
10322
- city: 'Uacu Cungo',
10322
+ city: 'Waku Kungo',
10323
10323
  country: 'AO',
10324
10324
  countryName: 'Angola',
10325
10325
  continent: 'Africa'
@@ -31046,7 +31046,7 @@ const geo = {
31046
31046
  latitude: 48.5428,
31047
31047
  longitude: 32.285,
31048
31048
  name: 'Kropyvnytskyi Airport',
31049
- city: 'Kropyvnytskyy',
31049
+ city: 'Kropyvnytskyi',
31050
31050
  country: 'UA',
31051
31051
  countryName: 'Ukraine',
31052
31052
  continent: 'Europe'
@@ -32252,7 +32252,7 @@ const geo = {
32252
32252
  latitude: 27.8207,
32253
32253
  longitude: 52.352,
32254
32254
  name: 'Jam',
32255
- city: 'Kangān',
32255
+ city: 'Bandar-e Kangān',
32256
32256
  country: 'IR',
32257
32257
  countryName: 'Iran',
32258
32258
  continent: 'Asia'
@@ -45482,7 +45482,7 @@ const geo = {
45482
45482
  latitude: -7.71661,
45483
45483
  longitude: 21.35828,
45484
45484
  name: 'Nzagi Airport',
45485
- city: 'Nzagi',
45485
+ city: 'Nzaji',
45486
45486
  country: 'AO',
45487
45487
  countryName: 'Angola',
45488
45488
  continent: 'Africa'
@@ -48020,7 +48020,7 @@ const geo = {
48020
48020
  latitude: 8.97334,
48021
48021
  longitude: -79.55558,
48022
48022
  name: 'Albrook "Marcos A. Gelabert" International Airport',
48023
- city: 'Panamá',
48023
+ city: 'Panama City',
48024
48024
  country: 'PA',
48025
48025
  countryName: 'Panama',
48026
48026
  continent: 'North America'
@@ -51233,7 +51233,7 @@ const geo = {
51233
51233
  latitude: 9.07136,
51234
51234
  longitude: -79.38345,
51235
51235
  name: 'Tocumen International Airport',
51236
- city: 'Panamá',
51236
+ city: 'Panama City',
51237
51237
  country: 'PA',
51238
51238
  countryName: 'Panama',
51239
51239
  continent: 'North America'
@@ -10317,7 +10317,7 @@ const geo = {
10317
10317
  latitude: -11.42644,
10318
10318
  longitude: 15.10122,
10319
10319
  name: 'Waku Kungo Airport',
10320
- city: 'Uacu Cungo',
10320
+ city: 'Waku Kungo',
10321
10321
  country: 'AO',
10322
10322
  countryName: 'Angola',
10323
10323
  continent: 'Africa'
@@ -31044,7 +31044,7 @@ const geo = {
31044
31044
  latitude: 48.5428,
31045
31045
  longitude: 32.285,
31046
31046
  name: 'Kropyvnytskyi Airport',
31047
- city: 'Kropyvnytskyy',
31047
+ city: 'Kropyvnytskyi',
31048
31048
  country: 'UA',
31049
31049
  countryName: 'Ukraine',
31050
31050
  continent: 'Europe'
@@ -32250,7 +32250,7 @@ const geo = {
32250
32250
  latitude: 27.8207,
32251
32251
  longitude: 52.352,
32252
32252
  name: 'Jam',
32253
- city: 'Kangān',
32253
+ city: 'Bandar-e Kangān',
32254
32254
  country: 'IR',
32255
32255
  countryName: 'Iran',
32256
32256
  continent: 'Asia'
@@ -45480,7 +45480,7 @@ const geo = {
45480
45480
  latitude: -7.71661,
45481
45481
  longitude: 21.35828,
45482
45482
  name: 'Nzagi Airport',
45483
- city: 'Nzagi',
45483
+ city: 'Nzaji',
45484
45484
  country: 'AO',
45485
45485
  countryName: 'Angola',
45486
45486
  continent: 'Africa'
@@ -48018,7 +48018,7 @@ const geo = {
48018
48018
  latitude: 8.97334,
48019
48019
  longitude: -79.55558,
48020
48020
  name: 'Albrook "Marcos A. Gelabert" International Airport',
48021
- city: 'Panamá',
48021
+ city: 'Panama City',
48022
48022
  country: 'PA',
48023
48023
  countryName: 'Panama',
48024
48024
  continent: 'North America'
@@ -51231,7 +51231,7 @@ const geo = {
51231
51231
  latitude: 9.07136,
51232
51232
  longitude: -79.38345,
51233
51233
  name: 'Tocumen International Airport',
51234
- city: 'Panamá',
51234
+ city: 'Panama City',
51235
51235
  country: 'PA',
51236
51236
  countryName: 'Panama',
51237
51237
  continent: 'North America'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "airport-utils",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "Convert local ISO 8601 timestamps to UTC using airport IATA codes, with airport geo-data",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.js",