atualização de pacote

This commit is contained in:
Luiz Silva 2025-07-06 11:25:59 -03:00
parent 7ca49edaac
commit b763471c16
2 changed files with 366 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-drives",
"version": "0.241.0",
"version": "0.242.0",
"description": "",
"main": "src/index.ts",
"exports": {
@ -27,16 +27,16 @@
},
"license": "ISC",
"dependencies": {
"autenticacao-drive": "https://e-licencie.com.br/pacotes/p-autenticacao-drive-1.19.0.tgz",
"cross-fetch": "^4.0.0",
"dayjs": "^1.11.13",
"zod": "3.24.1",
"@biomejs/biome": "^2.0.6",
"@types/node": "^20.14.1",
"autenticacao-drive": "https://e-licencie.com.br/pacotes/p-autenticacao-drive-1.19.0.tgz",
"check-node-version": "^4.2.1",
"cross-fetch": "^4.0.0",
"dayjs": "^1.11.13",
"p-comuns": "git+https://git2.idz.one/luiz/_comuns.git",
"p-respostas": "git+https://git2.idz.one/luiz/_respostas.git",
"tsup": "^8.3.5",
"typescript": "5.5.4"
"typescript": "5.5.4",
"zod": "3.24.1"
}
}