From d03a96f97731af386cd58266a1110edae48641cd Mon Sep 17 00:00:00 2001 From: Huan LI Date: Sat, 21 Mar 2020 16:35:09 +0800 Subject: [PATCH] fix hostie room member id --- package.json | 2 +- src/puppet-config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d1c5e81..64723413 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "state-switch": "^0.7.2", "watchdog": "^0.8.17", "wechaty-puppet": "^0.21.12", - "wechaty-puppet-hostie": "^0.3.29", + "wechaty-puppet-hostie": "^0.3.32", "ws": "^7.2.3" }, "devDependencies": { diff --git a/src/puppet-config.ts b/src/puppet-config.ts index 62ef371e..3fbd570a 100644 --- a/src/puppet-config.ts +++ b/src/puppet-config.ts @@ -11,7 +11,7 @@ export const PUPPET_DEPENDENCIES = { * DEPRECATED by Huan(202002): The Above is Alias for the following full NPM module names * *******************************************************************************************/ - 'wechaty-puppet-hostie' : '^0.3.29', // https://www.npmjs.com/package/wechaty-puppet-hostie + 'wechaty-puppet-hostie' : '^0.3.32', // https://www.npmjs.com/package/wechaty-puppet-hostie 'wechaty-puppet-mock' : '^0.19.0', // https://www.npmjs.com/package/wechaty-puppet-mock // 'wechaty-puppet-dll' : '^0.3.1', // https://www.npmjs.com/package/wechaty-puppet-dll -- GitLab