@br-validators/zod 1.9.0 → 1.10.0-data.1
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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://github.com/open-data-brazil/br-validators/blob/main/LICENSE)
|
|
5
5
|
[](https://github.com/open-data-brazil/br-validators/releases)
|
|
6
6
|
|
|
7
|
-
Zod schemas that delegate to [`@br-validators/core`](../br-validators) **v1.
|
|
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.
|
|
3
|
+
"version": "1.10.0-data.1",
|
|
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.
|
|
84
|
+
"@br-validators/core": "1.10.0-data.1"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@vitest/coverage-v8": "^3.2.4",
|