@smg-automotive/auth 9.2.1 → 9.2.3
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-sPuqul_E.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, a as Entitlements } from './sessionUser-sPuqul_E.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-lfX7CuuS.js';
|
|
2
|
+
import { N as NonEmptyArray, M as MfaEnrollmentType, b as MfaEnrollmentTicket, A as Auth0Config, E as EnrichedSessionUser } from './sessionUser-sPuqul_E.js';
|
|
3
|
+
export { c as Auth0User, d as Auth0UserType, e as AuthSessionData, I as IncompleteSessionUser, S as SessionInfo, f as SessionUser } from './sessionUser-sPuqul_E.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-lfX7CuuS.js';
|
|
4
|
+
import { f as SessionUser, S as SessionInfo } from './sessionUser-sPuqul_E.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 d };
|
|
134
|
+
export type { Auth0Config as A, EnrichedSessionUser as E, IncompleteSessionUser as I, MfaEnrollmentType as M, NonEmptyArray as N, SessionInfo as S, Entitlements as a, MfaEnrollmentTicket as b, Auth0User as c, AuthSessionData as e, SessionUser as f };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smg-automotive/auth",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.3",
|
|
4
4
|
"description": "SMG Automotive auth package",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -71,40 +71,40 @@
|
|
|
71
71
|
"homepage": "https://github.com/smg-automotive/auth-pkg#readme",
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@rollup/plugin-alias": "6.0.0",
|
|
74
|
-
"@rollup/plugin-commonjs": "29.0.
|
|
74
|
+
"@rollup/plugin-commonjs": "29.0.3",
|
|
75
75
|
"@rollup/plugin-node-resolve": "16.0.3",
|
|
76
76
|
"@rollup/plugin-typescript": "12.3.0",
|
|
77
|
-
"@smg-automotive/eslint-config": "
|
|
77
|
+
"@smg-automotive/eslint-config": "7.1.0",
|
|
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.17",
|
|
84
84
|
"dotenv": "17.4.2",
|
|
85
|
-
"eslint": "10.
|
|
85
|
+
"eslint": "10.5.0",
|
|
86
86
|
"jest": "30.4.2",
|
|
87
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.9",
|
|
90
|
+
"react": "19.2.7",
|
|
91
|
+
"react-dom": "19.2.7",
|
|
92
92
|
"rimraf": "6.1.3",
|
|
93
|
-
"rollup": "4.
|
|
93
|
+
"rollup": "4.62.0",
|
|
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
|
-
"semantic-release": "25.0.
|
|
97
|
+
"semantic-release": "25.0.5",
|
|
98
98
|
"swr": "2.4.1",
|
|
99
|
-
"ts-jest": "29.4.
|
|
99
|
+
"ts-jest": "29.4.11",
|
|
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
105
|
"@auth0/nextjs-auth0": "4.22.0",
|
|
106
|
-
"@smg-automotive/api-client-pkg": "4.
|
|
107
|
-
"@smg-automotive/i18n-pkg": "
|
|
106
|
+
"@smg-automotive/api-client-pkg": "4.7.0",
|
|
107
|
+
"@smg-automotive/i18n-pkg": "4.0.0",
|
|
108
108
|
"debug": "4.4.3",
|
|
109
109
|
"jose": "6.2.3",
|
|
110
110
|
"redis": "5.12.1"
|