This commit is contained in:
marcio 2025-10-06 10:39:22 -03:00
parent 0b83673746
commit 27b38a491c
6 changed files with 299 additions and 272 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-drives",
"version": "0.257.0",
"version": "0.260.0",
"description": "",
"main": "./src/index.ts",
"exports": {
@ -25,7 +25,7 @@
},
"license": "ISC",
"dependencies": {
"@types/node": "^20.19.11",
"@types/node": "^20.19.19",
"autenticacao-drive": "git+https://git2.idz.one/publico/autenticacao-drive.git",
"check-node-version": "^4.2.1",
"cross-fetch": "4.1.0",
@ -37,6 +37,6 @@
"devDependencies": {
"@biomejs/biome": "2.0.6",
"tsup": "8.5.0",
"typescript": "~5.9.2"
"typescript": "~5.9.3"
}
}