File tree Expand file tree Collapse file tree 3 files changed +6
-27
lines changed
Expand file tree Collapse file tree 3 files changed +6
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" ,
3737 },
3838 "files" : [
3939 " dist"
40- ]
40+ ],
41+ "dependencies" : {
42+ "zod" : " ^3.25.61"
43+ }
4144}
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments