mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-28 09:56:25 -05:00
chore: release v0.3.5-beta.8
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "better-auth",
|
||||
"version": "0.3.5-beta.7",
|
||||
"version": "0.3.5-beta.8",
|
||||
"description": "The most comprehensive authentication library for TypeScript.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
@@ -8,6 +8,7 @@
|
||||
"dev": "NODE_OPTIONS='--max-old-space-size=4000' tsup --watch --sourcemap",
|
||||
"dev:dts": "NODE_OPTIONS='--max-old-space-size=8192' tsup --watch --dts",
|
||||
"test": "pnpm prisma:push && pnpm typecheck && vitest",
|
||||
"vitest": "vitest",
|
||||
"prisma:push": "prisma db push --schema src/adapters/prisma-adapter/test/schema.prisma",
|
||||
"test:adapters": "pnpm prisma:push && vitest adapters",
|
||||
"bump": "bumpp",
|
||||
@@ -91,7 +92,7 @@
|
||||
"@simplewebauthn/browser": "^10.0.0",
|
||||
"@simplewebauthn/server": "^10.0.1",
|
||||
"arctic": "2.0.0-next.9",
|
||||
"better-call": "0.2.5-beta.4",
|
||||
"better-call": "0.2.5",
|
||||
"c12": "^1.11.2",
|
||||
"chalk": "^5.3.0",
|
||||
"commander": "^12.1.0",
|
||||
|
||||
Reference in New Issue
Block a user