Roo-Code/packages/types
2025-07-08 19:20:38 -04:00
..
npm Bump types to 1.31.0 (#5484) 2025-07-08 19:20:38 -04:00
src add todo tool (#5182) 2025-07-07 14:07:39 -04:00
eslint.config.mjs
package.json Farewell jest (#4607) 2025-06-16 21:39:45 -07:00
README.md
tsconfig.json
tsup.config.ts
vitest.config.ts

@roo-code/types

Publish to NPM

First authenticate with NPM:

npm login

Next, manually bump the NPM package version:

cd packages/types/npm && npm version minor && cd -

Finally, publish to NPM:

pnpm --filter @roo-code/types npm:publish

Note that you'll be asked for an MFA code to complete the publish.