This commit is contained in:
Luiz Silva 2025-10-24 08:19:14 -03:00
parent 7f3c28ca1b
commit d19d61dfc3
5 changed files with 11 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.247.0",
"version": "0.251.0",
"description": "",
"main": "./dist-back/index.js",
"module": "./dist-front/index.mjs",
@ -12,6 +12,10 @@
"require": "./dist-back/index.js"
}
},
"sideEffects": false,
"peerDependencies": {
"dayjs": "^1.11.0"
},
"scripts": {
"biome": "pnpm exec biome check --write",
"check": "pnpm run biome && npx tsc --noEmit",