mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Bump @roo-code/types to v1.43.0 (#6640)
This commit is contained in:
parent
a5b55dac8b
commit
fd7550f463
3 changed files with 6 additions and 27 deletions
|
|
@ -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.
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue