The main botmation v3 package has been repackaged and released as @botmation/core v1.0 with one major change, it supports the latest Puppeteer v7.1.x.
This is part of a major refactor of the Botmation repo with Nx. This refactor reduces code requirements by simplifing the process of building and publishing (core & auxiliary) packages.
Two new auxiliary packages, @botmation/instagram and @botmation/linkedin, have been built and published on npm. They work with Core's functions to provide unique functions specific to those sites.
In conclusion, the main botmation
package v3 is replaced with @botmation/core
. Please update your project's Puppeteer
to the latest version 7, remove @types/puppeteer
from your project (Puppeteer comes with its own TS types as of v6) and replace the botmation
package with @botmation/core
.
If you have any troubles upgrading, file an Issue or reach out on Discord: Glitchseekers.