syncano-client
Advanced tools
Comparing version 0.14.0 to 0.15.0
@@ -53,3 +53,5 @@ 'use strict'; | ||
transformRequest: transformRequest | ||
}, options)); | ||
}, options)).then(function (response) { | ||
return response.data; | ||
}); | ||
} | ||
@@ -56,0 +58,0 @@ |
{ | ||
"name": "syncano-client", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "Interact with your Syncano Sockets.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
11691
145