This commit is contained in:
MarcioJRGodoi 2026-04-13 15:56:34 -03:00
commit 95ceb92d9c
59 changed files with 1114 additions and 452 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.298.0",
"version": "0.317.0",
"description": "",
"main": "./dist-front/index.mjs",
"module": "./dist-front/index.mjs",
@ -25,14 +25,13 @@
"url": "https://e-licencie.com.br"
},
"license": "ISC",
"dependencies": {
"cross-fetch": "4.1.0",
"dayjs": "^1.11.18",
"uuid": "^11.1.0",
"zod": "4.1.4"
},
"dependencies": {},
"devDependencies": {
"@biomejs/biome": "2.1.4",
"cross-fetch": "4.1.0",
"uuid": "^11.1.0",
"zod": "4.1.4",
"dayjs": "^1.11.18",
"@biomejs/biome": "2.4.0",
"@types/node": "^20.19.22",
"tsup": "8.5.0",
"typescript": "~5.9.3",
@ -45,4 +44,4 @@
"uuid": "^11.1.0",
"zod": "4.1.4"
}
}
}