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 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
@@ -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
  };
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
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.9",
6
+ "version": "1.0.10",
7
7
  "keywords": [
8
8
  "cloudflare"
9
9
  ],