cloudflare-server-locations 1.0.14 → 1.0.16
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 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/dist/index.bak.js
CHANGED
|
@@ -125,6 +125,7 @@ export const CloudflareServerLocations = {
|
|
|
125
125
|
"ACX": "Xingyi, China",
|
|
126
126
|
"BBI": "Bhubaneswar, India",
|
|
127
127
|
"LYA": "Luoyang, China",
|
|
128
|
+
"PNQ": "Pune, India",
|
|
128
129
|
"AMS": "Amsterdam, Netherlands",
|
|
129
130
|
"ATH": "Athens, Greece",
|
|
130
131
|
"BCN": "Barcelona, Spain",
|
|
@@ -241,7 +242,6 @@ export const CloudflareServerLocations = {
|
|
|
241
242
|
"CGB": "Cuiaba, Brazil",
|
|
242
243
|
"CLO": "Cali, Colombia",
|
|
243
244
|
"SAP": "San Pedro Sula, Honduras",
|
|
244
|
-
"CCP": "Concepción, Chile",
|
|
245
245
|
"AMM": "Amman, Jordan",
|
|
246
246
|
"LLK": "Astara, Azerbaijan",
|
|
247
247
|
"BGW": "Baghdad, Iraq",
|
package/dist/index.js
CHANGED
|
@@ -126,6 +126,7 @@ export const CloudflareServerLocations = {
|
|
|
126
126
|
"BBI": "Bhubaneswar, India",
|
|
127
127
|
"LYA": "Luoyang, China",
|
|
128
128
|
"PNQ": "Pune, India",
|
|
129
|
+
"JRG": "Sambalpur, India",
|
|
129
130
|
"AMS": "Amsterdam, Netherlands",
|
|
130
131
|
"ATH": "Athens, Greece",
|
|
131
132
|
"BCN": "Barcelona, Spain",
|
|
@@ -242,7 +243,6 @@ export const CloudflareServerLocations = {
|
|
|
242
243
|
"CGB": "Cuiaba, Brazil",
|
|
243
244
|
"CLO": "Cali, Colombia",
|
|
244
245
|
"SAP": "San Pedro Sula, Honduras",
|
|
245
|
-
"CCP": "Concepción, Chile",
|
|
246
246
|
"AMM": "Amman, Jordan",
|
|
247
247
|
"LLK": "Astara, Azerbaijan",
|
|
248
248
|
"BGW": "Baghdad, Iraq",
|
package/index.ts
CHANGED
|
@@ -126,6 +126,7 @@ export const CloudflareServerLocations = {
|
|
|
126
126
|
"BBI": "Bhubaneswar, India",
|
|
127
127
|
"LYA": "Luoyang, China",
|
|
128
128
|
"PNQ": "Pune, India",
|
|
129
|
+
"JRG": "Sambalpur, India",
|
|
129
130
|
"AMS": "Amsterdam, Netherlands",
|
|
130
131
|
"ATH": "Athens, Greece",
|
|
131
132
|
"BCN": "Barcelona, Spain",
|
|
@@ -242,7 +243,6 @@ export const CloudflareServerLocations = {
|
|
|
242
243
|
"CGB": "Cuiaba, Brazil",
|
|
243
244
|
"CLO": "Cali, Colombia",
|
|
244
245
|
"SAP": "San Pedro Sula, Honduras",
|
|
245
|
-
"CCP": "Concepción, Chile",
|
|
246
246
|
"AMM": "Amman, Jordan",
|
|
247
247
|
"LLK": "Astara, Azerbaijan",
|
|
248
248
|
"BGW": "Baghdad, Iraq",
|