@vizzly/api-client
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -9,2 +9,3 @@ import { Authentication } from './Authentication'; | ||
execute<ResponseBody>(request: Request<any>): Promise<Response<ResponseBody>>; | ||
getAuth(): Authentication; | ||
} |
@@ -46,3 +46,6 @@ "use strict"; | ||
} | ||
getAuth() { | ||
return this.auth; | ||
} | ||
} | ||
exports.Api = Api; |
{ | ||
"name": "@vizzly/api-client", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "license": "NONE", |
118122
2832