@versini/auth-provider 7.1.0 → 7.1.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.
- package/dist/index.js +4 -4
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -4,13 +4,13 @@ var j = (e, t, r) => mt(e, typeof t != "symbol" ? t + "" : t, r);
|
|
|
4
4
|
import { jsx as be } from "react/jsx-runtime";
|
|
5
5
|
import wt, { useSyncExternalStore as St, useCallback as N, useEffect as He, createContext as At, useReducer as Tt, useRef as Rt, useContext as _t } from "react";
|
|
6
6
|
/*!
|
|
7
|
-
@versini/auth-provider v7.1.
|
|
7
|
+
@versini/auth-provider v7.1.1
|
|
8
8
|
© 2024 gizmette.com
|
|
9
9
|
*/
|
|
10
10
|
try {
|
|
11
11
|
window.__VERSINI_AUTH_CLIENT__ || (window.__VERSINI_AUTH_CLIENT__ = {
|
|
12
|
-
version: "7.1.
|
|
13
|
-
buildTime: "08/25/2024
|
|
12
|
+
version: "7.1.1",
|
|
13
|
+
buildTime: "08/25/2024 03:19 PM EDT",
|
|
14
14
|
homepage: "https://github.com/aversini/auth-client",
|
|
15
15
|
license: "MIT"
|
|
16
16
|
});
|
|
@@ -308,7 +308,7 @@ async function Ct(e, t = !1) {
|
|
|
308
308
|
try {
|
|
309
309
|
window.__VERSINI_AUTH_COMMON__ || (window.__VERSINI_AUTH_COMMON__ = {
|
|
310
310
|
version: "4.0.0",
|
|
311
|
-
buildTime: "08/25/2024
|
|
311
|
+
buildTime: "08/25/2024 03:19 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.1.
|
|
3
|
+
"version": "7.1.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@simplewebauthn/browser": "10.0.0",
|
|
48
48
|
"@versini/auth-common": "4.0.0",
|
|
49
|
-
"@versini/ui-hooks": "4.0
|
|
50
|
-
"jose": "5.
|
|
49
|
+
"@versini/ui-hooks": "4.1.0",
|
|
50
|
+
"jose": "5.7.0",
|
|
51
51
|
"uuid": "10.0.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "f91f2bce0bb2cc3887be4b53132b0a96549877d7"
|
|
54
54
|
}
|