This commit is contained in:
Luiz H. R. Silva 2024-07-05 15:34:46 -03:00
parent 1361effbf6
commit 0f0fe3be08
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-drives",
"version": "0.124.0",
"version": "0.125.0",
"description": "",
"main": "src/index.ts",
"exports": {
@ -35,6 +35,6 @@
"license": "ISC",
"dependencies": {
"cross-fetch": "^4.0.0",
"zod": "latest"
"zod": "3.23.8"
}
}

2
pnpm-lock.yaml generated
View file

@ -12,7 +12,7 @@ importers:
specifier: ^4.0.0
version: 4.0.0
zod:
specifier: latest
specifier: 3.23.8
version: 3.23.8
devDependencies:
'@biomejs/biome':