You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I was trying to link wechaty, wechaty-puppet and wechaty-puppet-padplus together to debug an issue, then some errors complains about FileBox instances are not compatible. Then I found the FileBox version in wechaty is different from the one in wechaty-puppet and wechaty-puppet-padplus.
I would suggest that we move the FileBox dependency in each package to wechaty-puppet, and import the FileBox from wechaty-puppet, thus the dependency will have a unique version and source, and we can avoid the version incompatible issue in the future.