@eka-care/medassist-widget 0.1.116 → 0.1.117

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.
@@ -4280,7 +4280,7 @@ function Bc() {
4280
4280
  }
4281
4281
  this.connection.onDisconnect(async (u) => {
4282
4282
  if (u.reason !== t.DisconnectionReason.CLIENT_CLOSED)
4283
- if (this.connectionAttempts < 3 && this.sessionConfig?.session_id)
4283
+ if (this.connectionAttempts < 5 && this.sessionConfig?.session_id)
4284
4284
  try {
4285
4285
  await this.startSession({ session_id: this.sessionConfig.session_id });
4286
4286
  } catch {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eka-care/medassist-widget",
3
3
  "description": "MedAssist Widget react application",
4
- "version": "0.1.116",
4
+ "version": "0.1.117",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -38,7 +38,7 @@
38
38
  "url": "https://github.com/eka-care/synapse-sdk.git"
39
39
  },
40
40
  "dependencies": {
41
- "@eka-care/medassist-core": "^1.0.79",
41
+ "@eka-care/medassist-core": "^1.0.81",
42
42
  "@radix-ui/react-avatar": "^1.1.11",
43
43
  "@radix-ui/react-checkbox": "^1.3.3",
44
44
  "@radix-ui/react-scroll-area": "^1.2.10",