未验证 提交 aea93ce4 编写于 作者: P padlocal 提交者: GitHub

Update padlocal version (#2196)

* update padlocal version from 0.4 to 0.4.1

* fix eslint issue

* 0.62.3
上级 bd3fdda7
......@@ -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
......
{
"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",
......
......@@ -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
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册