Merge branch 'master-x'

This commit is contained in:
Luiz Silva 2026-02-08 20:33:27 -03:00
commit 336e3ffc48
52 changed files with 79 additions and 304 deletions

6
package.json Normal file → Executable file
View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.298.0",
"version": "0.299.0",
"description": "",
"main": "./dist-front/index.mjs",
"module": "./dist-front/index.mjs",
@ -27,7 +27,7 @@
"license": "ISC",
"dependencies": {
"cross-fetch": "4.1.0",
"dayjs": "^1.11.18",
"dayjs": "1.11.13",
"uuid": "^11.1.0",
"zod": "4.1.4"
},
@ -41,7 +41,7 @@
},
"peerDependencies": {
"cross-fetch": "4.1.0",
"dayjs": "^1.11.18",
"dayjs": "1.11.13",
"uuid": "^11.1.0",
"zod": "4.1.4"
}