Compare commits

..

No commits in common. "0cbe901499cb4eaa4492429bb192399792f30a8e" and "3f8faa35a2ce4127e0642940f236c4530bd7914d" have entirely different histories.

5 changed files with 4 additions and 6 deletions

View file

@ -1,6 +1,6 @@
import z from 'zod'; import z from 'zod';
import dayjs from 'dayjs'; import dayjs from 'dayjs';
export { Dayjs, ManipulateType } 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;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{ {
"name": "p-comuns", "name": "p-comuns",
"version": "0.292.0", "version": "0.291.0",
"description": "", "description": "",
"main": "./dist-front/index.mjs", "main": "./dist-front/index.mjs",
"module": "./dist-front/index.mjs", "module": "./dist-front/index.mjs",

Binary file not shown.

View file

@ -1,4 +1,4 @@
import dayjs, { type Dayjs } from "dayjs" import dayjs from "dayjs"
export type { ManipulateType } from "dayjs" export type { ManipulateType } from "dayjs"
@ -23,5 +23,3 @@ dayjs.extend(relativeTime)
dayjs.extend(duration) dayjs.extend(duration)
export const dayjsbr = dayjs export const dayjsbr = dayjs
export type { Dayjs }