@better-auth/sso 1.3.0-beta.4 → 1.3.0-beta.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.
- package/.turbo/turbo-build.log +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @better-auth/sso@1.3.0-beta.
|
|
2
|
+
> @better-auth/sso@1.3.0-beta.6 build /home/runner/work/better-auth/better-auth/packages/sso
|
|
3
3
|
> unbuild
|
|
4
4
|
|
|
5
5
|
[info] Automatically detected entries: src/index, src/client [esm] [cjs] [dts]
|
package/dist/index.d.cts
CHANGED
|
@@ -552,21 +552,21 @@ declare const sso: (options?: SSOOptions) => {
|
|
|
552
552
|
session: {
|
|
553
553
|
session: Record<string, any> & {
|
|
554
554
|
id: string;
|
|
555
|
-
token: string;
|
|
556
555
|
userId: string;
|
|
557
556
|
expiresAt: Date;
|
|
558
557
|
createdAt: Date;
|
|
559
558
|
updatedAt: Date;
|
|
559
|
+
token: string;
|
|
560
560
|
ipAddress?: string | null | undefined;
|
|
561
561
|
userAgent?: string | null | undefined;
|
|
562
562
|
};
|
|
563
563
|
user: Record<string, any> & {
|
|
564
564
|
id: string;
|
|
565
|
-
name: string;
|
|
566
|
-
emailVerified: boolean;
|
|
567
|
-
email: string;
|
|
568
565
|
createdAt: Date;
|
|
569
566
|
updatedAt: Date;
|
|
567
|
+
email: string;
|
|
568
|
+
emailVerified: boolean;
|
|
569
|
+
name: string;
|
|
570
570
|
image?: string | null | undefined;
|
|
571
571
|
};
|
|
572
572
|
};
|
package/dist/index.d.mts
CHANGED
|
@@ -552,21 +552,21 @@ declare const sso: (options?: SSOOptions) => {
|
|
|
552
552
|
session: {
|
|
553
553
|
session: Record<string, any> & {
|
|
554
554
|
id: string;
|
|
555
|
-
token: string;
|
|
556
555
|
userId: string;
|
|
557
556
|
expiresAt: Date;
|
|
558
557
|
createdAt: Date;
|
|
559
558
|
updatedAt: Date;
|
|
559
|
+
token: string;
|
|
560
560
|
ipAddress?: string | null | undefined;
|
|
561
561
|
userAgent?: string | null | undefined;
|
|
562
562
|
};
|
|
563
563
|
user: Record<string, any> & {
|
|
564
564
|
id: string;
|
|
565
|
-
name: string;
|
|
566
|
-
emailVerified: boolean;
|
|
567
|
-
email: string;
|
|
568
565
|
createdAt: Date;
|
|
569
566
|
updatedAt: Date;
|
|
567
|
+
email: string;
|
|
568
|
+
emailVerified: boolean;
|
|
569
|
+
name: string;
|
|
570
570
|
image?: string | null | undefined;
|
|
571
571
|
};
|
|
572
572
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -552,21 +552,21 @@ declare const sso: (options?: SSOOptions) => {
|
|
|
552
552
|
session: {
|
|
553
553
|
session: Record<string, any> & {
|
|
554
554
|
id: string;
|
|
555
|
-
token: string;
|
|
556
555
|
userId: string;
|
|
557
556
|
expiresAt: Date;
|
|
558
557
|
createdAt: Date;
|
|
559
558
|
updatedAt: Date;
|
|
559
|
+
token: string;
|
|
560
560
|
ipAddress?: string | null | undefined;
|
|
561
561
|
userAgent?: string | null | undefined;
|
|
562
562
|
};
|
|
563
563
|
user: Record<string, any> & {
|
|
564
564
|
id: string;
|
|
565
|
-
name: string;
|
|
566
|
-
emailVerified: boolean;
|
|
567
|
-
email: string;
|
|
568
565
|
createdAt: Date;
|
|
569
566
|
updatedAt: Date;
|
|
567
|
+
email: string;
|
|
568
|
+
emailVerified: boolean;
|
|
569
|
+
name: string;
|
|
570
570
|
image?: string | null | undefined;
|
|
571
571
|
};
|
|
572
572
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-auth/sso",
|
|
3
3
|
"author": "Bereket Engida",
|
|
4
|
-
"version": "1.3.0-beta.
|
|
4
|
+
"version": "1.3.0-beta.6",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"keywords": [
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"oauth2-mock-server": "^7.2.0",
|
|
48
48
|
"samlify": "^2.10.0",
|
|
49
49
|
"zod": "^3.24.1",
|
|
50
|
-
"better-auth": "^1.3.0-beta.
|
|
50
|
+
"better-auth": "^1.3.0-beta.6"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/body-parser": "^1.19.6",
|