@things-factory/auth-base 4.0.26 → 4.0.31

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/client/auth.js +1 -1
  2. package/package.json +6 -6
package/client/auth.js CHANGED
@@ -237,7 +237,7 @@ class ClientAuth {
237
237
  async signout() {
238
238
  await this.onPreSignout()
239
239
 
240
- window.location = '/auth/signout'
240
+ window.location.href = '/auth/signout'
241
241
  }
242
242
  }
243
243
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/auth-base",
3
- "version": "4.0.26",
3
+ "version": "4.0.31",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -27,10 +27,10 @@
27
27
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
28
28
  },
29
29
  "dependencies": {
30
- "@things-factory/email-base": "^4.0.26",
31
- "@things-factory/env": "^4.0.26",
32
- "@things-factory/i18n-base": "^4.0.26",
33
- "@things-factory/shell": "^4.0.26",
30
+ "@things-factory/email-base": "^4.0.31",
31
+ "@things-factory/env": "^4.0.31",
32
+ "@things-factory/i18n-base": "^4.0.31",
33
+ "@things-factory/shell": "^4.0.31",
34
34
  "jsonwebtoken": "^8.5.1",
35
35
  "koa-passport": "^4.1.4",
36
36
  "koa-session": "^6.0.0",
@@ -40,5 +40,5 @@
40
40
  "passport-local": "^1.0.0",
41
41
  "uuid": "^3.4.0"
42
42
  },
43
- "gitHead": "c4b39c74b9ce2472f30c26eb36ec62054c1ecf82"
43
+ "gitHead": "6c021ffdeacc9d123298528f6bba91f61389f33d"
44
44
  }