@better-auth/sso 1.5.0-beta.16 → 1.5.0-beta.18

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.5.0-beta.16 build /home/runner/work/better-auth/better-auth/packages/sso
2
+ > @better-auth/sso@1.5.0-beta.18 build /home/runner/work/better-auth/better-auth/packages/sso
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
@@ -9,12 +9,12 @@
9
9
  ℹ Build start
10
10
  ℹ dist/index.mjs 139.98 kB │ gzip: 27.81 kB
11
11
  ℹ dist/client.mjs  0.27 kB │ gzip: 0.21 kB
12
- ℹ dist/index.mjs.map 280.86 kB │ gzip: 53.94 kB
12
+ ℹ dist/index.mjs.map 280.84 kB │ gzip: 53.93 kB
13
13
  ℹ dist/client.mjs.map  0.93 kB │ gzip: 0.50 kB
14
14
  ℹ dist/index.d.mts  3.79 kB │ gzip: 1.20 kB
15
15
  ℹ dist/client.d.mts  0.63 kB │ gzip: 0.36 kB
16
16
  ℹ dist/index-CbKvQr9M.d.mts  58.40 kB │ gzip: 10.28 kB
17
- ℹ 7 files, total: 484.85 kB
17
+ ℹ 7 files, total: 484.83 kB
18
18
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
19
19
 
20
- ✔ Build complete in 31855ms
20
+ ✔ Build complete in 34748ms
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { APIError, createAuthEndpoint, createAuthMiddleware, getSessionFromCtx, sessionMiddleware } from "better-auth/api";
2
2
  import { XMLParser, XMLValidator } from "fast-xml-parser";
3
- import * as saml from "samlify";
3
+ import saml from "samlify";
4
4
  import { X509Certificate } from "node:crypto";
5
5
  import { generateRandomString } from "better-auth/crypto";
6
6
  import * as z$1 from "zod/v4";