stream-chat 8.30.0 → 8.31.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.
@@ -11426,7 +11426,7 @@ var StreamChat = /*#__PURE__*/function () {
11426
11426
  }, {
11427
11427
  key: "getUserAgent",
11428
11428
  value: function getUserAgent() {
11429
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.30.0");
11429
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.31.0");
11430
11430
  }
11431
11431
  }, {
11432
11432
  key: "setUserAgent",