@cleverbrush/schema 4.3.1 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,11 +3,11 @@
3
3
  [![CI](https://github.com/cleverbrush/framework/actions/workflows/ci.yml/badge.svg)](https://github.com/cleverbrush/framework/actions/workflows/ci.yml)
4
4
  [![Standard Schema v1](https://img.shields.io/badge/Standard%20Schema-v1-blue)](https://standardschema.dev/)
5
5
  <!-- bundle-badge-start -->
6
- [![Bundle size](https://img.shields.io/badge/bundle-20.2%20KB%20gzip-green)](https://github.com/cleverbrush/framework/blob/master/libs/schema)
6
+ [![Bundle size](https://img.shields.io/badge/bundle-20.3%20KB%20gzip-green)](https://github.com/cleverbrush/framework/blob/master/libs/schema)
7
7
  <!-- bundle-badge-end -->
8
8
  [![License: BSD-3-Clause](https://img.shields.io/badge/license-BSD--3--Clause-blue.svg)](../../LICENSE)
9
9
  <!-- coverage-badge-start -->
10
- ![Coverage](https://img.shields.io/badge/coverage-98%25-brightgreen)
10
+ ![Coverage](https://img.shields.io/badge/coverage-97.7%25-brightgreen)
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.1",
109
+ "version": "4.3.2",
110
110
  "devDependencies": {
111
- "@cleverbrush/deep": "^4.3.1"
111
+ "@cleverbrush/deep": "^4.3.2"
112
112
  },
113
113
  "peerDependencies": {
114
114
  "@standard-schema/spec": "^1.1.0"