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/index.js CHANGED
@@ -8372,7 +8372,7 @@ var StreamChat = /*#__PURE__*/function () {
8372
8372
  }, {
8373
8373
  key: "getUserAgent",
8374
8374
  value: function getUserAgent() {
8375
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "4.4.0");
8375
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "4.4.1");
8376
8376
  }
8377
8377
  }, {
8378
8378
  key: "setUserAgent",
@@ -9463,6 +9463,7 @@ exports.Deny = Deny;
9463
9463
  exports.DenyAll = DenyAll;
9464
9464
  exports.DevToken = DevToken;
9465
9465
  exports.EVENT_MAP = EVENT_MAP;
9466
+ exports.InsightMetrics = InsightMetrics;
9466
9467
  exports.JWTServerToken = JWTServerToken;
9467
9468
  exports.JWTUserToken = JWTUserToken;
9468
9469
  exports.MaxPriority = MaxPriority;
@@ -9472,6 +9473,8 @@ exports.StableWSConnection = StableWSConnection;
9472
9473
  exports.StreamChat = StreamChat;
9473
9474
  exports.TokenManager = TokenManager;
9474
9475
  exports.UserFromToken = UserFromToken;
9476
+ exports.buildWsFatalInsight = buildWsFatalInsight;
9477
+ exports.buildWsSuccessAfterFailureInsight = buildWsSuccessAfterFailureInsight;
9475
9478
  exports.chatCodes = chatCodes;
9476
9479
  exports.decodeBase64 = decodeBase64;
9477
9480
  exports.encodeBase64 = encodeBase64;