stream-chat 8.45.0 → 8.45.2

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
@@ -14642,7 +14642,7 @@ var StreamChat = /*#__PURE__*/function () {
14642
14642
  }, {
14643
14643
  key: "getUserAgent",
14644
14644
  value: function getUserAgent() {
14645
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.45.0");
14645
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.45.2");
14646
14646
  }
14647
14647
  }, {
14648
14648
  key: "setUserAgent",