stream-chat 8.12.3 → 8.12.4
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 -3
- 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 -3
- package/dist/browser.js.map +1 -1
- package/dist/index.es.js +1 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/types/channel.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/channel.ts +0 -1
package/dist/browser.es.js
CHANGED
|
@@ -3094,8 +3094,6 @@ var Channel = /*#__PURE__*/function () {
|
|
|
3094
3094
|
}, {
|
|
3095
3095
|
key: "lastRead",
|
|
3096
3096
|
value: function lastRead() {
|
|
3097
|
-
this._checkInitialized();
|
|
3098
|
-
|
|
3099
3097
|
var _this$getClient = this.getClient(),
|
|
3100
3098
|
userID = _this$getClient.userID;
|
|
3101
3099
|
|
|
@@ -10117,7 +10115,7 @@ var StreamChat = /*#__PURE__*/function () {
|
|
|
10117
10115
|
}, {
|
|
10118
10116
|
key: "getUserAgent",
|
|
10119
10117
|
value: function getUserAgent() {
|
|
10120
|
-
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.12.
|
|
10118
|
+
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.12.4");
|
|
10121
10119
|
}
|
|
10122
10120
|
}, {
|
|
10123
10121
|
key: "setUserAgent",
|