Skip to content

Commit

Permalink
fix: 优化依赖文件
Browse files Browse the repository at this point in the history
  • Loading branch information
leochen-g committed Mar 7, 2024
1 parent 736e591 commit 57d408d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 更新日志

## V4.6.26(2024-03-07)
1、更新插件版本,会员支持基础配置 Dify 智能助手
2、优化依赖

## V4.6.25(2024-02-27)
1、修复@grpc/grpc-js 自动更新导致的报错

Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wechat-assistant",
"version": "4.6.25",
"description": "智能微秘书4.6.25",
"version": "4.6.26",
"description": "智能微秘书,一个全能的微信机器人管理平台,最简单的方式接入 ChatGPT,FastGPT,Dify知识库,支持绘图,联网查询,语音识别,各种定时任务,支持企微、个微、公众号、5G 消息、WhatsApp",
"main": "index.js",
"type": "module",
"scripts": {
Expand All @@ -18,6 +18,7 @@
"keywords": [
"wechaty1.x",
"wechaty",
"whatsApp",
"mongoose",
"微信机器人",
"微信助手",
Expand All @@ -37,11 +38,11 @@
"@grpc/grpc-js": "1.9.14",
"wechaty-puppet": "^1.21.1",
"wechaty-puppet-engine": "^1.0.25",
"wechaty-puppet-official-account": "^1.10.7",
"wechaty-puppet-official-account": "^1.10.9",
"wechaty-puppet-padlocal": "^1.20.1",
"wechaty-puppet-service": "^1.18.2",
"wechaty-puppet-wechat4u": "^1.14.12",
"wechaty-web-panel": "^1.6.42"
"wechaty-web-panel": "^1.6.43"
},
"devDependencies": {
"pm2": "^4.2.3"
Expand Down

0 comments on commit 57d408d

Please sign in to comment.