From 736e5914fc3864469975a8f1526eb0e25f14bad8 Mon Sep 17 00:00:00 2001 From: leo_chen Date: Tue, 27 Feb 2024 18:45:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9grpc-js=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ package.json | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ec93c..8967b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 更新日志 +## V4.6.25(2024-02-27) +1、修复@grpc/grpc-js 自动更新导致的报错 + ## V4.6.24(2024-02-25) 1、修复开启识图的报错 diff --git a/package.json b/package.json index 9c5f4ae..d7ef448 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wechat-assistant", - "version": "4.6.24", - "description": "智能微秘书4.6.24", + "version": "4.6.25", + "description": "智能微秘书4.6.25", "main": "index.js", "type": "module", "scripts": { @@ -34,6 +34,7 @@ }, "dependencies": { "wechaty": "^1.20.2", + "@grpc/grpc-js": "1.9.14", "wechaty-puppet": "^1.21.1", "wechaty-puppet-engine": "^1.0.25", "wechaty-puppet-official-account": "^1.10.7",