stream-chat 8.34.0 → 8.35.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.es.js CHANGED
@@ -11550,7 +11550,7 @@ var StreamChat = /*#__PURE__*/function () {
11550
11550
  }, {
11551
11551
  key: "getUserAgent",
11552
11552
  value: function getUserAgent() {
11553
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.34.0");
11553
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.35.0");
11554
11554
  }
11555
11555
  }, {
11556
11556
  key: "setUserAgent",