@restatedev/vercel-ai-middleware
v0.2.1
Published
Vercel AI Middleware
Maintainers
Keywords
Readme
vercel-ai-middleware
Commands
# Build
npm run build
# Checks any esm/cjs module resolutions issues for node10, node16, and bundler
npm run check-exports
# Format
npm run format
# Lint
npm run lintRelease flow
We use changeset to manage our release workflow:
For Contributors:
- Run
npm run changesetin your PR to document your changes and specify the release type (patch/minor/major)
For Releases:
- Create a release PR by running
npm run version- This automatically updates
package.jsonversion numbers based on accumulated changes - Updates
CHANGELOG.mdwith all changes
- This automatically updates
- Merge the release PR
- GitHub Actions will automatically:
- Create a new release and tag
- Publish the package to npm
** TODO:**
- Add NPM_TOKEN for npm publishing in github action
