This commit is contained in:
Luiz H. R. Silva 2024-06-04 13:24:16 -03:00
parent 0482d3c102
commit 8ec9d76b6f
289 changed files with 5 additions and 23898 deletions

View file

@ -1,16 +1,16 @@
{
"name": "~comuns",
"version": "0.21.0",
"version": "0.24.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "pnpm run biome && npm --no-git-tag-version version minor && tsc",
"biome": "npx @biomejs/biome check --apply ./src && npx @biomejs/biome format --write ./src"
"build": "rm -rf ./dist && pnpm run biome && npm --no-git-tag-version version minor && tsc",
"biome": "npx @biomejs/biome check --apply ./src"
},
"author": "",
"license": "ISC",
"dependencies": {
"zod": "^3.22.4"
"zod": "3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",