chore: update core v3.8.1

This commit is contained in:
Bloomingg
2024-09-29 21:49:33 +08:00
parent 83ee57f324
commit 4ac70c34e2
8 changed files with 34 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@openim/electron-client-sdk",
"version": "1.1.0",
"version": "1.1.1",
"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-beta.4",
"@openim/wasm-client-sdk": "^3.8.2",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/ffi-napi": "^4.0.10",
@@ -80,7 +80,7 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@openim/wasm-client-sdk": "^3.8.2-beta.3",
"@openim/wasm-client-sdk": "^3.8.2",
"electron": ">=12.0.0"
}
}