@banta/sdk 3.3.7 → 3.3.8

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.
@@ -7973,7 +7973,7 @@
7973
7973
  _b.label = 1;
7974
7974
  case 1:
7975
7975
  _b.trys.push([1, 5, , 6]);
7976
- return [4 /*yield*/, ((_a = this.shouldInterceptMessageSend) === null || _a === void 0 ? void 0 : _a.call(this, message))];
7976
+ return [4 /*yield*/, ((_a = this.shouldInterceptMessageSend) === null || _a === void 0 ? void 0 : _a.call(this, message, this.source))];
7977
7977
  case 2:
7978
7978
  intercept = _b.sent();
7979
7979
  if (!!intercept) return [3 /*break*/, 4];
@@ -9090,7 +9090,6 @@
9090
9090
  return __generator(this, function (_b) {
9091
9091
  switch (_b.label) {
9092
9092
  case 0:
9093
- console.log(event.key);
9094
9093
  if (this.autocompleteVisible) {
9095
9094
  if (event.key === 'Escape') {
9096
9095
  this.dismissAutoComplete();
@@ -9233,7 +9232,7 @@
9233
9232
  _b.label = 2;
9234
9233
  case 2:
9235
9234
  _b.trys.push([2, 6, , 7]);
9236
- return [4 /*yield*/, ((_a = this.shouldInterceptMessageSend) === null || _a === void 0 ? void 0 : _a.call(this, message))];
9235
+ return [4 /*yield*/, ((_a = this.shouldInterceptMessageSend) === null || _a === void 0 ? void 0 : _a.call(this, message, this.source))];
9237
9236
  case 3:
9238
9237
  intercept = _b.sent();
9239
9238
  if (!!intercept) return [3 /*break*/, 5];