Skip to content

Commit

Permalink
v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH committed Jul 12, 2024
1 parent bc648c1 commit d573d6f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.3.1",
"version": "6.4.0",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tsoa/cli",
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
"version": "6.3.1",
"version": "6.4.0",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)",
"license": "MIT",
"dependencies": {
"@tsoa/runtime": "^6.3.0",
"@tsoa/runtime": "^6.4.0",
"@types/multer": "^1.4.11",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tsoa/runtime",
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
"version": "6.3.0",
"version": "6.4.0",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/tsoa/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tsoa",
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
"version": "6.3.1",
"version": "6.4.0",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
Expand All @@ -28,8 +28,8 @@
"author": "Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)",
"license": "MIT",
"dependencies": {
"@tsoa/cli": "^6.3.1",
"@tsoa/runtime": "^6.3.0"
"@tsoa/cli": "^6.4.0",
"@tsoa/runtime": "^6.4.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tsoa-tests",
"private": true,
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
"version": "6.3.1",
"version": "6.4.0",
"keywords": [
"typescript",
"openapi",
Expand Down

0 comments on commit d573d6f

Please sign in to comment.