stream-chat 8.20.0 → 8.21.0

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.
@@ -11071,7 +11071,7 @@ var StreamChat = /*#__PURE__*/function () {
11071
11071
  }, {
11072
11072
  key: "getUserAgent",
11073
11073
  value: function getUserAgent() {
11074
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.20.0");
11074
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.21.0");
11075
11075
  }
11076
11076
  }, {
11077
11077
  key: "setUserAgent",