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": {