mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
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:
parent
a9c1dad2ce
commit
bad9b0e163
3 changed files with 25 additions and 2 deletions
23
packages/types/README.md
Normal file
23
packages/types/README.md
Normal 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.
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue