From 9fde5ae9b418191caa7f033a92a07a5b51e5b907 Mon Sep 17 00:00:00 2001 From: Huan LI Date: Thu, 2 Jan 2020 15:01:11 +0800 Subject: [PATCH] Upgrade wechaty-puppet-padplus to v0.3 --- src/puppet-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puppet-config.ts b/src/puppet-config.ts index 2be763e8..efea3974 100644 --- a/src/puppet-config.ts +++ b/src/puppet-config.ts @@ -16,7 +16,7 @@ export const PUPPET_DEPENDENCIES = { // 'wechaty-puppet-ioscat' : '^0.5.22', // https://www.npmjs.com/package/wechaty-puppet-ioscat 'wechaty-puppet-mock' : '^0.16.1', // https://www.npmjs.com/package/wechaty-puppet-mock // 'wechaty-puppet-padchat' : '^0.19.3', // https://www.npmjs.com/package/wechaty-puppet-padchat - 'wechaty-puppet-padplus' : '^0.2.0', // https://www.npmjs.com/package/wechaty-puppet-padplus + 'wechaty-puppet-padplus' : '^0.3.2', // https://www.npmjs.com/package/wechaty-puppet-padplus // 'wechaty-puppet-padpro' : '^0.3.21', // https://www.npmjs.com/package/wechaty-puppet-padpro 'wechaty-puppet-puppeteer' : '^0.18.2', // https://www.npmjs.com/package/wechaty-puppet-puppeteer 'wechaty-puppet-wechat4u' : '^0.16.3', // https://www.npmjs.com/package/wechaty-puppet-wechat4u -- GitLab