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: {
|
export declare const extensoes: {
|
||||||
ext: string;
|
ext: string;
|
||||||
tipo: string;
|
tipo: "imagem" | "documento" | "vídeo";
|
||||||
mime: string;
|
mime: string;
|
||||||
}[];
|
}[];
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p-comuns",
|
"name": "p-comuns",
|
||||||
"version": "0.48.0",
|
"version": "0.49.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
export const extensoes: {
|
export const extensoes: {
|
||||||
ext: string
|
ext: string
|
||||||
tipo: string
|
tipo: "imagem" | "documento" | "vídeo"
|
||||||
mime: string
|
mime: string
|
||||||
}[] = [
|
}[] = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue