|
|
il y a 6 mois | |
|---|---|---|
| .. | ||
| npm | 3598e3c877 Publish @roo-code/types v1.29.0 (#5084) | il y a 6 mois |
| src | 1472c19f8f feat: register importSettings as VSCode command (#5095) | il y a 6 mois |
| README.md | bad9b0e163 Bump @roo-code/types to v1.26.0 (#4584) | il y a 6 mois |
| eslint.config.mjs | e66136f1aa Add a new @roo-code/types package and use it everywhere (#3912) | il y a 7 mois |
| package.json | 62c3914034 Farewell jest (#4607) | il y a 6 mois |
| tsconfig.json | e66136f1aa Add a new @roo-code/types package and use it everywhere (#3912) | il y a 7 mois |
| tsup.config.ts | 39d0f68659 Improve configuration for npm publish of @roo-code/types (#4062) | il y a 7 mois |
| vitest.config.ts | 395f55b31f Convert jest tests to vitest and disable default watch mode for vitest (#4568) | il y a 6 mois |
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.