Skip to content

Commit

Permalink
fix(mojaloop/3137): bulk transactions sdk crash (#440)
Browse files Browse the repository at this point in the history
* fix: intermittent failures

* chore: updated some dependencies

* chore: updated dep

* chore: updated dep

* chore: updated dep

* chore(snapshot): 22.0.1-snapshot.0

* chore(snapshot): 22.0.1-snapshot.1

* chore(snapshot): 22.0.1-snapshot.2

* chore(snapshot): 22.0.1-snapshot.3

* chore(snapshot): 22.0.1-snapshot.4

* chore(snapshot): 22.0.1-snapshot.5

* chore: update deps
  • Loading branch information
vijayg10 committed Feb 28, 2023
1 parent 0ea423e commit acb7a01
Show file tree
Hide file tree
Showing 12 changed files with 613 additions and 494 deletions.
4 changes: 3 additions & 1 deletion .ncurc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
reject: [
## Between version 0.2.15-0.2.21 there is a breaking change that results in a segmentation fault.
## TODO: Investigate.
'@mojaloop/platform-shared-lib-nodejs-kafka-client-lib'
'@mojaloop/platform-shared-lib-nodejs-kafka-client-lib',
## TODO: The kafka connectivity is not working properly and the following update is causing service crash.
'@mojaloop/logging-bc-client-lib'
]
16 changes: 8 additions & 8 deletions modules/api-svc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter-api-svc",
"version": "20.6.2",
"version": "20.6.3-snapshot.5",
"description": "An adapter for connecting to Mojaloop API enabled switches.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down Expand Up @@ -65,12 +65,12 @@
"@mojaloop/central-services-error-handling": "^12.0.5",
"@mojaloop/central-services-logger": "^11.2.0",
"@mojaloop/central-services-metrics": "^12.0.5",
"@mojaloop/central-services-shared": "17.5.0",
"@mojaloop/central-services-shared": "17.5.1",
"@mojaloop/event-sdk": "^11.0.2",
"@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
"@mojaloop/sdk-standard-components": "^17.1.1",
"ajv": "8.12.0",
"axios": "^1.3.3",
"axios": "^1.3.4",
"co-body": "^6.1.0",
"dotenv": "^16.0.3",
"env-var": "^7.3.0",
Expand All @@ -88,26 +88,26 @@
"prom-client": "^14.1.1",
"promise-timeout": "^1.3.0",
"random-word-slugs": "^0.1.6",
"redis": "^4.6.4",
"redis": "^4.6.5",
"uuidv4": "^6.2.13",
"ws": "^8.12.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@redocly/openapi-cli": "^1.0.0-beta.94",
"@types/jest": "^29.4.0",
"babel-jest": "^29.4.3",
"eslint": "^8.34.0",
"eslint": "^8.35.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.4.3",
"jest-junit": "^15.0.0",
"nock": "^13.3.0",
"npm-check-updates": "^16.7.4",
"npm-check-updates": "^16.7.10",
"openapi-response-validator": "^12.1.0",
"openapi-typescript": "^6.1.0",
"openapi-typescript": "^6.1.1",
"redis-mock": "^0.56.3",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
Expand Down

0 comments on commit acb7a01

Please sign in to comment.