stream-chat-angular 4.52.0-support-angular-17.2 → 4.52.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.
@@ -55,6 +55,7 @@ export declare class ChatClientService<T extends DefaultStreamChatGenerics = Def
55
55
  * @param userOrId you can emit this for anonymous logins
56
56
  * @param userTokenOrProvider You can provide:<ul>
57
57
  * <li> a token, </li>
58
+ * <li> a token provider, a method that returns `Promise<string>`, which can be called when the previous token expires (recommended setup for production applications)</li>
58
59
  * <li> the keyword 'guest' to connect as [guest user](https://getstream.io/chat/docs/javascript/authless_users/?language=javascript#guest-users) </li>
59
60
  * <li> the keyword 'anonymous' to connect as [anonymous user](https://getstream.io/chat/docs/javascript/authless_users/?language=javascript#anonymous-users) </li>
60
61
  * </ul>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "4.52.0-support-angular-17.2",
3
+ "version": "4.52.1",
4
4
  "description": "Angular components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -1 +1 @@
1
- export const version = '4.52.0-support-angular-17.2';
1
+ export const version = '4.52.1';