@cloudflare/util-http
Advanced tools
Comparing version 1.2.7 to 1.2.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.2.8](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.2.7...@cloudflare/util-http@1.2.8) (2019-06-17) | ||
**Note:** Version bump only for package @cloudflare/util-http | ||
## [1.2.7](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.2.6...@cloudflare/util-http@1.2.7) (2019-06-14) | ||
@@ -8,0 +16,0 @@ |
@@ -252,3 +252,3 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
throw Object.assign(new Error(wrappedResponse.response.statusText), wrappedResponse); | ||
throw wrappedResponse; | ||
}); | ||
@@ -255,0 +255,0 @@ }).catch(function (err) { |
@@ -271,3 +271,3 @@ "use strict"; | ||
throw Object.assign(new Error(wrappedResponse.response.statusText), wrappedResponse); | ||
throw wrappedResponse; | ||
}); | ||
@@ -274,0 +274,0 @@ }).catch(function (err) { |
{ | ||
"name": "@cloudflare/util-http", | ||
"description": "Cloudflare HTTP Util", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"main": "lib/index.js", | ||
@@ -32,3 +32,3 @@ "module": "es/index.js", | ||
}, | ||
"gitHead": "dc110920f5fa59c72c64f7c1385287652a286889" | ||
"gitHead": "a40d4d0d8371f037473f6ba6c4b52fb6d57fd8c5" | ||
} |
@@ -236,6 +236,3 @@ import 'isomorphic-fetch'; | ||
} | ||
throw Object.assign( | ||
new Error(wrappedResponse.response.statusText), | ||
wrappedResponse | ||
); | ||
throw wrappedResponse; | ||
}); | ||
@@ -242,0 +239,0 @@ }) |
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
40286
809