@maxzima/wa-communicator 1.0.32 → 1.0.33

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.
@@ -141,6 +141,7 @@ export class Communicator {
141
141
  if (typeof data.onError === "function") {
142
142
  data.onError();
143
143
  }
144
+ this.closeSSEAuth();
144
145
  });
145
146
  }
146
147
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.32",
2
+ "version": "1.0.33",
3
3
  "name": "@maxzima/wa-communicator",
4
4
  "description": "",
5
5
  "author": "Noname",
@@ -146,6 +146,7 @@ export class Communicator {
146
146
  if (typeof data.onError === "function") {
147
147
  data.onError();
148
148
  }
149
+ this.closeSSEAuth();
149
150
  });
150
151
  }
151
152
  }