feat: update assets & export types (#12)
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openim/electron-client-sdk",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "open im sdk for node",
|
||||
"source": "src/index.ts",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -24,7 +24,7 @@ type EmitterEvents = {
|
||||
|
||||
type WasmInterface = ReturnType<typeof WasmGetSDK>;
|
||||
|
||||
type IMSDKInterface = Omit<WasmInterface, 'login'> & {
|
||||
export type IMSDKInterface = Omit<WasmInterface, 'login'> & {
|
||||
login: (
|
||||
params: Partial<InitAndLoginConfig>,
|
||||
operationID?: string
|
||||
|
||||
Reference in New Issue
Block a user