netlify-onegraph-internal
Advanced tools
Comparing version 0.0.48 to 0.0.49
@@ -69,2 +69,3 @@ "use strict"; | ||
return fetch(url, reqOptions).then(function (response) { | ||
console.log("respStatus:", response.status); | ||
if (response.status < httpOkLow || response.status > httpOkHigh) { | ||
@@ -74,3 +75,5 @@ internalConsole.debug("Response: " + JSON.stringify(respBody, null, 2)); | ||
} | ||
return response.text(); | ||
var respBody = response.text(); | ||
console.log("RespBody:", JSON.stringify(respBody, null, 2)); | ||
return respBody; | ||
}); | ||
@@ -77,0 +80,0 @@ }; |
{ | ||
"name": "netlify-onegraph-internal", | ||
"version": "0.0.48", | ||
"version": "0.0.49", | ||
"description": "Internal tools for use by Netlify", | ||
@@ -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
370306
4912