ywana-core8 0.0.374 → 0.0.375

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -40,11 +40,7 @@
40
40
  var request = {
41
41
  method: method,
42
42
  mode: 'cors',
43
- headers: {
44
- "Accept": "application/json",
45
- "Content-Type": "application/json",
46
- "x-access-token": token
47
- },
43
+ headers: requestHeaders,
48
44
  body: body
49
45
  };
50
46
  console.log("HTTP Client", request);