diff --git a/Documentos/biome.json b/Documentos/biome.json index f25b580..9ea8a1e 100644 --- a/Documentos/biome.json +++ b/Documentos/biome.json @@ -18,7 +18,8 @@ }, "complexity": { "noBannedTypes": "off", - "noForEach": "off" + "noForEach": "off", + "useLiteralKeys": "off" }, "correctness": { "noEmptyPattern": "off" diff --git a/package.json b/package.json index 30ba6f4..a5e3c95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "~comuns", - "version": "0.19.0", + "version": "0.20.0", "description": "", "main": "dist/index.js", "scripts": {