This commit is contained in:
Luiz Silva 2025-08-28 14:02:44 -03:00
parent 430ff53c68
commit 70caa21961
16 changed files with 384 additions and 467 deletions

View file

@ -1,19 +1,19 @@
{
"name": "p-drives",
"version": "0.248.0",
"version": "0.252.0",
"description": "",
"main": "./src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./dist-front/index.js",
"import": "./dist-front/index.mjs",
"require": "./dist-back/index.js"
}
},
"types": "./src/index.ts",
"scripts": {
"clean": "rm -rf dist-require dist-import",
"build": "pnpm run biome && npm --no-git-tag-version version minor && tsup --config ./node_modules/p-comuns/src/tsup/tsup.config.ts",
"build": "pnpm run biome && npm --no-git-tag-version version minor && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts",
"biome": "npx @biomejs/biome check --write ./src",
"nodev": "npx check-node-version --node '>= 20'"
},
@ -25,18 +25,18 @@
},
"license": "ISC",
"dependencies": {
"@types/node": "^20.19.8",
"@types/node": "^20.19.11",
"autenticacao-drive": "git+https://git2.idz.one/publico/autenticacao-drive.git",
"check-node-version": "^4.2.1",
"cross-fetch": "4.1.0",
"dayjs": "1.11.13",
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
"p-respostas": "git+https://git2.idz.one/publico/_respostas.git",
"zod": "3.24.1"
"zod": "4.1.4"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"typescript": "5.5.4",
"tsup": "8.5.0"
"tsup": "8.5.0",
"typescript": "~5.9.2"
}
}