zod
This commit is contained in:
parent
2361c08bfb
commit
df0fb40b2f
2 changed files with 56 additions and 56 deletions
26
pnpm-lock.yaml
generated
26
pnpm-lock.yaml
generated
|
|
@ -12,14 +12,14 @@ importers:
|
|||
specifier: 2.4.0
|
||||
version: 2.4.0
|
||||
'@types/node':
|
||||
specifier: ^20.19.23
|
||||
version: 20.19.23
|
||||
specifier: ^22
|
||||
version: 22.19.15
|
||||
check-node-version:
|
||||
specifier: ^4.2.1
|
||||
version: 4.2.1
|
||||
p-comuns:
|
||||
specifier: git+https://git2.idz.one/publico/_comuns.git
|
||||
version: git+https://git2.idz.one/publico/_comuns.git#4ed3d82bb2a8d140e71a16a91628e7920ab0843c(cross-fetch@4.1.0)(dayjs@1.11.18)(uuid@11.1.0)(zod@4.1.4)
|
||||
version: git+https://git2.idz.one/publico/_comuns.git#4ed3d82bb2a8d140e71a16a91628e7920ab0843c(cross-fetch@4.1.0)(dayjs@1.11.18)(uuid@11.1.0)(zod@4.3.6)
|
||||
tsup:
|
||||
specifier: ^8.5.0
|
||||
version: 8.5.0(typescript@5.9.3)
|
||||
|
|
@ -27,8 +27,8 @@ importers:
|
|||
specifier: ~5.9.3
|
||||
version: 5.9.3
|
||||
zod:
|
||||
specifier: 4.1.4
|
||||
version: 4.1.4
|
||||
specifier: 4.3.6
|
||||
version: 4.3.6
|
||||
|
||||
packages:
|
||||
|
||||
|
|
@ -375,8 +375,8 @@ packages:
|
|||
'@types/estree@1.0.8':
|
||||
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
||||
|
||||
'@types/node@20.19.23':
|
||||
resolution: {integrity: sha512-yIdlVVVHXpmqRhtyovZAcSy0MiPcYWGkoO4CGe/+jpP0hmNuihm4XhHbADpK++MsiLHP5MVlv+bcgdF99kSiFQ==}
|
||||
'@types/node@22.19.15':
|
||||
resolution: {integrity: sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==}
|
||||
|
||||
acorn@8.15.0:
|
||||
resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
|
||||
|
|
@ -794,8 +794,8 @@ packages:
|
|||
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
zod@4.1.4:
|
||||
resolution: {integrity: sha512-2YqJuWkU6IIK9qcE4k1lLLhyZ6zFw7XVRdQGpV97jEIZwTrscUw+DY31Xczd8nwaoksyJUIxCojZXwckJovWxA==}
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
snapshots:
|
||||
|
||||
|
|
@ -1006,7 +1006,7 @@ snapshots:
|
|||
|
||||
'@types/estree@1.0.8': {}
|
||||
|
||||
'@types/node@20.19.23':
|
||||
'@types/node@22.19.15':
|
||||
dependencies:
|
||||
undici-types: 6.21.0
|
||||
|
||||
|
|
@ -1208,12 +1208,12 @@ snapshots:
|
|||
|
||||
object-filter@1.0.2: {}
|
||||
|
||||
p-comuns@git+https://git2.idz.one/publico/_comuns.git#4ed3d82bb2a8d140e71a16a91628e7920ab0843c(cross-fetch@4.1.0)(dayjs@1.11.18)(uuid@11.1.0)(zod@4.1.4):
|
||||
p-comuns@git+https://git2.idz.one/publico/_comuns.git#4ed3d82bb2a8d140e71a16a91628e7920ab0843c(cross-fetch@4.1.0)(dayjs@1.11.18)(uuid@11.1.0)(zod@4.3.6):
|
||||
dependencies:
|
||||
cross-fetch: 4.1.0
|
||||
dayjs: 1.11.18
|
||||
uuid: 11.1.0
|
||||
zod: 4.1.4
|
||||
zod: 4.3.6
|
||||
|
||||
package-json-from-dist@1.0.1: {}
|
||||
|
||||
|
|
@ -1421,4 +1421,4 @@ snapshots:
|
|||
string-width: 5.1.2
|
||||
strip-ansi: 7.1.2
|
||||
|
||||
zod@4.1.4: {}
|
||||
zod@4.3.6: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue