@resolveio/server-lib 1.1.10 → 1.1.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.
@@ -167,7 +167,7 @@ function loadAccountMethods(methodManager) {
167
167
  username: data.username,
168
168
  email: data.email,
169
169
  fullname: data.fullname,
170
- roles: [],
170
+ roles: data.roles,
171
171
  active: true,
172
172
  readonly: false,
173
173
  services: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "scripts": {