This commit is contained in:
Luiz Silva 2026-04-02 09:59:50 -03:00
parent e27bcd8e7c
commit 49fdeeabb2
4 changed files with 306 additions and 69 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.318.0",
"version": "0.323.0",
"description": "",
"main": "./dist-front/index.mjs",
"module": "./dist-front/index.mjs",
@ -33,8 +33,8 @@
"dayjs": "^1.11.18",
"@biomejs/biome": "2.4.0",
"@types/node": "^22",
"tsup": "8.5.0",
"typescript": "~5.9.3",
"tsup": "8.5.1",
"typescript": "^6",
"unbuild": "^3.6.1",
"vitest": "^3.2.4"
},