File tree Expand file tree Collapse file tree
src/OpenAPI/APIReferences Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @murat/yelix" ,
33 "exports" : " ./mod.ts" ,
4- "version" : " 0.1.44 " ,
4+ "version" : " 0.1.45 " ,
55 "license" : " MIT" ,
66 "nodeModulesDir" : " auto" ,
77 "tasks" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @murat/yelix" ,
3- "version" : " 0.1.44 " ,
3+ "version" : " 0.1.45 " ,
44 "license" : " MIT" ,
55 "exports" : {
66 "." : " ./mod.ts" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class APIReferenceBase {
2323 }
2424
2525 serve ( yelix : Yelix ) : void {
26- yelix . app . get ( this . path , ( ctx ) => {
26+ yelix . app . get ( this . path , ( ctx : Ctx ) => {
2727 return this . getResponse ( ctx ) ;
2828 } ) ;
2929 }
Original file line number Diff line number Diff line change 1- const version = "0.1.44 " ;
1+ const version = "0.1.45 " ;
22export default version ;
You can’t perform that action at this time.
0 commit comments