chore: update wasm dep & release 1.0.7

This commit is contained in:
Bloomingg
2024-08-02 20:03:56 +08:00
parent b6123fc0f5
commit 4793d1dcba
24 changed files with 97 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@openim/electron-client-sdk",
"version": "1.0.6",
"version": "1.0.7",
"description": "open im sdk for node",
"source": "src/index.ts",
"main": "lib/index.js",
@@ -45,6 +45,7 @@
"@commitlint/config-conventional": "^16.2.4",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-terser": "^0.4.4",
"@openim/wasm-client-sdk": "^3.8.0",
"@types/ffi-napi": "^4.0.10",
"@types/node": "^12.20.55",
"@types/uuid": "^8.3.4",
@@ -59,7 +60,6 @@
"husky": "^6.0.0",
"jest": "^27.2.0",
"lint-staged": "^10.5.4",
"open-im-sdk-wasm": "^3.5.3-alpha.6",
"prettier": "^2.2.1",
"rollup": "^2.79.1",
"rollup-plugin-typescript2": "^0.36.0",
@@ -80,7 +80,7 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"electron": ">=12.0.0",
"open-im-sdk-wasm": "^3.8.0-rc.8"
"@openim/wasm-client-sdk": "^3.8.0",
"electron": ">=12.0.0"
}
}