@infra-blocks/zod-utils 0.14.0-alpha.0 → 0.14.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -191,7 +191,7 @@ zu.geojson().parse({
191
191
 
192
192
  ### Integer
193
193
 
194
- `zu.integer()` produces a branded schema using `z.int()` internally.
194
+ `zu.integer()` produces a [branded type](#branded-types) using `z.int()` internally.
195
195
 
196
196
  ```typescript
197
197
  import { zu, Integer } from "@infra-blocks/zod-utils";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infra-blocks/zod-utils",
3
- "version": "0.14.0-alpha.0",
3
+ "version": "0.14.0",
4
4
  "description": "Extensions to the zod package.",
5
5
  "keywords": [
6
6
  "zod",