File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 6.0.0-rc.0 " ,
2+ "version" : " 6.0.0-rc.1 " ,
33 "npmClient" : " yarn" ,
44 "command" : {
55 "version" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsoa/cli" ,
33 "description" : " Build swagger-compliant REST APIs using TypeScript and Node" ,
4- "version" : " 6.0.0-rc.0 " ,
4+ "version" : " 6.0.0-rc.1 " ,
55 "main" : " ./dist/index.js" ,
66 "typings" : " ./dist/index.d.ts" ,
77 "files" : [
3030 "author" :
" Luke Autry <[email protected] > (http://www.lukeautry.com)" ,
3131 "license" : " MIT" ,
3232 "dependencies" : {
33- "@tsoa/runtime" : " ^6.0.0-rc.0 " ,
33+ "@tsoa/runtime" : " ^6.0.0-rc.1 " ,
3434 "deepmerge" : " ^4.3.1" ,
3535 "fs-extra" : " ^11.1.1" ,
3636 "glob" : " ^10.3.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsoa/runtime" ,
33 "description" : " Build swagger-compliant REST APIs using TypeScript and Node" ,
4- "version" : " 6.0.0-rc.0 " ,
4+ "version" : " 6.0.0-rc.1 " ,
55 "main" : " ./dist/index.js" ,
66 "typings" : " ./dist/index.d.ts" ,
77 "files" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " tsoa" ,
33 "description" : " Build swagger-compliant REST APIs using TypeScript and Node" ,
4- "version" : " 6.0.0-rc.0 " ,
4+ "version" : " 6.0.0-rc.1 " ,
55 "main" : " ./dist/index.js" ,
66 "typings" : " ./dist/index.d.ts" ,
77 "files" : [
2828 "author" :
" Luke Autry <[email protected] > (http://www.lukeautry.com)" ,
2929 "license" : " MIT" ,
3030 "dependencies" : {
31- "@tsoa/cli" : " ^6.0.0-rc.0 " ,
32- "@tsoa/runtime" : " ^6.0.0-rc.0 "
31+ "@tsoa/cli" : " ^6.0.0-rc.1 " ,
32+ "@tsoa/runtime" : " ^6.0.0-rc.1 "
3333 },
3434 "devDependencies" : {
3535 "@types/node" : " ^16.18.23" ,
Original file line number Diff line number Diff line change 22 "name" : " tsoa-tests" ,
33 "private" : true ,
44 "description" : " Build swagger-compliant REST APIs using TypeScript and Node" ,
5- "version" : " 6.0.0-rc.0 " ,
5+ "version" : " 6.0.0-rc.1 " ,
66 "keywords" : [
77 " typescript" ,
88 " openapi" ,
You can’t perform that action at this time.
0 commit comments