@bytexbyte/ike-app-api 1.0.60 → 1.0.61

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/lib/Auth/index.js CHANGED
@@ -271,6 +271,7 @@ var IKEAppAuthApi = /** @class */ (function (_super) {
271
271
  headers: {
272
272
  'Content-Type': 'application/x-www-form-urlencoded',
273
273
  },
274
+ credentials: 'include',
274
275
  body: toFormUrlencodedString({ callbackUrl: this.host, json: true, csrfToken: csrfToken }),
275
276
  }, 'signout')];
276
277
  case 2:
@@ -287,6 +288,7 @@ var IKEAppAuthApi = /** @class */ (function (_super) {
287
288
  switch (_a.label) {
288
289
  case 0: return [4 /*yield*/, this.bxbFetch({
289
290
  method: 'GET',
291
+ credentials: 'include',
290
292
  }, 'session')];
291
293
  case 1:
292
294
  response = _a.sent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/ike-app-api",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "app api",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",