Chris Estreich 3f966dfaa3 Bump @roo-code/types to v1.42.0 (#6610) 5 months ago
..
npm 3f966dfaa3 Bump @roo-code/types to v1.42.0 (#6610) 5 months ago
src b2d2a2c5d2 Task and TaskProvider event emitter cleanup + a few new events (#6606) 5 months ago
README.md bad9b0e163 Bump @roo-code/types to v1.26.0 (#4584) 7 months ago
eslint.config.mjs e66136f1aa Add a new @roo-code/types package and use it everywhere (#3912) 7 months ago
package.json 3f966dfaa3 Bump @roo-code/types to v1.42.0 (#6610) 5 months ago
tsconfig.json e66136f1aa Add a new @roo-code/types package and use it everywhere (#3912) 7 months ago
tsup.config.ts 3f966dfaa3 Bump @roo-code/types to v1.42.0 (#6610) 5 months ago
vitest.config.ts 395f55b31f Convert jest tests to vitest and disable default watch mode for vitest (#4568) 7 months ago

README.md

@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.