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