@versini/auth-provider 7.3.2 → 7.3.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.
- package/dist/index.js +6 -6
- package/package.json +5 -9
package/dist/index.js
CHANGED
|
@@ -4,13 +4,13 @@ var X = (e, t, r) => Tt(e, typeof t != "symbol" ? t + "" : t, r);
|
|
|
4
4
|
import { jsx as Oe } from "react/jsx-runtime";
|
|
5
5
|
import Rt, { useSyncExternalStore as bt, useCallback as D, useEffect as xe, createContext as _t, useReducer as It, useRef as kt, useContext as vt } from "react";
|
|
6
6
|
/*!
|
|
7
|
-
@versini/auth-provider v7.3.
|
|
7
|
+
@versini/auth-provider v7.3.3
|
|
8
8
|
© 2024 gizmette.com
|
|
9
9
|
*/
|
|
10
10
|
try {
|
|
11
11
|
window.__VERSINI_AUTH_CLIENT__ || (window.__VERSINI_AUTH_CLIENT__ = {
|
|
12
|
-
version: "7.3.
|
|
13
|
-
buildTime: "09/
|
|
12
|
+
version: "7.3.3",
|
|
13
|
+
buildTime: "09/30/2024 01:36 PM EDT",
|
|
14
14
|
homepage: "https://github.com/aversini/auth-client",
|
|
15
15
|
license: "MIT"
|
|
16
16
|
});
|
|
@@ -302,13 +302,13 @@ async function Ut(e, t = !1) {
|
|
|
302
302
|
};
|
|
303
303
|
}
|
|
304
304
|
/*!
|
|
305
|
-
@versini/auth-common v4.1.
|
|
305
|
+
@versini/auth-common v4.1.3
|
|
306
306
|
© 2024 gizmette.com
|
|
307
307
|
*/
|
|
308
308
|
try {
|
|
309
309
|
window.__VERSINI_AUTH_COMMON__ || (window.__VERSINI_AUTH_COMMON__ = {
|
|
310
|
-
version: "4.1.
|
|
311
|
-
buildTime: "09/
|
|
310
|
+
version: "4.1.3",
|
|
311
|
+
buildTime: "09/30/2024 01:36 PM EDT",
|
|
312
312
|
homepage: "https://github.com/aversini/auth-client",
|
|
313
313
|
license: "MIT"
|
|
314
314
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/auth-provider",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,16 +39,12 @@
|
|
|
39
39
|
"react": "^18.3.1",
|
|
40
40
|
"react-dom": "^18.3.1"
|
|
41
41
|
},
|
|
42
|
-
"devDependencies": {
|
|
43
|
-
"react": "18.3.1",
|
|
44
|
-
"react-dom": "18.3.1"
|
|
45
|
-
},
|
|
46
42
|
"dependencies": {
|
|
47
43
|
"@simplewebauthn/browser": "10.0.0",
|
|
48
|
-
"@versini/auth-common": "4.1.
|
|
49
|
-
"@versini/ui-hooks": "4.1
|
|
50
|
-
"jose": "5.9.
|
|
44
|
+
"@versini/auth-common": "4.1.3",
|
|
45
|
+
"@versini/ui-hooks": "4.2.1",
|
|
46
|
+
"jose": "5.9.3",
|
|
51
47
|
"uuid": "10.0.0"
|
|
52
48
|
},
|
|
53
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "40dc7c7a47965743b8f2a7e7e8d1c4c39736bdfd"
|
|
54
50
|
}
|