[PR #4852] [MERGED] chore: init @better-auth/core package #5616

Closed
opened 2026-03-13 12:29:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/4852
Author: @himself65
Created: 9/23/2025
Status: Merged
Merged: 9/25/2025
Merged by: @himself65

Base: canaryHead: himself65/2025/09/23/core


📝 Commits (6)

  • 46e07b3 chore: init @better-auth/core package
  • af36e03 Merge branch 'canary' into himself65/2025/09/23/core
  • cfee164 fix: no test
  • 2b8eae1 Merge branch 'canary' into himself65/2025/09/23/core
  • e26d518 Merge branch 'canary' into himself65/2025/09/23/core
  • e0ba206 Merge branch 'canary' into himself65/2025/09/23/core

📊 Changes

6 files changed (+50 additions, -2 deletions)

View changed files

📝 packages/better-auth/package.json (+1 -0)
packages/core/build.config.ts (+9 -0)
packages/core/package.json (+20 -0)
packages/core/src/index.ts (+1 -0)
packages/core/tsconfig.json (+10 -0)
📝 pnpm-lock.yaml (+9 -2)

📄 Description

Summary by cubic

Initialized @better-auth/core as a new workspace package with Unbuild config, TypeScript setup, and an initial empty entry point. Linked it to packages/better-auth and updated the lockfile to prepare for extracting shared core logic.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/4852 **Author:** [@himself65](https://github.com/himself65) **Created:** 9/23/2025 **Status:** ✅ Merged **Merged:** 9/25/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/09/23/core` --- ### 📝 Commits (6) - [`46e07b3`](https://github.com/better-auth/better-auth/commit/46e07b307542442553ea153570908f1bf8782f62) chore: init `@better-auth/core` package - [`af36e03`](https://github.com/better-auth/better-auth/commit/af36e037ec005ba14de2caa7c6adfa87550a51c8) Merge branch 'canary' into himself65/2025/09/23/core - [`cfee164`](https://github.com/better-auth/better-auth/commit/cfee16470f7687f5f3ddce52cf9129b627ee694b) fix: no test - [`2b8eae1`](https://github.com/better-auth/better-auth/commit/2b8eae19a1a836a49c31ec684f1e0352e9f4e25e) Merge branch 'canary' into himself65/2025/09/23/core - [`e26d518`](https://github.com/better-auth/better-auth/commit/e26d518e5287b8e4dd8832aa96fd94328076247d) Merge branch 'canary' into himself65/2025/09/23/core - [`e0ba206`](https://github.com/better-auth/better-auth/commit/e0ba2067056303c96a1989fcf1061df37c3338a2) Merge branch 'canary' into himself65/2025/09/23/core ### 📊 Changes **6 files changed** (+50 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/package.json` (+1 -0) ➕ `packages/core/build.config.ts` (+9 -0) ➕ `packages/core/package.json` (+20 -0) ➕ `packages/core/src/index.ts` (+1 -0) ➕ `packages/core/tsconfig.json` (+10 -0) 📝 `pnpm-lock.yaml` (+9 -2) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Initialized @better-auth/core as a new workspace package with Unbuild config, TypeScript setup, and an initial empty entry point. Linked it to packages/better-auth and updated the lockfile to prepare for extracting shared core logic. <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 12:29:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#5616