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