@nsshunt/stsfhirclient 1.0.54 → 1.0.56
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 +2 -2
- package/dist/stsfhirclient.mjs.map +1 -1
- package/dist/stsfhirclient.umd.js +2 -2
- 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
package/dist/stsfhirclient.mjs
CHANGED
|
@@ -5035,8 +5035,8 @@ class FhirSocketClient {
|
|
|
5035
5035
|
// 'ststestrunner',
|
|
5036
5036
|
cstr,
|
|
5037
5037
|
// `https://stscore.stsmda.org:3005/nsstsfhir/` this.#options.ststccendpoint, stsfhir as the namespace
|
|
5038
|
-
|
|
5039
|
-
// '/
|
|
5038
|
+
__privateGet(this, _options2).socketIoCustomPath,
|
|
5039
|
+
// '/stsfhirsocket/socket.io/',
|
|
5040
5040
|
// Connected Callback
|
|
5041
5041
|
(socket2) => __privateGet(this, _OnSocketConnected).call(this, socket2, clientName, joinRooms),
|
|
5042
5042
|
// Events Registration
|