airport-utils 1.0.26 → 1.0.27
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.
|
@@ -13,7 +13,9 @@ concurrency:
|
|
|
13
13
|
group: update-mapping
|
|
14
14
|
cancel-in-progress: false
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
env:
|
|
17
|
+
# Single token for commits, PR creation, and auto-merge
|
|
18
|
+
BOT_TOKEN: ${{ secrets.BOT_MAINTAINER_TOKEN != '' && secrets.BOT_MAINTAINER_TOKEN || secrets.GITHUB_TOKEN }}
|
|
17
19
|
|
|
18
20
|
jobs:
|
|
19
21
|
refresh-mapping:
|
|
@@ -23,7 +25,7 @@ jobs:
|
|
|
23
25
|
uses: actions/checkout@v4
|
|
24
26
|
with:
|
|
25
27
|
fetch-depth: 0
|
|
26
|
-
token: ${{
|
|
28
|
+
token: ${{ env.BOT_TOKEN }}
|
|
27
29
|
|
|
28
30
|
- name: Setup Node.js
|
|
29
31
|
uses: actions/setup-node@v4
|
|
@@ -53,7 +55,7 @@ jobs:
|
|
|
53
55
|
id: cpr
|
|
54
56
|
uses: peter-evans/create-pull-request@v6
|
|
55
57
|
with:
|
|
56
|
-
token: ${{
|
|
58
|
+
token: ${{ env.BOT_TOKEN }}
|
|
57
59
|
commit-message: "chore(mapping): daily update of mapping files"
|
|
58
60
|
branch: chore/mapping-auto
|
|
59
61
|
title: "chore(mapping): daily update of mapping files"
|
|
@@ -65,6 +67,6 @@ jobs:
|
|
|
65
67
|
if: steps.cpr.outputs.pull-request-number
|
|
66
68
|
uses: peter-evans/enable-pull-request-automerge@v3
|
|
67
69
|
with:
|
|
68
|
-
token: ${{
|
|
70
|
+
token: ${{ env.BOT_TOKEN }}
|
|
69
71
|
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
|
|
70
72
|
merge-method: squash
|
package/dist/cjs/mapping/geo.js
CHANGED
|
@@ -11208,7 +11208,7 @@ const geo = {
|
|
|
11208
11208
|
"YTB": { "latitude": 53.42498, "longitude": -129.25424, "name": "Hartley Bay", "city": "Hartley Bay", "country": "CA" },
|
|
11209
11209
|
"YTC": { "latitude": 57.20892, "longitude": -127.08547, "name": "Sturdee", "city": "Sturdee", "country": "CA" },
|
|
11210
11210
|
"YTD": { "latitude": 55.31826, "longitude": -97.68739, "name": "Thicket Portage", "city": "Thicket Portage", "country": "CA" },
|
|
11211
|
-
"YTE": { "latitude": 64.23378, "longitude": -76.54372, "name": "
|
|
11211
|
+
"YTE": { "latitude": 64.23378, "longitude": -76.54372, "name": "Kinngait", "city": "Kinngait", "country": "CA" },
|
|
11212
11212
|
"YTF": { "latitude": 48.55009, "longitude": -71.6491, "name": "Alma", "city": "Alma", "country": "CA" },
|
|
11213
11213
|
"YTG": { "latitude": 50.88293, "longitude": -126.81979, "name": "Sullivan Bay", "city": "Sullivan Bay", "country": "CA" },
|
|
11214
11214
|
"YTH": { "latitude": 55.7435, "longitude": -97.85579, "name": "Thompson", "city": "Thompson", "country": "CA" },
|
|
@@ -11240,7 +11240,7 @@ const geo = {
|
|
|
11240
11240
|
"YUQ": { "latitude": 31.3306, "longitude": 120.606, "name": "Suzhou Railway Station", "city": "Suzhou", "country": "CN" },
|
|
11241
11241
|
"YUS": { "latitude": 33.00519, "longitude": 97.09327, "name": "Yushu", "city": "Yushu", "country": "CN" },
|
|
11242
11242
|
"YUT": { "latitude": 66.53417, "longitude": -86.24919, "name": "Naujaat", "city": "Naujaat", "country": "CA" },
|
|
11243
|
-
"YUX": { "latitude": 68.79134, "longitude": -81.23598, "name": "
|
|
11243
|
+
"YUX": { "latitude": 68.79134, "longitude": -81.23598, "name": "Sanirajak", "city": "Sanirajak", "country": "CA" },
|
|
11244
11244
|
"YUY": { "latitude": 48.23656, "longitude": -79.02311, "name": "Rouyn-Noranda", "city": "Rouyn-Noranda", "country": "CA" },
|
|
11245
11245
|
"YVA": { "latitude": -11.70216, "longitude": 43.25506, "name": "Moroni", "city": "Moroni", "country": "KM" },
|
|
11246
11246
|
"YVB": { "latitude": 48.04573, "longitude": -65.49259, "name": "Bonaventure", "city": "Bonaventure", "country": "CA" },
|
package/dist/esm/mapping/geo.js
CHANGED
|
@@ -11206,7 +11206,7 @@ const geo = {
|
|
|
11206
11206
|
"YTB": { "latitude": 53.42498, "longitude": -129.25424, "name": "Hartley Bay", "city": "Hartley Bay", "country": "CA" },
|
|
11207
11207
|
"YTC": { "latitude": 57.20892, "longitude": -127.08547, "name": "Sturdee", "city": "Sturdee", "country": "CA" },
|
|
11208
11208
|
"YTD": { "latitude": 55.31826, "longitude": -97.68739, "name": "Thicket Portage", "city": "Thicket Portage", "country": "CA" },
|
|
11209
|
-
"YTE": { "latitude": 64.23378, "longitude": -76.54372, "name": "
|
|
11209
|
+
"YTE": { "latitude": 64.23378, "longitude": -76.54372, "name": "Kinngait", "city": "Kinngait", "country": "CA" },
|
|
11210
11210
|
"YTF": { "latitude": 48.55009, "longitude": -71.6491, "name": "Alma", "city": "Alma", "country": "CA" },
|
|
11211
11211
|
"YTG": { "latitude": 50.88293, "longitude": -126.81979, "name": "Sullivan Bay", "city": "Sullivan Bay", "country": "CA" },
|
|
11212
11212
|
"YTH": { "latitude": 55.7435, "longitude": -97.85579, "name": "Thompson", "city": "Thompson", "country": "CA" },
|
|
@@ -11238,7 +11238,7 @@ const geo = {
|
|
|
11238
11238
|
"YUQ": { "latitude": 31.3306, "longitude": 120.606, "name": "Suzhou Railway Station", "city": "Suzhou", "country": "CN" },
|
|
11239
11239
|
"YUS": { "latitude": 33.00519, "longitude": 97.09327, "name": "Yushu", "city": "Yushu", "country": "CN" },
|
|
11240
11240
|
"YUT": { "latitude": 66.53417, "longitude": -86.24919, "name": "Naujaat", "city": "Naujaat", "country": "CA" },
|
|
11241
|
-
"YUX": { "latitude": 68.79134, "longitude": -81.23598, "name": "
|
|
11241
|
+
"YUX": { "latitude": 68.79134, "longitude": -81.23598, "name": "Sanirajak", "city": "Sanirajak", "country": "CA" },
|
|
11242
11242
|
"YUY": { "latitude": 48.23656, "longitude": -79.02311, "name": "Rouyn-Noranda", "city": "Rouyn-Noranda", "country": "CA" },
|
|
11243
11243
|
"YVA": { "latitude": -11.70216, "longitude": 43.25506, "name": "Moroni", "city": "Moroni", "country": "KM" },
|
|
11244
11244
|
"YVB": { "latitude": 48.04573, "longitude": -65.49259, "name": "Bonaventure", "city": "Bonaventure", "country": "CA" },
|
package/package.json
CHANGED
package/src/mapping/geo.ts
CHANGED
|
@@ -11215,7 +11215,7 @@ export const geo: Record<string, GeoEntry> = {
|
|
|
11215
11215
|
"YTB": {"latitude":53.42498,"longitude":-129.25424,"name":"Hartley Bay","city":"Hartley Bay","country":"CA"},
|
|
11216
11216
|
"YTC": {"latitude":57.20892,"longitude":-127.08547,"name":"Sturdee","city":"Sturdee","country":"CA"},
|
|
11217
11217
|
"YTD": {"latitude":55.31826,"longitude":-97.68739,"name":"Thicket Portage","city":"Thicket Portage","country":"CA"},
|
|
11218
|
-
"YTE": {"latitude":64.23378,"longitude":-76.54372,"name":"
|
|
11218
|
+
"YTE": {"latitude":64.23378,"longitude":-76.54372,"name":"Kinngait","city":"Kinngait","country":"CA"},
|
|
11219
11219
|
"YTF": {"latitude":48.55009,"longitude":-71.6491,"name":"Alma","city":"Alma","country":"CA"},
|
|
11220
11220
|
"YTG": {"latitude":50.88293,"longitude":-126.81979,"name":"Sullivan Bay","city":"Sullivan Bay","country":"CA"},
|
|
11221
11221
|
"YTH": {"latitude":55.7435,"longitude":-97.85579,"name":"Thompson","city":"Thompson","country":"CA"},
|
|
@@ -11247,7 +11247,7 @@ export const geo: Record<string, GeoEntry> = {
|
|
|
11247
11247
|
"YUQ": {"latitude":31.3306,"longitude":120.606,"name":"Suzhou Railway Station","city":"Suzhou","country":"CN"},
|
|
11248
11248
|
"YUS": {"latitude":33.00519,"longitude":97.09327,"name":"Yushu","city":"Yushu","country":"CN"},
|
|
11249
11249
|
"YUT": {"latitude":66.53417,"longitude":-86.24919,"name":"Naujaat","city":"Naujaat","country":"CA"},
|
|
11250
|
-
"YUX": {"latitude":68.79134,"longitude":-81.23598,"name":"
|
|
11250
|
+
"YUX": {"latitude":68.79134,"longitude":-81.23598,"name":"Sanirajak","city":"Sanirajak","country":"CA"},
|
|
11251
11251
|
"YUY": {"latitude":48.23656,"longitude":-79.02311,"name":"Rouyn-Noranda","city":"Rouyn-Noranda","country":"CA"},
|
|
11252
11252
|
"YVA": {"latitude":-11.70216,"longitude":43.25506,"name":"Moroni","city":"Moroni","country":"KM"},
|
|
11253
11253
|
"YVB": {"latitude":48.04573,"longitude":-65.49259,"name":"Bonaventure","city":"Bonaventure","country":"CA"},
|