From aea93ce4ea33402afd874c3c961d8c57e6963af0 Mon Sep 17 00:00:00 2001 From: padlocal Date: Thu, 10 Jun 2021 13:21:15 +0800 Subject: [PATCH] Update padlocal version (#2196) * update padlocal version from 0.4 to 0.4.1 * fix eslint issue * 0.62.3 --- examples/ding-dong-bot.ts | 4 ++-- package.json | 2 +- src/puppet-config.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/ding-dong-bot.ts b/examples/ding-dong-bot.ts index 4561870bd..2b94e8c2a 100644 --- a/examples/ding-dong-bot.ts +++ b/examples/ding-dong-bot.ts @@ -34,13 +34,13 @@ import { generate } from 'qrcode-terminal' */ const bot = new Wechaty({ name : 'ding-dong-bot', - + /** * You can specify different puppet for different IM protocols. * Learn more from https://wechaty.js.org/docs/puppet-providers/ */ // puppet: 'wechaty-puppet-whatsapp' - + /** * You can use wechaty puppet provider 'wechaty-puppet-service' * which can connect to Wechaty Puppet Services diff --git a/package.json b/package.json index 69fbcffc6..34b133d51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechaty", - "version": "0.62.2", + "version": "0.62.3", "description": "Wechaty is a RPA SDK for Chatbot Makers.", "main": "dist/src/mod.js", "typings": "dist/src/mod.d.ts", diff --git a/src/puppet-config.ts b/src/puppet-config.ts index f0f16f11e..cf7d518f6 100644 --- a/src/puppet-config.ts +++ b/src/puppet-config.ts @@ -52,7 +52,7 @@ export const PUPPET_DEPENDENCIES = { */ 'wechaty-puppet-wechat' : '>=0.28', // https://www.npmjs.com/package/wechaty-puppet-wechat 'wechaty-puppet-wechat4u' : '>=0.17', // https://www.npmjs.com/package/wechaty-puppet-wechat4u - 'wechaty-puppet-padlocal' : '>=0.4', // https://www.npmjs.com/package/wechaty-puppet-padlocal + 'wechaty-puppet-padlocal' : '>=0.4.1', // https://www.npmjs.com/package/wechaty-puppet-padlocal 'wechaty-puppet-official-account' : '>=0.5', // https://www.npmjs.com/package/wechaty-puppet-official-account /** -- GitLab