@nsshunt/stsfhirclient 1.0.54 → 1.0.55
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.
- package/dist/stsfhirclient.mjs +1 -1
- package/dist/stsfhirclient.mjs.map +1 -1
- package/dist/stsfhirclient.umd.js +1 -1
- package/dist/stsfhirclient.umd.js.map +1 -1
- package/package.json +1 -1
- package/types/fhirSocketClient.d.ts +1 -0
- package/types/fhirSocketClient.d.ts.map +1 -1
- package/types/srv_dev/stsfhircontrollertestcasesclient.d.ts.map +1 -1
|
@@ -5037,7 +5037,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
|
|
|
5037
5037
|
// 'ststestrunner',
|
|
5038
5038
|
cstr,
|
|
5039
5039
|
// `https://stscore.stsmda.org:3005/nsstsfhir/` this.#options.ststccendpoint, stsfhir as the namespace
|
|
5040
|
-
|
|
5040
|
+
__privateGet(this, _options2).socketIoCustomPath,
|
|
5041
5041
|
// '/mynsstsfhir/socket.io/',
|
|
5042
5042
|
// Connected Callback
|
|
5043
5043
|
(socket2) => __privateGet(this, _OnSocketConnected).call(this, socket2, clientName, joinRooms),
|