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/dist/browser.js CHANGED
@@ -5565,7 +5565,7 @@ var StreamChat = /*#__PURE__*/function () {
5565
5565
 
5566
5566
  _context6.prev = 3;
5567
5567
  _context6.next = 6;
5568
- return _this.axiosInstance.post("https://insights.stream-io-api.com/insights/".concat(insightType), insights);
5568
+ return _this.axiosInstance.post("https://chat-insights.getstream.io/insights/".concat(insightType), insights);
5569
5569
 
5570
5570
  case 6:
5571
5571
  _context6.next = 14;
@@ -8377,7 +8377,7 @@ var StreamChat = /*#__PURE__*/function () {
8377
8377
  }, {
8378
8378
  key: "getUserAgent",
8379
8379
  value: function getUserAgent() {
8380
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "4.4.3-dev.0");
8380
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "4.4.3-dev.1");
8381
8381
  }
8382
8382
  }, {
8383
8383
  key: "setUserAgent",