stream-chat 6.7.2 → 6.7.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
@@ -9747,7 +9747,7 @@ var StreamChat = /*#__PURE__*/function () {
9747
9747
  }, {
9748
9748
  key: "getUserAgent",
9749
9749
  value: function getUserAgent() {
9750
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "6.7.2");
9750
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "6.7.3");
9751
9751
  }
9752
9752
  }, {
9753
9753
  key: "setUserAgent",