Skip to content

Commit

Permalink
v6.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH committed Sep 28, 2023
1 parent d7cf119 commit de210a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.0.0-rc.3",
"version": "6.0.0-rc.4",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-rc.3",
"version": "6.0.0-rc.4",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 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.0.0-rc.3",
"version": "6.0.0-rc.4",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
Expand All @@ -28,7 +28,7 @@
"author": "Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)",
"license": "MIT",
"dependencies": {
"@tsoa/cli": "^6.0.0-rc.3",
"@tsoa/cli": "^6.0.0-rc.4",
"@tsoa/runtime": "^6.0.0-rc.2"
},
"devDependencies": {
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.0.0-rc.3",
"version": "6.0.0-rc.4",
"keywords": [
"typescript",
"openapi",
Expand Down

0 comments on commit de210a8

Please sign in to comment.