atualização de pacotes

This commit is contained in:
Luiz Silva 2025-07-16 11:49:02 -03:00
parent 31408e618a
commit 0a406d4ea9
2 changed files with 21 additions and 15 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-drives",
"version": "0.244.0",
"version": "0.246.0",
"description": "",
"main": "src/index.ts",
"exports": {
@ -30,12 +30,12 @@
"autenticacao-drive": "git+https://git2.idz.one/publico/autenticacao-drive.git#master",
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git#master",
"p-respostas": "git+https://git2.idz.one/publico/_respostas.git#master",
"@biomejs/biome": "^2.0.6",
"@types/node": "^20.14.1",
"@biomejs/biome": "2.0.6",
"@types/node": "^20.19.8",
"check-node-version": "^4.2.1",
"cross-fetch": "^4.0.0",
"dayjs": "^1.11.13",
"tsup": "^8.3.5",
"cross-fetch": "4.1.0",
"dayjs": "1.11.13",
"tsup": "^8.5.0",
"typescript": "5.5.4",
"zod": "3.24.1"
}