chore(deps): bump @relayfile/sdk to 0.8.29#358
Conversation
Picks up outbound webhook subscription types and client methods (registerWebhook, listWebhooks, deleteWebhook, getWebhookDeadLetters, replayWebhookDeadLetter) added in relayfile#281, prerequisite for pear#347 factory webhook handler. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 44 minutes and 42 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the @relayfile/sdk dependency from version 0.8.27 to 0.8.29 in both package.json and package-lock.json, along with its associated sub-packages. I have no feedback to provide as there are no review comments or issues identified in these dependency updates.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
FindingsNo blocking issues found in the PR diff. The change is scoped to bumping No files were edited. Addressed comments
ValidationLocal checks run:
I did not run the macOS |
Summary
@relayfile/sdkfrom^0.8.27→^0.8.29Why
Picks up outbound webhook subscription client methods added in relayfile#281 (
registerWebhook,listWebhooks,deleteWebhook,getWebhookDeadLetters,replayWebhookDeadLetter) and theWebhookSubscription/WebhookDeliveryDeadLetterItemtypes.This is the SDK prerequisite for pear#347 — the factory webhook handler that makes the factory stateless.
Test plan
npm run typecheckpasses (both web + node)🤖 Generated with Claude Code