This commit is contained in:
Luiz Silva 2026-02-08 20:30:35 -03:00
parent 0cbe901499
commit dbe0f66daf
51 changed files with 30 additions and 304 deletions

6
package.json Normal file → Executable file
View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.292.0",
"version": "0.297.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"
}