提交 662b8a1e 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

Update wechaty-puppet-mock to the 0.15

上级 5df9ebf1
......@@ -13,7 +13,7 @@ export const PUPPET_DEPENDENCIES = {
// 'wechaty-puppet-hostie' : '^0.0.1',
'wechaty-puppet-ioscat' : '^0.5.19', // https://www.npmjs.com/package/wechaty-puppet-ioscat
'wechaty-puppet-mock' : '^0.14.1', // https://www.npmjs.com/package/wechaty-puppet-mock
'wechaty-puppet-mock' : '^0.15.5', // https://www.npmjs.com/package/wechaty-puppet-mock
'wechaty-puppet-padchat' : '^0.18.1', // https://www.npmjs.com/package/wechaty-puppet-padchat
'wechaty-puppet-padpro' : '^0.2.0', // https://www.npmjs.com/package/wechaty-puppet-padpro
'wechaty-puppet-puppeteer' : '^0.16.1', // https://www.npmjs.com/package/wechaty-puppet-puppeteer
......
......@@ -205,6 +205,9 @@ export class PuppetManager {
log.info('PuppetManager', 'install(%s@%s) done', puppetModule, puppetVersion)
}
/**
* Install all `wechaty-puppet-*` modules from `puppet-config.ts`
*/
public static async installAll (): Promise<void> {
log.info('PuppetManager', 'installAll() please wait ...')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册