stream-chat 8.57.4 → 8.57.5

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.
@@ -5840,7 +5840,7 @@ var StableWSConnection = /*#__PURE__*/function () {
5840
5840
 
5841
5841
  var token = _this.client.tokenManager.getToken();
5842
5842
 
5843
- return "".concat(_this.client.wsBaseURL, "/connect?json=").concat(qs, "&api_key=").concat(_this.client.key, "&authorization=").concat(token, "&stream-auth-type=").concat(_this.client.getAuthType(), "&X-Stream-Client=").concat(_this.client.getUserAgent());
5843
+ return "".concat(_this.client.wsBaseURL, "/connect?json=").concat(qs, "&api_key=").concat(_this.client.key, "&authorization=").concat(token, "&stream-auth-type=").concat(_this.client.getAuthType(), "&X-Stream-Client=").concat(encodeURIComponent(_this.client.getUserAgent()));
5844
5844
  });
5845
5845
 
5846
5846
  _defineProperty(this, "onlineStatusChanged", function (event) {
@@ -16093,7 +16093,7 @@ var StreamChat = /*#__PURE__*/function () {
16093
16093
  return this.userAgent;
16094
16094
  }
16095
16095
 
16096
- var version = "8.57.4";
16096
+ var version = "8.57.5";
16097
16097
  var clientBundle = "";
16098
16098
  var userAgentString = '';
16099
16099