stream-chat-react-native-core 5.14.0-beta.4 → 5.14.0-beta.5
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/lib/module/version.json
CHANGED
|
@@ -6,6 +6,7 @@ export declare const getReadStates: <StreamChatGenerics extends DefaultStreamCha
|
|
|
6
6
|
last_read: Date;
|
|
7
7
|
unread_messages: number;
|
|
8
8
|
user: import("stream-chat").UserResponse<StreamChatGenerics>;
|
|
9
|
+
last_read_message_id?: string | undefined;
|
|
9
10
|
};
|
|
10
11
|
} | undefined) => {
|
|
11
12
|
[key: string]: number | boolean;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react-native-core",
|
|
3
3
|
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
|
|
4
|
-
"version": "5.14.0-beta.
|
|
4
|
+
"version": "5.14.0-beta.5",
|
|
5
5
|
"author": {
|
|
6
6
|
"company": "Stream.io Inc",
|
|
7
7
|
"name": "Stream.io Inc"
|
|
@@ -79,11 +79,11 @@
|
|
|
79
79
|
"path": "0.12.7",
|
|
80
80
|
"react-native-markdown-package": "1.8.2",
|
|
81
81
|
"react-native-url-polyfill": "^1.3.0",
|
|
82
|
-
"stream-chat": "8.
|
|
82
|
+
"stream-chat": "8.6.0"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
|
-
"react-native-
|
|
86
|
-
"react-native-
|
|
85
|
+
"react-native-quick-sqlite": ">=5.1.0",
|
|
86
|
+
"react-native-svg": ">=12.1.0"
|
|
87
87
|
},
|
|
88
88
|
"peerDependenciesMeta": {
|
|
89
89
|
"react-native-quick-sqlite": {
|
|
@@ -108,12 +108,12 @@
|
|
|
108
108
|
"@types/better-sqlite3": "^7.6.0",
|
|
109
109
|
"@types/eslint": "7.2.10",
|
|
110
110
|
"@types/jest": "26.0.23",
|
|
111
|
+
"@types/linkify-it": "3.0.2",
|
|
111
112
|
"@types/lodash": "4.14.169",
|
|
112
113
|
"@types/mime-types": "2.1.0",
|
|
113
114
|
"@types/react": "17.0.5",
|
|
114
115
|
"@types/react-native": "0.67.3",
|
|
115
116
|
"@types/react-test-renderer": "17.0.1",
|
|
116
|
-
"@types/linkify-it": "3.0.2",
|
|
117
117
|
"@types/uuid": "^8.3.4",
|
|
118
118
|
"@typescript-eslint/eslint-plugin": "^5.7.0",
|
|
119
119
|
"@typescript-eslint/parser": "^5.7.0",
|
package/src/version.json
CHANGED