cloudflare-server-locations 1.0.9 → 1.0.10
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 +2 -1
- package/index.ts +2 -1
- package/package.json +1 -1
package/dist/index.bak.js
CHANGED
|
@@ -122,6 +122,7 @@ export const CloudflareServerLocations = {
|
|
|
122
122
|
"CTU": "Chengdu, China",
|
|
123
123
|
"AGR": "Agra, India",
|
|
124
124
|
"CJB": "Coimbatore, India",
|
|
125
|
+
"ACX": "Xingyi, China",
|
|
125
126
|
"AMS": "Amsterdam, Netherlands",
|
|
126
127
|
"ATH": "Athens, Greece",
|
|
127
128
|
"BCN": "Barcelona, Spain",
|
package/dist/index.js
CHANGED
package/index.ts
CHANGED
|
@@ -331,5 +331,6 @@ export const CloudflareServerLocations = {
|
|
|
331
331
|
"SYD": "Sydney, NSW, Australia",
|
|
332
332
|
"PPT": "Tahiti, French Polynesia",
|
|
333
333
|
"SUV": "Suva, Fiji",
|
|
334
|
-
"HBA": "Hobart, Australia"
|
|
334
|
+
"HBA": "Hobart, Australia",
|
|
335
|
+
"WLG": "Wellington, New Zealand"
|
|
335
336
|
} as const
|