chore: release 1.0.5

This commit is contained in:
Bloomingg
2024-07-30 16:17:56 +08:00
parent 4bfbce6727
commit 5601f935f0
6 changed files with 116 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@openim/electron-client-sdk",
"version": "1.0.2",
"version": "1.0.5",
"description": "open im sdk for node",
"source": "src/index.ts",
"main": "lib/index.js",
@@ -59,7 +59,7 @@
"husky": "^6.0.0",
"jest": "^27.2.0",
"lint-staged": "^10.5.4",
"open-im-sdk-wasm": "^3.5.3-alpha.3",
"open-im-sdk-wasm": "^3.5.3-alpha.6",
"prettier": "^2.2.1",
"rollup": "^2.79.1",
"rollup-plugin-typescript2": "^0.36.0",
@@ -81,6 +81,6 @@
},
"peerDependencies": {
"electron": ">=12.0.0",
"open-im-sdk-wasm": "^3.5.3-alpha.5"
"open-im-sdk-wasm": "^3.8.0-rc.6"
}
}