This commit is contained in:
Luiz Silva 2026-02-19 10:24:48 -03:00
parent 4f6cc5fae9
commit 0cfbaf86d7
3 changed files with 15 additions and 14 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "p-respostas", "name": "p-respostas",
"version": "0.57.0", "version": "0.59.0",
"description": "Contrato simples de respostas (sucesso/erro) para APIs e serviços.", "description": "Contrato simples de respostas (sucesso/erro) para APIs e serviços.",
"main": "./dist-back/index.js", "main": "./dist-back/index.js",
"module": "./dist-front/index.mjs", "module": "./dist-front/index.mjs",
@ -22,7 +22,7 @@
"nodev": "check-node-version --node '>= 20'", "nodev": "check-node-version --node '>= 20'",
"pacote": "npm pack && npm pack && mv $(npm pack --silent) pacote.tgz" "pacote": "npm pack && npm pack && mv $(npm pack --silent) pacote.tgz"
}, },
"dependencies": { "peerDependencies": {
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git", "p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
"zod": "4.1.4" "zod": "4.1.4"
}, },
@ -30,8 +30,10 @@
"@biomejs/biome": "2.4.0", "@biomejs/biome": "2.4.0",
"@types/node": "^20.19.23", "@types/node": "^20.19.23",
"check-node-version": "^4.2.1", "check-node-version": "^4.2.1",
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
"tsup": "^8.5.0", "tsup": "^8.5.0",
"typescript": "~5.9.3" "typescript": "~5.9.3",
"zod": "4.1.4"
}, },
"keywords": [], "keywords": [],
"author": { "author": {

Binary file not shown.

21
pnpm-lock.yaml generated
View file

@ -7,13 +7,6 @@ settings:
importers: importers:
.: .:
dependencies:
p-comuns:
specifier: git+https://git2.idz.one/publico/_comuns.git
version: git+https://git2.idz.one/publico/_comuns.git#0ca2e7dc5a12e0f9ab032d5da4f5006983afb855(cross-fetch@4.1.0)(dayjs@1.11.18)(uuid@11.1.0)(zod@4.1.4)
zod:
specifier: 4.1.4
version: 4.1.4
devDependencies: devDependencies:
'@biomejs/biome': '@biomejs/biome':
specifier: 2.4.0 specifier: 2.4.0
@ -24,12 +17,18 @@ importers:
check-node-version: check-node-version:
specifier: ^4.2.1 specifier: ^4.2.1
version: 4.2.1 version: 4.2.1
p-comuns:
specifier: git+https://git2.idz.one/publico/_comuns.git
version: git+https://git2.idz.one/publico/_comuns.git#8ad68103bc38c13ff1b5ca8ebf07e1a153c89238(cross-fetch@4.1.0)(dayjs@1.11.18)(uuid@11.1.0)(zod@4.1.4)
tsup: tsup:
specifier: ^8.5.0 specifier: ^8.5.0
version: 8.5.0(typescript@5.9.3) version: 8.5.0(typescript@5.9.3)
typescript: typescript:
specifier: ~5.9.3 specifier: ~5.9.3
version: 5.9.3 version: 5.9.3
zod:
specifier: 4.1.4
version: 4.1.4
packages: packages:
@ -585,9 +584,9 @@ packages:
object-filter@1.0.2: object-filter@1.0.2:
resolution: {integrity: sha512-NahvP2vZcy1ZiiYah30CEPw0FpDcSkSePJBMpzl5EQgCmISijiGuJm3SPYp7U+Lf2TljyaIw3E5EgkEx/TNEVA==} resolution: {integrity: sha512-NahvP2vZcy1ZiiYah30CEPw0FpDcSkSePJBMpzl5EQgCmISijiGuJm3SPYp7U+Lf2TljyaIw3E5EgkEx/TNEVA==}
p-comuns@git+https://git2.idz.one/publico/_comuns.git#0ca2e7dc5a12e0f9ab032d5da4f5006983afb855: p-comuns@git+https://git2.idz.one/publico/_comuns.git#8ad68103bc38c13ff1b5ca8ebf07e1a153c89238:
resolution: {commit: 0ca2e7dc5a12e0f9ab032d5da4f5006983afb855, repo: https://git2.idz.one/publico/_comuns.git, type: git} resolution: {commit: 8ad68103bc38c13ff1b5ca8ebf07e1a153c89238, repo: https://git2.idz.one/publico/_comuns.git, type: git}
version: 0.312.0 version: 0.313.0
peerDependencies: peerDependencies:
cross-fetch: 4.1.0 cross-fetch: 4.1.0
dayjs: ^1.11.18 dayjs: ^1.11.18
@ -1209,7 +1208,7 @@ snapshots:
object-filter@1.0.2: {} object-filter@1.0.2: {}
p-comuns@git+https://git2.idz.one/publico/_comuns.git#0ca2e7dc5a12e0f9ab032d5da4f5006983afb855(cross-fetch@4.1.0)(dayjs@1.11.18)(uuid@11.1.0)(zod@4.1.4): p-comuns@git+https://git2.idz.one/publico/_comuns.git#8ad68103bc38c13ff1b5ca8ebf07e1a153c89238(cross-fetch@4.1.0)(dayjs@1.11.18)(uuid@11.1.0)(zod@4.1.4):
dependencies: dependencies:
cross-fetch: 4.1.0 cross-fetch: 4.1.0
dayjs: 1.11.18 dayjs: 1.11.18