@icgio/clients-config 1.0.222 → 1.0.223

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/config.js CHANGED
@@ -111,3 +111,7 @@ module.exports.server_config_enabled = server_config_enabled
111
111
 
112
112
  const server_config_whitelist_ips = config_data.server_config_whitelist_ips
113
113
  module.exports.server_config_whitelist_ips = server_config_whitelist_ips
114
+
115
+ const server_config_admin_whitelist_ips = config_data.server_config_admin_whitelist_ips
116
+ module.exports.server_config_admin_whitelist_ips = server_config_admin_whitelist_ips
117
+
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.222",
3
+ "version": "1.0.223",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file