med-scribe-alliance-ts-sdk 2.0.15 → 2.0.16

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -421,7 +421,7 @@ var R = class {
421
421
  let n = {
422
422
  method: e.method,
423
423
  headers: t,
424
- credentials: "same-origin"
424
+ credentials: "include"
425
425
  };
426
426
  return e.isUpload && e.uploadBlob ? n.body = e.uploadBlob : e.body !== void 0 && (n.body = JSON.stringify(e.body)), n;
427
427
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "med-scribe-alliance-ts-sdk",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "TypeScript SDK for the MedScribe Alliance Protocol",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",