This commit is contained in:
marcio 2025-11-11 07:59:27 -03:00
parent ef34df1657
commit 484f2f4593
7 changed files with 16 additions and 17 deletions

View file

@ -1,18 +1,17 @@
{
"name": "p-comuns",
"version": "0.284.0",
"version": "0.285.0",
"description": "",
"main": "./dist-front/index.mjs",
"module": "./dist-front/index.mjs",
"types": "./dist-front/index.d.ts",
"types": "./dist-front/index.d.mts",
"exports": {
".": {
"types": "./dist-front/index.d.ts",
"types": "./dist-front/index.d.mts",
"import": "./dist-front/index.mjs",
"require": "./dist-back/index.js"
}
},
"type": "module",
"scripts": {
"biome": "pnpm exec biome check --write",
"check": "pnpm run biome && npx tsc --noEmit",