@live-change/access-control-service 0.9.179 → 0.9.181
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 +0 -1
- package/package.json +3 -3
package/access.js
CHANGED
|
@@ -241,7 +241,6 @@ export default (definition) => {
|
|
|
241
241
|
for(const accessRoles of accessesRoles) {
|
|
242
242
|
roles = roles.filter(role => accessRoles.includes(role))
|
|
243
243
|
}
|
|
244
|
-
output.debug('accessRoles', JSON.stringify(roles, null, 2))
|
|
245
244
|
const outputObject = {
|
|
246
245
|
id: outputObjectId,
|
|
247
246
|
roles: Array.from(new Set([...roles, ...client.roles]))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/access-control-service",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.181",
|
|
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.9.
|
|
24
|
+
"@live-change/framework": "^0.9.181"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "fe35a6d7dd3fd552097ad241b062cc6114543ef6",
|
|
27
27
|
"type": "module"
|
|
28
28
|
}
|