chore: add Open Collective funding link - #72
Conversation
Port of middleapi/orpc#1906: list the middleapi Open Collective in FUNDING.yml, add funding arrays (GitHub Sponsors + Open Collective) to every published package, and update the sponsors blurb generated by scripts/sync-sponsors.ts across the READMEs.
@standardserver/aws-lambda
@standardserver/core
@standardserver/fastify
@standardserver/fetch
@standardserver/node
@standardserver/peer
@standardserver/shared
commit: |
Merging this PR will not alter performance
Comparing Footnotes
|
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — Reviewed the single commit f568d6f across 18 files. Changes:
.github/FUNDING.yml— setsopen_collective: middleapi, filling in the previously empty placeholder.- All 7 published package
package.jsonfiles (core,shared,node,fetch,fastify,aws-lambda,peer) — gain afundingarray carrying the GitHub Sponsors and Open Collective URLs. scripts/sync-sponsors.ts— thebuildSponsorsSectionblurb now links both GitHub Sponsors and Open Collective; this is the single source the README sponsors sections are regenerated from.- Regenerated READMEs (
packages/*/README.md,tests/bun/README.md,tests/deno/README.md) — sponsors blurb updated to match.
I verified the Open Collective URL resolves to a live page, and the diff is fully mechanical with no behavioral code surface. All published packages are covered (tests/playgrounds/root package.json correctly excluded), the funding array is valid npm schema with URL strings, and the hand-maintained package.json edits are consistent with the regenerated README content. Nothing blocking.
DeepSeek Flash (default — pick a model for stronger reviews) | 𝕏

Adds the middleapi Open Collective (https://opencollective.com/middleapi) as a funding option everywhere sponsors can find us, alongside GitHub Sponsors. Ports the funding surfaces of middleapi/orpc#1906 to this repo.
Changes
.github/FUNDING.ymlnow lists themiddleapiOpen Collective, so it shows up under the repository's Sponsor button.fundingarray with both the GitHub Sponsors profile and the Open Collective link (none had a funding field before), sonpm fundand npm package pages surface both.scripts/sync-sponsors.tslinks GitHub Sponsors and Open Collective; the package and test READMEs were regenerated withpnpm sponsors:syncand pass eslint.