rest-client-sdk
Advanced tools
Comparing version 7.0.0-rc.9 to 7.0.0-rc.10
{ | ||
"name": "rest-client-sdk", | ||
"version": "7.0.0-rc.9", | ||
"version": "7.0.0-rc.10", | ||
"description": "Rest Client SDK for API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -30,3 +30,3 @@ /* eslint-disable max-classes-per-file, no-use-before-define */ | ||
*/ | ||
public async responseJson(): Promise<Record<string, unknown>> { | ||
public responseJson(): Promise<Record<string, unknown>> { | ||
return this.baseResponse.json(); | ||
@@ -33,0 +33,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
603415
8116