@nsshunt/stsfhirclient 2.0.41 → 2.0.42

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.
@@ -13324,7 +13324,7 @@ var SocketIoClient = class extends import_tiny_emitter.TinyEmitter {
13324
13324
  } else {
13325
13325
  const errorMessage = "SocketIoClient:on(\"connect\"): Could not get socket object from socket.io, Address: [${socketDetail.address}]";
13326
13326
  this.LogErrorMessage(errorMessage);
13327
- this.SocketConnectError(new Error(errorMessage));
13327
+ this.SocketConnectError(/* @__PURE__ */ new Error(errorMessage));
13328
13328
  }
13329
13329
  });
13330
13330
  this.#socket.on("disconnect", (reason) => {