From c103e34fa3da235ce46c64081cc0d817c3c40539 Mon Sep 17 00:00:00 2001 From: "Luiz H. R. Silva" Date: Sat, 1 Jun 2024 15:10:20 -0300 Subject: [PATCH] build --- Documentos/biome.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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": {