diff --git a/dist/index.cjs b/dist/index.cjs index 01a6004..32e7c76 100644 --- a/dist/index.cjs +++ b/dist/index.cjs @@ -561,7 +561,6 @@ const uuidV3 = (chave, grupo) => { const uuidV4 = uuid$1.v4; const uuid = uuidV4; -exports.dayjs = dayjs__default; exports.TipagemRotas = TipagemRotas; exports.aleatorio = aleatorio; exports.cacheM = cacheM; diff --git a/dist/index.d.cts b/dist/index.d.cts index 66c2e30..59f9882 100644 --- a/dist/index.d.cts +++ b/dist/index.d.cts @@ -1,6 +1,6 @@ import z from 'zod'; import dayjs from 'dayjs'; -export { ManipulateType, default as dayjs } from 'dayjs'; +export { ManipulateType } from 'dayjs'; import { v4 } from 'uuid'; declare const aleatorio: (tamanho?: number) => string; diff --git a/dist/index.d.mts b/dist/index.d.mts index 66c2e30..59f9882 100644 --- a/dist/index.d.mts +++ b/dist/index.d.mts @@ -1,6 +1,6 @@ import z from 'zod'; import dayjs from 'dayjs'; -export { ManipulateType, default as dayjs } from 'dayjs'; +export { ManipulateType } from 'dayjs'; import { v4 } from 'uuid'; declare const aleatorio: (tamanho?: number) => string; diff --git a/dist/index.d.ts b/dist/index.d.ts index 66c2e30..59f9882 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,6 +1,6 @@ import z from 'zod'; import dayjs from 'dayjs'; -export { ManipulateType, default as dayjs } from 'dayjs'; +export { ManipulateType } from 'dayjs'; import { v4 } from 'uuid'; declare const aleatorio: (tamanho?: number) => string; diff --git a/dist/index.mjs b/dist/index.mjs index ac3fdc4..5adb137 100644 --- a/dist/index.mjs +++ b/dist/index.mjs @@ -1,6 +1,5 @@ import z from 'zod'; import dayjs from 'dayjs'; -export { default as dayjs } from 'dayjs'; import duration from 'dayjs/plugin/duration.js'; import isSameOrAfter from 'dayjs/plugin/isSameOrAfter.js'; import isSameOrBefore from 'dayjs/plugin/isSameOrBefore.js'; diff --git a/package.json b/package.json index 9cd6212..1be314b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-comuns", - "version": "0.275.0", + "version": "0.276.0", "description": "", "main": "./dist/index.cjs", "module": "./dist/index.mjs", diff --git a/src/dayjs.ts b/src/dayjs.ts index 6938958..1870e39 100644 --- a/src/dayjs.ts +++ b/src/dayjs.ts @@ -23,5 +23,3 @@ dayjs.extend(relativeTime) dayjs.extend(duration) export const dayjsbr = dayjs - -export { dayjs }