@live-change/access-control-service 0.8.117 → 0.8.118

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 +2 -1
  2. package/package.json +3 -3
package/invite.js CHANGED
@@ -271,7 +271,8 @@ for(const contactType of config.contactTypes) {
271
271
  messageData,
272
272
  action: 'inviteWithMessage',
273
273
  actionProperties: { objectType, object },
274
- targetPage: { name: 'accessControl:invitationAccepted', params: { objectType, object } }
274
+ targetPage: { name: 'accessControl:invitationAccepted', params: { objectType, object } },
275
+ fallbackPage: { name: 'accessControl:invitationFallback', params: { objectType, object } }
275
276
  })
276
277
  emit({
277
278
  type: 'contactInvited',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/access-control-service",
3
- "version": "0.8.117",
3
+ "version": "0.8.118",
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.117"
24
+ "@live-change/framework": "^0.8.118"
25
25
  },
26
- "gitHead": "10546047b3799e2dae072c9270b9469af92ea48f",
26
+ "gitHead": "cfccde9b1d340cbb23df96a2f0fba72da0a6e3ab",
27
27
  "type": "module"
28
28
  }