Christiaan Arnoldus 206c292498 ✨feat: Indonesian translation (#4672) hace 7 meses
..
npm bad9b0e163 Bump @roo-code/types to v1.26.0 (#4584) hace 7 meses
src 206c292498 ✨feat: Indonesian translation (#4672) hace 7 meses
README.md bad9b0e163 Bump @roo-code/types to v1.26.0 (#4584) hace 7 meses
eslint.config.mjs e66136f1aa Add a new @roo-code/types package and use it everywhere (#3912) hace 7 meses
package.json ab01fb3bdb Move to Postgres for evals on roocode.com (#4520) hace 7 meses
tsconfig.json e66136f1aa Add a new @roo-code/types package and use it everywhere (#3912) hace 7 meses
tsup.config.ts 39d0f68659 Improve configuration for npm publish of @roo-code/types (#4062) hace 7 meses
vitest.config.ts 395f55b31f Convert jest tests to vitest and disable default watch mode for vitest (#4568) hace 7 meses

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.