@crowdin/crowdin-api-client
Advanced tools
Comparing version 1.8.3 to 1.8.4
@@ -58,2 +58,5 @@ "use strict"; | ||
.then((resp) => __awaiter(this, void 0, void 0, function* () { | ||
if (resp.status === 204) { | ||
return {}; | ||
} | ||
const text = yield resp.text(); | ||
@@ -60,0 +63,0 @@ const json = text ? JSON.parse(text) : {}; |
{ | ||
"name": "@crowdin/crowdin-api-client", | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"description": "JavaScript library for Crowdin API v2.", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
182770
4559