implentado local valor

This commit is contained in:
Luiz Silva 2025-10-18 16:15:35 -03:00
parent 4637042883
commit 4a319bef73
8 changed files with 392 additions and 290 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.243.0",
"version": "0.246.0",
"description": "",
"main": "./dist-back/index.js",
"module": "./dist-front/index.mjs",
@ -26,15 +26,15 @@
"license": "ISC",
"dependencies": {
"cross-fetch": "4.1.0",
"dayjs": "^1.11.15",
"dayjs": "^1.11.18",
"uuid": "^11.1.0",
"zod": "4.1.4"
},
"devDependencies": {
"@biomejs/biome": "2.1.4",
"@types/node": "^20.19.11",
"@types/node": "^20.19.22",
"tsup": "8.5.0",
"typescript": "~5.9.2",
"typescript": "~5.9.3",
"vitest": "^3.2.4"
}
}