chore: release v1.4.17

This commit is contained in:
Alex Yang
2026-01-20 19:29:15 -08:00
parent 225348afd2
commit bcbeeee23c
11 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "better-auth",
"version": "1.4.16",
"version": "1.4.17",
"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.16",
"version": "1.4.17",
"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.16",
"version": "1.4.17",
"description": "The most comprehensive authentication framework for TypeScript.",
"type": "module",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/expo",
"version": "1.4.16",
"version": "1.4.17",
"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/mcp",
"version": "1.4.16",
"version": "1.4.17",
"type": "module",
"description": "Better Auth MCP server for AI-powered auth setup and diagnostics",
"module": "dist/index.mjs",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/oauth-provider",
"version": "1.4.16",
"version": "1.4.17",
"type": "module",
"description": "An oauth provider plugin for Better Auth",
"main": "dist/index.mjs",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/passkey",
"version": "1.4.16",
"version": "1.4.17",
"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.16",
"version": "1.4.17",
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.mts",

View File

@@ -1,7 +1,7 @@
{
"name": "@better-auth/sso",
"author": "Bereket Engida",
"version": "1.4.16",
"version": "1.4.17",
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.mts",

View File

@@ -1,7 +1,7 @@
{
"name": "@better-auth/stripe",
"author": "Bereket Engida",
"version": "1.4.16",
"version": "1.4.17",
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.mts",

View File

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