stream-chat 8.0.0-dev.0 → 8.0.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.es.js CHANGED
@@ -9823,7 +9823,7 @@ var StreamChat = /*#__PURE__*/function () {
9823
9823
  }, {
9824
9824
  key: "getUserAgent",
9825
9825
  value: function getUserAgent() {
9826
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.0.0-dev.0");
9826
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.0.0");
9827
9827
  }
9828
9828
  }, {
9829
9829
  key: "setUserAgent",