Skip to content

Commit

Permalink
Fix for #914 Extension Value fields in ExtensionList objects exceedin…
Browse files Browse the repository at this point in the history
…g the size limit of 128 (#44) (#345)

- Updated central-services-error-handling lib to 7.3.0 with bugfix
  • Loading branch information
mdebarros authored Aug 8, 2019
1 parent 0127401 commit 961a13e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/central-ledger",
"version": "7.3.0",
"version": "7.3.1",
"description": "Central ledger hosted by a scheme to record and settle transfers.",
"license": "Apache-2.0",
"author": "ModusBox",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@mojaloop/central-object-store": "7.1.0",
"@mojaloop/central-services-auth": "5.2.1",
"@mojaloop/central-services-database": "5.2.1",
"@mojaloop/central-services-error-handling": "7.2.4",
"@mojaloop/central-services-error-handling": "7.3.0",
"@mojaloop/central-services-health": "7.0.0",
"@mojaloop/central-services-metrics": "5.2.0",
"@mojaloop/central-services-shared": "7.2.0",
Expand Down

0 comments on commit 961a13e

Please sign in to comment.