ajuste de pacotes

This commit is contained in:
Luiz Silva 2025-10-26 20:20:39 -03:00
parent d9c2b3580e
commit 16706f7438
4 changed files with 11 additions and 4 deletions

View file

@ -29,7 +29,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
var dayjs_exports = {};
__export(dayjs_exports, {
dayjs: () => import_dayjs.default,
dayjsbr: () => dayjsbr
dayjsbr: () => dayjsbr,
default: () => dayjs_default
});
module.exports = __toCommonJS(dayjs_exports);
var import_dayjs = __toESM(require("dayjs"));
@ -52,6 +53,7 @@ import_dayjs.default.extend(import_relativeTime.default);
import_dayjs.default.extend(import_duration.default);
import_dayjs.default.locale("pt-br");
const dayjsbr = import_dayjs.default;
var dayjs_default = dayjsbr;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
dayjs,