File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 47784778 resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
47794779 integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
47804780
4781- 4782- version "7.0.0 "
4783- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-7.0.0 .tgz#ba5439c9a446713356105a40c7d2f90c3ccbf4a3 "
4784- integrity sha512-qjjukVUXl13/cQDCovTAUHMUXgweg6fhh0we2t+C3RI3gN0AaiXMpzejA6RSuArBtezV4AB/mv9BoT7BRTzqeA ==
4781+ 4782+ version "7.0.1 "
4783+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-7.0.1 .tgz#212ebcc1c53c727226f35a3f6268fb931c9c1d4f "
4784+ integrity sha512-cS6m7rPuXQ/ALzUzRAaafRUN+kMHVMmwPzUC7SoBm+lljOLX0TuwMCxK5hcLo1CPCmqXhw/8inZuVevhPEdVqA ==
47854785 dependencies :
47864786 " @gorhom/bottom-sheet" " ^5.1.1"
47874787 dayjs "1.10.5"
Original file line number Diff line number Diff line change @@ -3450,10 +3450,10 @@ statuses@~1.5.0:
34503450 resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
34513451 integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
34523452
3453- 3454- version "7.0.0 "
3455- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-7.0.0 .tgz#ba5439c9a446713356105a40c7d2f90c3ccbf4a3 "
3456- integrity sha512-qjjukVUXl13/cQDCovTAUHMUXgweg6fhh0we2t+C3RI3gN0AaiXMpzejA6RSuArBtezV4AB/mv9BoT7BRTzqeA ==
3453+ 3454+ version "7.0.1 "
3455+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-7.0.1 .tgz#212ebcc1c53c727226f35a3f6268fb931c9c1d4f "
3456+ integrity sha512-cS6m7rPuXQ/ALzUzRAaafRUN+kMHVMmwPzUC7SoBm+lljOLX0TuwMCxK5hcLo1CPCmqXhw/8inZuVevhPEdVqA ==
34573457 dependencies :
34583458 " @gorhom/bottom-sheet" " ^5.1.1"
34593459 dayjs "1.10.5"
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ export { default as trTranslations } from './i18n/tr.json';
2929export { default as heTranslations } from './i18n/he.json' ;
3030
3131export { SqliteClient } from './store/SqliteClient' ;
32+ export { OfflineDB } from './store/OfflineDB' ;
3233export { version } from './version.json' ;
3334
3435import { NativeHandlers } from './native' ;
You can’t perform that action at this time.
0 commit comments