feat: implement zod-validation-error (#10534)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Denis Cristea
2024-10-06 17:43:06 +03:00
committed by GitHub
parent 24128a3c45
commit 8ab4124ef9
22 changed files with 88 additions and 97 deletions

13
pnpm-lock.yaml generated
View File

@@ -685,6 +685,9 @@ importers:
zod:
specifier: ^3.23.8
version: 3.23.8
zod-validation-error:
specifier: ^3.4.0
version: 3.4.0(zod@3.23.8)
devDependencies:
'@discordjs/api-extractor':
specifier: workspace:^
@@ -13661,6 +13664,12 @@ packages:
peerDependencies:
zod: ^3.18.0
zod-validation-error@3.4.0:
resolution: {integrity: sha512-ZOPR9SVY6Pb2qqO5XHt+MkkTRxGXb4EVtnjc9JpXUOtUB1T9Ru7mZOT361AN3MsetVe7R0a1KZshJDZdgp9miQ==}
engines: {node: '>=18.0.0'}
peerDependencies:
zod: ^3.18.0
zod@3.23.8:
resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==}
@@ -29775,6 +29784,10 @@ snapshots:
dependencies:
zod: 3.23.8
zod-validation-error@3.4.0(zod@3.23.8):
dependencies:
zod: 3.23.8
zod@3.23.8: {}
zwitch@2.0.4: {}