Skip to content

Commit

Permalink
Merge pull request #36 from rudemex/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rudemex authored Sep 24, 2024
2 parents 60da6d0 + faaab53 commit 649c6f4
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 27 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

<p align="center">
<img src="https://img.shields.io/static/v1.svg?style=flat&label=NodeJS&message=v18.20.4&labelColor=339933&color=757575&logoColor=FFFFFF&logo=Node.js" alt="Node.js"/>
<img src="https://img.shields.io/static/v1.svg?style=flat&label=NPM&message=v10.8.2&labelColor=CB3837&logoColor=FFFFFF&color=757575&logo=npm" alt="Npm"/>
<img src="https://img.shields.io/static/v1.svg?style=flat&label=NestJS&message=v10.3.10&labelColor=E0234E&logoColor=FFFFFF&color=757575&logo=Nestjs" alt="NestJs"/>
<img src="https://img.shields.io/static/v1.svg?style=flat&label=NPM&message=v10.8.3&labelColor=CB3837&logoColor=FFFFFF&color=757575&logo=npm" alt="Npm"/>
<img src="https://img.shields.io/static/v1.svg?style=flat&label=NestJS&message=v10.4.4&labelColor=E0234E&logoColor=FFFFFF&color=757575&logo=Nestjs" alt="NestJs"/>
<a href="https://github.com/rudemex/nestjs-starter/releases/latest">
<img alt="Last Release" src="https://img.shields.io/github/v/tag/rudemex/nestjs-starter?label=release">
</a>
Expand Down Expand Up @@ -89,8 +89,8 @@ Reduce exposición de datos sensibles. El BFF contiene API's que filtran estos d

- Node.js v18.20.4 or higher ([Download](https://nodejs.org/es/download/))
- YARN v1.22.22 or higher
- NPM v10.8.2 or higher
- NestJS v10.3.10 or higher ([Documentación](https://nestjs.com/))
- NPM v10.8.3 or higher
- NestJS v10.4.4 or higher ([Documentación](https://nestjs.com/))

<a name="install-dependencies"></a>

Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# docker-compose.yml - Only for local debug purposes
# docker-compose up -d elasticsearch kibana jaeger camunda redis mongo mysql postgres pgadmin
version: '3.9'

services:
postgres:
image: postgres:13
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,52 +57,52 @@
"dependencies": {
"@nestjs/class-transformer": "^0.4.0",
"@nestjs/class-validator": "^0.13.4",
"@nestjs/common": "^10.3.10",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"@nestjs/swagger": "^7.4.0",
"@tresdoce-nestjs-toolkit/archetype": "^1.1.2",
"@tresdoce-nestjs-toolkit/http-client": "^1.2.3",
"@tresdoce-nestjs-toolkit/paas": "^1.1.2",
"@nestjs/core": "^10.4.4",
"@nestjs/platform-express": "^10.4.4",
"@nestjs/swagger": "^7.4.2",
"@tresdoce-nestjs-toolkit/archetype": "^1.1.3",
"@tresdoce-nestjs-toolkit/http-client": "^1.2.4",
"@tresdoce-nestjs-toolkit/paas": "^1.1.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"helmet": "^7.1.0",
"reflect-metadata": "^0.2.2",
"rimraf": "^5.0.9",
"rimraf": "^5.0.10",
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@nestjs/cli": "^10.4.2",
"@nestjs/schematics": "^10.1.3",
"@nestjs/testing": "^10.3.10",
"@tresdoce-nestjs-toolkit/commons": "^1.2.2",
"@tresdoce-nestjs-toolkit/test-utils": "^2.1.2",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.4.4",
"@tresdoce-nestjs-toolkit/commons": "^1.2.3",
"@tresdoce-nestjs-toolkit/test-utils": "^2.1.4",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.6.1",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.3",
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"standard-version": "^9.5.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.3",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function bootstrap(): Promise<void> {
}

await app.listen(port, async (): Promise<void> => {
const appServer = `http://localhost:${port}/${server.context}`;
const appServer: string = `http://localhost:${port}/${server.context}`;
if (swagger.enabled) {
Logger.log(`📚 Swagger is running on: ${appServer}/${swagger.path}`, `${project.name}`);
}
Expand Down

0 comments on commit 649c6f4

Please sign in to comment.