stream-chat 8.57.1 → 8.57.2

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/dist/browser.js CHANGED
@@ -16114,7 +16114,7 @@ var StreamChat = /*#__PURE__*/function () {
16114
16114
  return this.userAgent;
16115
16115
  }
16116
16116
 
16117
- var version = "8.57.1";
16117
+ var version = "8.57.2";
16118
16118
 
16119
16119
  if (this.sdkIdentifier) {
16120
16120
  return "stream-chat-".concat(this.sdkIdentifier.name, "-v").concat(this.sdkIdentifier.version, "-llc-v").concat(version);
@@ -19313,4 +19313,5 @@ exports.isPatch = isPatch;
19313
19313
  exports.isVoteAnswer = isVoteAnswer;
19314
19314
  exports.logChatPromiseExecution = logChatPromiseExecution;
19315
19315
  exports.postInsights = postInsights;
19316
+ exports.promoteChannel = promoteChannel;
19316
19317
  //# sourceMappingURL=browser.js.map