chore: release v1.4.5

This commit is contained in:
Alex Yang
2025-12-02 16:06:34 -08:00
parent 14969994c4
commit 2000fd63d0
9 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "better-auth",
"version": "1.4.5-beta.1",
"version": "1.4.5",
"description": "The most comprehensive authentication framework for TypeScript.",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/cli",
"version": "1.4.5-beta.1",
"version": "1.4.5",
"type": "module",
"description": "The CLI for Better Auth",
"module": "dist/index.mjs",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/core",
"version": "1.4.5-beta.1",
"version": "1.4.5",
"description": "The most comprehensive authentication framework for TypeScript.",
"type": "module",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/expo",
"version": "1.4.5-beta.1",
"version": "1.4.5",
"type": "module",
"description": "Better Auth integration for Expo and React Native applications.",
"main": "dist/index.mjs",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/passkey",
"version": "1.4.5-beta.1",
"version": "1.4.5",
"type": "module",
"description": "Passkey plugin for Better Auth",
"main": "dist/index.mjs",

View File

@@ -1,7 +1,7 @@
{
"name": "@better-auth/scim",
"author": "Jonathan Samines",
"version": "1.4.5-beta.1",
"version": "1.4.5",
"type": "module",
"main": "dist/index.mjs",
"license": "MIT",

View File

@@ -1,7 +1,7 @@
{
"name": "@better-auth/sso",
"author": "Bereket Engida",
"version": "1.4.5-beta.1",
"version": "1.4.5",
"type": "module",
"main": "dist/index.mjs",
"homepage": "https://www.better-auth.com/docs/plugins/sso",

View File

@@ -1,7 +1,7 @@
{
"name": "@better-auth/stripe",
"author": "Bereket Engida",
"version": "1.4.5-beta.1",
"version": "1.4.5",
"type": "module",
"main": "dist/index.mjs",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/telemetry",
"version": "1.4.5-beta.1",
"version": "1.4.5",
"description": "Telemetry package for Better Auth",
"type": "module",
"repository": {