Skip to content

fix: switch to bun publish for npm release#17

Merged
rsbh merged 1 commit intomainfrom
feat_npm_publish
Mar 11, 2026
Merged

fix: switch to bun publish for npm release#17
rsbh merged 1 commit intomainfrom
feat_npm_publish

Conversation

@rsbh
Copy link
Member

@rsbh rsbh commented Mar 11, 2026

Summary

  • Replace npm publish with bun publish to fix Cannot read properties of null (reading 'matches') error
  • Add files field to packages/chronicle/package.json to explicitly scope published contents
  • Remove unnecessary .npmrc creation step; bun publish uses NPM_CONFIG_TOKEN env var directly

Test plan

  • Verified with bun publish --dry-run locally (117 files, 0.48MB)
  • Trigger a release to verify end-to-end publish

🤖 Generated with Claude Code

- Replace npm publish with bun publish using NPM_CONFIG_TOKEN
- Add files field to package.json to scope published contents
- Remove unnecessary .npmrc creation step

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Mar 11, 2026

Warning

Rate limit exceeded

@rsbh has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 3 minutes and 11 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 915fe516-63d7-4acb-9f72-002a6b405b5b

📥 Commits

Reviewing files that changed from the base of the PR and between ad5b7f9 and 60fdc89.

📒 Files selected for processing (2)
  • .github/workflows/release.yml
  • packages/chronicle/package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat_npm_publish

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 and usage tips.

@rsbh rsbh requested a review from rohilsurana March 11, 2026 07:43
@rsbh rsbh merged commit a523c71 into main Mar 11, 2026
1 check passed
@rsbh rsbh deleted the feat_npm_publish branch March 16, 2026 04:47
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.

2 participants