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