restauração

This commit is contained in:
Luiz Silva 2025-10-23 22:34:03 -03:00
parent 9dd2c4025b
commit 8c8802d6f7
31 changed files with 1285 additions and 129 deletions

View file

@ -1,14 +1,21 @@
{
"name": "p-comuns",
"version": "0.255.0",
"version": "0.246.0",
"description": "",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"sideEffects": false,
"main": "./dist-back/index.js",
"module": "./dist-front/index.mjs",
"types": "./dist-front/index.d.mts",
"exports": {
".": {
"types": "./dist-front/index.d.mts",
"import": "./dist-front/index.mjs",
"require": "./dist-back/index.js"
}
},
"scripts": {
"biome": "pnpm exec biome check --write",
"check": "pnpm run biome && npx tsc --noEmit",
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./tsup/tsup.config.ouro.ts",
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./tsup/tsup.config.ts",
"teste": "npx vitest run src/testes/TipagemRotas.test.ts"
},
"author": {
@ -29,8 +36,5 @@
"tsup": "8.5.0",
"typescript": "~5.9.3",
"vitest": "^3.2.4"
},
"browser": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"jsdelivr": "dist/index.global.js"
}
}