File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 6.3.1 " ,
2
+ "version" : " 6.4.0 " ,
3
3
"npmClient" : " yarn" ,
4
4
"command" : {
5
5
"version" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tsoa/cli" ,
3
3
"description" : " Build swagger-compliant REST APIs using TypeScript and Node" ,
4
- "version" : " 6.3.1 " ,
4
+ "version" : " 6.4.0 " ,
5
5
"main" : " ./dist/index.js" ,
6
6
"typings" : " ./dist/index.d.ts" ,
7
7
"files" : [
30
30
"author" :
" Luke Autry <[email protected] > (http://www.lukeautry.com)" ,
31
31
"license" : " MIT" ,
32
32
"dependencies" : {
33
- "@tsoa/runtime" : " ^6.3 .0" ,
33
+ "@tsoa/runtime" : " ^6.4 .0" ,
34
34
"@types/multer" : " ^1.4.11" ,
35
35
"fs-extra" : " ^11.2.0" ,
36
36
"glob" : " ^10.3.10" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tsoa/runtime" ,
3
3
"description" : " Build swagger-compliant REST APIs using TypeScript and Node" ,
4
- "version" : " 6.3 .0" ,
4
+ "version" : " 6.4 .0" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"typings" : " ./dist/index.d.ts" ,
7
7
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tsoa" ,
3
3
"description" : " Build swagger-compliant REST APIs using TypeScript and Node" ,
4
- "version" : " 6.3.1 " ,
4
+ "version" : " 6.4.0 " ,
5
5
"main" : " ./dist/index.js" ,
6
6
"typings" : " ./dist/index.d.ts" ,
7
7
"files" : [
28
28
"author" :
" Luke Autry <[email protected] > (http://www.lukeautry.com)" ,
29
29
"license" : " MIT" ,
30
30
"dependencies" : {
31
- "@tsoa/cli" : " ^6.3.1 " ,
32
- "@tsoa/runtime" : " ^6.3 .0"
31
+ "@tsoa/cli" : " ^6.4.0 " ,
32
+ "@tsoa/runtime" : " ^6.4 .0"
33
33
},
34
34
"devDependencies" : {
35
35
"@types/node" : " ^18.0.0" ,
Original file line number Diff line number Diff line change 2
2
"name" : " tsoa-tests" ,
3
3
"private" : true ,
4
4
"description" : " Build swagger-compliant REST APIs using TypeScript and Node" ,
5
- "version" : " 6.3.1 " ,
5
+ "version" : " 6.4.0 " ,
6
6
"keywords" : [
7
7
" typescript" ,
8
8
" openapi" ,
You can’t perform that action at this time.
0 commit comments