Skip to content

Commit

Permalink
build(yarn.lock、package-lock.json):升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJChen committed Nov 28, 2022
1 parent 9be9246 commit 526ba46
Show file tree
Hide file tree
Showing 4 changed files with 1,288 additions and 1,526 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ im.connect({token:_token});

```js
//发送消息
im.sendMessage({conversationID: _conversationID;type: _type,content:_content;push:_push})
im.sendMessage({conversationID: _conversationID,type: _type,content:_content;push:_push})
```
| 参数 | 类型 | 说明 |
| -------- | -----: | :----: |
Expand Down Expand Up @@ -281,7 +281,7 @@ im.uploadImage(file)
## 版本更新说明
#### v1.0.1 版本(最新)

更新日期:2022年11月25日<br>
更新日期:2022年11月28日<br>
1.依赖升级<br>
2.文档修改<br>
#### v1.0.0 版本
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@addcnos/hongyan-web-sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "dist/im.js",
"types": "typings/index.d.ts",
Expand Down
Loading

0 comments on commit 526ba46

Please sign in to comment.