This commit is contained in:
Luiz Silva 2025-08-28 13:56:18 -03:00
parent 11b24c3b98
commit ccba36f828
2 changed files with 247 additions and 246 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.218.0",
"version": "0.220.0",
"description": "",
"main": "./dist-back/index.js",
"module": "./dist-front/index.mjs",
@ -25,13 +25,13 @@
"license": "ISC",
"dependencies": {
"cross-fetch": "4.1.0",
"dayjs": "^1.11.13",
"dayjs": "^1.11.15",
"uuid": "^11.1.0",
"zod": "3.24.1"
"zod": "4.1.4"
},
"devDependencies": {
"@biomejs/biome": "2.1.4",
"@types/node": "^20.19.9",
"@types/node": "^20.19.11",
"tsup": "8.5.0",
"typescript": "~5.9.2"
}