Skip to content

Fix @moq/qmux publish and build scripts#207

Merged
kixelated merged 4 commits intomainfrom
debug-ci
Mar 17, 2026
Merged

Fix @moq/qmux publish and build scripts#207
kixelated merged 4 commits intomainfrom
debug-ci

Conversation

@kixelated
Copy link
Copy Markdown
Collaborator

Summary

  • Bump @moq/qmux to 0.0.4 (0.0.3 was published without source files due to ts/ → src/ rename)
  • Fix license copy paths in js/common/package.ts after repo restructure
  • Split shared README into separate Rust and JS versions
  • Add dist to .gitignore

Test plan

  • bun run build succeeds and dist/ contains all compiled files
  • npm publish from dist/ produces a working package

🤖 Generated with Claude Code

kixelated and others added 4 commits March 17, 2026 11:56
- Use bunx instead of npx for napi CLI (npx can't find @napi-rs/cli)
- Downgrade macos-15-large to macos-latest (billing issue with paid runner)
- Add version specifier to web-transport-quinn dep in web-transport-node
- Configure release-plz to skip publishing web-transport-node to crates.io
- Rename release workflow to release-rs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Use bunx instead of npx for napi CLI (npx can't find @napi-rs/cli)
- Downgrade macos-15-large to macos-latest (billing issue with paid runner)
- Add version specifier to web-transport-quinn dep in web-transport-node
- Add "lib" crate-type alongside "cdylib" so docs.rs can build
- Rename release workflow to release-rs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The 0.0.3 publish was missing source files because the ts/ to src/ rename
happened after the last successful build. Also splits the shared README
into separate Rust and JS versions, and fixes license copy paths in the
build script after the repo restructure.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 17, 2026

Warning

Rate limit exceeded

@kixelated has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 1 minutes and 48 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ac2dab2c-9773-4b36-b867-55e7fd11bb4f

📥 Commits

Reviewing files that changed from the base of the PR and between 7be9f98 and 0e82857.

📒 Files selected for processing (8)
  • .github/workflows/release-js.yml
  • .github/workflows/release.yml
  • .gitignore
  • js/common/package.ts
  • js/qmux/README.md
  • js/qmux/package.json
  • rs/qmux/README.md
  • rs/web-transport-node/Cargo.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch debug-ci
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch debug-ci
📝 Coding Plan
  • Generate coding plan for human review comments

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.

Tip

CodeRabbit can scan for known vulnerabilities in your dependencies using OSV Scanner.

OSV Scanner will automatically detect and report security vulnerabilities in your project's dependencies. No additional configuration is required.

@kixelated kixelated enabled auto-merge (squash) March 17, 2026 19:30
@kixelated kixelated merged commit d819417 into main Mar 17, 2026
1 check passed
@kixelated kixelated deleted the debug-ci branch March 17, 2026 19:34
This was referenced Mar 17, 2026
@github-actions github-actions bot mentioned this pull request Apr 7, 2026
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