build
This commit is contained in:
parent
e8abe4d284
commit
d53450b686
4 changed files with 73 additions and 74 deletions
10
package.json
10
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-autenticacao-drive",
|
||||
"version": "1.36.0",
|
||||
"version": "1.37.0",
|
||||
"description": "",
|
||||
"main": "./src/index.ts",
|
||||
"exports": {
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"scripts": {
|
||||
"at": "pnpm up @biomejs/biome typescript",
|
||||
"build": "pnpm run check && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts && npm --no-git-tag-version version minor",
|
||||
"biome": "biome check --write ./src && biome check --write ./package.json",
|
||||
"biome": "pnpm exec biome check --write",
|
||||
"nodev": "check-node-version --node '>= 20'",
|
||||
"check": "pnpm run biome && tsc --noEmit"
|
||||
},
|
||||
|
|
@ -25,11 +25,11 @@
|
|||
"uuid": "11.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.0.6",
|
||||
"@types/node": "^20.19.9",
|
||||
"@biomejs/biome": "2.1.4",
|
||||
"@types/node": "^20.19.10",
|
||||
"check-node-version": "^4.2.1",
|
||||
"tsup": "8.5.0",
|
||||
"typescript": "5.5.4"
|
||||
"typescript": "~5.9.2"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue