@live-change/user-service 0.9.21 → 0.9.23

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/definition.js +2 -1
  2. package/package.json +4 -4
package/definition.js CHANGED
@@ -11,7 +11,8 @@ const definition = app.createServiceDefinition({
11
11
  const config = definition.config
12
12
 
13
13
  definition.clientConfig = {
14
- remoteAccountTypes: config.remoteAccountTypes
14
+ remoteAccountTypes: config.remoteAccountTypes,
15
+ afterSignInRedirectDelay: config.afterSignInRedirectDelay,
15
16
  }
16
17
 
17
18
  export default definition
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/user-service",
3
- "version": "0.9.21",
3
+ "version": "0.9.23",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,9 +22,9 @@
22
22
  },
23
23
  "type": "module",
24
24
  "dependencies": {
25
- "@live-change/framework": "^0.9.21",
26
- "@live-change/relations-plugin": "^0.9.21",
25
+ "@live-change/framework": "^0.9.23",
26
+ "@live-change/relations-plugin": "^0.9.23",
27
27
  "pluralize": "^8.0.0"
28
28
  },
29
- "gitHead": "362e325d1c636f9c0f2fb6432e209c5c56f46919"
29
+ "gitHead": "bf65fb9345db4a0fa93ccc827033c766bf52738e"
30
30
  }