@nsshunt/stsrunnerframework 2.0.34 → 2.0.35

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/index.mjs CHANGED
@@ -6721,7 +6721,7 @@ var STSWorkerManager = class {
6721
6721
  };
6722
6722
  };
6723
6723
  //#endregion
6724
- //#region node_modules/@nsshunt/stssocketioutils/dist/tiny-emitter-DcZ69ZvJ.js
6724
+ //#region node_modules/@nsshunt/stssocketioutils/dist/tiny-emitter-Ci1ma0VV.js
6725
6725
  var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
6726
6726
  var require_tiny_emitter = /* @__PURE__ */ __commonJSMin(((exports, module) => {
6727
6727
  function E() {}
@@ -7471,8 +7471,8 @@ var BaseXHR = class extends Polling {
7471
7471
  /**
7472
7472
  * Sends data.
7473
7473
  *
7474
- * @param {String} data to send.
7475
- * @param {Function} called upon flush.
7474
+ * @param {String} data - data to send.
7475
+ * @param {Function} fn - called upon flush.
7476
7476
  * @private
7477
7477
  */
7478
7478
  doWrite(data, fn) {
@@ -8203,7 +8203,7 @@ var SocketWithoutUpgrade = class SocketWithoutUpgrade extends Emitter {
8203
8203
  /**
8204
8204
  * Sends a packet.
8205
8205
  *
8206
- * @param {String} type: packet type.
8206
+ * @param {String} type - packet type.
8207
8207
  * @param {String} data.
8208
8208
  * @param {Object} options.
8209
8209
  * @param {Function} fn - callback function.