@versini/auth-provider 6.4.2 → 6.4.3

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 X = (e, t, n) => kt(e, typeof t != "symbol" ? t + "" : t, n);
4
4
  import { jsx as ke } from "react/jsx-runtime";
5
5
  import Ot, { useSyncExternalStore as Nt, useCallback as U, useEffect as Re, createContext as Dt, useReducer as Ut, useRef as Oe, useContext as $t } from "react";
6
6
  /*!
7
- @versini/auth-provider v6.4.2
7
+ @versini/auth-provider v6.4.3
8
8
  © 2024 gizmette.com
9
9
  */
10
10
  try {
11
11
  window.__VERSINI_AUTH_CLIENT__ || (window.__VERSINI_AUTH_CLIENT__ = {
12
- version: "6.4.2",
13
- buildTime: "07/28/2024 07:43 PM EDT",
12
+ version: "6.4.3",
13
+ buildTime: "07/29/2024 04:11 PM EDT",
14
14
  homepage: "https://github.com/aversini/auth-client",
15
15
  license: "MIT"
16
16
  });
@@ -308,7 +308,7 @@ async function Gt(e, t = !1) {
308
308
  try {
309
309
  window.__VERSINI_AUTH_COMMON__ || (window.__VERSINI_AUTH_COMMON__ = {
310
310
  version: "3.3.0",
311
- buildTime: "07/28/2024 07:43 PM EDT",
311
+ buildTime: "07/29/2024 04:11 PM EDT",
312
312
  homepage: "https://github.com/aversini/auth-client",
313
313
  license: "MIT"
314
314
  });
@@ -2029,8 +2029,9 @@ const Rr = (e) => U(
2029
2029
  };
2030
2030
  }, [s.isLoading, l, D, i]);
2031
2031
  const At = async (d, w, p = G.CODE) => {
2032
+ o({ type: j, payload: { isLoading: !0 } }), Q();
2032
2033
  const I = Te();
2033
- if (ve(I), o({ type: j, payload: { isLoading: !0 } }), Q(), i("login: Logging in with type: ", p), p === G.CODE) {
2034
+ if (ve(I), i("login: Logging in with type: ", p), p === G.CODE) {
2034
2035
  const { code_verifier: vt, code_challenge: Ct } = await Kn(), Pe = await Sr({
2035
2036
  nonce: I,
2036
2037
  clientId: n,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/auth-provider",
3
- "version": "6.4.2",
3
+ "version": "6.4.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -51,5 +51,5 @@
51
51
  "jose": "5.6.3",
52
52
  "uuid": "10.0.0"
53
53
  },
54
- "gitHead": "aaa2ada5824f2ebbec46d5b7c775fedb8a428f18"
54
+ "gitHead": "d85ee5ab55f5029bce8670040765b2a20b5e8ade"
55
55
  }