@better-auth/core 1.4.2-beta.1 → 1.4.2-beta.4

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.2-beta.1 build /home/runner/work/better-auth/better-auth/packages/core
2
+ > @better-auth/core@1.4.2-beta.4 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 4839ms
42
+ ✔ Build complete in 4651ms
package/package.json CHANGED
@@ -1,8 +1,13 @@
1
1
  {
2
2
  "name": "@better-auth/core",
3
- "version": "1.4.2-beta.1",
3
+ "version": "1.4.2-beta.4",
4
4
  "description": "The most comprehensive authentication framework for TypeScript.",
5
5
  "type": "module",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/better-auth/better-auth",
9
+ "directory": "packages/core"
10
+ },
6
11
  "main": "./dist/index.mjs",
7
12
  "module": "./dist/index.mjs",
8
13
  "exports": {
@@ -108,7 +113,7 @@
108
113
  "jose": "^6.1.0",
109
114
  "kysely": "^0.28.5",
110
115
  "nanostores": "^1.0.1",
111
- "tsdown": "^0.16.0"
116
+ "tsdown": "^0.16.6"
112
117
  },
113
118
  "dependencies": {
114
119
  "@standard-schema/spec": "^1.0.0",