@br-validators/zod 1.9.0 → 1.10.0-data.2

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 +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![MIT](https://img.shields.io/badge/license-MIT-blue)](https://github.com/open-data-brazil/br-validators/blob/main/LICENSE)
5
5
  [![GitHub release](https://img.shields.io/github/v/release/open-data-brazil/br-validators)](https://github.com/open-data-brazil/br-validators/releases)
6
6
 
7
- Zod schemas that delegate to [`@br-validators/core`](../br-validators) **v1.9.0** `validate*` functions — same golden vectors, same error messages.
7
+ Zod schemas that delegate to [`@br-validators/core`](../br-validators) **v1.10.0** `validate*` functions — same golden vectors, same error messages.
8
8
 
9
9
  ## Install
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@br-validators/zod",
3
- "version": "1.9.0",
3
+ "version": "1.10.0-data.2",
4
4
  "description": "Zod schemas for Brazilian document validators — delegates to @br-validators/core",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -81,7 +81,7 @@
81
81
  "zod": "^3.23.0 || ^4.0.0"
82
82
  },
83
83
  "dependencies": {
84
- "@br-validators/core": "1.9.0"
84
+ "@br-validators/core": "1.10.0-data.2"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@vitest/coverage-v8": "^3.2.4",