chore: release v0.3.5-beta.8

This commit is contained in:
Bereket Engida
2024-10-11 13:54:56 +03:00
parent c0e19e4d61
commit f8befcca55

View File

@@ -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",