Skip to content

Commit

Permalink
chore: update core v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloomingg committed Sep 29, 2024
1 parent e809260 commit 2e351cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified assets/openIM.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openim/wasm-client-sdk",
"version": "3.8.2-beta.4",
"version": "3.8.2",
"description": "open im sdk for web",
"source": "src/index.ts",
"main": "lib/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/types/entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export type FriendUserItem = {
operatorUserID: string;
ownerUserID: string;
remark: string;
isPinned: boolean;
attachedInfo: string;
};
export type SearchedFriendsInfo = FriendUserItem & {
Expand Down

0 comments on commit 2e351cb

Please sign in to comment.