merge
This commit is contained in:
commit
bb8d8c6835
9 changed files with 262 additions and 663 deletions
16
package.json
16
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-drives",
|
||||
"version": "0.262.0",
|
||||
"version": "0.264.0",
|
||||
"description": "",
|
||||
"main": "./src/index.ts",
|
||||
"exports": {
|
||||
|
|
@ -13,9 +13,10 @@
|
|||
"types": "./src/index.ts",
|
||||
"scripts": {
|
||||
"clean": "rm -rf dist-require dist-import",
|
||||
"build": "pnpm run biome && npm --no-git-tag-version version minor && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts",
|
||||
"build": "pnpm run biome && npm --no-git-tag-version version minor && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts && pnpm run pacote",
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"nodev": "npx check-node-version --node '>= 20'"
|
||||
"nodev": "npx check-node-version --node '>= 20'",
|
||||
"pacote": "npm pack && npm pack && mv $(npm pack --silent) pacote.tgz"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": {
|
||||
|
|
@ -25,13 +26,12 @@
|
|||
},
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@types/node": "^20.19.19",
|
||||
"autenticacao-drive": "git+https://git2.idz.one/publico/autenticacao-drive.git",
|
||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
|
||||
"p-respostas": "git+https://git2.idz.one/publico/_respostas.git",
|
||||
"@types/node": "^20.19.11",
|
||||
"check-node-version": "^4.2.1",
|
||||
"cross-fetch": "4.1.0",
|
||||
"dayjs": "1.11.13",
|
||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
|
||||
"p-respostas": "git+https://git2.idz.one/publico/_respostas.git",
|
||||
"zod": "4.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -39,4 +39,4 @@
|
|||
"tsup": "8.5.0",
|
||||
"typescript": "~5.9.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue