stream-chat-angular 4.39.0 → 4.39.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/assets/version.d.ts +1 -1
- package/bundles/stream-chat-angular.umd.js +36 -22
- package/bundles/stream-chat-angular.umd.js.map +1 -1
- package/esm2015/assets/version.js +2 -2
- package/esm2015/lib/channel.service.js +38 -22
- package/fesm2015/stream-chat-angular.js +38 -22
- package/fesm2015/stream-chat-angular.js.map +1 -1
- package/lib/channel.service.d.ts +1 -0
- package/package.json +1 -1
- package/src/assets/version.ts +1 -1
package/lib/channel.service.d.ts
CHANGED
|
@@ -483,6 +483,7 @@ export declare class ChannelService<T extends DefaultStreamChatGenerics = Defaul
|
|
|
483
483
|
private handleTypingStartEvent;
|
|
484
484
|
private handleTypingStopEvent;
|
|
485
485
|
private updateLatestMessages;
|
|
486
|
+
private setChannelState;
|
|
486
487
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChannelService<any>, never>;
|
|
487
488
|
static ɵprov: i0.ɵɵInjectableDeclaration<ChannelService<any>>;
|
|
488
489
|
}
|
package/package.json
CHANGED
package/src/assets/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '4.39.
|
|
1
|
+
export const version = '4.39.1';
|