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" : " 3.3 .0" ,
2+ "version" : " 3.4 .0" ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true ,
55 "command" : {
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" : " 3.3 .0" ,
4+ "version" : " 3.4 .0" ,
55 "main" : " ./dist/index.js" ,
66 "typings" : " ./dist/index.d.ts" ,
77 "keywords" : [
2828 "author" : " Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)" ,
2929 "license" : " MIT" ,
3030 "dependencies" : {
31- "@tsoa/runtime" : " ^3.3 .0" ,
31+ "@tsoa/runtime" : " ^3.4 .0" ,
3232 "deepmerge" : " ^4.2.2" ,
3333 "fs-extra" : " ^8.1.0" ,
3434 "glob" : " ^7.1.6" ,
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" : " 3.3 .0" ,
4+ "version" : " 3.4 .0" ,
55 "main" : " ./dist/index.js" ,
66 "typings" : " ./dist/index.d.ts" ,
77 "keywords" : [
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" : " 3.3 .0" ,
4+ "version" : " 3.4 .0" ,
55 "main" : " ./dist/index.js" ,
66 "typings" : " ./dist/index.d.ts" ,
77 "keywords" : [
2525 "author" : " Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)" ,
2626 "license" : " MIT" ,
2727 "dependencies" : {
28- "@tsoa/cli" : " ^3.3 .0" ,
29- "@tsoa/runtime" : " ^3.3 .0"
28+ "@tsoa/cli" : " ^3.4 .0" ,
29+ "@tsoa/runtime" : " ^3.4 .0"
3030 },
3131 "devDependencies" : {
3232 "@types/node" : " ^14.11.1" ,
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" : " 3.3 .0" ,
5+ "version" : " 3.4 .0" ,
66 "keywords" : [
77 " typescript" ,
88 " openapi" ,
You can’t perform that action at this time.
0 commit comments