Compare commits
No commits in common. "0cbe901499cb4eaa4492429bb192399792f30a8e" and "3f8faa35a2ce4127e0642940f236c4530bd7914d" have entirely different histories.
0cbe901499
...
3f8faa35a2
5 changed files with 4 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import z from 'zod';
|
||||
import dayjs from 'dayjs';
|
||||
export { Dayjs, ManipulateType } from 'dayjs';
|
||||
export { ManipulateType } from 'dayjs';
|
||||
import { v4 } from 'uuid';
|
||||
|
||||
declare const aleatorio: (tamanho?: number) => string;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.292.0",
|
||||
"version": "0.291.0",
|
||||
"description": "",
|
||||
"main": "./dist-front/index.mjs",
|
||||
"module": "./dist-front/index.mjs",
|
||||
|
|
|
|||
BIN
pacote.tgz
BIN
pacote.tgz
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
|||
import dayjs, { type Dayjs } from "dayjs"
|
||||
import dayjs from "dayjs"
|
||||
|
||||
export type { ManipulateType } from "dayjs"
|
||||
|
||||
|
|
@ -23,5 +23,3 @@ dayjs.extend(relativeTime)
|
|||
dayjs.extend(duration)
|
||||
|
||||
export const dayjsbr = dayjs
|
||||
|
||||
export type { Dayjs }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue