@orpc/zod 0.0.0-next.a932824 → 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 +5 -5
package/README.md CHANGED
@@ -131,6 +131,14 @@ const InputSchema = oz.openapi(
131
131
  )
132
132
  ```
133
133
 
134
+ ## Sponsors
135
+
136
+ <p align="center">
137
+ <a href="https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg">
138
+ <img src='https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg'/>
139
+ </a>
140
+ </p>
141
+
134
142
  ## License
135
143
 
136
144
  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/zod",
3
3
  "type": "module",
4
- "version": "0.0.0-next.a932824",
4
+ "version": "0.0.0-next.aa51bbc",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -24,15 +24,15 @@
24
24
  "dist"
25
25
  ],
26
26
  "peerDependencies": {
27
- "@orpc/contract": "0.0.0-next.a932824",
28
- "@orpc/server": "0.0.0-next.a932824"
27
+ "@orpc/contract": "0.0.0-next.aa51bbc",
28
+ "@orpc/server": "0.0.0-next.aa51bbc"
29
29
  },
30
30
  "dependencies": {
31
31
  "escape-string-regexp": "^5.0.0",
32
32
  "wildcard-match": "^5.1.3",
33
33
  "zod": "^3.24.2",
34
- "@orpc/openapi": "0.0.0-next.a932824",
35
- "@orpc/shared": "0.0.0-next.a932824"
34
+ "@orpc/openapi": "0.0.0-next.aa51bbc",
35
+ "@orpc/shared": "0.0.0-next.aa51bbc"
36
36
  },
37
37
  "devDependencies": {
38
38
  "zod-to-json-schema": "^3.24.3"