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.
package/dist/browser.js CHANGED
@@ -11096,7 +11096,7 @@ var StreamChat = /*#__PURE__*/function () {
11096
11096
  }, {
11097
11097
  key: "getUserAgent",
11098
11098
  value: function getUserAgent() {
11099
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.20.0");
11099
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.21.0");
11100
11100
  }
11101
11101
  }, {
11102
11102
  key: "setUserAgent",