Skip to content

chore(packages): organize package.json files - #238

Merged
halvaradop merged 2 commits into
masterfrom
chore/organize-pkg-files
Jul 28, 2026
Merged

chore(packages): organize package.json files#238
halvaradop merged 2 commits into
masterfrom
chore/organize-pkg-files

Conversation

@halvaradop

@halvaradop halvaradop commented Jul 26, 2026

Copy link
Copy Markdown
Member

Description

This pull request updates the package metadata across all package.json files to improve package information, publishing configuration, and repository details.

The changes ensure that published packages include accurate metadata and provide better information for consumers, package registries, and contributors.

@coderabbitai ignore

@vercel

vercel Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
auth Skipped Skipped Jul 28, 2026 5:12pm

@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The PR updates repository and package metadata, adjusts package export maps, removes a refresh failure warning, and consolidates Aura authentication error handling in the router.

Changes

Repository and package metadata

Layer / File(s) Summary
Repository identity metadata
docs/src/content/docs/(core)/contributing.mdx, package.json
Contribution instructions and repository metadata now reference aura-stack-ts/auth; root dependency and package manager fields are reorganized.
Package publishing metadata
packages/*/package.json
Package manifests add or reorganize homepage, bug, funding, license, keyword, publishing, dependency, and package manager fields.
Public export map changes
packages/jose/package.json, packages/react-router/package.json, packages/react/package.json
The jose export map is relocated with the same subpaths, while the ./types export is removed from React and React Router.

Core error handling

Layer / File(s) Summary
Router and API error responses
packages/core/src/api/refreshUserInfo.ts, packages/core/src/router/errorHandler.ts
Refresh failures no longer log warnings, and Aura authentication errors are handled in the shared known-error response branch.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Possibly related PRs

Suggested labels: chore

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title accurately summarizes the main change: broad reorganization of multiple package.json files.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/organize-pkg-files

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@packages/device/package.json`:
- Around line 36-39: Update publishConfig.registry to the npm registry base URL
https://registry.npmjs.org/ in packages/device/package.json (lines 36-39),
packages/next/package.json (lines 38-41), packages/rate-limiter/package.json
(lines 37-39), packages/react-router/package.json (lines 38-41), and
packages/react/package.json (lines 38-41), removing each package-specific path
while preserving the existing public access setting.

In `@packages/elysia/package.json`:
- Around line 38-41: Replace each package-specific publishConfig.registry value
with the npm registry base URL, matching packages/integration/package.json.
Apply this change in packages/elysia/package.json (lines 38-41),
packages/express/package.json (lines 38-41), packages/hono/package.json (lines
38-41), and packages/jose/package.json (lines 37-39); leave the access settings
unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 2b472829-d3bb-4f47-b97a-ba19bb19384e

📥 Commits

Reviewing files that changed from the base of the PR and between 9fc1c9d and 41e6a57.

⛔ Files ignored due to path filters (1)
  • deno.lock is excluded by !**/*.lock
📒 Files selected for processing (15)
  • docs/src/content/docs/(core)/contributing.mdx
  • package.json
  • packages/core/package.json
  • packages/core/src/api/refreshUserInfo.ts
  • packages/core/src/router/errorHandler.ts
  • packages/device/package.json
  • packages/elysia/package.json
  • packages/express/package.json
  • packages/hono/package.json
  • packages/integration/package.json
  • packages/jose/package.json
  • packages/next/package.json
  • packages/rate-limiter/package.json
  • packages/react-router/package.json
  • packages/react/package.json
💤 Files with no reviewable changes (1)
  • packages/core/src/api/refreshUserInfo.ts

Comment thread packages/device/package.json
Comment thread packages/elysia/package.json
@halvaradop
halvaradop merged commit dc26fa9 into master Jul 28, 2026
7 checks passed
@halvaradop
halvaradop deleted the chore/organize-pkg-files branch July 28, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant