This commit is contained in:
Luiz Silva 2025-10-27 12:42:58 -03:00
parent 10a3312418
commit a88b53e460
7 changed files with 4 additions and 8 deletions

1
dist/index.cjs vendored
View file

@ -561,7 +561,6 @@ const uuidV3 = (chave, grupo) => {
const uuidV4 = uuid$1.v4; const uuidV4 = uuid$1.v4;
const uuid = uuidV4; const uuid = uuidV4;
exports.dayjs = dayjs__default;
exports.TipagemRotas = TipagemRotas; exports.TipagemRotas = TipagemRotas;
exports.aleatorio = aleatorio; exports.aleatorio = aleatorio;
exports.cacheM = cacheM; exports.cacheM = cacheM;

2
dist/index.d.cts vendored
View file

@ -1,6 +1,6 @@
import z from 'zod'; import z from 'zod';
import dayjs from 'dayjs'; import dayjs from 'dayjs';
export { ManipulateType, default as dayjs } from 'dayjs'; export { ManipulateType } from 'dayjs';
import { v4 } from 'uuid'; import { v4 } from 'uuid';
declare const aleatorio: (tamanho?: number) => string; declare const aleatorio: (tamanho?: number) => string;

2
dist/index.d.mts vendored
View file

@ -1,6 +1,6 @@
import z from 'zod'; import z from 'zod';
import dayjs from 'dayjs'; import dayjs from 'dayjs';
export { ManipulateType, default as dayjs } from 'dayjs'; export { ManipulateType } from 'dayjs';
import { v4 } from 'uuid'; import { v4 } from 'uuid';
declare const aleatorio: (tamanho?: number) => string; declare const aleatorio: (tamanho?: number) => string;

2
dist/index.d.ts vendored
View file

@ -1,6 +1,6 @@
import z from 'zod'; import z from 'zod';
import dayjs from 'dayjs'; import dayjs from 'dayjs';
export { ManipulateType, default as dayjs } from 'dayjs'; export { ManipulateType } from 'dayjs';
import { v4 } from 'uuid'; import { v4 } from 'uuid';
declare const aleatorio: (tamanho?: number) => string; declare const aleatorio: (tamanho?: number) => string;

1
dist/index.mjs vendored
View file

@ -1,6 +1,5 @@
import z from 'zod'; import z from 'zod';
import dayjs from 'dayjs'; import dayjs from 'dayjs';
export { default as dayjs } from 'dayjs';
import duration from 'dayjs/plugin/duration.js'; import duration from 'dayjs/plugin/duration.js';
import isSameOrAfter from 'dayjs/plugin/isSameOrAfter.js'; import isSameOrAfter from 'dayjs/plugin/isSameOrAfter.js';
import isSameOrBefore from 'dayjs/plugin/isSameOrBefore.js'; import isSameOrBefore from 'dayjs/plugin/isSameOrBefore.js';

View file

@ -1,6 +1,6 @@
{ {
"name": "p-comuns", "name": "p-comuns",
"version": "0.275.0", "version": "0.276.0",
"description": "", "description": "",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",

View file

@ -23,5 +23,3 @@ dayjs.extend(relativeTime)
dayjs.extend(duration) dayjs.extend(duration)
export const dayjsbr = dayjs export const dayjsbr = dayjs
export { dayjs }