Skip to content

Commit fd7550f

Browse files
authored
Bump @roo-code/types to v1.43.0 (RooCodeInc#6640)
1 parent a5b55da commit fd7550f

File tree

3 files changed

+6
-27
lines changed

3 files changed

+6
-27
lines changed

packages/types/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

packages/types/npm/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roo-code/types",
3-
"version": "1.42.0",
3+
"version": "1.43.0",
44
"description": "TypeScript type definitions for Roo Code.",
55
"publishConfig": {
66
"access": "public",
@@ -37,5 +37,8 @@
3737
},
3838
"files": [
3939
"dist"
40-
]
40+
],
41+
"dependencies": {
42+
"zod": "^3.25.61"
43+
}
4144
}

packages/types/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"check-types": "tsc --noEmit",
1919
"test": "vitest run",
2020
"build": "tsup",
21-
"npm:publish:test": "tsup --outDir npm/dist && cd npm && npm publish --dry-run",
22-
"npm:publish": "tsup --outDir npm/dist && cd npm && npm publish",
21+
"npm:publish": "cd npm && npm version minor && cd - && tsup --outDir npm/dist && cd npm && npm publish",
2322
"clean": "rimraf dist npm/dist .turbo"
2423
},
2524
"dependencies": {

0 commit comments

Comments
 (0)