This commit is contained in:
Luiz Silva 2025-10-27 11:46:39 -03:00
parent f02f1029b3
commit 8eafd7c943
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.269.0",
"version": "0.271.0",
"description": "",
"main": "./dist-back/index.js",
"module": "./dist-front/index.mjs",
@ -37,5 +37,11 @@
"tsup": "8.5.0",
"typescript": "~5.9.3",
"vitest": "^3.2.4"
},
"peerDependencies": {
"cross-fetch": "4.1.0",
"dayjs": "^1.11.18",
"uuid": "^11.1.0",
"zod": "4.1.4"
}
}