@versini/auth-provider 5.2.0 → 5.2.1

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/dist/index.js +6 -5
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4,13 +4,13 @@ var H = (e, t, r) => qe(e, typeof t != "symbol" ? t + "" : t, r);
4
4
  import { jsx as de } from "react/jsx-runtime";
5
5
  import ze, { useSyncExternalStore as Xe, useCallback as D, useEffect as ve, createContext as Qe, useReducer as Ze, useRef as et, useContext as tt } from "react";
6
6
  /*!
7
- @versini/auth-provider v5.2.0
7
+ @versini/auth-provider v5.2.1
8
8
  © 2024 gizmette.com
9
9
  */
10
10
  try {
11
11
  window.__VERSINI_AUTH_CLIENT__ || (window.__VERSINI_AUTH_CLIENT__ = {
12
- version: "5.2.0",
13
- buildTime: "07/09/2024 07:17 PM EDT",
12
+ version: "5.2.1",
13
+ buildTime: "07/09/2024 07:27 PM EDT",
14
14
  homepage: "https://github.com/aversini/auth-client",
15
15
  license: "MIT"
16
16
  });
@@ -23,7 +23,7 @@ try {
23
23
  try {
24
24
  window.__VERSINI_AUTH_COMMON__ || (window.__VERSINI_AUTH_COMMON__ = {
25
25
  version: "2.11.0",
26
- buildTime: "07/09/2024 07:17 PM EDT",
26
+ buildTime: "07/09/2024 07:27 PM EDT",
27
27
  homepage: "https://github.com/aversini/auth-client",
28
28
  license: "MIT"
29
29
  });
@@ -1081,7 +1081,8 @@ const M = () => {
1081
1081
  ...e,
1082
1082
  isLoading: !1,
1083
1083
  isAuthenticated: !0,
1084
- user: t.payload.user
1084
+ user: t.payload.user,
1085
+ logoutReason: ""
1085
1086
  } : (t == null ? void 0 : t.type) === Le ? {
1086
1087
  ...e,
1087
1088
  isLoading: !1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/auth-provider",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -49,5 +49,5 @@
49
49
  "jose": "5.6.3",
50
50
  "uuid": "10.0.0"
51
51
  },
52
- "gitHead": "8ad957069a7a91c036cb056696cc0d3620f20bd7"
52
+ "gitHead": "7b2aaf9b1b83d26f533c8ef20dcaff1e17b0c996"
53
53
  }