diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 2304f61..533a3fd 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -2,7 +2,7 @@ github: [dinwwwh] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username +open_collective: middleapi ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry diff --git a/packages/aws-lambda/README.md b/packages/aws-lambda/README.md index d8c96ba..80d5ec7 100644 --- a/packages/aws-lambda/README.md +++ b/packages/aws-lambda/README.md @@ -112,7 +112,7 @@ For the project overview and the shared contract, see the [core documentation](h ## Sponsors -Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going here: [GitHub Sponsors](https://github.com/sponsors/dinwwwh). Every bit helps! 🚀 +Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going through [GitHub Sponsors](https://github.com/sponsors/dinwwwh) or [Open Collective](https://opencollective.com/middleapi). Every bit helps! 🚀 diff --git a/packages/aws-lambda/package.json b/packages/aws-lambda/package.json index f93322a..5d260a0 100644 --- a/packages/aws-lambda/package.json +++ b/packages/aws-lambda/package.json @@ -3,6 +3,10 @@ "type": "module", "version": "0.8.0", "license": "MIT", + "funding": [ + "https://github.com/sponsors/dinwwwh", + "https://opencollective.com/middleapi" + ], "homepage": "https://standardserver.dev", "repository": { "type": "git", diff --git a/packages/core/README.md b/packages/core/README.md index 3ee9cff..c6dc225 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -466,7 +466,7 @@ For transport-specific quick-starts and options, see the adapter documentation: ## Sponsors -Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going here: [GitHub Sponsors](https://github.com/sponsors/dinwwwh). Every bit helps! 🚀 +Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going through [GitHub Sponsors](https://github.com/sponsors/dinwwwh) or [Open Collective](https://opencollective.com/middleapi). Every bit helps! 🚀
diff --git a/packages/core/package.json b/packages/core/package.json index 84f9df0..7d1b79f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,6 +3,10 @@ "type": "module", "version": "0.8.0", "license": "MIT", + "funding": [ + "https://github.com/sponsors/dinwwwh", + "https://opencollective.com/middleapi" + ], "homepage": "https://standardserver.dev", "repository": { "type": "git", diff --git a/packages/fastify/README.md b/packages/fastify/README.md index 877e60c..a9e0857 100644 --- a/packages/fastify/README.md +++ b/packages/fastify/README.md @@ -139,7 +139,7 @@ For the project overview and the shared contract, see the [core documentation](h ## Sponsors -Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going here: [GitHub Sponsors](https://github.com/sponsors/dinwwwh). Every bit helps! 🚀 +Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going through [GitHub Sponsors](https://github.com/sponsors/dinwwwh) or [Open Collective](https://opencollective.com/middleapi). Every bit helps! 🚀
diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 0126ab9..ef0878e 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -3,6 +3,10 @@ "type": "module", "version": "0.8.0", "license": "MIT", + "funding": [ + "https://github.com/sponsors/dinwwwh", + "https://opencollective.com/middleapi" + ], "homepage": "https://standardserver.dev", "repository": { "type": "git", diff --git a/packages/fetch/README.md b/packages/fetch/README.md index 6c46ca6..8de7064 100644 --- a/packages/fetch/README.md +++ b/packages/fetch/README.md @@ -124,7 +124,7 @@ For the project overview and the shared contract this adapter implements, see th ## Sponsors -Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going here: [GitHub Sponsors](https://github.com/sponsors/dinwwwh). Every bit helps! 🚀 +Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going through [GitHub Sponsors](https://github.com/sponsors/dinwwwh) or [Open Collective](https://opencollective.com/middleapi). Every bit helps! 🚀
diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 76ebc39..082d89d 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -3,6 +3,10 @@ "type": "module", "version": "0.8.0", "license": "MIT", + "funding": [ + "https://github.com/sponsors/dinwwwh", + "https://opencollective.com/middleapi" + ], "homepage": "https://standardserver.dev", "repository": { "type": "git", diff --git a/packages/node/README.md b/packages/node/README.md index 9e48364..7a47dc8 100644 --- a/packages/node/README.md +++ b/packages/node/README.md @@ -100,7 +100,7 @@ For the project overview and the shared contract this adapter implements, see th ## Sponsors -Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going here: [GitHub Sponsors](https://github.com/sponsors/dinwwwh). Every bit helps! 🚀 +Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going through [GitHub Sponsors](https://github.com/sponsors/dinwwwh) or [Open Collective](https://opencollective.com/middleapi). Every bit helps! 🚀
diff --git a/packages/node/package.json b/packages/node/package.json index 14cc87c..142d016 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -3,6 +3,10 @@ "type": "module", "version": "0.8.0", "license": "MIT", + "funding": [ + "https://github.com/sponsors/dinwwwh", + "https://opencollective.com/middleapi" + ], "homepage": "https://standardserver.dev", "repository": { "type": "git", diff --git a/packages/peer/README.md b/packages/peer/README.md index e1adaed..4e93f2b 100644 --- a/packages/peer/README.md +++ b/packages/peer/README.md @@ -163,7 +163,7 @@ For the project overview and the shared contract this adapter implements, see th ## Sponsors -Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going here: [GitHub Sponsors](https://github.com/sponsors/dinwwwh). Every bit helps! 🚀 +Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going through [GitHub Sponsors](https://github.com/sponsors/dinwwwh) or [Open Collective](https://opencollective.com/middleapi). Every bit helps! 🚀
diff --git a/packages/peer/package.json b/packages/peer/package.json index d07e2bd..109294f 100644 --- a/packages/peer/package.json +++ b/packages/peer/package.json @@ -3,6 +3,10 @@ "type": "module", "version": "0.8.0", "license": "MIT", + "funding": [ + "https://github.com/sponsors/dinwwwh", + "https://opencollective.com/middleapi" + ], "homepage": "https://standardserver.dev", "repository": { "type": "git", diff --git a/packages/shared/README.md b/packages/shared/README.md index bae3abe..ff985d1 100644 --- a/packages/shared/README.md +++ b/packages/shared/README.md @@ -43,7 +43,7 @@ For the project overview and the public contract of the ecosystem, see the [core ## Sponsors -Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going here: [GitHub Sponsors](https://github.com/sponsors/dinwwwh). Every bit helps! 🚀 +Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going through [GitHub Sponsors](https://github.com/sponsors/dinwwwh) or [Open Collective](https://opencollective.com/middleapi). Every bit helps! 🚀
diff --git a/packages/shared/package.json b/packages/shared/package.json index fce14df..9eb5bd1 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -3,6 +3,10 @@ "type": "module", "version": "0.8.0", "license": "MIT", + "funding": [ + "https://github.com/sponsors/dinwwwh", + "https://opencollective.com/middleapi" + ], "homepage": "https://standardserver.dev", "repository": { "type": "git", diff --git a/scripts/sync-sponsors.ts b/scripts/sync-sponsors.ts index 17260f5..974acb6 100644 --- a/scripts/sync-sponsors.ts +++ b/scripts/sync-sponsors.ts @@ -131,7 +131,7 @@ function buildSponsorsSection(sponsors: Sponsor[]): string { const lines = [ '## Sponsors', '', - 'Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going here: [GitHub Sponsors](https://github.com/sponsors/dinwwwh). Every bit helps! 🚀', + 'Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going through [GitHub Sponsors](https://github.com/sponsors/dinwwwh) or [Open Collective](https://opencollective.com/middleapi). Every bit helps! 🚀', '', ] diff --git a/tests/bun/README.md b/tests/bun/README.md index f614b0e..793b897 100644 --- a/tests/bun/README.md +++ b/tests/bun/README.md @@ -2,7 +2,7 @@ ## Sponsors -Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going here: [GitHub Sponsors](https://github.com/sponsors/dinwwwh). Every bit helps! 🚀 +Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going through [GitHub Sponsors](https://github.com/sponsors/dinwwwh) or [Open Collective](https://opencollective.com/middleapi). Every bit helps! 🚀
diff --git a/tests/deno/README.md b/tests/deno/README.md index 139688a..6e8c710 100644 --- a/tests/deno/README.md +++ b/tests/deno/README.md @@ -2,7 +2,7 @@ ## Sponsors -Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going here: [GitHub Sponsors](https://github.com/sponsors/dinwwwh). Every bit helps! 🚀 +Like what we build over at [middleapi](https://github.com/middleapi)? You can help keep it going through [GitHub Sponsors](https://github.com/sponsors/dinwwwh) or [Open Collective](https://opencollective.com/middleapi). Every bit helps! 🚀