@nsshunt/stsfhirclient 1.0.47 → 1.0.48

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.
@@ -5026,6 +5026,7 @@ class FhirSocketClient {
5026
5026
  __privateAdd(this, _info, (message) => defaultLogger.info(message));
5027
5027
  __privateAdd(this, _SetupWSSClient, async (clientName, joinRooms) => {
5028
5028
  const cstr = `${__privateGet(this, _options2).fhirServerEndpoint}/nsstsfhir/`;
5029
+ console.log(chalk.yellow(`FhirSocketClient:#SetupWSSClient(): Socket connection string: [${cstr}]`));
5029
5030
  __privateGet(this, _socketUtils).SetupClientSideSocket(
5030
5031
  __privateGet(this, _options2).socketClientName,
5031
5032
  // 'ststestrunner',