File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @roo-code/types" ,
3- "version" : " 1.41 .0" ,
3+ "version" : " 1.42 .0" ,
44 "description" : " TypeScript type definitions for Roo Code." ,
55 "publishConfig" : {
66 "access" : " public" ,
7- "name" : " @roo-code/types"
7+ "name" : " @roo-code/types" ,
8+ "registry" : " https://registry.npmjs.org/"
89 },
910 "author" : " Roo Code Team" ,
1011 "license" : " MIT" ,
1516 "bugs" : {
1617 "url" : " https://github.com/RooCodeInc/Roo-Code/issues"
1718 },
18- "homepage" : " https://github .com/RooCodeInc/Roo-Code/tree/main/packages/types " ,
19+ "homepage" : " https://roocode .com" ,
1920 "keywords" : [
2021 " roo" ,
2122 " roo-code" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @roo-code/types" ,
3- "version " : " 0.0.0 " ,
3+ "private " : true ,
44 "type" : " module" ,
55 "main" : " ./dist/index.cjs" ,
66 "exports" : {
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ export default defineConfig({
44 entry : [ "src/index.ts" ] ,
55 format : [ "cjs" , "esm" ] ,
66 dts : true ,
7- clean : false ,
87 splitting : false ,
98 sourcemap : true ,
9+ clean : true ,
1010 outDir : "dist" ,
1111} )
You can’t perform that action at this time.
0 commit comments