@versini/auth-provider 5.4.0 → 6.0.0

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 +5 -5
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4,13 +4,13 @@ var M = (e, t, r) => ht(e, typeof t != "symbol" ? t + "" : t, r);
4
4
  import { jsx as Te } from "react/jsx-runtime";
5
5
  import pt, { useSyncExternalStore as ft, useCallback as x, useEffect as Ke, createContext as yt, useReducer as mt, useRef as Et, useContext as wt } from "react";
6
6
  /*!
7
- @versini/auth-provider v5.4.0
7
+ @versini/auth-provider v6.0.0
8
8
  © 2024 gizmette.com
9
9
  */
10
10
  try {
11
11
  window.__VERSINI_AUTH_CLIENT__ || (window.__VERSINI_AUTH_CLIENT__ = {
12
- version: "5.4.0",
13
- buildTime: "07/15/2024 11:26 AM EDT",
12
+ version: "6.0.0",
13
+ buildTime: "07/15/2024 12:46 PM EDT",
14
14
  homepage: "https://github.com/aversini/auth-client",
15
15
  license: "MIT"
16
16
  });
@@ -311,7 +311,7 @@ async function _t(e, t = !1) {
311
311
  try {
312
312
  window.__VERSINI_AUTH_COMMON__ || (window.__VERSINI_AUTH_COMMON__ = {
313
313
  version: "2.12.1",
314
- buildTime: "07/15/2024 11:26 AM EDT",
314
+ buildTime: "07/15/2024 12:46 PM EDT",
315
315
  homepage: "https://github.com/aversini/auth-client",
316
316
  license: "MIT"
317
317
  });
@@ -1133,7 +1133,7 @@ function fe(e, t, r) {
1133
1133
  }
1134
1134
  const q = "Oops! It looks like your session has expired. For your security, please log in again to continue.", Tr = "Your session has been successfully terminated.", z = "Login failed. Please try again.", ye = "Error getting access token, please re-authenticate.", Rr = "You forgot to wrap your component in <AuthProvider>.", ne = {
1135
1135
  dev: "https://auth.gizmette.local.com:3003",
1136
- prod: "https://mylogin.gizmette.com"
1136
+ prod: "https://mylogin.gizmette.com/auth"
1137
1137
  }, Q = "@@auth@@", L = "LOADING", W = "LOGIN", Xe = "LOGOUT", Ir = process.env.NODE_ENV === "production", Ze = !Ir, ie = async ({
1138
1138
  type: e,
1139
1139
  clientId: t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/auth-provider",
3
- "version": "5.4.0",
3
+ "version": "6.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -50,5 +50,5 @@
50
50
  "jose": "5.6.3",
51
51
  "uuid": "10.0.0"
52
52
  },
53
- "gitHead": "6baec900e6b2822677830dd1c09d348b4d190b89"
53
+ "gitHead": "0c1ec6aec9a55466a3ade7f55ab6b6c386f3305b"
54
54
  }