|
2 | 2 | "name": "@zenstackhq/better-auth", |
3 | 3 | "displayName": "ZenStack Better Auth Adapter", |
4 | 4 | "description": "ZenStack Better Auth Adapter. This adapter is modified from better-auth's Prisma adapter.", |
5 | | - "version": "3.5.6", |
| 5 | + "version": "3.6.0", |
6 | 6 | "type": "module", |
7 | 7 | "author": { |
8 | 8 | "name": "ZenStack Team", |
|
15 | 15 | }, |
16 | 16 | "license": "MIT", |
17 | 17 | "scripts": { |
18 | | - "build": "tsc --noEmit && tsup-node", |
19 | | - "watch": "tsup-node --watch", |
| 18 | + "build": "tsc --noEmit && tsdown", |
| 19 | + "watch": "tsdown --watch", |
20 | 20 | "lint": "eslint src --ext ts", |
21 | 21 | "test": "vitest run", |
22 | 22 | "pack": "pnpm pack" |
|
31 | 31 | "exports": { |
32 | 32 | ".": { |
33 | 33 | "import": { |
34 | | - "types": "./dist/index.d.ts", |
35 | | - "default": "./dist/index.js" |
| 34 | + "types": "./dist/index.d.mts", |
| 35 | + "default": "./dist/index.mjs" |
36 | 36 | }, |
37 | 37 | "require": { |
38 | 38 | "types": "./dist/index.d.cts", |
|
55 | 55 | "better-auth": "^1.3.0" |
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | | - "@better-auth/core": "1.4.19", |
59 | | - "better-auth": "1.4.19", |
60 | 58 | "@better-auth/cli": "1.4.19", |
| 59 | + "@better-auth/core": "1.4.19", |
61 | 60 | "@types/tmp": "catalog:", |
62 | 61 | "@zenstackhq/cli": "workspace:*", |
63 | 62 | "@zenstackhq/eslint-config": "workspace:*", |
| 63 | + "@zenstackhq/tsdown-config": "workspace:*", |
64 | 64 | "@zenstackhq/typescript-config": "workspace:*", |
65 | 65 | "@zenstackhq/vitest-config": "workspace:*", |
| 66 | + "better-auth": "1.4.19", |
| 67 | + "kysely": "catalog:", |
66 | 68 | "tmp": "catalog:" |
67 | 69 | }, |
68 | 70 | "funding": "https://github.com/sponsors/zenstackhq" |
|
0 commit comments