@live-change/access-control-service 0.8.109 → 0.8.111
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/access.js +2 -1
- package/package.json +3 -3
package/access.js
CHANGED
|
@@ -226,8 +226,9 @@ export default (definition) => {
|
|
|
226
226
|
async function updateRoles() {
|
|
227
227
|
if(!loaded) return
|
|
228
228
|
const roots = await Promise.all(rolesTreesRoots)
|
|
229
|
+
//output.debug('accessRoots', JSON.stringify(roots, null, 2))
|
|
229
230
|
const accessesRoles = roots.map(root => computeNodeRoles(root))
|
|
230
|
-
output.debug(outputObjectId, "Accesses roles:", accessesRoles)
|
|
231
|
+
//output.debug(outputObjectId, "Accesses roles:", accessesRoles)
|
|
231
232
|
const firstAccessRoles = accessesRoles.shift()
|
|
232
233
|
let roles = firstAccessRoles
|
|
233
234
|
for(const accessRoles of accessesRoles) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/access-control-service",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.111",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"url": "https://www.viamage.com/"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@live-change/framework": "^0.8.
|
|
24
|
+
"@live-change/framework": "^0.8.111"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "9b96afb2fc61ab3d2a5d143924e2c56d411280b4",
|
|
27
27
|
"type": "module"
|
|
28
28
|
}
|