@live-change/linkedin-authentication-service 0.8.149 → 0.9.1

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/connect.js CHANGED
@@ -39,7 +39,7 @@ definition.trigger({
39
39
  if(accountData.user !== user) {
40
40
  if(transferOwnership) {
41
41
  emit({
42
- 'type': 'userOwnedAccountTransferred',
42
+ 'type': 'AccountTransferred',
43
43
  account, to: user
44
44
  })
45
45
  await downloadData(user, data, context)
package/offlineAccess.js CHANGED
@@ -142,7 +142,7 @@ definition.action({
142
142
  lastRefresh: new Date()
143
143
  })
144
144
  await service.triggerService({
145
- type: 'linkedinAuthentication_setUserOwnedOfflineAccess', service: definition.name
145
+ type: 'linkedinAuthentication_setOfflineAccess', service: definition.name
146
146
  }, {
147
147
  user, scopes,
148
148
  accessToken: tokens.access_token,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/linkedin-authentication-service",
3
- "version": "0.8.149",
3
+ "version": "0.9.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,9 +21,9 @@
21
21
  "url": "https://www.viamage.com/"
22
22
  },
23
23
  "dependencies": {
24
- "@live-change/framework": "^0.8.149",
25
- "@live-change/relations-plugin": "^0.8.149"
24
+ "@live-change/framework": "^0.9.1",
25
+ "@live-change/relations-plugin": "^0.9.1"
26
26
  },
27
- "gitHead": "0854ef672e27b8f3ea70ffeb788a33638844121e",
27
+ "gitHead": "d00e08ee081d6993421e4573fc25588345aaabca",
28
28
  "type": "module"
29
29
  }