@live-change/access-control-service 0.3.8 → 0.3.9

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/invite.js +1 -1
  2. package/package.json +2 -2
package/invite.js CHANGED
@@ -270,7 +270,7 @@ for(const contactType of config.contactTypes) {
270
270
  messageData,
271
271
  action: 'inviteWithMessage',
272
272
  actionProperties: { objectType, object },
273
- targetPage: { name: 'access:invitationAccepted', objectType, object }
273
+ targetPage: { name: 'access:invitationAccepted', params: { objectType, object } }
274
274
  })
275
275
  emit({
276
276
  type: 'contactInvited',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/access-control-service",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -23,5 +23,5 @@
23
23
  "dependencies": {
24
24
  "@live-change/framework": "0.7.6"
25
25
  },
26
- "gitHead": "0e71959c0f3c8fda8abad020d7fac70240e55f99"
26
+ "gitHead": "5450bfda7a0eabc71152e8ebfc87d9e7ebf5448f"
27
27
  }