roo-code-types
v1.0.1
Published
First authenticate with NPM:
Readme
@roo-code/types
Publish to NPM
First authenticate with NPM:
npm loginNext, manually bump the NPM package version:
cd packages/types/npm && npm version minor && cd -Finally, publish to NPM:
pnpm --filter @roo-code/types npm:publishNote that you'll be asked for an MFA code to complete the publish.
