zod 4.0.2 → 4.0.3
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 +1 -1
- package/src/v4/classic/compat.ts +1 -0
- package/src/v4/core/versions.ts +1 -1
- package/v4/classic/compat.d.cts +1 -0
- package/v4/classic/compat.d.ts +1 -0
- package/v4/core/versions.cjs +1 -1
- package/v4/core/versions.js +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<br/>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
|
-
<a href="https://github.com/colinhacks/zod/actions?query=branch%
|
|
13
|
+
<a href="https://github.com/colinhacks/zod/actions?query=branch%3Amain"><img src="https://github.com/colinhacks/zod/actions/workflows/test.yml/badge.svg?event=push&branch=main" alt="Zod CI status" /></a>
|
|
14
14
|
<a href="https://opensource.org/licenses/MIT" rel="nofollow"><img src="https://img.shields.io/github/license/colinhacks/zod" alt="License"></a>
|
|
15
15
|
<a href="https://www.npmjs.com/package/zod" rel="nofollow"><img src="https://img.shields.io/npm/dw/zod.svg" alt="npm"></a>
|
|
16
16
|
<a href="https://discord.gg/KaSRdyX2vc" rel="nofollow"><img src="https://img.shields.io/discord/893487829802418277?label=Discord&logo=discord&logoColor=white" alt="discord server"></a>
|
package/package.json
CHANGED
package/src/v4/classic/compat.ts
CHANGED
package/src/v4/core/versions.ts
CHANGED
package/v4/classic/compat.d.cts
CHANGED
package/v4/classic/compat.d.ts
CHANGED
package/v4/core/versions.cjs
CHANGED
package/v4/core/versions.js
CHANGED