Skip to content

Commit

Permalink
Bugfix/1710 1709 headers invalid case (mojaloop#787)
Browse files Browse the repository at this point in the history
* updated dependencies for events and trace

* forgot to run npm install

* version change

* Updated to newest shared library to cater for lowercase default headers for switch requests
  • Loading branch information
rmothilal authored Sep 23, 2020
1 parent 88da6f6 commit db27ce0
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 36 deletions.
169 changes: 137 additions & 32 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/central-ledger",
"version": "11.2.1",
"version": "11.2.2",
"description": "Central ledger hosted by a scheme to record and settle transfers",
"license": "Apache-2.0",
"author": "ModusBox",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@mojaloop/central-services-health": "10.6.0",
"@mojaloop/central-services-logger": "10.6.0",
"@mojaloop/central-services-metrics": "9.5.0",
"@mojaloop/central-services-shared": "11.3.5",
"@mojaloop/central-services-shared": "11.3.6",
"@mojaloop/central-services-stream": "10.6.0",
"@mojaloop/event-sdk": "10.6.0",
"@mojaloop/forensic-logging-client": "8.3.0",
Expand Down Expand Up @@ -126,7 +126,7 @@
"jsonpath": "1.0.2",
"nodemon": "2.0.4",
"npm-audit-resolver": "2.2.1",
"npm-check-updates": "9.0.1",
"npm-check-updates": "9.0.2",
"nyc": "15.1.0",
"pre-commit": "1.2.2",
"proxyquire": "2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion test/util/scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export OBJ_ID=cl_objstore
export SLEEP_FACTOR_IN_SECONDS=5
export MESSAGES_BATCH_SIZE=1000
export SCRIPT_DIR=scripts
export FSPList=("dfsp1" "dfsp2" "payerfsp" "payeefsp")
export FSPList=("dfsp1" "dfsp2" "payerfsp" "payeefsp" "noresponsepayeefsp")
export DEFAULT_NET_DEBIT_CAP=1000
export CENTRAL_LEDGER_ADMIN_URI_PREFIX=http
export CENTRAL_LEDGER_ADMIN_HOST=localhost
Expand Down

0 comments on commit db27ce0

Please sign in to comment.