Bump @roo-code/types to v1.43.0 (#6640)

This commit is contained in:
Chris Estreich 2025-08-03 19:38:40 -07:00 committed by GitHub
parent a5b55dac8b
commit fd7550f463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 27 deletions

View file

@ -1,23 +0,0 @@
# @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.42.0",
"version": "1.43.0",
"description": "TypeScript type definitions for Roo Code.",
"publishConfig": {
"access": "public",
@ -37,5 +37,8 @@
},
"files": [
"dist"
]
],
"dependencies": {
"zod": "^3.25.61"
}
}

View file

@ -18,8 +18,7 @@
"check-types": "tsc --noEmit",
"test": "vitest run",
"build": "tsup",
"npm:publish:test": "tsup --outDir npm/dist && cd npm && npm publish --dry-run",
"npm:publish": "tsup --outDir npm/dist && cd npm && npm publish",
"npm:publish": "cd npm && npm version minor && cd - && tsup --outDir npm/dist && cd npm && npm publish",
"clean": "rimraf dist npm/dist .turbo"
},
"dependencies": {