revert back to 1.3.27

This commit is contained in:
Yudi Xiao
2025-10-13 18:17:57 +08:00
parent e5b7ff5d63
commit 87846d7668
6 changed files with 1427 additions and 1472 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@bowong/better-auth-stripe",
"author": "Bowong",
"version": "1.4.0-beta.10",
"version": "1.3.27-a",
"main": "dist/index.cjs",
"license": "MIT",
"keywords": [
@@ -47,15 +47,15 @@
"zod": "^4.1.5"
},
"peerDependencies": {
"@better-auth/core": "^1.4.0-beta.9",
"better-auth": "^1.4.0-beta.9",
"stripe": "^19"
"@better-auth/core": "1.3.27",
"better-auth": "1.3.27",
"stripe": "^18"
},
"devDependencies": {
"@better-auth/core": "^1.4.0-beta.9",
"better-auth": "^1.4.0-beta.9",
"better-call": "^1.0.19",
"stripe": "^19.1.0",
"unbuild": "^3.6.1"
"@better-auth/core": "1.3.27",
"better-auth": "1.3.27",
"better-call": "1.0.19",
"stripe": "^18.5.0",
"unbuild": "3.6.1"
}
}