@versini/auth-provider 8.0.3 → 8.0.5

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/hooks.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { useContext as o } from "react";
2
2
  import { AuthHookContext as e } from "./AuthHookContext-C9a2AwWZ.js";
3
3
  /*!
4
- @versini/auth-provider v8.0.3
4
+ @versini/auth-provider v8.0.5
5
5
  © 2025 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_AUTH_CLIENT__ || (window.__VERSINI_AUTH_CLIENT__ = {
9
- version: "8.0.3",
10
- buildTime: "06/02/2025 05:45 PM EDT",
9
+ version: "8.0.5",
10
+ buildTime: "09/01/2025 07:37 PM EDT",
11
11
  homepage: "https://github.com/aversini/auth-client",
12
12
  license: "MIT"
13
13
  });
package/dist/index.js CHANGED
@@ -1,18 +1,18 @@
1
- import { nt as t, ft as r } from "./index-DxGUVOpC.js";
1
+ import { AUTH_TYPES as r, isGranted as t } from "@versini/auth-common";
2
2
  /*!
3
- @versini/auth-provider v8.0.3
3
+ @versini/auth-provider v8.0.5
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_AUTH_CLIENT__ || (window.__VERSINI_AUTH_CLIENT__ = {
8
- version: "8.0.3",
9
- buildTime: "06/02/2025 05:45 PM EDT",
8
+ version: "8.0.5",
9
+ buildTime: "09/01/2025 07:37 PM EDT",
10
10
  homepage: "https://github.com/aversini/auth-client",
11
11
  license: "MIT"
12
12
  });
13
13
  } catch {
14
14
  }
15
15
  export {
16
- t as AUTH_TYPES,
17
- r as isGranted
16
+ r as AUTH_TYPES,
17
+ t as isGranted
18
18
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/auth-provider",
3
- "version": "8.0.3",
3
+ "version": "8.0.5",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -28,7 +28,8 @@
28
28
  }
29
29
  },
30
30
  "files": [
31
- "dist"
31
+ "dist",
32
+ "README.md"
32
33
  ],
33
34
  "scripts": {
34
35
  "build:check": "tsc",
@@ -53,12 +54,12 @@
53
54
  "react-dom": ">=19.0.0"
54
55
  },
55
56
  "dependencies": {
56
- "@auth0/auth0-react": "2.3.0",
57
- "@simplewebauthn/browser": "13.1.0",
58
- "@versini/auth-common": "4.4.0",
59
- "@versini/ui-hooks": "4.7.3",
60
- "jose": "6.0.10",
57
+ "@auth0/auth0-react": "2.4.0",
58
+ "@simplewebauthn/browser": "13.1.2",
59
+ "@versini/auth-common": "4.5.1",
60
+ "@versini/ui-hooks": "5.0.1",
61
+ "jose": "6.1.0",
61
62
  "uuid": "11.1.0"
62
63
  },
63
- "gitHead": "3109c57783f179b3d0f2fee8cecf16cc8ba333e1"
64
+ "gitHead": "b0a68a0f998b1f37fe6a95b72298e3b520dba455"
64
65
  }