@project-ajax/sdk
v0.0.79
Published
An SDK for building workers for the Notion Workers platform
Readme
Workers SDK
Development
- Install mise
- Run
mise install - Run
npm run bootstrap
Publishing New Versions
Increment the package.json version and create a new Git tag:
# This also creates a Git tag.
npm version patchThen, push the commit and tag:
git push origin main --follow-tags