feat: add new input state api (#11)

This commit is contained in:
blooming
2024-10-17 15:13:14 +08:00
committed by GitHub
parent 4ac70c34e2
commit 2ef3ee9ef9
14 changed files with 77 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@openim/electron-client-sdk",
"version": "1.1.1",
"version": "1.1.2",
"description": "open im sdk for node",
"source": "src/index.ts",
"main": "lib/index.js",
@@ -43,7 +43,7 @@
"devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@openim/wasm-client-sdk": "^3.8.2",
"@openim/wasm-client-sdk": "^3.8.2-1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/ffi-napi": "^4.0.10",
@@ -76,11 +76,11 @@
"*.ts": "eslint --cache --cache-location .eslintcache --fix"
},
"dependencies": {
"koffi": "^2.8.0",
"koffi": "2.8.0",
"uuid": "^9.0.0"
},
"peerDependencies": {
"@openim/wasm-client-sdk": "^3.8.2",
"@openim/wasm-client-sdk": "^3.8.2-1",
"electron": ">=12.0.0"
}
}