.
This commit is contained in:
parent
4f6cc5fae9
commit
0cfbaf86d7
3 changed files with 15 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-respostas",
|
||||
"version": "0.57.0",
|
||||
"version": "0.59.0",
|
||||
"description": "Contrato simples de respostas (sucesso/erro) para APIs e serviços.",
|
||||
"main": "./dist-back/index.js",
|
||||
"module": "./dist-front/index.mjs",
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
"nodev": "check-node-version --node '>= 20'",
|
||||
"pacote": "npm pack && npm pack && mv $(npm pack --silent) pacote.tgz"
|
||||
},
|
||||
"dependencies": {
|
||||
"peerDependencies": {
|
||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
|
||||
"zod": "4.1.4"
|
||||
},
|
||||
|
|
@ -30,8 +30,10 @@
|
|||
"@biomejs/biome": "2.4.0",
|
||||
"@types/node": "^20.19.23",
|
||||
"check-node-version": "^4.2.1",
|
||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
|
||||
"tsup": "^8.5.0",
|
||||
"typescript": "~5.9.3"
|
||||
"typescript": "~5.9.3",
|
||||
"zod": "4.1.4"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue