chore: update dependencies, fix style
* Upgraded the dependencies to the latest versions * Switched output to ESM format * Switched NestJS and Jest to SWC to improve speed of building and testing * Refactored TSConfig to remove tsconfig-paths * Updated imports in all files to reflect the change in TSConfig * Changed the linting rules (removed AirBnB config) * Fixed Prettier installation (added ignore file) * Fixed typing errors (mainly usage of any's) * Fixed the non-working E2E test P.S. None of the mentioned makes sense alone, therefore a huge commit
Showing
- apps/proof-manager/.eslintrc.cjs 42 additions, 0 deletionsapps/proof-manager/.eslintrc.cjs
- apps/proof-manager/.prettierignore 17 additions, 0 deletionsapps/proof-manager/.prettierignore
- apps/proof-manager/.swcrc 20 additions, 0 deletionsapps/proof-manager/.swcrc
- apps/proof-manager/jest.config.js 50 additions, 0 deletionsapps/proof-manager/jest.config.js
- apps/proof-manager/nest-cli.json 5 additions, 1 deletionapps/proof-manager/nest-cli.json
- apps/proof-manager/package.json 58 additions, 88 deletionsapps/proof-manager/package.json
- apps/proof-manager/src/app.module.spec.ts 2 additions, 2 deletionsapps/proof-manager/src/app.module.spec.ts
- apps/proof-manager/src/app.module.ts 7 additions, 7 deletionsapps/proof-manager/src/app.module.ts
- apps/proof-manager/src/client/nats.client.ts 2 additions, 2 deletionsapps/proof-manager/src/client/nats.client.ts
- apps/proof-manager/src/common/exception.handler.ts 3 additions, 3 deletionsapps/proof-manager/src/common/exception.handler.ts
- apps/proof-manager/src/config/config.ts 5 additions, 1 deletionapps/proof-manager/src/config/config.ts
- apps/proof-manager/src/config/validation.ts 1 addition, 1 deletionapps/proof-manager/src/config/validation.ts
- apps/proof-manager/src/health/health.controller.ts 5 additions, 4 deletionsapps/proof-manager/src/health/health.controller.ts
- apps/proof-manager/src/main.ts 3 additions, 3 deletionsapps/proof-manager/src/main.ts
- apps/proof-manager/src/middleware/auth.middleware.ts 4 additions, 58 deletionsapps/proof-manager/src/middleware/auth.middleware.ts
- apps/proof-manager/src/presentationProof/controller/controller.spec.ts 13 additions, 13 deletions...nager/src/presentationProof/controller/controller.spec.ts
- apps/proof-manager/src/presentationProof/controller/controller.ts 49 additions, 33 deletions...of-manager/src/presentationProof/controller/controller.ts
- apps/proof-manager/src/presentationProof/entities/send-proof-request-body.dto.ts 2 additions, 2 deletions...presentationProof/entities/send-proof-request-body.dto.ts
- apps/proof-manager/src/presentationProof/entities/send-proof-request.dto.ts 2 additions, 2 deletions.../src/presentationProof/entities/send-proof-request.dto.ts
- apps/proof-manager/src/presentationProof/module.ts 8 additions, 8 deletionsapps/proof-manager/src/presentationProof/module.ts
Loading
Please register or sign in to comment