This commit is contained in:
Luiz Silva 2026-04-14 10:32:47 -03:00
parent 02d47d893a
commit ed62e06056
3 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
"noExplicitAny": "off", "noExplicitAny": "off",
"noApproximativeNumericConstant": "off", "noApproximativeNumericConstant": "off",
"noAsyncPromiseExecutor": "off", "noAsyncPromiseExecutor": "off",
"noEmptyBlockStatements": "warn", "noEmptyBlockStatements": "off",
"noConsole": "off", "noConsole": "off",
"noArrayIndexKey": "warn" "noArrayIndexKey": "warn"
}, },

View file

@ -1,6 +1,6 @@
{ {
"name": "p-comuns", "name": "p-comuns",
"version": "0.326.0", "version": "0.327.0",
"description": "", "description": "",
"main": "./dist-front/index.mjs", "main": "./dist-front/index.mjs",
"module": "./dist-front/index.mjs", "module": "./dist-front/index.mjs",

Binary file not shown.