Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d5ccbdd

Browse files
committedJun 23, 2023
v6.0.0-rc.1
1 parent d2884b3 commit d5ccbdd

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
 

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.0.0-rc.0",
2+
"version": "6.0.0-rc.1",
33
"npmClient": "yarn",
44
"command": {
55
"version": {

‎packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tsoa/cli",
33
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
4-
"version": "6.0.0-rc.0",
4+
"version": "6.0.0-rc.1",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",
77
"files": [
@@ -30,7 +30,7 @@
3030
"author": "Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)",
3131
"license": "MIT",
3232
"dependencies": {
33-
"@tsoa/runtime": "^6.0.0-rc.0",
33+
"@tsoa/runtime": "^6.0.0-rc.1",
3434
"deepmerge": "^4.3.1",
3535
"fs-extra": "^11.1.1",
3636
"glob": "^10.3.0",

‎packages/runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tsoa/runtime",
33
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
4-
"version": "6.0.0-rc.0",
4+
"version": "6.0.0-rc.1",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",
77
"files": [

‎packages/tsoa/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tsoa",
33
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
4-
"version": "6.0.0-rc.0",
4+
"version": "6.0.0-rc.1",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",
77
"files": [
@@ -28,8 +28,8 @@
2828
"author": "Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)",
2929
"license": "MIT",
3030
"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"
3333
},
3434
"devDependencies": {
3535
"@types/node": "^16.18.23",

‎tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tsoa-tests",
33
"private": true,
44
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
5-
"version": "6.0.0-rc.0",
5+
"version": "6.0.0-rc.1",
66
"keywords": [
77
"typescript",
88
"openapi",

0 commit comments

Comments
 (0)
Please sign in to comment.