This commit is contained in:
Luiz Silva 2025-10-25 16:39:25 -03:00
parent cd1eb0ae39
commit 43f9b8ef94
5 changed files with 485 additions and 260 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-autenticacao-drive",
"version": "1.39.0",
"version": "1.40.0",
"description": "",
"main": "./src/index.ts",
"exports": {
@ -13,20 +13,21 @@
"types": "./src/index.ts",
"scripts": {
"at": "pnpm up @biomejs/biome typescript",
"build": "pnpm run check && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts && npm --no-git-tag-version version minor",
"build": "pnpm run check && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts && npm --no-git-tag-version version minor && pnpm run pacote",
"biome": "pnpm exec biome check --write",
"nodev": "check-node-version --node '>= 20'",
"check": "pnpm run biome && tsc --noEmit"
"check": "pnpm run biome && tsc --noEmit",
"pacote": "npm pack && npm pack && mv $(npm pack --silent) pacote.tgz"
},
"dependencies": {
"cross-fetch": "4.1.0",
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
"p-respostas": "git+https://git2.idz.one/publico/_respostas.git",
"p-comuns": "https://git2.idz.one/publico/_comuns/raw/branch/master/pacote.tgz",
"p-respostas": "https://git2.idz.one/publico/_respostas/raw/branch/master/pacote.tgz",
"uuid": "11.1.0"
},
"devDependencies": {
"@biomejs/biome": "2.1.4",
"@types/node": "^20.19.10",
"@types/node": "^20.19.13",
"check-node-version": "^4.2.1",
"tsup": "8.5.0",
"typescript": "~5.9.2"