cloudflare-server-locations 1.0.12 → 1.0.13
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/dist/index.bak.js +1 -0
- package/dist/index.js +1 -0
- package/index.ts +1 -0
- package/package.json +1 -1
package/dist/index.bak.js
CHANGED
|
@@ -124,6 +124,7 @@ export const CloudflareServerLocations = {
|
|
|
124
124
|
"CJB": "Coimbatore, India",
|
|
125
125
|
"ACX": "Xingyi, China",
|
|
126
126
|
"BBI": "Bhubaneswar, India",
|
|
127
|
+
"LYA": "Luoyang, China",
|
|
127
128
|
"AMS": "Amsterdam, Netherlands",
|
|
128
129
|
"ATH": "Athens, Greece",
|
|
129
130
|
"BCN": "Barcelona, Spain",
|
package/dist/index.js
CHANGED
|
@@ -182,6 +182,7 @@ export const CloudflareServerLocations = {
|
|
|
182
182
|
"WRO": "Wroclaw, Poland",
|
|
183
183
|
"ZAG": "Zagreb, Croatia",
|
|
184
184
|
"ZRH": "Zurich, Switzerland",
|
|
185
|
+
"LJU": "Ljubljana, Slovenia",
|
|
185
186
|
"QWJ": "Americana, Brazil",
|
|
186
187
|
"ARI": "Arica, Chile",
|
|
187
188
|
"ASU": "Asunción, Paraguay",
|
package/index.ts
CHANGED
|
@@ -182,6 +182,7 @@ export const CloudflareServerLocations = {
|
|
|
182
182
|
"WRO": "Wroclaw, Poland",
|
|
183
183
|
"ZAG": "Zagreb, Croatia",
|
|
184
184
|
"ZRH": "Zurich, Switzerland",
|
|
185
|
+
"LJU": "Ljubljana, Slovenia",
|
|
185
186
|
"QWJ": "Americana, Brazil",
|
|
186
187
|
"ARI": "Arica, Chile",
|
|
187
188
|
"ASU": "Asunción, Paraguay",
|