From 7d4fe4ad61515c36c140ced4af5d5eac89b552c2 Mon Sep 17 00:00:00 2001 From: Luiz Silva Date: Mon, 10 Mar 2025 16:31:01 -0300 Subject: [PATCH] noAsyncPromiseExecutor --- 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 b81b01f..3c496b0 100644 --- a/Documentos/biome.json +++ b/Documentos/biome.json @@ -12,7 +12,8 @@ "noDoubleEquals": "off", "noExplicitAny": "off", "noDebugger": "off", - "noApproximativeNumericConstant": "off" + "noApproximativeNumericConstant": "off", + "noAsyncPromiseExecutor": "off" }, "style": { "noUselessElse": "off" diff --git a/package.json b/package.json index 63d90af..8dec6f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-comuns", - "version": "0.100.0", + "version": "0.101.0", "description": "", "main": "dist/index.js", "scripts": {