cloudflare-server-locations 1.0.15 → 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 +0 -1
- package/dist/index.js +1 -0
- package/index.ts +1 -0
- package/package.json +1 -1
package/dist/index.bak.js
CHANGED
|
@@ -242,7 +242,6 @@ export const CloudflareServerLocations = {
|
|
|
242
242
|
"CGB": "Cuiaba, Brazil",
|
|
243
243
|
"CLO": "Cali, Colombia",
|
|
244
244
|
"SAP": "San Pedro Sula, Honduras",
|
|
245
|
-
"CCP": "Concepción, Chile",
|
|
246
245
|
"AMM": "Amman, Jordan",
|
|
247
246
|
"LLK": "Astara, Azerbaijan",
|
|
248
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",
|
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",
|