diff --git a/package.json b/package.json index 4f21184711c23baac50fa9d21239cf31fa6580b3..df094cb74e2302f86d1d8a2f4196adb68453e590 100644 --- a/package.json +++ b/package.json @@ -90,6 +90,7 @@ "state-switch": "^0.6.2", "watchdog": "^0.8.1", "wechaty-puppet": "^0.9.22", + "wechaty-puppet-ioscat": "^0.4.12", "ws": "^6.0.0" }, "devDependencies": { diff --git a/src/puppet-config.ts b/src/puppet-config.ts index 4847eb247619d7ae5e9cc6c272eb88a9de925f1c..f4392fabfa9c42c9b7d2b2bc50ad21cf9b474108 100644 --- a/src/puppet-config.ts +++ b/src/puppet-config.ts @@ -5,7 +5,7 @@ export const PUPPET_DEPENDENCIES = { 'default' : '0.0.0', // will be replaced with PUPPET_DEFAULT 'padchat' : '0.0.0', // compatible with v0.18, will be replaced with wechaty-puppet-padchat ///////////////////////////////////// - 'wechaty-puppet-ioscat' : '^0.4.11', + 'wechaty-puppet-ioscat' : '^0.4.12', 'wechaty-puppet-mock' : '^0.8.2', 'wechaty-puppet-padchat' : '^0.9.12', 'wechaty-puppet-puppeteer' : '^0.8.2',