-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #325 from mojaloop/MBP-604
feat!: pull changes from mojaloop-connector
- Loading branch information
Showing
43 changed files
with
5,341 additions
and
7,245 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,8 @@ | |
"Shashikant Hirugade <[email protected]>", | ||
"Paweł Marzec <[email protected]>", | ||
"Kevin Leyow <[email protected]", | ||
"Miguel de Barros <[email protected]>" | ||
"Miguel de Barros <[email protected]>", | ||
"Yevhen Kyriukha <[email protected]>" | ||
], | ||
"license": "Apache-2.0", | ||
"licenses": [ | ||
|
@@ -55,48 +56,48 @@ | |
"dependencies": { | ||
"@koa/cors": "^3.1.0", | ||
"@mojaloop/central-services-shared": "17.0.2", | ||
"@mojaloop/sdk-standard-components": "^17.0.1", | ||
"@mojaloop/sdk-standard-components": "^17.0.4", | ||
"ajv": "8.11.0", | ||
"axios": "^0.21.4", | ||
"axios": "^0.27.2", | ||
"co-body": "^6.1.0", | ||
"dotenv": "^10.0.0", | ||
"dotenv": "^16.0.1", | ||
"env-var": "^7.0.1", | ||
"express": "^4.17.2", | ||
"fast-json-patch": "^3.1.1", | ||
"javascript-state-machine": "^3.1.0", | ||
"js-yaml": "^4.1.0", | ||
"json-schema-ref-parser": "^9.0.9", | ||
"koa": "^2.13.1", | ||
"koa-body": "^4.2.0", | ||
"koa-body": "^5.0.0", | ||
"lodash": "^4.17.21", | ||
"module-alias": "^2.2.2", | ||
"oauth2-server": "^4.0.0-dev.2", | ||
"openapi-jsonschema-parameters": "^9.3.0", | ||
"prom-client": "^12.0.0", | ||
"openapi-jsonschema-parameters": "^12.0.0", | ||
"prom-client": "^14.0.1", | ||
"promise-timeout": "^1.3.0", | ||
"random-word-slugs": "^0.1.6", | ||
"redis": "^3.1.2", | ||
"redis": "^4.1.1", | ||
"uuidv4": "^6.2.12", | ||
"ws": "^7.5.5" | ||
"ws": "^8.8.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.15.5", | ||
"@babel/preset-env": "^7.15.6", | ||
"@mojaloop/api-snippets": "^13.0.9", | ||
"@babel/core": "^7.18.6", | ||
"@babel/preset-env": "^7.18.6", | ||
"@mojaloop/api-snippets": "^14.0.0", | ||
"@redocly/openapi-cli": "^1.0.0-beta.59", | ||
"@types/jest": "^27.0.1", | ||
"babel-jest": "^27.2.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"@types/jest": "^28.1.4", | ||
"babel-jest": "^28.1.2", | ||
"eslint": "^8.18.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-jest": "^24.4.0", | ||
"jest": "^27.2.0", | ||
"jest-junit": "^12.2.0", | ||
"nock": "^13.1.3", | ||
"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": "^11.8.5", | ||
"openapi-response-validator": "^9.3.0", | ||
"openapi-typescript": "^4.0.2", | ||
"npm-check-updates": "^15.0.1", | ||
"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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.