cloudflare-server-locations 1.0.14 → 1.0.15

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 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",
package/dist/index.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/index.ts 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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
- "version": "1.0.14",
6
+ "version": "1.0.15",
7
7
  "keywords": [
8
8
  "cloudflare"
9
9
  ],