[PR #6062] chore: use consistent directory reference for paths across package.json #6416

Open
opened 2026-03-13 12:58:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6062
Author: @jslno
Created: 11/18/2025
Status: 🔄 Open

Base: canaryHead: chore/package-json-consistent-paths


📝 Commits (2)

  • 90373fe chore: use consistent directory reference for paths across package.json
  • fb84529 fix: remove current directory reference from files

📊 Changes

7 files changed (+21 additions, -21 deletions)

View changed files

📝 packages/cli/package.json (+1 -1)
📝 packages/core/package.json (+11 -11)
📝 packages/expo/package.json (+2 -2)
📝 packages/passkey/package.json (+2 -2)
📝 packages/sso/package.json (+2 -2)
📝 packages/stripe/package.json (+2 -2)
📝 packages/telemetry/package.json (+1 -1)

📄 Description

Summary by cubic

Standardized package.json paths to use "./dist" across packages for consistent module and type resolution in tooling and publishing. No runtime changes.

  • Refactors
    • Switched main/module to "./dist" in cli, expo, passkey, sso, and stripe.
    • Updated typesVersions entries to "./dist/..." in core and telemetry.

Written for commit fb84529ecc. Summary will update automatically on new commits.


🔄 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/6062 **Author:** [@jslno](https://github.com/jslno) **Created:** 11/18/2025 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `chore/package-json-consistent-paths` --- ### 📝 Commits (2) - [`90373fe`](https://github.com/better-auth/better-auth/commit/90373fea8f474dda5bcee1a21ac9bb34917448a3) chore: use consistent directory reference for paths across package.json - [`fb84529`](https://github.com/better-auth/better-auth/commit/fb84529eccd9740a069f36a0199a91dd270cc099) fix: remove current directory reference from `files` ### 📊 Changes **7 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `packages/cli/package.json` (+1 -1) 📝 `packages/core/package.json` (+11 -11) 📝 `packages/expo/package.json` (+2 -2) 📝 `packages/passkey/package.json` (+2 -2) 📝 `packages/sso/package.json` (+2 -2) 📝 `packages/stripe/package.json` (+2 -2) 📝 `packages/telemetry/package.json` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Standardized package.json paths to use "./dist" across packages for consistent module and type resolution in tooling and publishing. No runtime changes. - **Refactors** - Switched main/module to "./dist" in cli, expo, passkey, sso, and stripe. - Updated typesVersions entries to "./dist/..." in core and telemetry. <sup>Written for commit fb84529eccd9740a069f36a0199a91dd270cc099. Summary will update automatically on new commits.</sup> <!-- 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:58:31 -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#6416