@everymatrix/nuts-inbox-widget 1.94.8 → 1.94.15

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.
@@ -1021,8 +1021,8 @@ class BaseXHR extends Polling {
1021
1021
  /**
1022
1022
  * Sends data.
1023
1023
  *
1024
- * @param {String} data to send.
1025
- * @param {Function} called upon flush.
1024
+ * @param {String} data - data to send.
1025
+ * @param {Function} fn - called upon flush.
1026
1026
  * @private
1027
1027
  */
1028
1028
  doWrite(data, fn) {
@@ -1935,7 +1935,7 @@ class SocketWithoutUpgrade extends Emitter {
1935
1935
  /**
1936
1936
  * Sends a packet.
1937
1937
  *
1938
- * @param {String} type: packet type.
1938
+ * @param {String} type - packet type.
1939
1939
  * @param {String} data.
1940
1940
  * @param {Object} options.
1941
1941
  * @param {Function} fn - callback function.
@@ -1017,8 +1017,8 @@ class BaseXHR extends Polling {
1017
1017
  /**
1018
1018
  * Sends data.
1019
1019
  *
1020
- * @param {String} data to send.
1021
- * @param {Function} called upon flush.
1020
+ * @param {String} data - data to send.
1021
+ * @param {Function} fn - called upon flush.
1022
1022
  * @private
1023
1023
  */
1024
1024
  doWrite(data, fn) {
@@ -1931,7 +1931,7 @@ class SocketWithoutUpgrade extends Emitter {
1931
1931
  /**
1932
1932
  * Sends a packet.
1933
1933
  *
1934
- * @param {String} type: packet type.
1934
+ * @param {String} type - packet type.
1935
1935
  * @param {String} data.
1936
1936
  * @param {Object} options.
1937
1937
  * @param {Function} fn - callback function.
package/hydrate/index.js CHANGED
@@ -3199,8 +3199,8 @@ class BaseXHR extends Polling {
3199
3199
  /**
3200
3200
  * Sends data.
3201
3201
  *
3202
- * @param {String} data to send.
3203
- * @param {Function} called upon flush.
3202
+ * @param {String} data - data to send.
3203
+ * @param {Function} fn - called upon flush.
3204
3204
  * @private
3205
3205
  */
3206
3206
  doWrite(data, fn) {
@@ -4113,7 +4113,7 @@ class SocketWithoutUpgrade extends Emitter {
4113
4113
  /**
4114
4114
  * Sends a packet.
4115
4115
  *
4116
- * @param {String} type: packet type.
4116
+ * @param {String} type - packet type.
4117
4117
  * @param {String} data.
4118
4118
  * @param {Object} options.
4119
4119
  * @param {Function} fn - callback function.
package/hydrate/index.mjs CHANGED
@@ -3195,8 +3195,8 @@ class BaseXHR extends Polling {
3195
3195
  /**
3196
3196
  * Sends data.
3197
3197
  *
3198
- * @param {String} data to send.
3199
- * @param {Function} called upon flush.
3198
+ * @param {String} data - data to send.
3199
+ * @param {Function} fn - called upon flush.
3200
3200
  * @private
3201
3201
  */
3202
3202
  doWrite(data, fn) {
@@ -4109,7 +4109,7 @@ class SocketWithoutUpgrade extends Emitter {
4109
4109
  /**
4110
4110
  * Sends a packet.
4111
4111
  *
4112
- * @param {String} type: packet type.
4112
+ * @param {String} type - packet type.
4113
4113
  * @param {String} data.
4114
4114
  * @param {Object} options.
4115
4115
  * @param {Function} fn - callback function.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/nuts-inbox-widget",
3
- "version": "1.94.8",
3
+ "version": "1.94.15",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",