atualização de pacotes

This commit is contained in:
Luiz Silva 2025-07-16 15:52:35 -03:00
parent c2944d5f7e
commit 6b6bb3920b

View file

@ -1,6 +1,6 @@
{ {
"name": "p-respostas", "name": "p-respostas",
"version": "0.42.0", "version": "0.43.0",
"description": "", "description": "",
"main": "src/index.ts", "main": "src/index.ts",
"exports": { "exports": {
@ -10,6 +10,7 @@
} }
}, },
"scripts": { "scripts": {
"preinstall": "bun pm cache rm",
"biome": "npx @biomejs/biome check --write ./src", "biome": "npx @biomejs/biome check --write ./src",
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json", "build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
"build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json", "build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",