@radhost/server-service-config 4.0.4 → 4.0.5
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": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
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": "646978c77f34f4e8330fee67a9ea93df6c8a9082"
|
|
14
14
|
}
|
|
@@ -45,6 +45,8 @@ exports.getConstConfig = () => {
|
|
|
45
45
|
{ name: '俄罗斯', code: '+7' },
|
|
46
46
|
{ name: '埃及', code: '+20' },
|
|
47
47
|
{ name: '摩洛哥', code: '+212' },
|
|
48
|
+
{ name: '突尼斯', code: '+216' },
|
|
49
|
+
{ name: '利比亚', code: '+218' },
|
|
48
50
|
{ name: '加纳', code: '+233' },
|
|
49
51
|
{ name: '尼日利亚', code: '+234' },
|
|
50
52
|
{ name: '卢旺达', code: '+250' },
|