build
This commit is contained in:
parent
7eebbec729
commit
2fd21b3c24
2 changed files with 15 additions and 15 deletions
16
package.json
16
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-respostas",
|
||||
"version": "0.37.0",
|
||||
"version": "0.38.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
|
@ -10,16 +10,19 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "pnpm up p-*",
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
||||
"build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run biome && pnpm run build-back && pnpm run build-front",
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"postinstall": "pnpm up p-*",
|
||||
"nodev": "check-node-version --node '>= 20'",
|
||||
"at": "pnpm up p-*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dependencies": {
|
||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git#master",
|
||||
"zod": "3.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.0.6",
|
||||
"@types/node": "^20.14.1",
|
||||
"check-node-version": "^4.2.1",
|
||||
|
|
@ -31,8 +34,5 @@
|
|||
"email": "ti@e-licencie.com.br",
|
||||
"url": "https://e-licencie.com.br"
|
||||
},
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"zod": "3.24.1"
|
||||
}
|
||||
"license": "ISC"
|
||||
}
|
||||
|
|
|
|||
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
|
|
@ -8,6 +8,9 @@ importers:
|
|||
|
||||
.:
|
||||
dependencies:
|
||||
p-comuns:
|
||||
specifier: git+https://git2.idz.one/publico/_comuns.git#master
|
||||
version: git+https://git2.idz.one/publico/_comuns.git#4b9e2a537dad62ddb4b866f39959b1d1180205f3
|
||||
zod:
|
||||
specifier: 3.24.1
|
||||
version: 3.24.1
|
||||
|
|
@ -21,9 +24,6 @@ importers:
|
|||
check-node-version:
|
||||
specifier: ^4.2.1
|
||||
version: 4.2.1
|
||||
p-comuns:
|
||||
specifier: git+https://git2.idz.one/publico/_comuns.git#master
|
||||
version: git+https://git2.idz.one/publico/_comuns.git#a4f38b84d78357c72fe2336cffd03af4f084ecd7
|
||||
typescript:
|
||||
specifier: 5.5.4
|
||||
version: 5.5.4
|
||||
|
|
@ -131,9 +131,9 @@ packages:
|
|||
object-filter@1.0.2:
|
||||
resolution: {integrity: sha512-NahvP2vZcy1ZiiYah30CEPw0FpDcSkSePJBMpzl5EQgCmISijiGuJm3SPYp7U+Lf2TljyaIw3E5EgkEx/TNEVA==}
|
||||
|
||||
p-comuns@git+https://git2.idz.one/publico/_comuns.git#a4f38b84d78357c72fe2336cffd03af4f084ecd7:
|
||||
resolution: {commit: a4f38b84d78357c72fe2336cffd03af4f084ecd7, repo: https://git2.idz.one/publico/_comuns.git, type: git}
|
||||
version: 0.120.0
|
||||
p-comuns@git+https://git2.idz.one/publico/_comuns.git#4b9e2a537dad62ddb4b866f39959b1d1180205f3:
|
||||
resolution: {commit: 4b9e2a537dad62ddb4b866f39959b1d1180205f3, repo: https://git2.idz.one/publico/_comuns.git, type: git}
|
||||
version: 0.123.0
|
||||
|
||||
queue-microtask@1.2.3:
|
||||
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
|
||||
|
|
@ -252,7 +252,7 @@ snapshots:
|
|||
|
||||
object-filter@1.0.2: {}
|
||||
|
||||
p-comuns@git+https://git2.idz.one/publico/_comuns.git#a4f38b84d78357c72fe2336cffd03af4f084ecd7:
|
||||
p-comuns@git+https://git2.idz.one/publico/_comuns.git#4b9e2a537dad62ddb4b866f39959b1d1180205f3:
|
||||
dependencies:
|
||||
cross-fetch: 4.1.0
|
||||
zod: 3.24.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue