[PR #407] [MERGED] fix: tsc failing on deployment #20177

Closed
opened 2026-04-15 19:31:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/407
Author: @Bekacru
Created: 11/3/2024
Status: Merged
Merged: 11/3/2024
Merged by: @Bekacru

Base: mainHead: fix/types


📝 Commits (10+)

📊 Changes

15 files changed (+466 additions, -124 deletions)

View changed files

📝 biome.json (+3 -1)
📝 demo/nextjs/app/dashboard/user-card.tsx (+45 -22)
📝 examples/astro-example/src/components/two-factor.tsx (+0 -1)
📝 examples/tanstack-example/app/routeTree.gen.ts (+3 -5)
📝 packages/better-auth/package.json (+180 -72)
📝 packages/better-auth/src/api/call.ts (+0 -1)
📝 packages/better-auth/src/client/solid.ts (+0 -1)
📝 packages/better-auth/src/plugins/two-factor/totp/index.ts (+1 -1)
packages/better-auth/src/types/database.ts (+0 -5)
📝 packages/better-auth/src/types/options.ts (+3 -3)
📝 packages/better-auth/tsconfig.json (+1 -1)
📝 packages/better-auth/tsup.config.ts (+1 -0)
📝 packages/cli/package.json (+1 -1)
📝 packages/expo/package.json (+1 -1)
📝 pnpm-lock.yaml (+227 -9)

📄 Description

No description provided


🔄 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/407 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 11/3/2024 **Status:** ✅ Merged **Merged:** 11/3/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `fix/types` --- ### 📝 Commits (10+) - [`79b9701`](https://github.com/better-auth/better-auth/commit/79b9701b21a616ef0badd986eefbfa95c8a7b00e) fix: move endpoint creator to better auth - [`df8b50d`](https://github.com/better-auth/better-auth/commit/df8b50d762decd01ae0afa16d325525bbdcd55b5) fix: force tsup to resolve - [`d46856d`](https://github.com/better-auth/better-auth/commit/d46856dd52900301862af0a1345f196347c7601d) fix: fix demo 2fa - [`10d6308`](https://github.com/better-auth/better-auth/commit/10d630848e3cc006139ec37a5a7d3d3e7f640a1e) chore: add resolve on dev - [`8d161c6`](https://github.com/better-auth/better-auth/commit/8d161c6ebb99f5a3c651a52d420fac8c390a90b0) move dts build to ms - [`2d40fef`](https://github.com/better-auth/better-auth/commit/2d40fefa0993c702ad02591786a108d7ef48f075) move dts build to ms - [`d2ac629`](https://github.com/better-auth/better-auth/commit/d2ac6295b6107c2e2ac132c6d08ed783a68d02cd) chore: transpile better-auth on next - [`f880742`](https://github.com/better-auth/better-auth/commit/f880742a4c92bcac3fd92e38617950d25ab68dd2) chore: transpile pkg - [`7c947f5`](https://github.com/better-auth/better-auth/commit/7c947f5c667eb094067553918ec9b379a6460c60) chore: remove transpiled pkg - [`0c057ca`](https://github.com/better-auth/better-auth/commit/0c057caf764a7ea8217d0fd78be1ab336140dcf2) chore: add cts exports ### 📊 Changes **15 files changed** (+466 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `biome.json` (+3 -1) 📝 `demo/nextjs/app/dashboard/user-card.tsx` (+45 -22) 📝 `examples/astro-example/src/components/two-factor.tsx` (+0 -1) 📝 `examples/tanstack-example/app/routeTree.gen.ts` (+3 -5) 📝 `packages/better-auth/package.json` (+180 -72) 📝 `packages/better-auth/src/api/call.ts` (+0 -1) 📝 `packages/better-auth/src/client/solid.ts` (+0 -1) 📝 `packages/better-auth/src/plugins/two-factor/totp/index.ts` (+1 -1) ➖ `packages/better-auth/src/types/database.ts` (+0 -5) 📝 `packages/better-auth/src/types/options.ts` (+3 -3) 📝 `packages/better-auth/tsconfig.json` (+1 -1) 📝 `packages/better-auth/tsup.config.ts` (+1 -0) 📝 `packages/cli/package.json` (+1 -1) 📝 `packages/expo/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+227 -9) </details> ### 📄 Description _No description provided_ --- <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-04-15 19:31:40 -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#20177