Comparing version 0.0.6 to 0.0.7
@@ -17,4 +17,4 @@ import { Options, UploadInput, UploadOutput, ShortenInput, ShortenOutput } from "./typings"; | ||
Shorten(ShortenOptions: ShortenInput): Promise<ShortenOutput>; | ||
listFiles(): Promise<[]>; | ||
listFiles(): Promise<{}>; | ||
} | ||
export = Elixire; |
{ | ||
"name": "elixire", | ||
"description": "Node Uploader for elixire instances", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "build/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -145,3 +145,3 @@ import * as pkg from "./package.json"; | ||
} | ||
async listFiles(): Promise<[]> { | ||
async listFiles(): Promise<{}> { | ||
Armpit.info(`Fetching upload list from ${this.instance}/api/list`) | ||
@@ -148,0 +148,0 @@ Armpit.info(`Make sure to save the response from this Function (somehow) otherwise it will go to waste`) |
{ | ||
"name": "elixire", | ||
"description": "Node Uploader for elixire instances", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "build/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |