@better-auth/sso 1.4.0-beta.1 → 1.4.0-beta.10

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,17 +1,25 @@
1
1
 
2
- > @better-auth/sso@1.4.0-beta.1 build /home/runner/work/better-auth/better-auth/packages/sso
3
- > unbuild
2
+ > @better-auth/sso@1.4.0-beta.10 build /home/runner/work/better-auth/better-auth/packages/sso
3
+ > tsdown
4
4
 
5
- [info] Automatically detected entries: src/index, src/client [esm] [cjs] [dts]
6
- [info] Building sso
7
- [success] Build succeeded for sso
8
- [log] dist/index.cjs (total size: 48.1 kB, chunk size: 48.1 kB, exports: sso)
9
-
10
- [log] dist/client.cjs (total size: 141 B, chunk size: 141 B, exports: ssoClient)
11
-
12
- [log] dist/index.mjs (total size: 46.8 kB, chunk size: 46.8 kB, exports: sso)
13
-
14
- [log] dist/client.mjs (total size: 117 B, chunk size: 117 B, exports: ssoClient)
15
-
16
- Σ Total dist size (byte size): 205 kB
17
- [log]
5
+ ℹ tsdown v0.15.6 powered by rolldown v1.0.0-beta.43
6
+ ℹ Using tsdown config: /home/runner/work/better-auth/better-auth/packages/sso/tsdown.config.ts
7
+ ℹ entry: src/client.ts, src/index.ts
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ [CJS] dist/client.cjs  0.19 kB │ gzip: 0.17 kB
11
+ ℹ [CJS] dist/index.cjs  0.08 kB │ gzip: 0.08 kB
12
+ ℹ [CJS] dist/src-DLLHZrD9.cjs 51.93 kB │ gzip: 9.06 kB
13
+ ℹ [CJS] 3 files, total: 52.20 kB
14
+ ℹ [ESM] dist/client.js  0.18 kB │ gzip: 0.16 kB
15
+ ℹ [ESM] dist/index.js  0.06 kB │ gzip: 0.07 kB
16
+ ℹ [ESM] dist/src-DrA9mJEu.js 49.17 kB │ gzip: 8.42 kB
17
+ ℹ [ESM] dist/index.d.ts  0.21 kB │ gzip: 0.12 kB
18
+ ℹ [ESM] dist/client.d.ts  0.21 kB │ gzip: 0.18 kB
19
+ ℹ [ESM] dist/index-Drgwy6ZL.d.ts 30.79 kB │ gzip: 3.70 kB
20
+ ℹ [ESM] 6 files, total: 80.61 kB
21
+ ℹ [CJS] dist/index.d.cts  0.21 kB │ gzip: 0.12 kB
22
+ ℹ [CJS] dist/client.d.cts  0.21 kB │ gzip: 0.18 kB
23
+ ℹ [CJS] dist/index-D0i1jHBp.d.cts 30.79 kB │ gzip: 3.70 kB
24
+ ℹ [CJS] 3 files, total: 31.20 kB
25
+ ✔ Build complete in 5583ms
package/dist/client.cjs CHANGED
@@ -1,10 +1,12 @@
1
- 'use strict';
1
+ require('./src-DLLHZrD9.cjs');
2
2
 
3
+ //#region src/client.ts
3
4
  const ssoClient = () => {
4
- return {
5
- id: "sso-client",
6
- $InferServerPlugin: {}
7
- };
5
+ return {
6
+ id: "sso-client",
7
+ $InferServerPlugin: {}
8
+ };
8
9
  };
9
10
 
10
- exports.ssoClient = ssoClient;
11
+ //#endregion
12
+ exports.ssoClient = ssoClient;
package/dist/client.d.cts CHANGED
@@ -1,11 +1,9 @@
1
- import { sso } from './index.cjs';
2
- import 'better-call';
3
- import 'better-auth';
4
- import 'zod/v4';
1
+ import { sso } from "./index-D0i1jHBp.cjs";
5
2
 
3
+ //#region src/client.d.ts
6
4
  declare const ssoClient: () => {
7
- id: "sso-client";
8
- $InferServerPlugin: ReturnType<typeof sso>;
5
+ id: "sso-client";
6
+ $InferServerPlugin: ReturnType<typeof sso>;
9
7
  };
10
-
11
- export { ssoClient };
8
+ //#endregion
9
+ export { ssoClient };
package/dist/client.d.ts CHANGED
@@ -1,11 +1,9 @@
1
- import { sso } from './index.js';
2
- import 'better-call';
3
- import 'better-auth';
4
- import 'zod/v4';
1
+ import { sso } from "./index-Drgwy6ZL.js";
5
2
 
3
+ //#region src/client.d.ts
6
4
  declare const ssoClient: () => {
7
- id: "sso-client";
8
- $InferServerPlugin: ReturnType<typeof sso>;
5
+ id: "sso-client";
6
+ $InferServerPlugin: ReturnType<typeof sso>;
9
7
  };
10
-
11
- export { ssoClient };
8
+ //#endregion
9
+ export { ssoClient };
package/dist/client.js ADDED
@@ -0,0 +1,12 @@
1
+ import "./src-DrA9mJEu.js";
2
+
3
+ //#region src/client.ts
4
+ const ssoClient = () => {
5
+ return {
6
+ id: "sso-client",
7
+ $InferServerPlugin: {}
8
+ };
9
+ };
10
+
11
+ //#endregion
12
+ export { ssoClient };