chore: update core v3.8.3-patch.3

This commit is contained in:
Bloomingg
2025-03-07 19:06:28 +08:00
parent 80763b3039
commit 1f2823e7c1
7 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
v3.8.2
v3.8.3-patch.3

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{
"name": "@openim/electron-client-sdk",
"version": "3.8.3",
"version": "3.8.3-patch.3",
"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.3",
"@openim/wasm-client-sdk": "^3.8.3-patch.3",
"@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.3",
"@openim/wasm-client-sdk": "^3.8.3-patch.3",
"electron": ">=12.0.0"
}
}