Bump @roo-code/types to v1.26.0 (#4584)

* Bump @roo-code/types to v1.26.0

* Add instructions for NPM publish
This commit is contained in:
Chris Estreich 2025-06-12 08:05:53 -07:00 committed by GitHub
parent a9c1dad2ce
commit bad9b0e163
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 2 deletions

23
packages/types/README.md Normal file
View file

@ -0,0 +1,23 @@
# @roo-code/types
### Publish to NPM
First authenticate with NPM:
```sh
npm login
```
Next, manually bump the NPM package version:
```sh
cd packages/types/npm && npm version minor && cd -
```
Finally, publish to NPM:
```sh
pnpm --filter @roo-code/types npm:publish
```
Note that you'll be asked for an MFA code to complete the publish.

View file

@ -1,6 +1,6 @@
{
"name": "@roo-code/types",
"version": "1.25.0",
"version": "1.26.0",
"description": "TypeScript type definitions for Roo Code.",
"publishConfig": {
"access": "public",

View file

@ -12,7 +12,7 @@
"build": "tsc -b && vite build",
"build:nightly": "tsc -b && vite build --mode nightly",
"preview": "vite preview",
"clean": "rimraf ../src/webview-ui/build ../apps/vscode-nightly/build/webview-ui tsconfig.tsbuildinfo .turbo"
"clean": "rimraf ../src/webview-ui ../apps/vscode-nightly/build/webview-ui tsconfig.tsbuildinfo .turbo"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.6",