@orpc/openapi 0.0.0-next.a8e421c → 0.0.0-next.aa51bbc

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 +9 -9
package/README.md CHANGED
@@ -90,6 +90,14 @@ const server = createServer(async (req, res) => {
90
90
  server.listen(3000, '127.0.0.1', () => console.log('Listening on 127.0.0.1:3000'))
91
91
  ```
92
92
 
93
+ ## Sponsors
94
+
95
+ <p align="center">
96
+ <a href="https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg">
97
+ <img src='https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg'/>
98
+ </a>
99
+ </p>
100
+
93
101
  ## License
94
102
 
95
103
  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/openapi",
3
3
  "type": "module",
4
- "version": "0.0.0-next.a8e421c",
4
+ "version": "0.0.0-next.aa51bbc",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -52,14 +52,14 @@
52
52
  "json-schema-typed": "^8.0.1",
53
53
  "openapi-types": "^12.1.3",
54
54
  "rou3": "^0.5.1",
55
- "@orpc/openapi-client": "0.0.0-next.a8e421c",
56
- "@orpc/shared": "0.0.0-next.a8e421c",
57
- "@orpc/server": "0.0.0-next.a8e421c",
58
- "@orpc/contract": "0.0.0-next.a8e421c",
59
- "@orpc/client": "0.0.0-next.a8e421c",
60
- "@orpc/standard-server": "0.0.0-next.a8e421c",
61
- "@orpc/standard-server-node": "0.0.0-next.a8e421c",
62
- "@orpc/standard-server-fetch": "0.0.0-next.a8e421c"
55
+ "@orpc/client": "0.0.0-next.aa51bbc",
56
+ "@orpc/contract": "0.0.0-next.aa51bbc",
57
+ "@orpc/server": "0.0.0-next.aa51bbc",
58
+ "@orpc/standard-server": "0.0.0-next.aa51bbc",
59
+ "@orpc/shared": "0.0.0-next.aa51bbc",
60
+ "@orpc/standard-server-node": "0.0.0-next.aa51bbc",
61
+ "@orpc/standard-server-fetch": "0.0.0-next.aa51bbc",
62
+ "@orpc/openapi-client": "0.0.0-next.aa51bbc"
63
63
  },
64
64
  "devDependencies": {
65
65
  "zod": "^3.24.2"