@live-change/google-authentication-service 0.8.19 → 0.8.20

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/index.js +4 -0
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -385,6 +385,10 @@ definition.action({
385
385
  user, account, data: googleUser,
386
386
  transferOwnership
387
387
  })
388
+ return {
389
+ action: 'connectGoogle',
390
+ user
391
+ }
388
392
  }
389
393
  })
390
394
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/google-authentication-service",
3
- "version": "0.8.19",
3
+ "version": "0.8.20",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,10 +21,10 @@
21
21
  "url": "https://www.viamage.com/"
22
22
  },
23
23
  "dependencies": {
24
- "@live-change/framework": "^0.8.19",
25
- "@live-change/relations-plugin": "^0.8.19",
24
+ "@live-change/framework": "^0.8.20",
25
+ "@live-change/relations-plugin": "^0.8.20",
26
26
  "google-auth-library": "9.0.0"
27
27
  },
28
- "gitHead": "b7118ab6b4b64371aee082260c1b85f9d5a72d71",
28
+ "gitHead": "e238d89b80f45ddaf9e92bc3d07459870a14e07b",
29
29
  "type": "module"
30
30
  }