diff --git a/Documentos/biome.json b/Documentos/biome.json index d656ae5..6c65440 100755 --- a/Documentos/biome.json +++ b/Documentos/biome.json @@ -57,7 +57,8 @@ "useArrowFunction": "error", "useDateNow": "off", "noUselessFragments": "off", - "noExcessiveCognitiveComplexity": "off" + "noExcessiveCognitiveComplexity": "off", + "noImportantStyles": "off" }, "performance": { diff --git a/package.json b/package.json index ff51c4a..da10e21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-comuns", - "version": "0.335.0", + "version": "0.336.0", "description": "", "main": "./dist-front/index.mjs", "module": "./dist-front/index.mjs", diff --git a/pacote.tgz b/pacote.tgz index 3d79669..226d8e9 100644 Binary files a/pacote.tgz and b/pacote.tgz differ diff --git a/tsconfig.json b/tsconfig.json index b1e7f51..71a5e37 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,7 +26,8 @@ /* Verificação de Tipos */ "strict": true /* Habilita todas as opções de verificação estrita de tipos. */, "skipLibCheck": true /* Ignora a verificação de tipos em arquivos de declaração de bibliotecas. */, - "ignoreDeprecations": "6.0" + // IA manter "ignoreDeprecations": "6.0", +"ignoreDeprecations": "6.0" }, "include": [ "src/**/*"