stream-chat-react-native-core 7.2.4 → 7.2.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
|
@@ -48,6 +48,7 @@ export declare const useTranslatedMessage: (message?: MessageResponse | LocalMes
|
|
|
48
48
|
reminder?: import("stream-chat").ReminderResponseBase | undefined;
|
|
49
49
|
reply_count?: number | undefined;
|
|
50
50
|
shadowed?: boolean | undefined;
|
|
51
|
+
shared_location?: import("stream-chat").SharedLocationResponse | undefined;
|
|
51
52
|
thread_participants?: import("stream-chat").UserResponse[] | undefined;
|
|
52
53
|
created_at: Date;
|
|
53
54
|
deleted_at: Date | null;
|
|
@@ -108,6 +109,7 @@ export declare const useTranslatedMessage: (message?: MessageResponse | LocalMes
|
|
|
108
109
|
reminder?: import("stream-chat").ReminderResponseBase;
|
|
109
110
|
reply_count?: number;
|
|
110
111
|
shadowed?: boolean;
|
|
112
|
+
shared_location?: import("stream-chat").SharedLocationResponse;
|
|
111
113
|
status?: string;
|
|
112
114
|
thread_participants?: import("stream-chat").UserResponse[];
|
|
113
115
|
updated_at?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTranslatedMessage.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTranslatedMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,eAAe,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAMvF,eAAO,MAAM,oBAAoB,GAAI,UAAU,eAAe,GAAG,YAAY;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useTranslatedMessage.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTranslatedMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,eAAe,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAMvF,eAAO,MAAM,oBAAoB,GAAI,UAAU,eAAe,GAAG,YAAY;;;;;;;;;;;;;;;;;;;;;;;;YAkB60gB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAD15gB,CAAC"}
|
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": "7.2.
|
|
4
|
+
"version": "7.2.5",
|
|
5
5
|
"author": {
|
|
6
6
|
"company": "Stream.io Inc",
|
|
7
7
|
"name": "Stream.io Inc"
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"path": "0.12.7",
|
|
78
78
|
"react-native-markdown-package": "1.8.2",
|
|
79
79
|
"react-native-url-polyfill": "^2.0.0",
|
|
80
|
-
"stream-chat": "^9.
|
|
80
|
+
"stream-chat": "^9.13.0",
|
|
81
81
|
"use-sync-external-store": "^1.5.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
package/src/version.json
CHANGED