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/browser.js CHANGED
@@ -9845,7 +9845,7 @@ var StreamChat = /*#__PURE__*/function () {
9845
9845
  }, {
9846
9846
  key: "getUserAgent",
9847
9847
  value: function getUserAgent() {
9848
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.0.0-dev.0");
9848
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.0.0");
9849
9849
  }
9850
9850
  }, {
9851
9851
  key: "setUserAgent",