@lu-development/pi-xstate-fetch
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -57,3 +57,3 @@ "use strict"; | ||
case 0: | ||
request = __assign(__assign({ method: context.requestMethod }, ((!!context.token || context.sendCsrfTokenWithHeaders) && { | ||
request = __assign(__assign({ method: context.requestMethod, credentials: 'include' }, ((!!context.token || context.sendCsrfTokenWithHeaders) && { | ||
headers: __assign(__assign({}, !!context.token && { 'Authorization': "Bearer " + context.token, | ||
@@ -60,0 +60,0 @@ 'Accept': "application/json", |
{ | ||
"name": "@lu-development/pi-xstate-fetch", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Fetch State Machine", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
13631