stream-chat 8.40.5 → 8.40.6

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.es.js CHANGED
@@ -8638,7 +8638,7 @@ var ThreadManager = /*#__PURE__*/function () {
8638
8638
 
8639
8639
  _context.next = 11;
8640
8640
  return _this.queryThreads({
8641
- limit: Math.min(limit, MAX_QUERY_THREADS_LIMIT)
8641
+ limit: Math.min(limit, MAX_QUERY_THREADS_LIMIT) || MAX_QUERY_THREADS_LIMIT
8642
8642
  });
8643
8643
 
8644
8644
  case 11:
@@ -13333,7 +13333,7 @@ var StreamChat = /*#__PURE__*/function () {
13333
13333
  }, {
13334
13334
  key: "getUserAgent",
13335
13335
  value: function getUserAgent() {
13336
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.40.5");
13336
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.40.6");
13337
13337
  }
13338
13338
  }, {
13339
13339
  key: "setUserAgent",