@cleverbrush/schema 4.3.0 → 4.3.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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
[](https://github.com/cleverbrush/framework/actions/workflows/ci.yml)
|
|
4
4
|
[](https://standardschema.dev/)
|
|
5
5
|
<!-- bundle-badge-start -->
|
|
6
|
-
[](https://github.com/cleverbrush/framework/blob/master/libs/schema)
|
|
7
7
|
<!-- bundle-badge-end -->
|
|
8
8
|
[](../../LICENSE)
|
|
9
9
|
<!-- coverage-badge-start -->
|
|
10
|
-

|
|
11
11
|
<!-- coverage-badge-end -->
|
|
12
12
|
|
|
13
13
|
A schema definition and validation library for TypeScript — faster than Zod in 14/15 benchmarks (up to 204× faster on invalid input), 3× smaller than Zod v4, and compatible with 50+ ecosystem tools via [Standard Schema v1](https://standardschema.dev/).
|
package/package.json
CHANGED
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
},
|
|
107
107
|
"type": "module",
|
|
108
108
|
"types": "./dist/index.d.ts",
|
|
109
|
-
"version": "4.3.
|
|
109
|
+
"version": "4.3.2",
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@cleverbrush/deep": "^4.3.
|
|
111
|
+
"@cleverbrush/deep": "^4.3.2"
|
|
112
112
|
},
|
|
113
113
|
"peerDependencies": {
|
|
114
114
|
"@standard-schema/spec": "^1.1.0"
|