@live-change/google-authentication-service 0.8.97 → 0.8.98

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/connect.js +1 -1
  2. package/package.json +4 -4
package/connect.js CHANGED
@@ -99,7 +99,7 @@ definition.action({
99
99
  default: false
100
100
  }
101
101
  },
102
- async execute({ accessToken, transferOwnership }, { client, service }, emit) {
102
+ async execute({ code, redirectUri, transferOwnership }, { client, service }, emit) {
103
103
  const user = client.user
104
104
  if(!user) throw 'notAuthorized'
105
105
  const tokens = await getTokensWithCode(code, redirectUri)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/google-authentication-service",
3
- "version": "0.8.97",
3
+ "version": "0.8.98",
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.97",
25
- "@live-change/relations-plugin": "^0.8.97",
24
+ "@live-change/framework": "^0.8.98",
25
+ "@live-change/relations-plugin": "^0.8.98",
26
26
  "google-auth-library": "9.0.0"
27
27
  },
28
- "gitHead": "5e1beea2df2a168d9da8f9fa802f4340de9d75e6",
28
+ "gitHead": "7e6e0621a709ac4fe94790d2df940488e544ccd3",
29
29
  "type": "module"
30
30
  }