stream-chat-angular 3.0.0-beta.10 → 3.0.0-beta.11

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.
@@ -1 +1 @@
1
- export declare const version = "3.0.0-beta.10";
1
+ export declare const version = "3.0.0-beta.11";
@@ -354,7 +354,7 @@
354
354
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
355
355
  }
356
356
 
357
- var version = '3.0.0-beta.10';
357
+ var version = '3.0.0-beta.11';
358
358
 
359
359
  /**
360
360
  * The `NotificationService` can be used to add or remove notifications. By default the [`NotificationList`](../components/NotificationListComponent.mdx) component displays the currently active notifications.
@@ -652,7 +652,7 @@
652
652
  };
653
653
 
654
654
  /**
655
- * The `ChannelService` provides data and interaction for the channel list and message list. TEST
655
+ * The `ChannelService` provides data and interaction for the channel list and message list.
656
656
  */
657
657
  var ChannelService = /** @class */ (function () {
658
658
  function ChannelService(chatClientService, ngZone) {