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",
|
"name": "@openim/electron-client-sdk",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"description": "open im sdk for node",
|
"description": "open im sdk for node",
|
||||||
"source": "src/index.ts",
|
"source": "src/index.ts",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ type EmitterEvents = {
|
|||||||
|
|
||||||
type WasmInterface = ReturnType<typeof WasmGetSDK>;
|
type WasmInterface = ReturnType<typeof WasmGetSDK>;
|
||||||
|
|
||||||
type IMSDKInterface = Omit<WasmInterface, 'login'> & {
|
export type IMSDKInterface = Omit<WasmInterface, 'login'> & {
|
||||||
login: (
|
login: (
|
||||||
params: Partial<InitAndLoginConfig>,
|
params: Partial<InitAndLoginConfig>,
|
||||||
operationID?: string
|
operationID?: string
|
||||||
|
|||||||
Reference in New Issue
Block a user