stream-chat 8.52.1 → 8.52.3

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/browser.js CHANGED
@@ -14995,7 +14995,7 @@ var StreamChat = /*#__PURE__*/function () {
14995
14995
  }, {
14996
14996
  key: "getUserAgent",
14997
14997
  value: function getUserAgent() {
14998
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.52.1");
14998
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.52.3");
14999
14999
  }
15000
15000
  }, {
15001
15001
  key: "setUserAgent",