@live-change/google-authentication-service 0.8.149 → 0.9.0
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 +1 -1
- package/offlineAccess.js +1 -1
- package/package.json +4 -4
package/connect.js
CHANGED
package/offlineAccess.js
CHANGED
|
@@ -141,7 +141,7 @@ definition.action({
|
|
|
141
141
|
accessTokenExpire: tokens.expires_in ? new Date(Date.now() + tokens.expires_in * 1000) : null,
|
|
142
142
|
lastRefresh: new Date()
|
|
143
143
|
})
|
|
144
|
-
await service.triggerService({ type: '
|
|
144
|
+
await service.triggerService({ type: 'googleAuthentication_setOfflineAccess', service: definition.name }, {
|
|
145
145
|
user, scopes,
|
|
146
146
|
accessToken: tokens.access_token,
|
|
147
147
|
accessTokenExpire: tokens.expires_in ? new Date(Date.now() + tokens.expires_in * 1000) : null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/google-authentication-service",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
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.
|
|
25
|
-
"@live-change/relations-plugin": "^0.
|
|
24
|
+
"@live-change/framework": "^0.9.0",
|
|
25
|
+
"@live-change/relations-plugin": "^0.9.0",
|
|
26
26
|
"google-auth-library": "9.0.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "b82513f5b400afcc4b8cc3ae1f9dfe4ac3a2a6eb",
|
|
29
29
|
"type": "module"
|
|
30
30
|
}
|