@better-auth/core 1.4.1 → 1.4.2-beta.2

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,8 +1,8 @@
1
1
 
2
- > @better-auth/core@1.4.1 build /home/runner/work/better-auth/better-auth/packages/core
2
+ > @better-auth/core@1.4.2-beta.2 build /home/runner/work/better-auth/better-auth/packages/core
3
3
  > tsdown
4
4
 
5
- ℹ tsdown v0.16.5 powered by rolldown v1.0.0-beta.50
5
+ ℹ tsdown v0.16.6 powered by rolldown v1.0.0-beta.51
6
6
  ℹ Using tsdown config: /home/runner/work/better-auth/better-auth/packages/core/tsdown.config.ts
7
7
  ℹ entry: src/index.ts, src/db/index.ts, src/db/adapter/index.ts, src/async_hooks/index.ts, src/context/index.ts, src/env/index.ts, src/oauth2/index.ts, src/api/index.ts, src/social-providers/index.ts, src/utils/index.ts, src/error/index.ts
8
8
  ℹ tsconfig: tsconfig.json
@@ -39,4 +39,4 @@
39
39
  ℹ dist/index-CdubV7uy.d.mts  3.31 kB │ gzip: 1.11 kB
40
40
  ℹ dist/index-DgwIISs7.d.mts  0.24 kB │ gzip: 0.16 kB
41
41
  ℹ 31 files, total: 329.43 kB
42
- ✔ Build complete in 4538ms
42
+ ✔ Build complete in 4579ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/core",
3
- "version": "1.4.1",
3
+ "version": "1.4.2-beta.2",
4
4
  "description": "The most comprehensive authentication framework for TypeScript.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",
@@ -108,7 +108,7 @@
108
108
  "jose": "^6.1.0",
109
109
  "kysely": "^0.28.5",
110
110
  "nanostores": "^1.0.1",
111
- "tsdown": "^0.16.0"
111
+ "tsdown": "^0.16.6"
112
112
  },
113
113
  "dependencies": {
114
114
  "@standard-schema/spec": "^1.0.0",