adicionado testes de rotas e alrerado padroes

This commit is contained in:
Luiz Silva 2025-09-08 14:57:27 -03:00
parent 7e7cf8e7df
commit f2eea9962b
8 changed files with 460 additions and 15 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.225.0",
"version": "0.228.0",
"description": "",
"main": "./dist-back/index.js",
"module": "./dist-front/index.mjs",
@ -15,7 +15,8 @@
"scripts": {
"biome": "pnpm exec biome check --write",
"check": "pnpm run biome && npx tsc --noEmit",
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./tsup/tsup.config.ts"
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./tsup/tsup.config.ts",
"teste": "npx vitest run src/testes/TipagemRotas.test.ts"
},
"author": {
"name": "AZTECA SOFTWARE LTDA",
@ -33,6 +34,7 @@
"@biomejs/biome": "2.1.4",
"@types/node": "^20.19.11",
"tsup": "8.5.0",
"typescript": "~5.9.2"
"typescript": "~5.9.2",
"vitest": "^3.2.4"
}
}