redux-token-api-middleware
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -464,3 +464,3 @@ "use strict"; | ||
headers = Object.assign(this.defaultHeaders, headers); | ||
headers = Object.assign({}, this.defaultHeaders, headers); | ||
@@ -467,0 +467,0 @@ if (token && authenticate) { |
{ | ||
"name": "redux-token-api-middleware", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "Redux middleware for calling APIs with token-based auth", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -324,3 +324,3 @@ import startsWith from 'lodash.startswith'; | ||
headers = Object.assign(this.defaultHeaders, headers); | ||
headers = Object.assign({}, this.defaultHeaders, headers); | ||
@@ -327,0 +327,0 @@ if (token && authenticate) { |
40642