@dexteel/mesf-core 3.11.1 → 3.11.2

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/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
1
  # CHANGELOG
2
+ ## 3.11.1
3
+ - Add Windows Auth
2
4
  ## 3.10.5
3
5
  - Fix double login issue when disconnected
4
6
  ## 3.10.2
package/dist/index.esm.js CHANGED
@@ -4847,6 +4847,7 @@ var MESApiService = /** @class */ (function () {
4847
4847
  return [2 /*return*/, fetch(this.config.API_AUTH_URL + '/authenticate/windows', {
4848
4848
  method: "POST",
4849
4849
  mode: "cors",
4850
+ credentials: 'include',
4850
4851
  headers: {
4851
4852
  "Content-Type": "application/json"
4852
4853
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexteel/mesf-core",
3
- "version": "3.11.1",
3
+ "version": "3.11.2",
4
4
  "author": "Dexteel Team",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",