@orpc/client 0.0.0-next.7134cf9 → 0.0.0-next.73a87c7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -87,6 +87,14 @@ const client: RouterClient<typeof router> = createORPCClient(link)
87
87
  const client: ContractRouterClient<typeof contract> = createORPCClient(link)
88
88
  ```
89
89
 
90
+ ## Sponsors
91
+
92
+ <p align="center">
93
+ <a href="https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg">
94
+ <img src='https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg'/>
95
+ </a>
96
+ </p>
97
+
90
98
  ## License
91
99
 
92
100
  Distributed under the MIT License. See [LICENSE](https://github.com/unnoq/orpc/blob/main/LICENSE) for more information.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/client",
3
3
  "type": "module",
4
- "version": "0.0.0-next.7134cf9",
4
+ "version": "0.0.0-next.73a87c7",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -39,9 +39,9 @@
39
39
  "dist"
40
40
  ],
41
41
  "dependencies": {
42
- "@orpc/shared": "0.0.0-next.7134cf9",
43
- "@orpc/standard-server": "0.0.0-next.7134cf9",
44
- "@orpc/standard-server-fetch": "0.0.0-next.7134cf9"
42
+ "@orpc/shared": "0.0.0-next.73a87c7",
43
+ "@orpc/standard-server": "0.0.0-next.73a87c7",
44
+ "@orpc/standard-server-fetch": "0.0.0-next.73a87c7"
45
45
  },
46
46
  "devDependencies": {
47
47
  "zod": "^3.24.2"