@highpoint/js-fetch
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,1 +6,4 @@ # v0.1.0 | ||
* Automatically add `postDataBin=y` to JSON requests (if it's not already there) | ||
# v0.1.2 | ||
* Fix CSRF cookie name |
@@ -99,3 +99,3 @@ 'use strict'; | ||
headers: _extends({ | ||
'X-CSRF-Token': getCookieValue('CSRFToken') }, headers) | ||
'X-CSRF-Token': getCookieValue('CSRFCookie') }, headers) | ||
}, otherArgs)); | ||
@@ -102,0 +102,0 @@ }; |
{ | ||
"name": "@highpoint/js-fetch", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "HighPoint Fetch Library", | ||
@@ -5,0 +5,0 @@ "main": "dist/js-fetch.js", |
11082