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.js CHANGED
@@ -11146,7 +11146,7 @@ var StreamChat = /*#__PURE__*/function () {
11146
11146
  }, {
11147
11147
  key: "getUserAgent",
11148
11148
  value: function getUserAgent() {
11149
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.22.0");
11149
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.23.0");
11150
11150
  }
11151
11151
  }, {
11152
11152
  key: "setUserAgent",