Skip to content

Commit 5d7aa1e

Browse files
authored
chore: export dangerous api (#995)
- Internal changes
1 parent afad442 commit 5d7aa1e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"dependencies": {
7070
"@sendbird/chat": "^4.10.10",
71-
"@sendbird/uikit-tools": "0.0.1-alpha.64",
71+
"@sendbird/uikit-tools": "0.0.1-alpha.65",
7272
"css-vars-ponyfill": "^2.3.2",
7373
"date-fns": "^2.16.1",
7474
"dompurify": "^3.0.1"

src/modules/GroupChannel/context/GroupChannelProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { usePreventDuplicateRequest } from './hooks/usePreventDuplicateRequest';
2929
type OnBeforeHandler<T> = (params: T) => T | Promise<T>;
3030
type MessageListQueryParamsType = Omit<MessageCollectionParams, 'filter'> & MessageFilterParams;
3131
type MessageActions = ReturnType<typeof useMessageActions>;
32-
type MessageListDataSourceWithoutActions = Omit<ReturnType<typeof useGroupChannelMessages>, keyof MessageActions>;
32+
type MessageListDataSourceWithoutActions = Omit<ReturnType<typeof useGroupChannelMessages>, keyof MessageActions | `_dangerous_${string}`>;
3333

3434
interface ContextBaseType {
3535
// Required

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2679,7 +2679,7 @@ __metadata:
26792679
"@rollup/plugin-replace": ^5.0.4
26802680
"@rollup/plugin-typescript": ^11.1.5
26812681
"@sendbird/chat": ^4.10.10
2682-
"@sendbird/uikit-tools": 0.0.1-alpha.64
2682+
"@sendbird/uikit-tools": 0.0.1-alpha.65
26832683
"@storybook/addon-actions": ^6.5.10
26842684
"@storybook/addon-docs": ^6.5.10
26852685
"@storybook/addon-links": ^6.5.10
@@ -2744,13 +2744,13 @@ __metadata:
27442744
languageName: unknown
27452745
linkType: soft
27462746

2747-
"@sendbird/uikit-tools@npm:0.0.1-alpha.64":
2748-
version: 0.0.1-alpha.64
2749-
resolution: "@sendbird/uikit-tools@npm:0.0.1-alpha.64"
2747+
"@sendbird/uikit-tools@npm:0.0.1-alpha.65":
2748+
version: 0.0.1-alpha.65
2749+
resolution: "@sendbird/uikit-tools@npm:0.0.1-alpha.65"
27502750
peerDependencies:
27512751
"@sendbird/chat": ">=4.10.5 <5"
27522752
react: ">=16.8.6"
2753-
checksum: a682e6ca925ec5cf9b062d162628a7be6ad6fefdca4c09c08f716edfecdfec05d5d8112cfbbf06450721b8754598cb6af027e3ad163819acb566007f37206ef9
2753+
checksum: c6a7fecc7dbae40901e3f42988db85ca8c53a01e40522a3165fce780888e56b95bd858c233b23cf3368615593edf7691ce8ae62898695d28214b06e14268a653
27542754
languageName: node
27552755
linkType: hard
27562756

0 commit comments

Comments
 (0)