@live-change/access-control-service 0.8.110 → 0.8.112

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.
Files changed (2) hide show
  1. package/access.js +2 -1
  2. 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.110",
3
+ "version": "0.8.112",
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.110"
24
+ "@live-change/framework": "^0.8.112"
25
25
  },
26
- "gitHead": "8af31d640f43b00b2874f2c70fa4d4486541adfe",
26
+ "gitHead": "e0d0db33777f8f9fc9f5ebe1a977cf574b837be6",
27
27
  "type": "module"
28
28
  }