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

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,17 @@
1
1
 
2
- > @better-auth/sso@1.3.17 build /home/runner/work/better-auth/better-auth/packages/sso
2
+ > @better-auth/sso@1.4.0-beta.1 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]
6
6
  [info] Building sso
7
7
  [success] Build succeeded for sso
8
- [log] dist/index.cjs (total size: 65.4 kB, chunk size: 65.4 kB, exports: sso)
8
+ [log] dist/index.cjs (total size: 48.1 kB, chunk size: 48.1 kB, exports: sso)
9
9
 
10
10
  [log] dist/client.cjs (total size: 141 B, chunk size: 141 B, exports: ssoClient)
11
11
 
12
- [log] dist/index.mjs (total size: 63.7 kB, chunk size: 63.7 kB, exports: sso)
12
+ [log] dist/index.mjs (total size: 46.8 kB, chunk size: 46.8 kB, exports: sso)
13
13
 
14
14
  [log] dist/client.mjs (total size: 117 B, chunk size: 117 B, exports: ssoClient)
15
15
 
16
- Σ Total dist size (byte size): 256 kB
16
+ Σ Total dist size (byte size): 205 kB
17
17
  [log]
package/CHANGELOG.md ADDED
@@ -0,0 +1,20 @@
1
+ # @better-auth/sso
2
+
3
+ ## 1.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context.
8
+
9
+ Organization
10
+
11
+ - Added listMembers API with pagination, sorting, and filtering.
12
+ - Added membersLimit param to getFullOrganization.
13
+ - Improved client inference for additional fields in organization schemas.
14
+ - Bug Fixes
15
+ - Fixed date handling by casting DB values to Date objects before using date methods.
16
+ - Fixed Notion OAuth to extract user info correctly.
17
+ - Ensured session is set in context when reading from cookie cach
18
+
19
+ - Updated dependencies [2bd2fa9]
20
+ - better-auth@1.3.4