Skip to content

Commit

Permalink
fix creating InboundServer
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgene committed Jul 4, 2022
1 parent 751f0a0 commit a3526db
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 84 deletions.
214 changes: 136 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@koa/cors": "^3.1.0",
"@mojaloop/central-services-shared": "17.0.2",
"@mojaloop/sdk-standard-components": "^17.0.4",
"@mojaloop/sdk-standard-components": "^17.1.0",
"ajv": "8.11.0",
"axios": "^0.27.2",
"co-body": "^6.1.0",
Expand Down Expand Up @@ -88,20 +88,20 @@
"@redocly/openapi-cli": "^1.0.0-beta.59",
"@types/jest": "^28.1.4",
"babel-jest": "^28.1.2",
"eslint": "^8.18.0",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^26.5.3",
"jest": "^28.1.2",
"jest-junit": "^14.0.0",
"nock": "^13.2.8",
"npm-audit-resolver": "^3.0.0-0",
"npm-check-updates": "^15.0.1",
"npm-check-updates": "^15.0.2",
"openapi-response-validator": "^12.0.0",
"openapi-typescript": "^5.4.0",
"redis-mock": "^0.56.3",
"standard-version": "^9.3.1",
"supertest": "^6.1.6",
"supertest": "^6.2.4",
"swagger-cli": "^4.0.4"
}
}
Loading

0 comments on commit a3526db

Please sign in to comment.