stream-chat 4.4.3-dev.0 → 4.4.3-dev.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat",
3
- "version": "4.4.3-dev.0",
3
+ "version": "4.4.3-dev.1",
4
4
  "description": "JS SDK for the Stream Chat API",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
package/src/client.ts CHANGED
@@ -3354,7 +3354,7 @@ export class StreamChat<
3354
3354
  for (let i = 0; i < maxAttempts; i++) {
3355
3355
  try {
3356
3356
  await this.axiosInstance.post(
3357
- `https://insights.stream-io-api.com/insights/${insightType}`,
3357
+ `https://chat-insights.getstream.io/insights/${insightType}`,
3358
3358
  insights,
3359
3359
  );
3360
3360
  } catch (e) {