Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/content/blog/v1-announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ I used tRPC extensively and really liked it. However, I needed OpenAPI support f

Also, setting up tRPC sometimes felt too complicated, especially for smaller projects like Cloudflare Durable Objects where I just needed a simple API. Another point is that tRPC mostly supports React Query. That was okay for me, but less helpful if you want to use Vue, Solid, or Svelte.

I did some **simple** benchmarks between oRPC and tRPC, and results show (full report [here](https://github.com/unnoq/orpc-benchmarks)):
I did some **simple** benchmarks between oRPC and tRPC, and results show (full report [here](https://github.com/middleapi/orpc-benchmarks)):

- oRPC is **1,6 times typecheck faster** (5.9s vs 9.3s)
- oRPC is **2,8 times runtime faster** (295k reqs vs 104k reqs / 20 sec)
Expand Down
2 changes: 1 addition & 1 deletion apps/content/docs/best-practices/monorepo-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A monorepo stores multiple related projects in a single repository, a common pra
This guide shows you how to efficiently set up a monorepo with oRPC while maintaining end-to-end type safety across all projects.

::: info Playground
Explore a sample monorepo setup in our [Multiservice Monorepo Playground](https://github.com/unnoq/orpc-multiservice-monorepo-playground).
Explore a sample monorepo setup in our [Multiservice Monorepo Playground](https://github.com/middleapi/orpc-multiservice-monorepo-playground).
:::

## TypeScript Project References
Expand Down
2 changes: 1 addition & 1 deletion apps/content/docs/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: oRPC ecosystem & community resources
# Ecosystem

:::info
If your project is missing here, please [open a PR](https://github.com/unnoq/orpc/edit/main/apps/content/docs/ecosystem.md) to add it.
If your project is missing here, please [open a PR](https://github.com/middleapi/orpc/edit/main/apps/content/docs/ecosystem.md) to add it.
:::

## Starter Kits
Expand Down
2 changes: 1 addition & 1 deletion apps/content/docs/integrations/durable-iterator.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class ChatRoom extends DurableIteratorObject<{ message: string }> {
```

::: info
How to use `DurableIteratorObject` without extending it: [see here](https://github.com/unnoq/orpc/tree/main/packages/durable-iterator/src/durable-object/object.ts)
How to use `DurableIteratorObject` without extending it: [see here](https://github.com/middleapi/orpc/tree/main/packages/durable-iterator/src/durable-object/object.ts)
:::

### Upgrade Durable Iterator Request
Expand Down
2 changes: 1 addition & 1 deletion apps/content/docs/openapi/openapi-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deno add npm:@orpc/openapi@latest
oRPC supports OpenAPI 3.1.1 and integrates seamlessly with popular schema libraries like [Zod](https://zod.dev/), [Valibot](https://valibot.dev), and [ArkType](https://arktype.io/). You can generate specifications from either a [Router](/docs/router) or a [Contract](/docs/contract-first/define-contract):

:::info
Interested in support for additional schema libraries? [Let us know](https://github.com/unnoq/orpc/discussions/categories/ideas)!
Interested in support for additional schema libraries? [Let us know](https://github.com/middleapi/orpc/discussions/categories/ideas)!
:::

::: details Want to create your own JSON schema converter?
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://orpc.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/unnoq/orpc.git",
"url": "git+https://github.com/middleapi/orpc.git",
"directory": "packages/ai-sdk"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/pino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://orpc.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/unnoq/orpc.git",
"url": "git+https://github.com/middleapi/orpc.git",
"directory": "packages/pino"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ratelimit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://orpc.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/unnoq/orpc.git",
"url": "git+https://github.com/middleapi/orpc.git",
"directory": "packages/ratelimit"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-server-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://orpc.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/unnoq/orpc.git",
"url": "git+https://github.com/middleapi/orpc.git",
"directory": "packages/standard-server-aws-lambda"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-server-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://orpc.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/unnoq/orpc.git",
"url": "git+https://github.com/middleapi/orpc.git",
"directory": "packages/standard-server-fastify"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-server-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://orpc.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/unnoq/orpc.git",
"url": "git+https://github.com/middleapi/orpc.git",
"directory": "packages/standard-server-node"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tanstack-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://orpc.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/unnoq/orpc.git",
"url": "git+https://github.com/middleapi/orpc.git",
"directory": "packages/tanstack-query"
},
"keywords": [
Expand Down
Loading