@smg-automotive/auth 9.1.4 → 9.1.6
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-
|
|
2
|
+
import { A as Auth0Config, E as EnrichedSessionUser } from './sessionUser-YOujJhvx.js';
|
|
3
3
|
|
|
4
4
|
type AuthProviderProps = {
|
|
5
5
|
auth0Config: Auth0Config;
|
package/dist/fixtures.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as Auth0Config, E as EnrichedSessionUser,
|
|
1
|
+
import { A as Auth0Config, E as EnrichedSessionUser, d as Entitlements } from './sessionUser-YOujJhvx.js';
|
|
2
2
|
import '@smg-automotive/i18n-pkg';
|
|
3
3
|
import '@auth0/nextjs-auth0/types';
|
|
4
4
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { A as AuthProvider, a as AuthProviderProps } from './Auth-
|
|
2
|
-
import { N as NonEmptyArray,
|
|
3
|
-
export {
|
|
1
|
+
export { A as AuthProvider, a as AuthProviderProps } from './Auth-DZEuHuwV.js';
|
|
2
|
+
import { N as NonEmptyArray, e as MfaEnrollmentType, M as MfaEnrollmentTicket, A as Auth0Config, E as EnrichedSessionUser } from './sessionUser-YOujJhvx.js';
|
|
3
|
+
export { a as Auth0User, b as Auth0UserType, c as AuthSessionData, I as IncompleteSessionUser, S as SessionInfo, f as SessionUser } from './sessionUser-YOujJhvx.js';
|
|
4
4
|
import { Language } from '@smg-automotive/i18n-pkg';
|
|
5
5
|
import 'react';
|
|
6
6
|
import '@auth0/nextjs-auth0/types';
|
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-
|
|
4
|
-
import { f as SessionUser, S as SessionInfo } from './sessionUser-
|
|
3
|
+
import { a as AuthProviderProps } from './Auth-DZEuHuwV.js';
|
|
4
|
+
import { f as SessionUser, S as SessionInfo } from './sessionUser-YOujJhvx.js';
|
|
5
5
|
import 'react';
|
|
6
6
|
import '@auth0/nextjs-auth0/types';
|
|
7
7
|
|
|
@@ -130,5 +130,5 @@ type SessionInfo = {
|
|
|
130
130
|
};
|
|
131
131
|
type AuthSessionData = SessionData & SessionInfo;
|
|
132
132
|
|
|
133
|
-
export { Auth0UserType as
|
|
134
|
-
export type { Auth0Config as A, EnrichedSessionUser as E, IncompleteSessionUser as I,
|
|
133
|
+
export { Auth0UserType as b };
|
|
134
|
+
export type { Auth0Config as A, EnrichedSessionUser as E, IncompleteSessionUser as I, MfaEnrollmentTicket as M, NonEmptyArray as N, SessionInfo as S, Auth0User as a, AuthSessionData as c, Entitlements as d, MfaEnrollmentType as e, SessionUser as f };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smg-automotive/auth",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.6",
|
|
4
4
|
"description": "SMG Automotive auth package",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -74,35 +74,35 @@
|
|
|
74
74
|
"@rollup/plugin-commonjs": "29.0.2",
|
|
75
75
|
"@rollup/plugin-node-resolve": "16.0.3",
|
|
76
76
|
"@rollup/plugin-typescript": "12.3.0",
|
|
77
|
-
"@smg-automotive/eslint-config": "6.0.
|
|
77
|
+
"@smg-automotive/eslint-config": "6.0.9",
|
|
78
78
|
"@testing-library/dom": "10.4.1",
|
|
79
79
|
"@testing-library/jest-dom": "6.9.1",
|
|
80
80
|
"@testing-library/react": "16.3.2",
|
|
81
81
|
"@testing-library/user-event": "14.6.1",
|
|
82
82
|
"@types/debug": "4.1.13",
|
|
83
|
-
"@types/react": "19.2.
|
|
83
|
+
"@types/react": "19.2.15",
|
|
84
84
|
"dotenv": "17.4.2",
|
|
85
|
-
"eslint": "10.
|
|
86
|
-
"jest": "30.
|
|
87
|
-
"jest-environment-jsdom": "30.
|
|
85
|
+
"eslint": "10.4.0",
|
|
86
|
+
"jest": "30.4.2",
|
|
87
|
+
"jest-environment-jsdom": "30.4.1",
|
|
88
88
|
"jest-fetch-mock": "3.0.3",
|
|
89
|
-
"next": "16.2.
|
|
90
|
-
"react": "19.2.
|
|
91
|
-
"react-dom": "19.2.
|
|
89
|
+
"next": "16.2.6",
|
|
90
|
+
"react": "19.2.6",
|
|
91
|
+
"react-dom": "19.2.6",
|
|
92
92
|
"rimraf": "6.1.3",
|
|
93
|
-
"rollup": "4.60.
|
|
93
|
+
"rollup": "4.60.4",
|
|
94
94
|
"rollup-plugin-dts": "6.4.1",
|
|
95
95
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
96
96
|
"rollup-plugin-preserve-directives": "0.4.0",
|
|
97
97
|
"semantic-release": "25.0.3",
|
|
98
98
|
"swr": "2.4.1",
|
|
99
|
-
"ts-jest": "29.4.
|
|
99
|
+
"ts-jest": "29.4.10",
|
|
100
100
|
"ts-node": "10.9.2",
|
|
101
101
|
"typescript": "6.0.3",
|
|
102
102
|
"whatwg-fetch": "3.6.20"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@auth0/nextjs-auth0": "4.
|
|
105
|
+
"@auth0/nextjs-auth0": "4.21.0",
|
|
106
106
|
"@smg-automotive/api-client-pkg": "4.6.0",
|
|
107
107
|
"@smg-automotive/i18n-pkg": "3.2.0",
|
|
108
108
|
"debug": "4.4.3",
|