Skip to content

Commit 5de342b

Browse files
committed
v3.4.0
1 parent 132a526 commit 5de342b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.3.0",
2+
"version": "3.4.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
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": "3.3.0",
4+
"version": "3.4.0",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",
77
"keywords": [
@@ -28,7 +28,7 @@
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",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
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": "3.3.0",
4+
"version": "3.4.0",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",
77
"keywords": [

packages/tsoa/package.json

Lines changed: 3 additions & 3 deletions
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": "3.3.0",
4+
"version": "3.4.0",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",
77
"keywords": [
@@ -25,8 +25,8 @@
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",

tests/package.json

Lines changed: 1 addition & 1 deletion
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": "3.3.0",
5+
"version": "3.4.0",
66
"keywords": [
77
"typescript",
88
"openapi",

0 commit comments

Comments
 (0)