cloudflare-server-locations 1.0.9 → 1.0.11

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",
@@ -330,5 +331,6 @@ export const CloudflareServerLocations = {
330
331
  "SYD": "Sydney, NSW, Australia",
331
332
  "PPT": "Tahiti, French Polynesia",
332
333
  "SUV": "Suva, Fiji",
333
- "HBA": "Hobart, Australia"
334
+ "HBA": "Hobart, Australia",
335
+ "WLG": "Wellington, New Zealand"
334
336
  };
package/dist/index.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/index.ts 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
  } 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.11",
7
7
  "keywords": [
8
8
  "cloudflare"
9
9
  ],