@builderbot/bot 1.1.8-alpha.2 → 1.1.9-alpha.0

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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -872,7 +872,7 @@ class Queue {
872
872
  for (const item of queueByFrom) {
873
873
  item.cancelled = true;
874
874
  this.clearAndDone(from, item);
875
- // item.reject('Queue cleared')
875
+ item.reject('Queue cleared');
876
876
  }
877
877
  }
878
878
  finally {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/bot",
3
- "version": "1.1.8-alpha.2",
3
+ "version": "1.1.9-alpha.0",
4
4
  "description": "core typescript",
5
5
  "author": "Leifer Mendez <leifer33@gmail.com>",
6
6
  "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
@@ -62,5 +62,5 @@
62
62
  "optionalDependencies": {
63
63
  "sharp": "0.33.3"
64
64
  },
65
- "gitHead": "74da2ade309b2e14355fb17575fb1bbe49e497b9"
65
+ "gitHead": "ff18d72bd95d0f5aa946c3a493a6fe6182afe649"
66
66
  }