@icgio/clients-config 1.0.350 → 1.0.352

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.
@@ -1,2 +1,2 @@
1
1
  secretread.js:47799cf6006926362ed90171e39876653e8d0259331264754493a862daa39657
2
- data-source.js:440e328f62856d665e4b66a66f55406e0c9f3a974d2be3c000041fd1c552652b
2
+ data-source.js:358b5abb7deff6bc304784ebe0b1df248abeeb3fc8685b95a912b8cf32d2e9b0
package/config.js CHANGED
@@ -255,8 +255,8 @@ module.exports.client_types = client_types
255
255
  "ADMIN": { "username": "admin@icg.io" }
256
256
  }
257
257
  */
258
- const dashboard_users = config_data.dashboard_users
259
- module.exports.dashboard_users = dashboard_users
258
+ const dashboard_clients = config_data.dashboard_clients
259
+ module.exports.dashboard_clients = dashboard_clients
260
260
 
261
261
  /*
262
262
  {
package/config.json CHANGED
@@ -361,7 +361,7 @@
361
361
  "trades": 1
362
362
  }
363
363
  },
364
- "dashboard_users": {
364
+ "dashboard_clients": {
365
365
  "ADMIN": {
366
366
  "cex_access": true,
367
367
  "dex_access": false,
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.350",
3
+ "version": "1.0.352",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file