@nsshunt/stsfhirclient 2.0.40 → 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.
package/dist/stsfhirclient.cjs
CHANGED
|
@@ -9973,7 +9973,7 @@ var FhirRESTClient = class {
|
|
|
9973
9973
|
};
|
|
9974
9974
|
};
|
|
9975
9975
|
//#endregion
|
|
9976
|
-
//#region node_modules/@nsshunt/stssocketioutils/dist/tiny-emitter-
|
|
9976
|
+
//#region node_modules/@nsshunt/stssocketioutils/dist/tiny-emitter-Ci1ma0VV.js
|
|
9977
9977
|
var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
|
|
9978
9978
|
var require_tiny_emitter = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
9979
9979
|
function E() {}
|
|
@@ -10600,8 +10600,8 @@ var BaseXHR = class extends Polling {
|
|
|
10600
10600
|
/**
|
|
10601
10601
|
* Sends data.
|
|
10602
10602
|
*
|
|
10603
|
-
* @param {String} data to send.
|
|
10604
|
-
* @param {Function} called upon flush.
|
|
10603
|
+
* @param {String} data - data to send.
|
|
10604
|
+
* @param {Function} fn - called upon flush.
|
|
10605
10605
|
* @private
|
|
10606
10606
|
*/
|
|
10607
10607
|
doWrite(data, fn) {
|
|
@@ -11332,7 +11332,7 @@ var SocketWithoutUpgrade = class SocketWithoutUpgrade extends _socket_io_compone
|
|
|
11332
11332
|
/**
|
|
11333
11333
|
* Sends a packet.
|
|
11334
11334
|
*
|
|
11335
|
-
* @param {String} type
|
|
11335
|
+
* @param {String} type - packet type.
|
|
11336
11336
|
* @param {String} data.
|
|
11337
11337
|
* @param {Object} options.
|
|
11338
11338
|
* @param {Function} fn - callback function.
|
|
@@ -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) => {
|