stream-chat 8.0.0-dev.0 → 8.0.0
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.es.js +1 -1
- 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 +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -9851,7 +9851,7 @@ var StreamChat = /*#__PURE__*/function () {
|
|
|
9851
9851
|
}, {
|
|
9852
9852
|
key: "getUserAgent",
|
|
9853
9853
|
value: function getUserAgent() {
|
|
9854
|
-
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.0.0
|
|
9854
|
+
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.0.0");
|
|
9855
9855
|
}
|
|
9856
9856
|
}, {
|
|
9857
9857
|
key: "setUserAgent",
|