stream-chat 9.42.1 → 9.42.3

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.
@@ -15382,7 +15382,7 @@ var StreamChat = class _StreamChat {
15382
15382
  if (this.userAgent) {
15383
15383
  return this.userAgent;
15384
15384
  }
15385
- const version = "9.42.1";
15385
+ const version = "9.42.3";
15386
15386
  const clientBundle = "browser-cjs";
15387
15387
  let userAgentString = "";
15388
15388
  if (this.sdkIdentifier) {
@@ -15361,7 +15361,7 @@ var StreamChat = class _StreamChat {
15361
15361
  if (this.userAgent) {
15362
15362
  return this.userAgent;
15363
15363
  }
15364
- const version = "9.42.1";
15364
+ const version = "9.42.3";
15365
15365
  const clientBundle = "node-cjs";
15366
15366
  let userAgentString = "";
15367
15367
  if (this.sdkIdentifier) {
@@ -15192,7 +15192,7 @@ var StreamChat = class _StreamChat {
15192
15192
  if (this.userAgent) {
15193
15193
  return this.userAgent;
15194
15194
  }
15195
- const version = "9.42.1";
15195
+ const version = "9.42.3";
15196
15196
  const clientBundle = "browser-esm";
15197
15197
  let userAgentString = "";
15198
15198
  if (this.sdkIdentifier) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat",
3
- "version": "9.42.1",
3
+ "version": "9.42.3",
4
4
  "description": "JS SDK for the Stream Chat API",
5
5
  "homepage": "https://getstream.io/chat/",
6
6
  "author": {