Skip to content

Commit

Permalink
v6.1.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Amhild committed Mar 21, 2024
1 parent 2de5c09 commit b22b638
Show file tree
Hide file tree
Showing 6 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.1.0-rc.4",
"version": "6.1.0-rc.5",
"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-deno/cli",
"description": "Build swagger-compliant REST APIs using TypeScript and Node / Deno",
"version": "6.1.0-rc.4",
"version": "6.1.0-rc.5",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
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-deno/runtime",
"description": "Build swagger-compliant REST APIs using TypeScript and Node / Deno",
"version": "6.1.0-rc.4",
"version": "6.1.0-rc.5",
"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-deno",
"description": "Build swagger-compliant REST APIs using TypeScript and Node / Deno",
"version": "6.1.0-rc.4",
"version": "6.1.0-rc.5",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,8 +30,8 @@
"author": "Louis Amhild <louis.amhild@gmail.com>",
"license": "MIT",
"dependencies": {
"@tsoa-deno/cli": "^6.1.0-rc.4",
"@tsoa-deno/runtime": "^6.1.0-rc.4"
"@tsoa-deno/cli": "^6.1.0-rc.5",
"@tsoa-deno/runtime": "^6.1.0-rc.5"
},
"devDependencies": {
"@types/node": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tsoa-tests-esm",
"private": true,
"description": "Build swagger-compliant REST APIs using TypeScript and Node / Deno",
"version": "6.1.0-rc.4",
"version": "6.1.0-rc.5",
"type": "module",
"sideEffects": false,
"scripts": {
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 / Deno",
"version": "6.1.0-rc.4",
"version": "6.1.0-rc.5",
"keywords": [
"typescript",
"openapi",
Expand Down

0 comments on commit b22b638

Please sign in to comment.