wonderful-fetch
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -23,3 +23,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '1.1.3'; | ||
var VERSION = '1.1.4'; | ||
@@ -240,3 +240,2 @@ function WonderfulFetch(url, options) { | ||
Object.assign(error, { status: res.status }); | ||
console.log('--headers', res.headers); | ||
throw error; | ||
@@ -243,0 +242,0 @@ }) |
{ | ||
"name": "wonderful-fetch", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A wrapper around fetch.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
16911
233