@bufferapp/async-data-fetch
Advanced tools
Comparing version 2.1.0-beta.2 to 2.1.0-beta.3
@@ -66,5 +66,5 @@ 'use strict'; | ||
url: options.URL, | ||
sendCredentials: 'same-origin' | ||
sendCredentials: options.credentials | ||
}); | ||
return middleware(store, counter, rpc); | ||
}; |
{ | ||
"name": "@bufferapp/async-data-fetch", | ||
"version": "2.1.0-beta.2", | ||
"version": "2.1.0-beta.3", | ||
"description": "Fetch data from RPC backend", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -64,5 +64,5 @@ import RPCClient from '@bufferapp/micro-rpc-client' | ||
url: options.URL, | ||
sendCredentials: 'same-origin', | ||
sendCredentials: options.credentials, | ||
}) | ||
return middleware(store, counter, rpc) | ||
} |
8880