stream-chat 8.22.0 → 8.23.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
@@ -11118,7 +11118,7 @@ var StreamChat = /*#__PURE__*/function () {
11118
11118
  }, {
11119
11119
  key: "getUserAgent",
11120
11120
  value: function getUserAgent() {
11121
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.22.0");
11121
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.23.0");
11122
11122
  }
11123
11123
  }, {
11124
11124
  key: "setUserAgent",