@ludens-reklame/profiler-client
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -230,3 +230,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function () { | ||
var url, response, json; | ||
var url, response, internalResponse, json; | ||
return __generator(this, function (_a) { | ||
@@ -249,3 +249,4 @@ switch (_a.label) { | ||
response = _a.sent(); | ||
return [4 /*yield*/, response.json()]; | ||
internalResponse = response.clone(); | ||
return [4 /*yield*/, internalResponse.json()]; | ||
case 2: | ||
@@ -263,3 +264,3 @@ json = (_a.sent()); | ||
} | ||
return [2 /*return*/, response.clone()]; | ||
return [2 /*return*/, response]; | ||
} | ||
@@ -266,0 +267,0 @@ }); |
{ | ||
"name": "@ludens-reklame/profiler-client", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Profiler for all", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20659
336