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/index.js CHANGED
@@ -5571,7 +5571,7 @@ var StreamChat = /*#__PURE__*/function () {
5571
5571
 
5572
5572
  _context6.prev = 3;
5573
5573
  _context6.next = 6;
5574
- return _this.axiosInstance.post("https://insights.stream-io-api.com/insights/".concat(insightType), insights);
5574
+ return _this.axiosInstance.post("https://chat-insights.getstream.io/insights/".concat(insightType), insights);
5575
5575
 
5576
5576
  case 6:
5577
5577
  _context6.next = 14;
@@ -8383,7 +8383,7 @@ var StreamChat = /*#__PURE__*/function () {
8383
8383
  }, {
8384
8384
  key: "getUserAgent",
8385
8385
  value: function getUserAgent() {
8386
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "4.4.3-dev.0");
8386
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "4.4.3-dev.1");
8387
8387
  }
8388
8388
  }, {
8389
8389
  key: "setUserAgent",