wspromisify 3.1.0 → 3.1.1

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/bundle.cjs CHANGED
@@ -492,8 +492,7 @@ class WebSocketClient {
492
492
  case 'error':
493
493
  const err = {
494
494
  data,
495
- message: `WSP: id_key exists in the incoming message,
496
- but does not exist in the queue!`
495
+ message: `WSP: id_key exists in the incoming message, but does not exist in the queue!`
497
496
  };
498
497
  this.log(label_error, err);
499
498
  this.call(label_error, err);
package/dist/bundle.mjs CHANGED
@@ -490,8 +490,7 @@ class WebSocketClient {
490
490
  case 'error':
491
491
  const err = {
492
492
  data,
493
- message: `WSP: id_key exists in the incoming message,
494
- but does not exist in the queue!`
493
+ message: `WSP: id_key exists in the incoming message, but does not exist in the queue!`
495
494
  };
496
495
  this.log(label_error, err);
497
496
  this.call(label_error, err);
package/package.json CHANGED
@@ -30,7 +30,7 @@
30
30
  "type": "git",
31
31
  "url": "git+https://github.com/houd1ni/WebsocketPromisify.git"
32
32
  },
33
- "version": "3.1.0",
33
+ "version": "3.1.1",
34
34
  "type": "module",
35
35
  "exports": {
36
36
  ".": {