@nsshunt/stsfhirclient 2.0.40 → 2.0.41

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.
@@ -9965,7 +9965,7 @@ var FhirRESTClient = class {
9965
9965
  };
9966
9966
  };
9967
9967
  //#endregion
9968
- //#region node_modules/@nsshunt/stssocketioutils/dist/tiny-emitter-DcZ69ZvJ.js
9968
+ //#region node_modules/@nsshunt/stssocketioutils/dist/tiny-emitter-Ci1ma0VV.js
9969
9969
  var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
9970
9970
  var require_tiny_emitter = /* @__PURE__ */ __commonJSMin(((exports, module) => {
9971
9971
  function E() {}
@@ -10592,8 +10592,8 @@ var BaseXHR = class extends Polling {
10592
10592
  /**
10593
10593
  * Sends data.
10594
10594
  *
10595
- * @param {String} data to send.
10596
- * @param {Function} called upon flush.
10595
+ * @param {String} data - data to send.
10596
+ * @param {Function} fn - called upon flush.
10597
10597
  * @private
10598
10598
  */
10599
10599
  doWrite(data, fn) {
@@ -11324,7 +11324,7 @@ var SocketWithoutUpgrade = class SocketWithoutUpgrade extends Emitter {
11324
11324
  /**
11325
11325
  * Sends a packet.
11326
11326
  *
11327
- * @param {String} type: packet type.
11327
+ * @param {String} type - packet type.
11328
11328
  * @param {String} data.
11329
11329
  * @param {Object} options.
11330
11330
  * @param {Function} fn - callback function.