@live-change/user-service
Advanced tools
Comparing version 0.8.14 to 0.8.15
@@ -11,2 +11,8 @@ import App from '@live-change/framework' | ||
const config = definition.config | ||
definition.clientConfig = { | ||
remoteAccountTypes: config.remoteAccountTypes | ||
} | ||
export default definition |
@@ -63,2 +63,3 @@ import App from '@live-change/framework' | ||
name: 'signOut', | ||
waitForEvents: true, | ||
async execute({ }, { client, service }, emit) { | ||
@@ -65,0 +66,0 @@ if(!client.user) throw "notSignedIn" |
{ | ||
"name": "@live-change/user-service", | ||
"version": "0.8.14", | ||
"version": "0.8.15", | ||
"description": "", | ||
@@ -25,7 +25,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"@live-change/framework": "^0.8.14", | ||
"@live-change/relations-plugin": "^0.8.14", | ||
"@live-change/framework": "^0.8.15", | ||
"@live-change/relations-plugin": "^0.8.15", | ||
"pluralize": "^8.0.0" | ||
}, | ||
"gitHead": "d81b573fb8891746ae1c67f4f68558123c9f85f7" | ||
"gitHead": "4897eefbf3ce9ace57630127da89503c71114563" | ||
} |
75148
1871