Skip to content

Commit

Permalink
v6.1.5-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Amhild committed Mar 22, 2024
1 parent 2ea8372 commit 74c24de
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.5",
"version": "6.1.5-rc.1",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
4 changes: 2 additions & 2 deletions 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.5",
"version": "6.1.5-rc.1",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"author": "Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)",
"license": "MIT",
"dependencies": {
"@tsoa-deno/runtime": "^6.1.5",
"@tsoa-deno/runtime": "^6.1.5-rc.1",
"@types/multer": "^1.4.11",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
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.5",
"version": "6.1.5-rc.1",
"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.5",
"version": "6.1.5-rc.1",
"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.5",
"@tsoa-deno/runtime": "^6.1.5"
"@tsoa-deno/cli": "^6.1.5-rc.1",
"@tsoa-deno/runtime": "^6.1.5-rc.1"
},
"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.5",
"version": "6.1.5-rc.1",
"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.5",
"version": "6.1.5-rc.1",
"keywords": [
"typescript",
"openapi",
Expand Down

0 comments on commit 74c24de

Please sign in to comment.