stream-chat 9.0.0-rc.1 → 9.0.0-rc.2

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.
@@ -9694,7 +9694,7 @@ var StreamChat = class _StreamChat {
9694
9694
  if (this.userAgent) {
9695
9695
  return this.userAgent;
9696
9696
  }
9697
- const version = "9.0.0-rc.1";
9697
+ const version = "9.0.0-rc.2";
9698
9698
  const clientBundle = "browser-cjs";
9699
9699
  let userAgentString = "";
9700
9700
  if (this.sdkIdentifier) {
@@ -21025,7 +21025,7 @@ var StreamChat = class _StreamChat {
21025
21025
  if (this.userAgent) {
21026
21026
  return this.userAgent;
21027
21027
  }
21028
- const version = "9.0.0-rc.1";
21028
+ const version = "9.0.0-rc.2";
21029
21029
  const clientBundle = "node-cjs";
21030
21030
  let userAgentString = "";
21031
21031
  if (this.sdkIdentifier) {
package/dist/esm/index.js CHANGED
@@ -9630,7 +9630,7 @@ var StreamChat = class _StreamChat {
9630
9630
  if (this.userAgent) {
9631
9631
  return this.userAgent;
9632
9632
  }
9633
- const version = "9.0.0-rc.1";
9633
+ const version = "9.0.0-rc.2";
9634
9634
  const clientBundle = "browser-esm";
9635
9635
  let userAgentString = "";
9636
9636
  if (this.sdkIdentifier) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat",
3
- "version": "9.0.0-rc.1",
3
+ "version": "9.0.0-rc.2",
4
4
  "description": "JS SDK for the Stream Chat API",
5
5
  "homepage": "https://getstream.io/chat/",
6
6
  "author": {
@@ -127,7 +127,7 @@
127
127
  "prepack": "yarn run build"
128
128
  },
129
129
  "engines": {
130
- "node": ">=16"
130
+ "node": ">=18"
131
131
  },
132
132
  "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
133
133
  }