@radhost/server-service-config 3.3.7 → 3.3.8
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@radhost/server-service-config",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.8",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"scripts": {},
|
|
6
6
|
"dependencies": {
|
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
"access": "public",
|
|
11
11
|
"registry": "https://registry.npmjs.org/"
|
|
12
12
|
},
|
|
13
|
-
"gitHead": "
|
|
13
|
+
"gitHead": "bd8e8cc8b2df0b2a94af153d67929f2e101e4067"
|
|
14
14
|
}
|
|
@@ -110,7 +110,7 @@ exports.getConstConfig = () => {
|
|
|
110
110
|
{ flag: '🇸🇬', code: '01', name: '新加坡', coordinates: { latitude: 1.3521, longitude: 103.8198 } },
|
|
111
111
|
{ flag: '🇬🇧', code: '02', name: '伦敦', coordinates: { latitude: 51.5074, longitude: -0.0799 } },
|
|
112
112
|
{ flag: '🇯🇵', code: '04', name: '东京', coordinates: { latitude: 31.2934, longitude: 120.5677 } },
|
|
113
|
-
{ flag: '🇺🇸', code: '05', name: '旧金山湾区', coordinates: { latitude:
|
|
113
|
+
{ flag: '🇺🇸', code: '05', name: '旧金山湾区', coordinates: { latitude: 27.828724, longitude: -122.355537 } },
|
|
114
114
|
{ flag: '🌏', code: '03', name: '全球漫游', coordinates: { latitude: 0, longitude: 0 } },
|
|
115
115
|
],
|
|
116
116
|
bayAreas: [
|