@lu-development/pi-xstate-fetch
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -60,4 +60,4 @@ "use strict"; | ||
'Accept': "application/json", | ||
'Content-Type': 'application/json' }), context.sendCsrfTokenWithHeaders && !!(0, csrf_1.getCsrfDecodedToken)() && { 'CSRF-TOKEN': (0, csrf_1.getCsrfDecodedToken)() }), | ||
})), (!!context.requestBody && { body: context.requestBody })), (context.sendCsrfTokenWithHeaders && !!(0, csrf_1.getCsrfDecodedToken)() && { credentials: 'include' })); | ||
'Content-Type': 'application/json' }), context.sendCsrfTokenWithHeaders && { 'CSRF-TOKEN': (0, csrf_1.getCsrfDecodedToken)() }), | ||
})), (!!context.requestBody && { body: context.requestBody })), (context.sendCsrfTokenWithHeaders && { credentials: 'include' })); | ||
_a.label = 1; | ||
@@ -64,0 +64,0 @@ case 1: |
{ | ||
"name": "@lu-development/pi-xstate-fetch", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"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
13683