@better-auth/sso 1.4.0-beta.20 → 1.4.0-beta.21

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
 
2
- > @better-auth/sso@1.4.0-beta.20 build /home/runner/work/better-auth/better-auth/packages/sso
2
+ > @better-auth/sso@1.4.0-beta.21 build /home/runner/work/better-auth/better-auth/packages/sso
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.16.0 powered by rolldown v1.0.0-beta.46
@@ -7,11 +7,10 @@
7
7
  ℹ entry: src/client.ts, src/index.ts
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
10
- ℹ dist/client.mjs  0.18 kB │ gzip: 0.16 kB
11
- ℹ dist/index.mjs  0.06 kB │ gzip: 0.07 kB
12
- ℹ dist/src-BUIX9n33.mjs 47.23 kB │ gzip: 8.48 kB
10
+ ℹ dist/index.mjs 47.64 kB │ gzip: 8.57 kB
11
+ ℹ dist/client.mjs  0.15 kB │ gzip: 0.14 kB
13
12
  ℹ dist/client.d.mts  0.21 kB │ gzip: 0.18 kB
14
- ℹ dist/index.d.mts  0.15 kB │ gzip: 0.12 kB
15
- ℹ dist/index-Ba2niv2R.d.mts 20.57 kB │ gzip: 3.36 kB
16
- ℹ 6 files, total: 68.40 kB
17
- ✔ Build complete in 11356ms
13
+ ℹ dist/index.d.mts  0.18 kB │ gzip: 0.14 kB
14
+ ℹ dist/index-C091fIpa.d.mts 20.75 kB │ gzip: 3.37 kB
15
+ ℹ 5 files, total: 68.93 kB
16
+ ✔ Build complete in 10064ms
package/dist/client.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as sso } from "./index-Ba2niv2R.mjs";
1
+ import { t as sso } from "./index-C091fIpa.mjs";
2
2
 
3
3
  //#region src/client.d.ts
4
4
  declare const ssoClient: () => {
package/dist/client.mjs CHANGED
@@ -1,5 +1,3 @@
1
- import "./src-BUIX9n33.mjs";
2
-
3
1
  //#region src/client.ts
4
2
  const ssoClient = () => {
5
3
  return {
@@ -205,6 +205,7 @@ declare const spMetadata: () => better_call0.StrictEndpoint<"/sso/saml2/sp/metad
205
205
  }, z.core.$strip>;
206
206
  metadata: {
207
207
  openapi: {
208
+ operationId: string;
208
209
  summary: string;
209
210
  description: string;
210
211
  responses: {
@@ -320,6 +321,7 @@ declare const registerSSOProvider: (options?: SSOOptions) => better_call0.Strict
320
321
  }>)[];
321
322
  metadata: {
322
323
  openapi: {
324
+ operationId: string;
323
325
  summary: string;
324
326
  description: string;
325
327
  responses: {
@@ -502,6 +504,7 @@ declare const signInSSO: (options?: SSOOptions) => better_call0.StrictEndpoint<"
502
504
  }, z.core.$strip>;
503
505
  metadata: {
504
506
  openapi: {
507
+ operationId: string;
505
508
  summary: string;
506
509
  description: string;
507
510
  requestBody: {
@@ -588,6 +591,7 @@ declare const callbackSSO: (options?: SSOOptions) => better_call0.StrictEndpoint
588
591
  metadata: {
589
592
  isAction: boolean;
590
593
  openapi: {
594
+ operationId: string;
591
595
  summary: string;
592
596
  description: string;
593
597
  responses: {
@@ -609,6 +613,7 @@ declare const callbackSSOSAML: (options?: SSOOptions) => better_call0.StrictEndp
609
613
  metadata: {
610
614
  isAction: boolean;
611
615
  openapi: {
616
+ operationId: string;
612
617
  summary: string;
613
618
  description: string;
614
619
  responses: {
@@ -639,6 +644,7 @@ declare const acsEndpoint: (options?: SSOOptions) => better_call0.StrictEndpoint
639
644
  metadata: {
640
645
  isAction: boolean;
641
646
  openapi: {
647
+ operationId: string;
642
648
  summary: string;
643
649
  description: string;
644
650
  responses: {
@@ -666,4 +672,4 @@ declare function sso<O extends SSOOptions>(options?: O | undefined): {
666
672
  endpoints: SSOEndpoints;
667
673
  };
668
674
  //#endregion
669
- export { SSOOptions as i, OIDCConfig as n, SAMLConfig as r, sso as t };
675
+ export { SSOProvider as a, SSOOptions as i, OIDCConfig as n, SAMLConfig as r, sso as t };
package/dist/index.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- import { i as SSOOptions, n as OIDCConfig, r as SAMLConfig, t as sso } from "./index-Ba2niv2R.mjs";
2
- export { OIDCConfig, SAMLConfig, SSOOptions, sso };
1
+ import { a as SSOProvider, i as SSOOptions, n as OIDCConfig, r as SAMLConfig, t as sso } from "./index-C091fIpa.mjs";
2
+ export { OIDCConfig, SAMLConfig, SSOOptions, SSOProvider, sso };