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/CHANGELOG.md +844 -0
- package/dist/browser.es.js +2 -2
- package/dist/browser.es.js.map +1 -1
- package/dist/browser.full-bundle.min.js +1 -1
- package/dist/browser.full-bundle.min.js.map +1 -1
- package/dist/browser.js +2 -2
- package/dist/browser.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5548,7 +5548,7 @@ var StreamChat = /*#__PURE__*/function () {
|
|
|
5548
5548
|
|
|
5549
5549
|
_context6.prev = 3;
|
|
5550
5550
|
_context6.next = 6;
|
|
5551
|
-
return _this.axiosInstance.post("https://insights.
|
|
5551
|
+
return _this.axiosInstance.post("https://chat-insights.getstream.io/insights/".concat(insightType), insights);
|
|
5552
5552
|
|
|
5553
5553
|
case 6:
|
|
5554
5554
|
_context6.next = 14;
|
|
@@ -8360,7 +8360,7 @@ var StreamChat = /*#__PURE__*/function () {
|
|
|
8360
8360
|
}, {
|
|
8361
8361
|
key: "getUserAgent",
|
|
8362
8362
|
value: function getUserAgent() {
|
|
8363
|
-
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "4.4.3-dev.
|
|
8363
|
+
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "4.4.3-dev.1");
|
|
8364
8364
|
}
|
|
8365
8365
|
}, {
|
|
8366
8366
|
key: "setUserAgent",
|