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.0.0-rc.0 " ,
2
+ "version" : " 6.0.0-rc.1 " ,
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.0.0-rc.0 " ,
4
+ "version" : " 6.0.0-rc.1 " ,
5
5
"main" : " ./dist/index.js" ,
6
6
"typings" : " ./dist/index.d.ts" ,
7
7
"files" : [
30
30
"author" : " Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)" ,
31
31
"license" : " MIT" ,
32
32
"dependencies" : {
33
- "@tsoa/runtime" : " ^6.0.0-rc.0 " ,
33
+ "@tsoa/runtime" : " ^6.0.0-rc.1 " ,
34
34
"deepmerge" : " ^4.3.1" ,
35
35
"fs-extra" : " ^11.1.1" ,
36
36
"glob" : " ^10.3.0" ,
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.0.0-rc.0 " ,
4
+ "version" : " 6.0.0-rc.1 " ,
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.0.0-rc.0 " ,
4
+ "version" : " 6.0.0-rc.1 " ,
5
5
"main" : " ./dist/index.js" ,
6
6
"typings" : " ./dist/index.d.ts" ,
7
7
"files" : [
28
28
"author" : " Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)" ,
29
29
"license" : " MIT" ,
30
30
"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 "
33
33
},
34
34
"devDependencies" : {
35
35
"@types/node" : " ^16.18.23" ,
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.0.0-rc.0 " ,
5
+ "version" : " 6.0.0-rc.1 " ,
6
6
"keywords" : [
7
7
" typescript" ,
8
8
" openapi" ,
You can’t perform that action at this time.
0 commit comments