diff --git a/package.json b/package.json index f133e1e..0887fde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-comuns", - "version": "0.259.0", + "version": "0.261.0", "description": "", "main": "./dist-back/index.js", "module": "./dist-front/index.mjs", diff --git a/pacote.tgz b/pacote.tgz index 1bf1e32..d902c51 100644 Binary files a/pacote.tgz and b/pacote.tgz differ diff --git a/tsup/tsup.config.front.ts b/tsup/tsup.config.front.ts index f018b63..b1eee08 100644 --- a/tsup/tsup.config.front.ts +++ b/tsup/tsup.config.front.ts @@ -17,7 +17,7 @@ export const tsup_config_front: Options = { minify: true, // Recomendado para builds de produção platform: "browser", outExtension: () => ({ js: ".mjs" }), - noExternal: [/./] +noExternal: [/./] } // Exporta a configuração padrão usando defineConfig