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/index.es.js CHANGED
@@ -9725,7 +9725,7 @@ var StreamChat = /*#__PURE__*/function () {
9725
9725
  }, {
9726
9726
  key: "getUserAgent",
9727
9727
  value: function getUserAgent() {
9728
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "6.7.2");
9728
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "6.7.3");
9729
9729
  }
9730
9730
  }, {
9731
9731
  key: "setUserAgent",