@smg-automotive/auth 8.7.2 → 8.8.0-extend-user-data-definition.2
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/{Auth-CIXMyVpJ.d.ts → Auth-BinzD1hL.d.ts} +1 -1
- package/dist/cjs/api/user/index.d.ts +1 -1
- package/dist/cjs/api/user/types.d.ts +3 -1
- package/dist/esm/api/user/index.d.ts +1 -1
- package/dist/esm/api/user/types.d.ts +3 -1
- package/dist/fixtures.d.ts +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/server.d.ts +2 -2
- package/dist/{sessionUser-B5E8p7Ey.d.ts → sessionUser-hctR0MEP.d.ts} +3 -1
- package/package.json +10 -10
|
@@ -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-hctR0MEP.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, c as Entitlements } from './sessionUser-
|
|
1
|
+
import { A as Auth0Config, E as EnrichedSessionUser, c as Entitlements } from './sessionUser-hctR0MEP.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-
|
|
2
|
-
import { A as Auth0Config, E as EnrichedSessionUser } from './sessionUser-
|
|
3
|
-
export { a as Auth0User, b as Auth0UserType, I as IncompleteSessionUser, S as SessionUser } from './sessionUser-
|
|
1
|
+
export { A as AuthProvider, a as AuthProviderProps } from './Auth-BinzD1hL.js';
|
|
2
|
+
import { A as Auth0Config, E as EnrichedSessionUser } from './sessionUser-hctR0MEP.js';
|
|
3
|
+
export { a as Auth0User, b as Auth0UserType, I as IncompleteSessionUser, S as SessionUser } from './sessionUser-hctR0MEP.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-
|
|
4
|
-
import { S as SessionUser } from './sessionUser-
|
|
3
|
+
import { a as AuthProviderProps } from './Auth-BinzD1hL.js';
|
|
4
|
+
import { S as SessionUser } from './sessionUser-hctR0MEP.js';
|
|
5
5
|
import 'react';
|
|
6
6
|
|
|
7
7
|
declare enum Brand {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smg-automotive/auth",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.8.0-extend-user-data-definition.2",
|
|
4
4
|
"description": "SMG Automotive auth package",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -63,27 +63,27 @@
|
|
|
63
63
|
"@rollup/plugin-commonjs": "29.0.0",
|
|
64
64
|
"@rollup/plugin-node-resolve": "16.0.3",
|
|
65
65
|
"@rollup/plugin-typescript": "12.3.0",
|
|
66
|
-
"@smg-automotive/eslint-config": "5.2.
|
|
66
|
+
"@smg-automotive/eslint-config": "5.2.11",
|
|
67
67
|
"@testing-library/dom": "10.4.1",
|
|
68
68
|
"@testing-library/jest-dom": "6.9.1",
|
|
69
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.
|
|
73
|
-
"dotenv": "17.
|
|
72
|
+
"@types/react": "19.2.14",
|
|
73
|
+
"dotenv": "17.3.1",
|
|
74
74
|
"jest": "30.2.0",
|
|
75
75
|
"jest-environment-jsdom": "30.2.0",
|
|
76
76
|
"jest-fetch-mock": "3.0.3",
|
|
77
|
-
"next": "16.1.
|
|
78
|
-
"react": "19.2.
|
|
79
|
-
"react-dom": "19.2.
|
|
77
|
+
"next": "16.1.6",
|
|
78
|
+
"react": "19.2.4",
|
|
79
|
+
"react-dom": "19.2.4",
|
|
80
80
|
"rimraf": "6.1.2",
|
|
81
|
-
"rollup": "4.
|
|
81
|
+
"rollup": "4.57.1",
|
|
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",
|
|
85
|
-
"semantic-release": "25.0.
|
|
86
|
-
"swr": "2.
|
|
85
|
+
"semantic-release": "25.0.3",
|
|
86
|
+
"swr": "2.4.0",
|
|
87
87
|
"ts-jest": "29.4.6",
|
|
88
88
|
"ts-node": "10.9.2",
|
|
89
89
|
"typescript": "5.9.3",
|