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.
package/dist/index.js CHANGED
@@ -11457,7 +11457,7 @@ var StreamChat = /*#__PURE__*/function () {
11457
11457
  }, {
11458
11458
  key: "getUserAgent",
11459
11459
  value: function getUserAgent() {
11460
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.30.0");
11460
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.31.0");
11461
11461
  }
11462
11462
  }, {
11463
11463
  key: "setUserAgent",