build
This commit is contained in:
parent
f06f666cb4
commit
e87d0a0239
3 changed files with 3 additions and 3 deletions
2
dist/extensoes.d.ts
vendored
2
dist/extensoes.d.ts
vendored
|
|
@ -1,5 +1,5 @@
|
|||
export declare const extensoes: {
|
||||
ext: string;
|
||||
tipo: string;
|
||||
tipo: "imagem" | "documento" | "vídeo";
|
||||
mime: string;
|
||||
}[];
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.48.0",
|
||||
"version": "0.49.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
export const extensoes: {
|
||||
ext: string
|
||||
tipo: string
|
||||
tipo: "imagem" | "documento" | "vídeo"
|
||||
mime: string
|
||||
}[] = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue