How do I stay up to date with Embeddable Package Updates?

You can run npm run embeddable:upgrade to get the latest versions of all Embeddable NPM packages, including our SDKs, Remarkable Pro, and Vanilla components. This will update your package.json file automatically, and then you’ll need to run npm i. If you want to automate this process, we recommend setting up a cron job that runs the commands daily, along with the npm run embeddable:buildand npm run embeddable:push steps (if desired).

Note: there is currently no way to automatically publish these new versions - that still requires a manual step. The reason for this is because if there are any compatibility issues or breaking changes, it gives the opportunity to fix things before your clients ever see a poblem.