bruce-models 3.4.5 → 3.4.7

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.
@@ -598,7 +598,7 @@
598
598
  }
599
599
  }
600
600
  formatApiUri(uri) {
601
- const ws = document.location.protocol === "https:" ? "wss" : "ws";
601
+ const ws = "wss";
602
602
  return uri.replace(/^(https|http)/, ws) + "websocket";
603
603
  }
604
604
  onOpen(ev) {
@@ -10411,12 +10411,6 @@
10411
10411
  }
10412
10412
  const callDispose = window[disposeId];
10413
10413
  return () => {
10414
- if (elementId) {
10415
- const element = document.getElementById(elementId);
10416
- if (element && element.parentElement) {
10417
- element.parentElement.removeChild(element);
10418
- }
10419
- }
10420
10414
  callDispose();
10421
10415
  };
10422
10416
  }
@@ -10572,7 +10566,7 @@
10572
10566
  DataSource.GetList = GetList;
10573
10567
  })(exports.DataSource || (exports.DataSource = {}));
10574
10568
 
10575
- const VERSION = "3.4.5";
10569
+ const VERSION = "3.4.7";
10576
10570
 
10577
10571
  exports.VERSION = VERSION;
10578
10572
  exports.AbstractApi = AbstractApi;