@better-auth/sso 1.3.32 → 1.3.33

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.3.32 build /home/runner/work/better-auth/better-auth/packages/sso
2
+ > @better-auth/sso@1.3.33 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]
@@ -15,3 +15,6 @@
15
15
 
16
16
  Σ Total dist size (byte size): 263 kB
17
17
  [log]
18
+ [warn] Build is done with some warnings:
19
+
20
+ - Potential missing package.json files: dist/index.js
package/package.json CHANGED
@@ -1,8 +1,15 @@
1
1
  {
2
2
  "name": "@better-auth/sso",
3
3
  "author": "Bereket Engida",
4
- "version": "1.3.32",
5
- "main": "dist/index.cjs",
4
+ "version": "1.3.33",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "homepage": "https://www.better-auth.com/docs/plugins/sso",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/better-auth/better-auth",
11
+ "directory": "packages/sso"
12
+ },
6
13
  "license": "MIT",
7
14
  "keywords": [
8
15
  "sso",
@@ -58,10 +65,10 @@
58
65
  "body-parser": "^2.2.0",
59
66
  "express": "^5.1.0",
60
67
  "unbuild": "3.6.1",
61
- "better-auth": "^1.3.32"
68
+ "better-auth": "^1.3.33"
62
69
  },
63
70
  "peerDependencies": {
64
- "better-auth": "1.3.32"
71
+ "better-auth": "1.3.33"
65
72
  },
66
73
  "scripts": {
67
74
  "test": "vitest",