This commit is contained in:
marcio 2025-11-10 16:04:29 -03:00
parent e6fa9640bc
commit 24407479cf
31 changed files with 1759 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.276.0",
"version": "0.278.0",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
@ -13,10 +13,6 @@
}
},
"type": "module",
"scripts": {
"biome": "pnpm exec biome check --write",
"check": "pnpm run biome && npx tsc --noEmit",
@ -50,4 +46,4 @@
"uuid": "^11.1.0",
"zod": "4.1.4"
}
}
}