@live-change/access-control-service
Advanced tools
Comparing version 0.3.9 to 0.3.10
@@ -136,2 +136,3 @@ const App = require("@live-change/framework") | ||
async execute({ contactType, contact, session, objectType, object }, { service }, emit) { | ||
console.error("INVITE WITH MESSAGE AUTHENTICATED", { contactType, contact, session, objectType, object }) | ||
const contactTypeUpperCase = contactType[0].toUpperCase() + contactType.slice(1) | ||
@@ -143,3 +144,3 @@ /// Load invitation | ||
if(!invitationData) throw 'not_found' | ||
const { roles } = invitation | ||
const { roles } = invitationData | ||
/// Create account and sign-in: | ||
@@ -275,3 +276,3 @@ const user = app.generateUid() | ||
actionProperties: { objectType, object }, | ||
targetPage: { name: 'access:invitationAccepted', params: { objectType, object } } | ||
targetPage: { name: 'accessControl:invitationAccepted', params: { objectType, object } } | ||
}) | ||
@@ -278,0 +279,0 @@ emit({ |
{ | ||
"name": "@live-change/access-control-service", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "", | ||
@@ -24,5 +24,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@live-change/framework": "0.7.6" | ||
"@live-change/framework": "0.7.8" | ||
}, | ||
"gitHead": "5450bfda7a0eabc71152e8ebfc87d9e7ebf5448f" | ||
"gitHead": "2517a729c452633bc3ce9725c05005a66b8f78ee" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36001
923
+ Added@live-change/framework@0.7.8(transitive)
- Removed@live-change/framework@0.7.6(transitive)
Updated@live-change/framework@0.7.8