@optique/zod 0.10.0-dev.288 → 0.10.0-dev.290

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 +6 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -166,7 +166,7 @@ If you need async validation, perform it after parsing the CLI arguments.
166
166
 
167
167
 
168
168
  Zod version compatibility
169
- --------------------------
169
+ -------------------------
170
170
 
171
171
  This package supports both Zod v3 (3.25.0+) and Zod v4 (4.0.0+). The basic
172
172
  functionality works identically in both versions.
@@ -194,6 +194,9 @@ pnpm run test:all-versions
194
194
  For more resources
195
195
  ------------------
196
196
 
197
- - [Optique documentation](https://optique.dev/)
198
- - [Zod documentation](https://zod.dev/)
197
+ - [Optique documentation]
198
+ - [Zod documentation]
199
199
  - [Examples directory](/examples/)
200
+
201
+ [Optique documentation]: https://optique.dev/
202
+ [Zod documentation]: https://zod.dev/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/zod",
3
- "version": "0.10.0-dev.288+efb9c966",
3
+ "version": "0.10.0-dev.290+351f37d4",
4
4
  "description": "Zod value parsers for Optique",
5
5
  "keywords": [
6
6
  "CLI",