diff --git a/lerna.json b/lerna.json index 587440df6..b9303e6c2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.3.1", + "version": "6.4.0", "npmClient": "yarn", "command": { "version": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 22673f087..b412fb3d0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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": [ @@ -30,7 +30,7 @@ "author": "Luke Autry (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", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 97650d641..cb70a1af0 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -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": [ diff --git a/packages/tsoa/package.json b/packages/tsoa/package.json index 5a1ae4dc7..f0f3e1c5d 100644 --- a/packages/tsoa/package.json +++ b/packages/tsoa/package.json @@ -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": [ @@ -28,8 +28,8 @@ "author": "Luke Autry (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", diff --git a/tests/package.json b/tests/package.json index 483b8e1af..f2869575e 100644 --- a/tests/package.json +++ b/tests/package.json @@ -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",