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.
- package/dist/browser.es.js +2 -2
- package/dist/browser.es.js.map +1 -1
- package/dist/browser.full-bundle.min.js +1 -1
- package/dist/browser.full-bundle.min.js.map +1 -1
- package/dist/browser.js +2 -2
- package/dist/browser.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/types/connection.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/connection.ts +3 -1
package/dist/browser.js
CHANGED
|
@@ -5865,7 +5865,7 @@ var StableWSConnection = /*#__PURE__*/function () {
|
|
|
5865
5865
|
|
|
5866
5866
|
var token = _this.client.tokenManager.getToken();
|
|
5867
5867
|
|
|
5868
|
-
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());
|
|
5868
|
+
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()));
|
|
5869
5869
|
});
|
|
5870
5870
|
|
|
5871
5871
|
_defineProperty__default['default'](this, "onlineStatusChanged", function (event) {
|
|
@@ -16118,7 +16118,7 @@ var StreamChat = /*#__PURE__*/function () {
|
|
|
16118
16118
|
return this.userAgent;
|
|
16119
16119
|
}
|
|
16120
16120
|
|
|
16121
|
-
var version = "8.57.
|
|
16121
|
+
var version = "8.57.5";
|
|
16122
16122
|
var clientBundle = "";
|
|
16123
16123
|
var userAgentString = '';
|
|
16124
16124
|
|