movido autenticação residuos

This commit is contained in:
Luiz H. R. Silva 2024-06-17 21:56:03 -03:00
parent ac72e91563
commit b01ceca6b8
13 changed files with 8 additions and 132 deletions

View file

@ -1,16 +1,20 @@
{
"name": "p-comuns",
"version": "0.29.0",
"version": "0.31.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf ./dist && pnpm run biome && npm --no-git-tag-version version minor && tsc",
"biome": "npx @biomejs/biome check --write ./src"
},
"author": "",
"author": {
"name": "AZTECA SOFTWARE LTDA",
"email": "ti@e-licencie.com.br",
"url": "https://e-licencie.com.br"
},
"license": "ISC",
"dependencies": {
"zod": "3.23.8"
"zod": "latest"
},
"devDependencies": {
"@biomejs/biome": "latest",