@smg-automotive/auth 8.7.0 → 8.7.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.
@@ -1,5 +1,5 @@
1
1
  import { FC, PropsWithChildren } from 'react';
2
- import { A as Auth0Config, E as EnrichedSessionUser } from './sessionUser-BitR2Irl.js';
2
+ import { A as Auth0Config, E as EnrichedSessionUser } from './sessionUser-B5E8p7Ey.js';
3
3
 
4
4
  type AuthProviderProps = {
5
5
  auth0Config: Auth0Config;
@@ -1,4 +1,4 @@
1
- import { A as Auth0Config, E as EnrichedSessionUser, c as Entitlements } from './sessionUser-BitR2Irl.js';
1
+ import { A as Auth0Config, E as EnrichedSessionUser, c as Entitlements } from './sessionUser-B5E8p7Ey.js';
2
2
  import '@smg-automotive/i18n-pkg';
3
3
 
4
4
  declare const authConfig: (args?: Partial<Auth0Config>) => Auth0Config;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- export { A as AuthProvider, a as AuthProviderProps } from './Auth-j-QBwCLU.js';
2
- import { A as Auth0Config, E as EnrichedSessionUser } from './sessionUser-BitR2Irl.js';
3
- export { b as Auth0User, a as Auth0UserType, I as IncompleteSessionUser, S as SessionUser } from './sessionUser-BitR2Irl.js';
1
+ export { A as AuthProvider, a as AuthProviderProps } from './Auth-CIXMyVpJ.js';
2
+ import { A as Auth0Config, E as EnrichedSessionUser } from './sessionUser-B5E8p7Ey.js';
3
+ export { a as Auth0User, b as Auth0UserType, I as IncompleteSessionUser, S as SessionUser } from './sessionUser-B5E8p7Ey.js';
4
4
  import { Language } from '@smg-automotive/i18n-pkg';
5
5
  import 'react';
6
6
 
package/dist/server.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { NextRequest, NextResponse } from 'next/server';
2
2
  import { Language } from '@smg-automotive/i18n-pkg';
3
- import { a as AuthProviderProps } from './Auth-j-QBwCLU.js';
4
- import { S as SessionUser } from './sessionUser-BitR2Irl.js';
3
+ import { a as AuthProviderProps } from './Auth-CIXMyVpJ.js';
4
+ import { S as SessionUser } from './sessionUser-B5E8p7Ey.js';
5
5
  import 'react';
6
6
 
7
7
  declare enum Brand {
@@ -110,5 +110,5 @@ type EnrichedSessionUser = SessionUser & {
110
110
  userData: UserData | null;
111
111
  };
112
112
 
113
- export { Auth0UserType as a };
114
- export type { Auth0Config as A, EnrichedSessionUser as E, IncompleteSessionUser as I, SessionUser as S, Auth0User as b, Entitlements as c };
113
+ export { Auth0UserType as b };
114
+ export type { Auth0Config as A, EnrichedSessionUser as E, IncompleteSessionUser as I, SessionUser as S, Auth0User as a, Entitlements as c };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smg-automotive/auth",
3
- "version": "8.7.0",
3
+ "version": "8.7.1",
4
4
  "description": "SMG Automotive auth package",
5
5
  "exports": {
6
6
  ".": {
@@ -66,10 +66,10 @@
66
66
  "@smg-automotive/eslint-config": "5.2.7",
67
67
  "@testing-library/dom": "10.4.1",
68
68
  "@testing-library/jest-dom": "6.9.1",
69
- "@testing-library/react": "16.3.1",
69
+ "@testing-library/react": "16.3.2",
70
70
  "@testing-library/user-event": "14.6.1",
71
71
  "@types/debug": "4.1.12",
72
- "@types/react": "19.2.8",
72
+ "@types/react": "19.2.9",
73
73
  "dotenv": "17.2.3",
74
74
  "jest": "30.2.0",
75
75
  "jest-environment-jsdom": "30.2.0",
@@ -78,7 +78,7 @@
78
78
  "react": "19.2.3",
79
79
  "react-dom": "19.2.3",
80
80
  "rimraf": "6.1.2",
81
- "rollup": "4.55.1",
81
+ "rollup": "4.56.0",
82
82
  "rollup-plugin-dts": "6.3.0",
83
83
  "rollup-plugin-peer-deps-external": "2.2.4",
84
84
  "rollup-plugin-preserve-directives": "0.4.0",
@@ -92,7 +92,7 @@
92
92
  "dependencies": {
93
93
  "@auth0/nextjs-auth0": "4.14.0",
94
94
  "@smg-automotive/api-client-pkg": "4.5.0",
95
- "@smg-automotive/i18n-pkg": "3.0.0",
95
+ "@smg-automotive/i18n-pkg": "3.0.1",
96
96
  "debug": "4.4.3",
97
97
  "jose": "6.1.3",
98
98
  "redis": "5.9.0"