stream-chat 4.4.0 → 4.4.1

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
@@ -8366,7 +8366,7 @@ var StreamChat = /*#__PURE__*/function () {
8366
8366
  }, {
8367
8367
  key: "getUserAgent",
8368
8368
  value: function getUserAgent() {
8369
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "4.4.0");
8369
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "4.4.1");
8370
8370
  }
8371
8371
  }, {
8372
8372
  key: "setUserAgent",
@@ -9457,6 +9457,7 @@ exports.Deny = Deny;
9457
9457
  exports.DenyAll = DenyAll;
9458
9458
  exports.DevToken = DevToken;
9459
9459
  exports.EVENT_MAP = EVENT_MAP;
9460
+ exports.InsightMetrics = InsightMetrics;
9460
9461
  exports.JWTServerToken = JWTServerToken;
9461
9462
  exports.JWTUserToken = JWTUserToken;
9462
9463
  exports.MaxPriority = MaxPriority;
@@ -9466,6 +9467,8 @@ exports.StableWSConnection = StableWSConnection;
9466
9467
  exports.StreamChat = StreamChat;
9467
9468
  exports.TokenManager = TokenManager;
9468
9469
  exports.UserFromToken = UserFromToken;
9470
+ exports.buildWsFatalInsight = buildWsFatalInsight;
9471
+ exports.buildWsSuccessAfterFailureInsight = buildWsSuccessAfterFailureInsight;
9469
9472
  exports.chatCodes = chatCodes;
9470
9473
  exports.decodeBase64 = decodeBase64;
9471
9474
  exports.encodeBase64 = encodeBase64;